@charset "UTF-8";
/** Import globals */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.nls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}

.featured-article-template-default .nls-wrapper {
  gap: 24px;
}
@media screen and (min-width: 660px) {
  .featured-article-template-default .nls-wrapper {
    gap: 56px;
  }
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 660px) {
  .container {
    width: 660px;
  }
}

.max-width,
.wp-block-columns {
  width: 100%;
  margin: 0 auto;
  max-width: 1512px;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .max-width,
  .wp-block-columns {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1600px) {
  .max-width,
  .wp-block-columns {
    padding: 0;
  }
}

.divider {
  height: 1px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #EDEDED;
}

.divider-horizontal {
  width: 1px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #EDEDED;
}

.button,
.wp-block-button__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  border: 1px solid transparent;
  background-color: #76D8A8;
  color: #000;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.button:hover,
.wp-block-button__link:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.button__primary,
.wp-block-button__link__primary {
  background-color: #76D8A8;
  color: #000;
}
.button__primary:hover,
.wp-block-button__link__primary:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.button__secondary,
.wp-block-button__link__secondary {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.button__secondary span,
.wp-block-button__link__secondary span {
  border-bottom: 2px solid transparent;
}
.button__secondary:hover,
.wp-block-button__link__secondary:hover {
  cursor: pointer;
}
.button__secondary:hover span,
.wp-block-button__link__secondary:hover span {
  border-bottom: 2px solid #000;
}
.button svg,
.wp-block-button__link svg {
  width: 14px;
  height: 14px;
}

.nls-category {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.nls-category:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.nls-category:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before {
  display: none;
}
.nls-category.business:before {
  background-color: #8EA5A7;
}
.nls-category.column:before {
  background-color: #E8CC1E;
}
.nls-category.science:before {
  background-color: #205457;
}
.nls-category.careers:before, .nls-category.best-talent:before, .nls-category.in-a-new-job:before, .nls-category.careers-article:before {
  background-color: #76D8A8;
}
.nls-category.profiles:before {
  background-color: #CC9B52;
}
.nls-category.clinical-trials:before, .nls-category.clinical-trials-medtech:before, .nls-category.clinical-trials-pharma:before {
  background-color: #8030B8;
}
.nls-category.events:before {
  background-color: #F56647;
}

.show-on-mobile {
  display: none !important;
}
@media screen and (max-width: 660px) {
  .show-on-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-on-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 660px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.wp-block-post-title {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .wp-block-post-title {
    font-size: 26px;
  }
}

.vc_single_image-img {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "din1451alt";
  src: url("/wp-content/themes/nls/assets/fonts/din/din1451alt.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  ascent-override: 150%;
}
@font-face {
  font-family: "DINEngschrift";
  src: url("/wp-content/themes/nls/assets/fonts/din/DINEnchschrift-Alternate.otf") format("OpenType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  ascent-override: 150%;
}
@font-face {
  font-family: "DINEngschriftStd";
  src: url("/wp-content/themes/nls/assets/fonts/din/DINEnchschriftStd.otf") format("OpenType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  ascent-override: 150%;
}
h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-bottom: 16px;
}
@media screen and (min-width: 660px) {
  h1 {
    font-size: 36px;
  }
}

h1, h2, h3, h4, h5 {
  word-break: break-word;
}

/** Import layouts */
.header {
  border-top: 4px solid #C8D5CD;
  background-color: #F8F8F8;
  padding: 24px 16px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
}
.header.sticky {
  position: sticky;
}
.header.sticky .header-inner .header-logo img {
  width: 102px;
}
.header.sticky .header-menu .site-navigation {
  top: 90px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .header-inner {
    padding: 16px 64px;
  }
}
@media screen and (min-width: 1600px) {
  .header-inner {
    padding: 16px 0;
  }
}
.header-inner .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: auto;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media screen and (min-width: 1200px) {
  .header-inner .header-logo {
    width: 150px;
  }
}
.header-inner .header-logo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.header-inner .header-buttons {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-inner .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-inner .header-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  list-style: none;
}
.header-inner .header-buttons ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #76D8A8;
  color: #000;
}
.header-inner .header-buttons ul li a:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.header-inner .header-buttons ul li:last-of-type a {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.header-inner .header-buttons ul li:last-of-type a:hover {
  border: 1px solid #C9C9C9;
  color: #C9C9C9;
}

#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 992px) {
  #breadcrumbs {
    padding: 6px 60px;
  }
}
#breadcrumbs > span {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
#breadcrumbs .breadcrumb_last {
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.advertiser-banner {
  background-color: #FFF;
  width: 100%;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .advertiser-banner {
    padding: 24px 64px;
  }
}
.advertiser-banner.sticky {
  position: sticky;
  top: 90px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .advertiser-banner.sticky {
    top: 77px;
  }
}
.advertiser-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #31313B;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.advertiser-banner-inner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.top-header {
  background-color: #222;
  padding: 20px 16px;
}
@media screen and (min-width: 1200px) {
  .top-header {
    padding: 16px 0;
  }
}
.top-header-menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 34px;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .top-header-menu ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-header-menu ul li a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .top-header-menu ul li:not(:first-of-type) {
    display: none;
  }
}
.top-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .top-header-buttons {
    display: none;
  }
}
.top-header-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  list-style: none;
}
.top-header-buttons ul li {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-header-buttons ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #76D8A8;
  color: #000;
}
.top-header-buttons ul li a:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.top-header-buttons ul li:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top-header-buttons ul li:last-of-type a {
  background-color: transparent;
  color: #F8F8F8;
  border: 1px solid #F8F8F8;
}
.top-header-buttons ul li:last-of-type a:hover {
  border: 1px solid #C9C9C9;
  color: #C9C9C9;
}

.footer-global-component {
  margin-top: 48px;
}
@media screen and (min-width: 660px) {
  .footer-global-component {
    gap: 56px;
  }
}

.footer {
  background: #222;
  color: #C9C9C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 660px) {
  .footer {
    gap: 48px;
    padding: 40px 64px;
  }
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.footer-wrapper__logo {
  width: 124px;
  height: auto;
}
.footer-wrapper__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .footer-wrapper__logo {
    width: 195px;
  }
}
.footer-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .footer-wrapper__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 268px;
  }
}
.footer-bottom {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 8px;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .footer-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 40px;
  }
}
.footer-bottom ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
}

.article,
.featured-article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .article,
  .featured-article {
    padding: 80px 36px;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .article,
  .featured-article {
    gap: 56px;
  }
}
@media screen and (min-width: 1600px) {
  .article,
  .featured-article {
    padding: 80px 0;
  }
}
.article-content,
.featured-article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 56%;
          flex: 1 0 56%;
}
@media screen and (min-width: 992px) {
  .article-content,
  .featured-article-content {
    gap: 32px;
  }
}
.article-content-container,
.featured-article-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content-container,
  .featured-article-content-container {
    gap: 32px;
  }
}
.article-content-container-wrapper,
.featured-article-content-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  margin: 0;
}
.article-content-container-wrapper .post-cat-title,
.featured-article-content-container-wrapper .post-cat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content-container-wrapper .post-cat-title,
  .featured-article-content-container-wrapper .post-cat-title {
    gap: 32px;
    max-width: 680px;
  }
}
.article-content-container-wrapper .post-cat-title .event-details,
.featured-article-content-container-wrapper .post-cat-title .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: -16px;
}
@media screen and (min-width: 992px) {
  .article-content-container-wrapper .post-cat-title .event-details,
  .featured-article-content-container-wrapper .post-cat-title .event-details {
    margin-bottom: -24px;
  }
}
.article-content-container-wrapper .post-cat-title .event-details__date, .article-content-container-wrapper .post-cat-title .event-details__location,
.featured-article-content-container-wrapper .post-cat-title .event-details__date,
.featured-article-content-container-wrapper .post-cat-title .event-details__location {
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.article-content-container-wrapper .post-cat-title .event-details__date,
.featured-article-content-container-wrapper .post-cat-title .event-details__date {
  border-left: 8px solid #F56647;
  text-transform: uppercase;
}
.article-content-container-wrapper .post-cat-title-container,
.featured-article-content-container-wrapper .post-cat-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.article-content-container-wrapper .post-cat-title-container h1,
.featured-article-content-container-wrapper .post-cat-title-container h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .article-content-container-wrapper .post-cat-title-container h1,
  .featured-article-content-container-wrapper .post-cat-title-container h1 {
    font-size: 42px;
  }
}
.article-content-container-wrapper .post-cat-title-container .nls-category.advertisement,
.featured-article-content-container-wrapper .post-cat-title-container .nls-category.advertisement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.article-content-container .post-content,
.featured-article-content-container .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "georgia", "Times New Roman", serif;
  width: 100%;
  color: #000 !important;
  /*  sesamy fixes  */
  /* old articles */
  /* end of old articles */
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content,
  .featured-article-content-container .post-content {
    gap: 32px;
  }
}
.article-content-container .post-content > div,
.featured-article-content-container .post-content > div {
  width: 100%;
}
.article-content-container .post-content > div sesamy-content-container,
.featured-article-content-container .post-content > div sesamy-content-container {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.article-content-container .post-content > div sesamy-content-container .sesamy-protected-content,
.featured-article-content-container .post-content > div sesamy-content-container .sesamy-protected-content {
  width: 100%;
}
.article-content-container .post-content .Paywall__subscription-container,
.featured-article-content-container .post-content .Paywall__subscription-container {
  gap: 0 !important;
}
.article-content-container .post-content .Paywall__subscription-container sesamy-login,
.featured-article-content-container .post-content .Paywall__subscription-container sesamy-login {
  margin-bottom: -10px;
}
.article-content-container .post-content p, .article-content-container .post-content section, .article-content-container .post-content ul, .article-content-container .post-content ol, .article-content-container .post-content .wp-block-heading, .article-content-container .post-content blockquote, .article-content-container .post-content .wp-block-quote, .article-content-container .post-content > .divider,
.article-content-container .post-content h1, .article-content-container .post-content h2, .article-content-container .post-content h3, .article-content-container .post-content h4, .article-content-container .post-content h5, .article-content-container .post-content h6, .article-content-container .post-content figure, .article-content-container .post-content .wp-block-image, .article-content-container .post-content .wp-block-buttons, .article-content-container .post-content .wp-caption,
.featured-article-content-container .post-content p,
.featured-article-content-container .post-content section,
.featured-article-content-container .post-content ul,
.featured-article-content-container .post-content ol,
.featured-article-content-container .post-content .wp-block-heading,
.featured-article-content-container .post-content blockquote,
.featured-article-content-container .post-content .wp-block-quote,
.featured-article-content-container .post-content > .divider,
.featured-article-content-container .post-content h1,
.featured-article-content-container .post-content h2,
.featured-article-content-container .post-content h3,
.featured-article-content-container .post-content h4,
.featured-article-content-container .post-content h5,
.featured-article-content-container .post-content h6,
.featured-article-content-container .post-content figure,
.featured-article-content-container .post-content .wp-block-image,
.featured-article-content-container .post-content .wp-block-buttons,
.featured-article-content-container .post-content .wp-caption {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content p:not(.nls-ad), .article-content-container .post-content section:not(.nls-ad), .article-content-container .post-content ul:not(.nls-ad), .article-content-container .post-content ol:not(.nls-ad), .article-content-container .post-content .wp-block-heading:not(.nls-ad), .article-content-container .post-content blockquote:not(.nls-ad), .article-content-container .post-content .wp-block-quote:not(.nls-ad), .article-content-container .post-content > .divider:not(.nls-ad),
  .article-content-container .post-content h1:not(.nls-ad), .article-content-container .post-content h2:not(.nls-ad), .article-content-container .post-content h3:not(.nls-ad), .article-content-container .post-content h4:not(.nls-ad), .article-content-container .post-content h5:not(.nls-ad), .article-content-container .post-content h6:not(.nls-ad), .article-content-container .post-content figure:not(.nls-ad), .article-content-container .post-content .wp-block-image:not(.nls-ad), .article-content-container .post-content .wp-block-buttons:not(.nls-ad), .article-content-container .post-content .wp-caption:not(.nls-ad),
  .featured-article-content-container .post-content p:not(.nls-ad),
  .featured-article-content-container .post-content section:not(.nls-ad),
  .featured-article-content-container .post-content ul:not(.nls-ad),
  .featured-article-content-container .post-content ol:not(.nls-ad),
  .featured-article-content-container .post-content .wp-block-heading:not(.nls-ad),
  .featured-article-content-container .post-content blockquote:not(.nls-ad),
  .featured-article-content-container .post-content .wp-block-quote:not(.nls-ad),
  .featured-article-content-container .post-content > .divider:not(.nls-ad),
  .featured-article-content-container .post-content h1:not(.nls-ad),
  .featured-article-content-container .post-content h2:not(.nls-ad),
  .featured-article-content-container .post-content h3:not(.nls-ad),
  .featured-article-content-container .post-content h4:not(.nls-ad),
  .featured-article-content-container .post-content h5:not(.nls-ad),
  .featured-article-content-container .post-content h6:not(.nls-ad),
  .featured-article-content-container .post-content figure:not(.nls-ad),
  .featured-article-content-container .post-content .wp-block-image:not(.nls-ad),
  .featured-article-content-container .post-content .wp-block-buttons:not(.nls-ad),
  .featured-article-content-container .post-content .wp-caption:not(.nls-ad) {
    max-width: 680px;
    margin: 0 auto;
  }
}
.article-content-container .post-content span,
.featured-article-content-container .post-content span {
  color: #000 !important;
}
.article-content-container .post-content .classic-content.wp-block-core-paragraph.wp-block,
.featured-article-content-container .post-content .classic-content.wp-block-core-paragraph.wp-block {
  width: 100%;
}
.article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link),
.featured-article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link) {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link):hover, .article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link):focus, .article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link).active,
.featured-article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link):hover,
.featured-article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link):focus,
.featured-article-content-container .post-content a:not(.button):not(.blurb):not(.wp-block-button__link):not(.nls-ad):not(.adv-link).active {
  border-bottom: 1px solid #000;
}
.article-content-container .post-content p,
.article-content-container .post-content > .divider,
.featured-article-content-container .post-content p,
.featured-article-content-container .post-content > .divider {
  width: 100%;
  margin: 0;
}
.article-content-container .post-content .wp-block-heading,
.featured-article-content-container .post-content .wp-block-heading {
  width: 100%;
  margin-bottom: -20px;
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content .wp-block-heading,
  .featured-article-content-container .post-content .wp-block-heading {
    margin-bottom: -20px;
  }
}
.article-content-container .post-content ul, .article-content-container .post-content ol,
.featured-article-content-container .post-content ul,
.featured-article-content-container .post-content ol {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.article-content-container .post-content h1, .article-content-container .post-content h2, .article-content-container .post-content h3, .article-content-container .post-content h4, .article-content-container .post-content h5, .article-content-container .post-content h6,
.featured-article-content-container .post-content h1,
.featured-article-content-container .post-content h2,
.featured-article-content-container .post-content h3,
.featured-article-content-container .post-content h4,
.featured-article-content-container .post-content h5,
.featured-article-content-container .post-content h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: -20px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
}
.article-content-container .post-content h2, .article-content-container .post-content h3, .article-content-container .post-content h4,
.featured-article-content-container .post-content h2,
.featured-article-content-container .post-content h3,
.featured-article-content-container .post-content h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.article-content-container .post-content .wp-block-quote,
.article-content-container .post-content blockquote,
.featured-article-content-container .post-content .wp-block-quote,
.featured-article-content-container .post-content blockquote {
  width: 100%;
  margin: 0;
  padding: 24px 0px;
  border: 1px solid #EDEDED;
  border-right: none;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content .wp-block-quote,
  .article-content-container .post-content blockquote,
  .featured-article-content-container .post-content .wp-block-quote,
  .featured-article-content-container .post-content blockquote {
    margin: 0 auto;
  }
}
.article-content-container .post-content .wp-block-quote p,
.article-content-container .post-content blockquote p,
.featured-article-content-container .post-content .wp-block-quote p,
.featured-article-content-container .post-content blockquote p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.article-content-container .post-content .wp-block-quote p:before,
.article-content-container .post-content blockquote p:before,
.featured-article-content-container .post-content .wp-block-quote p:before,
.featured-article-content-container .post-content blockquote p:before {
  content: url("/wp-content/themes/nls/assets/images/nls-quote.svg");
  width: 60px;
  height: 40px;
  display: block;
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content .wp-block-embed__wrapper iframe,
  .featured-article-content-container .post-content .wp-block-embed__wrapper iframe {
    max-width: 100%;
    width: 680px;
    height: 540px;
  }
}
.article-content-container .post-content .sesamy-locked-content,
.featured-article-content-container .post-content .sesamy-locked-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content-container .post-content .sesamy-locked-content,
  .featured-article-content-container .post-content .sesamy-locked-content {
    max-width: 100%;
    width: 680px;
  }
}
.article-content-container .post-content .wp-caption,
.article-content-container .post-content .wp-block-image,
.featured-article-content-container .post-content .wp-caption,
.featured-article-content-container .post-content .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100% !important;
}
.article-content-container .post-content .wp-caption .wp-caption-text,
.article-content-container .post-content .wp-caption .wp-element-caption,
.article-content-container .post-content .wp-block-image .wp-caption-text,
.article-content-container .post-content .wp-block-image .wp-element-caption,
.featured-article-content-container .post-content .wp-caption .wp-caption-text,
.featured-article-content-container .post-content .wp-caption .wp-element-caption,
.featured-article-content-container .post-content .wp-block-image .wp-caption-text,
.featured-article-content-container .post-content .wp-block-image .wp-element-caption {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
  margin: 0;
}
.article-content-container .post-content .wp-caption .wp-caption-text b, .article-content-container .post-content .wp-caption .wp-caption-text strong,
.article-content-container .post-content .wp-caption .wp-element-caption b,
.article-content-container .post-content .wp-caption .wp-element-caption strong,
.article-content-container .post-content .wp-block-image .wp-caption-text b,
.article-content-container .post-content .wp-block-image .wp-caption-text strong,
.article-content-container .post-content .wp-block-image .wp-element-caption b,
.article-content-container .post-content .wp-block-image .wp-element-caption strong,
.featured-article-content-container .post-content .wp-caption .wp-caption-text b,
.featured-article-content-container .post-content .wp-caption .wp-caption-text strong,
.featured-article-content-container .post-content .wp-caption .wp-element-caption b,
.featured-article-content-container .post-content .wp-caption .wp-element-caption strong,
.featured-article-content-container .post-content .wp-block-image .wp-caption-text b,
.featured-article-content-container .post-content .wp-block-image .wp-caption-text strong,
.featured-article-content-container .post-content .wp-block-image .wp-element-caption b,
.featured-article-content-container .post-content .wp-block-image .wp-element-caption strong {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.article-content-container .post-content .image-container,
.featured-article-content-container .post-content .image-container {
  width: 660px;
}
.article-content-container .post-content .image-container img,
.featured-article-content-container .post-content .image-container img {
  width: 660px;
  height: auto;
}
.article-content-container .post-content div,
.featured-article-content-container .post-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.article-content-container .post-content div .text-container,
.featured-article-content-container .post-content div .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  font-family: "georgia", "Times New Roman", serif;
}
.article-content-container .has-drop-cap:not(:focus)::first-letter,
.featured-article-content-container .has-drop-cap:not(:focus)::first-letter {
  font-size: 89px;
  font-weight: 700;
  line-height: 79px;
  float: left;
  margin: 0 8px 0 0;
}
.article-content-container .advertiser,
.featured-article-content-container .advertiser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-content-container .advertiser,
  .featured-article-content-container .advertiser {
    margin: 0 auto;
  }
}
.article-content-container .advertiser-logo img,
.featured-article-content-container .advertiser-logo img {
  width: 166px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content-container .article-tags,
.featured-article-content-container .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  margin: 0;
}
.article-content-container .article-tags h6,
.featured-article-content-container .article-tags h6 {
  margin: 0;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
}
.article-content-container .article-tags__items,
.featured-article-content-container .article-tags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.article-content-container .article-tags__items .tag,
.featured-article-content-container .article-tags__items .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #707070;
  color: #F8F8F8;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.article-content__featured-image,
.featured-article-content__featured-image {
  border-top: 1px solid #EDEDED;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content__featured-image,
  .featured-article-content__featured-image {
    width: 680px;
  }
}
.article-content__featured-image img,
.featured-article-content__featured-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content__featured-image .full-width-featured-image,
.featured-article-content__featured-image .full-width-featured-image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-content__featured-image .full-width-featured-image img,
.featured-article-content__featured-image .full-width-featured-image img {
  height: auto;
  max-height: 500px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content__featured-image .featured-image-caption,
.featured-article-content__featured-image .featured-image-caption {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
  margin: 0;
}
.article-content__featured-image .featured-image-caption b, .article-content__featured-image .featured-image-caption strong,
.featured-article-content__featured-image .featured-image-caption b,
.featured-article-content__featured-image .featured-image-caption strong {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.article-content .job-opening-details,
.featured-article-content .job-opening-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content .job-opening-details,
  .featured-article-content .job-opening-details {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-content .job-opening-details__first,
.featured-article-content .job-opening-details__first {
  width: 100%;
  height: 179px;
}
@media screen and (min-width: 992px) {
  .article-content .job-opening-details__first,
  .featured-article-content .job-opening-details__first {
    width: 155px;
    height: 155px;
  }
}
.article-content .job-opening-details__first-logo,
.featured-article-content .job-opening-details__first-logo {
  width: 100%;
  height: 179px;
  border: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .article-content .job-opening-details__first-logo,
  .featured-article-content .job-opening-details__first-logo {
    width: 155px;
    height: 155px;
  }
}
.article-content .job-opening-details__first-logo img,
.featured-article-content .job-opening-details__first-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content .job-opening-details__second,
.featured-article-content .job-opening-details__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  row-gap: 16px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.article-content .job-opening-details__second-category, .article-content .job-opening-details__second-type, .article-content .job-opening-details__second-location, .article-content .job-opening-details__second-organizer, .article-content .job-opening-details__second-apply-by, .article-content .job-opening-details__second-duration, .article-content .job-opening-details__second-published,
.featured-article-content .job-opening-details__second-category,
.featured-article-content .job-opening-details__second-type,
.featured-article-content .job-opening-details__second-location,
.featured-article-content .job-opening-details__second-organizer,
.featured-article-content .job-opening-details__second-apply-by,
.featured-article-content .job-opening-details__second-duration,
.featured-article-content .job-opening-details__second-published {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .article-content .job-opening-details__second-category, .article-content .job-opening-details__second-type, .article-content .job-opening-details__second-location, .article-content .job-opening-details__second-organizer, .article-content .job-opening-details__second-apply-by, .article-content .job-opening-details__second-duration, .article-content .job-opening-details__second-published,
  .featured-article-content .job-opening-details__second-category,
  .featured-article-content .job-opening-details__second-type,
  .featured-article-content .job-opening-details__second-location,
  .featured-article-content .job-opening-details__second-organizer,
  .featured-article-content .job-opening-details__second-apply-by,
  .featured-article-content .job-opening-details__second-duration,
  .featured-article-content .job-opening-details__second-published {
    width: calc(50% - 32px);
  }
}
.article-content .job-opening-application,
.featured-article-content .job-opening-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article-content .job-opening-application,
  .featured-article-content .job-opening-application {
    max-width: 680px;
  }
}
.article-content .job-opening-application-wrapper,
.featured-article-content .job-opening-application-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #F2F2F2;
  padding: 24px;
  gap: 16px;
}
.article-content .job-opening-application-wrapper__title,
.featured-article-content .job-opening-application-wrapper__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
.article-content .job-opening-application-wrapper__content,
.featured-article-content .job-opening-application-wrapper__content {
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.article-content .job-opening-application-wrapper a,
.featured-article-content .job-opening-application-wrapper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article-content-excerpt,
.featured-article-content-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .article-content-excerpt,
  .featured-article-content-excerpt {
    max-width: 680px;
    width: 100%;
    gap: 32px;
  }
}
.article-content-excerpt p,
.featured-article-content-excerpt p {
  margin: 0;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (min-width: 992px) {
  .article-content-excerpt p,
  .featured-article-content-excerpt p {
    font-size: 26px;
  }
}
.article-content .post-info,
.featured-article-content .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-content .post-info,
  .featured-article-content .post-info {
    max-width: 680px;
    width: 100%;
  }
}
.article-content .post-info__wrapper,
.featured-article-content .post-info__wrapper {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #31313B;
}
@media screen and (min-width: 992px) {
  .article-content .post-info__wrapper,
  .featured-article-content .post-info__wrapper {
    margin: 0;
  }
}
.article-content .post-info__wrapper p,
.featured-article-content .post-info__wrapper p {
  margin: 0;
}
.article-content .post-info__wrapper b, .article-content .post-info__wrapper strong,
.featured-article-content .post-info__wrapper b,
.featured-article-content .post-info__wrapper strong {
  color: #8EA5A7;
  font-weight: 700;
}
.article-content .post-info__wrapper a,
.featured-article-content .post-info__wrapper a {
  color: #31313B;
}
.article-content .post-info__wrapper .event-date p, .article-content .post-info__wrapper .event-date b, .article-content .post-info__wrapper .event-date strong,
.featured-article-content .post-info__wrapper .event-date p,
.featured-article-content .post-info__wrapper .event-date b,
.featured-article-content .post-info__wrapper .event-date strong {
  font-weight: 600;
  color: #676767;
}
.article-content .post-info__wrapper .updated-published,
.featured-article-content .post-info__wrapper .updated-published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.article-content .post-info__wrapper .post-share,
.featured-article-content .post-info__wrapper .post-share {
  margin-left: auto;
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.article-content .post-info__wrapper .post-share a.post-share-btn,
.featured-article-content .post-info__wrapper .post-share a.post-share-btn {
  position: relative;
}
.article-content .post-info__wrapper .post-share__icons,
.featured-article-content .post-info__wrapper .post-share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.article-content .nls-article-end,
.featured-article-content .nls-article-end {
  border: 1px solid #EDEDED;
  border-right: none;
  border-left: none;
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.article-content .nls-article-end b, .article-content .nls-article-end strong,
.featured-article-content .nls-article-end b,
.featured-article-content .nls-article-end strong {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .article-content .nls-article-end,
  .featured-article-content .nls-article-end {
    max-width: 680px;
    width: 100%;
  }
}
.article-sidebar,
.featured-article-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  max-width: 100%;
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .article-sidebar,
  .featured-article-sidebar {
    max-width: 300px;
    padding: 0;
  }
}
.article-sidebar-inner,
.featured-article-sidebar-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .article-sidebar-inner,
  .featured-article-sidebar-inner {
    width: 300px;
  }
}
.article-sidebar-inner .sesamy-locked-content,
.featured-article-sidebar-inner .sesamy-locked-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.article-sidebar-inner div,
.featured-article-sidebar-inner div {
  width: 100%;
}
.article-sidebar-inner .post-grid.columns .blurb, .article-sidebar-inner .post-grid.course .blurb, .article-sidebar-inner .post-grid.job-opening .blurb,
.featured-article-sidebar-inner .post-grid.columns .blurb,
.featured-article-sidebar-inner .post-grid.course .blurb,
.featured-article-sidebar-inner .post-grid.job-opening .blurb {
  width: 100%;
}
.article-sidebar-inner .post-grid-wrapper__grid,
.featured-article-sidebar-inner .post-grid-wrapper__grid {
  gap: 8px;
}
.article-sidebar-inner .blurb.job-opening,
.featured-article-sidebar-inner .blurb.job-opening {
  border: none !important;
}
.article-sidebar-inner .blurb .blurb-content__bottom-job,
.featured-article-sidebar-inner .blurb .blurb-content__bottom-job {
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.article-sidebar-inner .blurb .blurb-content__bottom-job .job-duration,
.featured-article-sidebar-inner .blurb .blurb-content__bottom-job .job-duration {
  display: none;
}
.article-sidebar-inner .blurb .blurb-content__bottom-button,
.featured-article-sidebar-inner .blurb .blurb-content__bottom-button {
  display: none;
}
.article.advertisement .post-cat-title h1,
.featured-article.advertisement .post-cat-title h1 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 46px !important;
}
.article .nls-ad img,
.featured-article .nls-ad img {
  height: auto;
}

.page-not-found {
  max-width: 980px;
  margin: 32px auto;
}
.page-not-found .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.page-not-found .container h1 {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.page-not-found .container p {
  color: #31313B;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.nls-search {
  width: 100%;
  padding: 32px 10px;
}
@media screen and (min-width: 992px) {
  .nls-search {
    padding: 56px 16px;
  }
}
.nls-search-wrapper {
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .nls-search-wrapper {
    width: 980px;
  }
}
.nls-search-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
.nls-search-wrapper__content .nls-search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.nls-search-wrapper__content .nls-search-title h1 {
  margin: 0;
  font-style: italic;
}
.nls-search-wrapper__content .nls-search-title p {
  color: #31313B;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 720px;
}
.nls-search-wrapper__content form {
  width: 100%;
}
.nls-search-wrapper__content form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 992px) {
  .nls-search-wrapper__content form div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.nls-search-wrapper__content form div input[type=text] {
  width: 100%;
  height: 36px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #ECEFEF;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.nls-search-wrapper__content form div input[type=text]::-webkit-input-placeholder {
  color: #929292;
}
.nls-search-wrapper__content form div input[type=text]::-moz-placeholder {
  color: #929292;
}
.nls-search-wrapper__content form div input[type=text]:-ms-input-placeholder {
  color: #929292;
}
.nls-search-wrapper__content form div input[type=text]::-ms-input-placeholder {
  color: #929292;
}
.nls-search-wrapper__content form div input[type=text]::placeholder {
  color: #929292;
}
.nls-search-wrapper__content form div input[type=text]:focus {
  outline: none;
}
.nls-search-wrapper__content form div button {
  height: 24px;
}
.nls-search-wrapper__content form div button:hover {
  cursor: pointer;
}
.nls-search-wrapper__content form div button svg {
  width: 24px;
  height: 24px;
}
.nls-search-wrapper__content form div button svg path {
  fill: #000;
}
.nls-search-wrapper__content .nls-search-posts {
  margin-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nls-search-wrapper__content .nls-search-posts__title {
  width: 100%;
}
.nls-search-wrapper__content .nls-search-posts__title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
}
.nls-search-wrapper__content .nls-search-posts .blurb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #EDEDED;
  border-right: 0;
  margin: 0 0 1rem 0;
  padding: 0;
  padding-bottom: 1rem;
}
.nls-search-wrapper__content .nls-search-posts .blurb:first-of-type {
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid #EDEDED;
}
.nls-search-wrapper__content .nls-search-posts .blurb:last-of-type {
  margin-bottom: 0;
}
.nls-search-wrapper__content .nls-search-posts .blurb__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nls-search-wrapper__content .nls-search-posts .blurb__image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nls-search-wrapper__content .nls-search-posts .blurb__image img {
    height: 180px;
  }
}
.nls-search-wrapper__content .nls-search-posts .blurb-content__excerpt {
  display: none;
}
@media screen and (min-width: 992px) {
  .nls-search-wrapper__content .nls-search-posts .blurb-content__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nls-search-wrapper__content .nls-search-posts .no-results {
  width: 100%;
  padding: 32px 0;
  font-style: italic;
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
}

.archive-category {
  padding: 32px 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.archive-category h2 {
  margin: 0;
}
.archive-category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  padding-bottom: 63px;
}
.archive-category-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.archive-category-content-header h1 {
  font-style: italic;
}
.archive-category-content-header p {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.archive-category-content .archive-post-content {
  width: 100%;
}
.archive-category-content .archive-post-content .blurb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #EDEDED;
  border-right: 0;
  margin: 1rem 0;
  padding: 0;
  padding-bottom: 1rem;
}
.archive-category-content .archive-post-content .blurb:first-of-type {
  margin-top: 0;
}
.archive-category-content .archive-post-content .blurb:last-of-type {
  margin-bottom: 0;
}
.archive-category-content .archive-post-content .blurb__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-category-content .archive-post-content .blurb__image img {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  .archive-category-content .archive-post-content .blurb__image img {
    height: 180px;
  }
}
.archive-category-content .archive-post-content .blurb-content__excerpt {
  display: none;
}
@media screen and (min-width: 992px) {
  .archive-category-content .archive-post-content .blurb-content__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.archive-category-content .archive-post-content .blurb-content__title-category {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
}
.archive-category-content #load-more-posts {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  border: none;
  border-radius: 4px;
  padding: 5px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: 1px solid #000;
  cursor: pointer;
}
.archive-category-content #load-more-posts span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.archive-category-content #load-more-posts span.show-more-posts {
  display: block;
}
.archive-category-content #load-more-posts span.loading {
  display: none;
}
.archive-category-content #load-more-posts.loading span.show-more-posts {
  display: none;
}
.archive-category-content #load-more-posts.loading span.loading {
  display: block;
}

.posts-navigation {
  margin-top: 1rem;
  width: 100%;
}
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.posts-navigation .nav-links .nav-previous a:before {
  content: "←";
  margin-top: -2px;
}
.posts-navigation .nav-links .nav-next a:after {
  content: "→";
  margin-top: -2px;
}

.nls-subpage {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  width: 100%;
  padding: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #31313B;
}
@media screen and (min-width: 992px) {
  .nls-subpage {
    padding: 56px 16px;
  }
}
.nls-subpage-wrapper,
.nls-subpage .sesamy-locked-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
}
.nls-subpage-wrapper.title,
.nls-subpage .sesamy-locked-content.title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.title,
  .nls-subpage .sesamy-locked-content.title {
    max-width: 980px;
  }
}
.nls-subpage-wrapper.title h1,
.nls-subpage .sesamy-locked-content.title h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.title h1,
  .nls-subpage .sesamy-locked-content.title h1 {
    font-size: 42px;
  }
}
.nls-subpage-wrapper.title p,
.nls-subpage .sesamy-locked-content.title p {
  font-family: "georgia", "Times New Roman", serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  color: #31313B;
}
.nls-subpage-wrapper.title p a,
.nls-subpage .sesamy-locked-content.title p a {
  font-family: inherit;
  font-size: 18px !important;
}
.nls-subpage-wrapper.title ul, .nls-subpage-wrapper.title ol,
.nls-subpage .sesamy-locked-content.title ul,
.nls-subpage .sesamy-locked-content.title ol {
  font-family: "georgia", "Times New Roman", serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
.nls-subpage-wrapper.content,
.nls-subpage .sesamy-locked-content.content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.content,
  .nls-subpage .sesamy-locked-content.content {
    max-width: 980px;
  }
}
.nls-subpage-wrapper.content .article-image,
.nls-subpage .sesamy-locked-content.content .article-image {
  width: 100%;
}
.nls-subpage-wrapper.content .wp-block-verse,
.nls-subpage .sesamy-locked-content.content .wp-block-verse {
  margin-top: -8px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #31313B;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.content .wp-block-verse,
  .nls-subpage .sesamy-locked-content.content .wp-block-verse {
    font-size: 20px;
  }
}
.nls-subpage-wrapper.content p,
.nls-subpage .sesamy-locked-content.content p {
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  color: #31313B;
}
.nls-subpage-wrapper.content p a,
.nls-subpage .sesamy-locked-content.content p a {
  font-family: inherit;
  font-size: inherit;
}
.nls-subpage-wrapper.content p.big-font-size,
.nls-subpage .sesamy-locked-content.content p.big-font-size {
  font-size: 20px !important;
}
.nls-subpage-wrapper.content p.default-font,
.nls-subpage .sesamy-locked-content.content p.default-font {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
}
.nls-subpage-wrapper.content ul, .nls-subpage-wrapper.content ol,
.nls-subpage .sesamy-locked-content.content ul,
.nls-subpage .sesamy-locked-content.content ol {
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
  margin-top: 1rem;
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.nls-subpage-wrapper.content h1, .nls-subpage-wrapper.content h2, .nls-subpage-wrapper.content h3, .nls-subpage-wrapper.content h4, .nls-subpage-wrapper.content h5,
.nls-subpage .sesamy-locked-content.content h1,
.nls-subpage .sesamy-locked-content.content h2,
.nls-subpage .sesamy-locked-content.content h3,
.nls-subpage .sesamy-locked-content.content h4,
.nls-subpage .sesamy-locked-content.content h5 {
  font-weight: 700;
  margin: 0;
  margin-bottom: -8px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  font-size: 20px;
  width: 100%;
}
.nls-subpage-wrapper.content h2,
.nls-subpage .sesamy-locked-content.content h2 {
  margin-bottom: 0 !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.nls-subpage-wrapper.content h3,
.nls-subpage .sesamy-locked-content.content h3 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.nls-subpage-wrapper.content h4, .nls-subpage-wrapper.content h5,
.nls-subpage .sesamy-locked-content.content h4,
.nls-subpage .sesamy-locked-content.content h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.nls-subpage-wrapper.content h6,
.nls-subpage .sesamy-locked-content.content h6 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -16px !important;
}
.nls-subpage-wrapper.content a:not(.button, .blurb),
.nls-subpage .sesamy-locked-content.content a:not(.button, .blurb) {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nls-subpage-wrapper.content a:not(.button, .blurb):hover, .nls-subpage-wrapper.content a:not(.button, .blurb):focus, .nls-subpage-wrapper.content a:not(.button, .blurb).active,
.nls-subpage .sesamy-locked-content.content a:not(.button, .blurb):hover,
.nls-subpage .sesamy-locked-content.content a:not(.button, .blurb):focus,
.nls-subpage .sesamy-locked-content.content a:not(.button, .blurb).active {
  border-bottom: 1px solid #000;
}
.nls-subpage-wrapper.content section a,
.nls-subpage .sesamy-locked-content.content section a {
  color: inherit;
  font-weight: inherit;
}
.nls-subpage-wrapper.content .row-wrap .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.nls-subpage .sesamy-locked-content.content .row-wrap .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  width: calc(50% - 32px);
}
.nls-subpage-wrapper.content .row-wrap :where(.wp-block-columns.is-layout-flex),
.nls-subpage .sesamy-locked-content.content .row-wrap :where(.wp-block-columns.is-layout-flex) {
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.content .row-wrap :where(.wp-block-columns.is-layout-flex),
  .nls-subpage .sesamy-locked-content.content .row-wrap :where(.wp-block-columns.is-layout-flex) {
    gap: 32px;
  }
}
.nls-subpage-wrapper.content .wp-block-quote,
.nls-subpage .sesamy-locked-content.content .wp-block-quote {
  width: 100%;
  margin: 0;
  padding: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.content .wp-block-quote,
  .nls-subpage .sesamy-locked-content.content .wp-block-quote {
    width: 980px;
    margin: 0 auto;
  }
}
.nls-subpage-wrapper.content .wp-block-quote p,
.nls-subpage .sesamy-locked-content.content .wp-block-quote p {
  font-family: "georgia", "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}
.nls-subpage-wrapper.content .wp-block-quote:before, .nls-subpage-wrapper.content .wp-block-quote:after,
.nls-subpage .sesamy-locked-content.content .wp-block-quote:before,
.nls-subpage .sesamy-locked-content.content .wp-block-quote:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 5px;
  background-color: #222;
}
.nls-subpage-wrapper.content hr,
.nls-subpage .sesamy-locked-content.content hr {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nls-subpage-wrapper.content .wp-block-embed__wrapper iframe,
  .nls-subpage .sesamy-locked-content.content .wp-block-embed__wrapper iframe {
    max-width: 100%;
    width: 980px;
    height: 540px;
  }
}
.nls-subpage-wrapper.content .wp-block-columns-is-layout-flex,
.nls-subpage .sesamy-locked-content.content .wp-block-columns-is-layout-flex {
  width: 100%;
  padding: 0;
  gap: 24px;
}
.nls-subpage-wrapper.content .has-drop-cap:not(:focus)::first-letter,
.nls-subpage .sesamy-locked-content.content .has-drop-cap:not(:focus)::first-letter {
  font-size: 89px;
  font-weight: 700;
  line-height: 79px;
  float: left;
  margin: 0 8px 0 0;
}
.nls-subpage__featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .nls-subpage__featured-image {
    width: 980px;
  }
}
.nls-subpage__featured-image .full-width-featured-image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nls-subpage__featured-image .full-width-featured-image img {
  height: auto;
  max-height: 500px;
  aspect-ratio: 16/9;
}
.nls-subpage__featured-image .featured-image-caption {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .nls-subpage__featured-image .featured-image-caption {
    width: 980px;
    margin: 0 auto;
  }
}
.nls-subpage__featured-image .featured-image-caption b, .nls-subpage__featured-image .featured-image-caption strong {
  color: #000;
}

.featured-article-hero {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .featured-article-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 25px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-article-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 56px auto 64px;
  }
}
.featured-article-hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #F8F8F8;
}
@media screen and (min-width: 992px) {
  .featured-article-hero-text {
    padding: 56px 48px;
    gap: 16px;
  }
}
.featured-article-hero-text.business {
  background-color: #8EA5A7;
}
.featured-article-hero-text.column {
  background-color: #E8CC1E;
}
.featured-article-hero-text.science {
  background-color: #205457;
}
.featured-article-hero-text.science h1, .featured-article-hero-text.science .nls-category {
  color: #FFF;
}
.featured-article-hero-text.careers, .featured-article-hero-text.best-talent, .featured-article-hero-text.in-a-new-job, .featured-article-hero-text.careers-article {
  background-color: #76D8A8;
}
.featured-article-hero-text.profiles {
  background-color: #CC9B52;
}
.featured-article-hero-text.clinical-trials, .featured-article-hero-text.clinical-trials-medtech, .featured-article-hero-text.clinical-trials-pharma {
  background-color: #8030B8;
}
.featured-article-hero-text.clinical-trials h1, .featured-article-hero-text.clinical-trials .nls-category, .featured-article-hero-text.clinical-trials-medtech h1, .featured-article-hero-text.clinical-trials-medtech .nls-category, .featured-article-hero-text.clinical-trials-pharma h1, .featured-article-hero-text.clinical-trials-pharma .nls-category {
  color: #FFF;
}
.featured-article-hero-text.events {
  background-color: #F56647;
}
.featured-article-hero-text h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .featured-article-hero-text h1 {
    font-size: 42px;
  }
}
.featured-article-hero-text .nls-category:before {
  display: none;
}
.featured-article-hero__featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
.featured-article-hero__featured-image .full-width-featured-image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-article-hero__featured-image .full-width-featured-image img {
  height: auto;
  aspect-ratio: 16/9;
}
.featured-article-hero__featured-image .featured-image-caption {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  margin-left: auto;
}
.featured-article-hero__featured-image .featured-image-caption b, .featured-article-hero__featured-image .featured-image-caption strong {
  color: #000;
}

.featured-article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .featured-article {
    padding: 0 16px 25px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-article {
    padding: 0 64px 0 64px;
  }
}
.featured-article .article-sidebar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.featured-article .article-sidebar-inner {
  margin: 0;
}

.nls-category-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .nls-category-page {
    margin: 32px 0;
  }
}
.nls-category-page .sesamy-locked-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.nls-category-page__title {
  width: 100%;
  margin-bottom: -32px;
}
.nls-category-page__title h1 {
  width: 100%;
  font-style: italic;
  font-weight: 600;
}
.nls-category-page .wp-block-verse {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #31313B;
  width: 100%;
  margin: 0 auto;
  max-width: 1512px;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .nls-category-page .wp-block-verse {
    padding: 24px 64px 0 64px;
  }
}
.nls-category-page .wp-block-buttons {
  width: 100%;
  margin: 0 auto;
  max-width: 1512px;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .nls-category-page .wp-block-buttons {
    padding: 0 64px;
  }
}
.nls-category-page__read-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 24px;
}
.nls-category-page__read-more-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-posts {
    max-width: 980px;
  }
}
.nls-category-page__read-more-posts > h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.nls-category-page__read-more-posts .job-openings-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.nls-category-page__read-more-posts .job-openings-filter__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.nls-category-page__read-more-posts .job-openings-filter__left h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.nls-category-page__read-more-posts .job-openings-filter__left p {
  color: #31313B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.nls-category-page__read-more-posts .job-openings-filter__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.nls-category-page__read-more-posts .archive-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.nls-category-page__read-more-posts .archive-post-content .blurb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 0;
  border-bottom: 1px solid #EDEDED;
  padding: 0;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.nls-category-page__read-more-posts .archive-post-content .blurb__image {
  width: 145px;
  height: 96px;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-posts .archive-post-content .blurb__image {
    width: 280px;
    height: auto;
  }
}
.nls-category-page__read-more-posts .archive-post-content .blurb__image img {
  width: 145px;
  height: 96px;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-posts .archive-post-content .blurb__image img {
    width: 280px;
    height: auto;
  }
}
.nls-category-page__read-more-posts .archive-post-content .blurb-content__title h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-posts .archive-post-content .blurb-content__title h4 {
    font-size: 20px;
  }
}
.nls-category-page__read-more-posts .archive-post-content .blurb-content__excerpt {
  display: none;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-posts .archive-post-content .blurb-content__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nls-category-page__read-more-posts #load-more-posts {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 120%;
  border: 1px solid #000;
  cursor: pointer;
}
.nls-category-page__read-more-posts #load-more-posts span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.nls-category-page__read-more-posts #load-more-posts span.show-more-posts {
  display: block;
}
.nls-category-page__read-more-posts #load-more-posts span.loading {
  display: none;
}
.nls-category-page__read-more-posts #load-more-posts.loading span.show-more-posts {
  display: none;
}
.nls-category-page__read-more-posts #load-more-posts.loading span.loading {
  display: block;
}
.nls-category-page__read-more-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 323px;
          flex: 1 0 323px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  max-width: 100%;
  padding-top: 32px;
  margin-bottom: -32px;
}
@media screen and (min-width: 992px) {
  .nls-category-page__read-more-sidebar {
    max-width: 323px;
    padding: 0;
    margin-bottom: 0;
  }
}

/** Import partials */
.article-image {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-image {
    width: 680px;
    margin: 0 auto;
  }
}
.article-image.full {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-image.full {
    width: 980px;
    margin: 0 auto;
  }
}
.article-image__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
}
.article-image__image img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-image__image-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
.article-image__image-caption b, .article-image__image-caption strong {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.article-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-images {
    width: 680px;
    margin: 0 auto;
  }
}
.article-images.full {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-images.full {
    width: 980px;
    margin: 0 auto;
  }
}
.article-images__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media screen and (min-width: 660px) {
  .article-images__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%;
  }
}
.article-images__image img {
  width: 100%;
  height: 255px;
  max-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 660px) {
  .article-images__image img {
    height: 255px;
    max-height: 100%;
  }
}
.article-images__image-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
.article-images__image-caption b, .article-images__image-caption strong {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.nls-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #76D8A8;
}
.nls-social-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nls-social-media-wrapper__title {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.nls-social-media-wrapper__icon {
  width: 18px;
  height: 18px;
}

.post-grid-category,
.post-grid-category-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .post-grid-category,
  .post-grid-category-sidebar {
    gap: 24px;
  }
}
.post-grid-category__title,
.post-grid-category-sidebar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.post-grid-category__title h4,
.post-grid-category-sidebar__title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.post-grid-category__title .divider,
.post-grid-category-sidebar__title .divider {
  background-color: #222;
  height: 2px;
}
.post-grid-category-wrapper,
.post-grid-category-sidebar-wrapper {
  width: calc(100% + 16px);
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper,
  .post-grid-category-sidebar-wrapper {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 24px;
  }
}
.post-grid-category-wrapper .swiper-pagination,
.post-grid-category-sidebar-wrapper .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-grid-category-wrapper .swiper-pagination-bullet,
.post-grid-category-sidebar-wrapper .swiper-pagination-bullet {
  background: #000 !important;
  margin: 0 !important;
}
.post-grid-category-wrapper .swiper-pagination-bullet-active,
.post-grid-category-sidebar-wrapper .swiper-pagination-bullet-active {
  background: #000 !important;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper,
  .post-grid-category-sidebar-wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide {
    width: calc(25% - 16px);
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide:last-of-type .swiper-slide-title,
.post-grid-category-wrapper .swiper-wrapper .swiper-slide:last-of-type .swiper-slide-posts,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide:last-of-type .swiper-slide-title,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide:last-of-type .swiper-slide-posts {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide:last-of-type,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide:last-of-type {
    padding-right: 24px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-right: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title {
    margin-right: 24px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title.border,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title.border {
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job, .in-a-new-job, .best-talent, .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job, .in-a-new-job, .best-talent, .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before {
  display: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.business:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.business:before {
  background-color: #8EA5A7;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.column:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.column:before {
  background-color: #E8CC1E;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.science:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.science:before {
  background-color: #205457;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.careers:before, .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.in-a-new-job:before, .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.best-talent:before, .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.careers-article:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.careers:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.in-a-new-job:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.best-talent:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.careers-article:before {
  background-color: #76D8A8;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.profiles:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.profiles:before {
  background-color: #CC9B52;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials:before, .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials-medtech:before, .post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials-pharma:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials-medtech:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.clinical-trials-pharma:before {
  background-color: #8030B8;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title h4.events:before,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title h4.events:before {
  background-color: #F56647;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title .icon-container,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title .icon-container img,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title .icon-container img {
  width: 13px;
  height: 13px;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title .icon-container h4,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title .icon-container h4 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title .view-all,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title .view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 19px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-title .view-all:hover,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-title .view-all:hover {
  text-decoration: underline;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-right: 1px solid #EDEDED;
  padding-right: 16px;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar {
    padding-right: 24px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb {
  padding: 16px !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F2F2F2;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb__image,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb__image {
  display: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__title-category,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__title-category {
  color: #31313B;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__title h4,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__excerpt,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide__sidebar .blurb-content__excerpt {
  display: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts {
  border-right: 1px solid #EDEDED;
  padding-right: 16px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts {
    padding-right: 24px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb {
  padding: 0;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image {
  width: 100%;
  height: 186px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image {
    height: 206px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image img,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image img {
  height: 186px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image img,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb__image img {
    height: 206px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__title h4,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__title h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__title h4,
  .post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__title h4 {
    font-size: 20px;
  }
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__excerpt,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb-content__excerpt {
  display: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb:not(:first-of-type) .blurb__image,
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb:not(:first-of-type) .blurb__image {
  display: none;
}
.post-grid-category-wrapper .swiper-wrapper .swiper-slide-posts .blurb:not(:last-of-type),
.post-grid-category-sidebar-wrapper .swiper-wrapper .swiper-slide-posts .blurb:not(:last-of-type) {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
}

.article-read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .article-read-more {
    width: 680px;
    margin: 0 auto;
  }
}
.article-read-more p {
  display: none;
}
.article-read-more .blurb {
  padding: 16px 0 !important;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED !important;
}
.article-read-more .blurb.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  color: #000;
}
.article-read-more .blurb.read-more .blurb__image {
  width: 90px;
  height: 60px;
}
.article-read-more .blurb.read-more .blurb__image img {
  width: 90px;
  height: 60px;
}
.article-read-more .blurb.read-more .blurb-content {
  gap: 12px;
}
.article-read-more .blurb.read-more .blurb-content .blurb-label {
  color: #676767;
  font-weight: 700;
}
.article-read-more .blurb.read-more .blurb-content .blurb-label.advertisement {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.article-read-more .blurb.read-more .blurb-content__title h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 !important;
}
.article-read-more .blurb.read-more .blurb-content__excerpt {
  display: none;
}
.article-read-more .blurb.ads {
  background-color: #F2F2F2;
  padding: 16px !important;
  border: 0 !important;
}

.nls-magazine {
  width: 100%;
  background-color: #222;
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: solid 4px white;
  -webkit-box-shadow: 0 0 0 4px #222;
          box-shadow: 0 0 0 4px #222;
}
@media screen and (min-width: 992px) {
  .nls-magazine {
    padding: 72px 16px 56px 16px;
  }
}
.nls-magazine-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 660px) {
  .nls-magazine-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 69px;
  }
}
.nls-magazine-wrapper.max-width {
  max-width: 1512px;
  padding: 0;
}
.nls-magazine-wrapper-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.nls-magazine-wrapper-first__image {
  width: 136px;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-first__image {
    width: 307px;
  }
}
.nls-magazine-wrapper-first__image img {
  width: 136px;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-first__image img {
    width: 307px;
  }
}
.nls-magazine-wrapper-first__image-price {
  position: absolute;
  right: -32px;
  left: auto;
  top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  width: 63px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50%;
  background-color: #CC9B52;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-width: 1200px) {
  .nls-magazine-wrapper-first__image-price {
    left: -60px;
    right: auto;
    top: -60px;
    height: 115px;
    width: 115px;
    font-size: 15px;
    white-space: nowrap;
  }
}
.nls-magazine-wrapper-first h3 {
  max-width: 206px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-first h3 {
    font-size: 42px;
  }
}
.nls-magazine-wrapper-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-second {
    padding: 56px;
  }
}
.nls-magazine-wrapper-second__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
  margin: 0;
  max-width: 556px;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-second__title {
    font-size: 42px;
  }
}
.nls-magazine-wrapper-second__content {
  color: #C9C9C9;
  font-family: "georgia", "Times New Roman", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  max-width: 556px;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-second__content {
    font-size: 18px;
  }
}
.nls-magazine-wrapper-second__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (min-width: 992px) {
  .nls-magazine-wrapper-second__content ul {
    font-size: 16px;
  }
}
.nls-magazine-wrapper-second .button {
  width: 100%;
}
@media screen and (min-width: 660px) {
  .nls-magazine-wrapper-second .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.news-and-buy {
  background-color: #F8F8F8;
  padding: 40px 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news-and-buy {
    padding: 40px 64px;
  }
}
.news-and-buy.transparent {
  background-color: transparent;
  padding: 0;
}
.news-and-buy.transparent input[type=email] {
  background-color: #F8F8F8 !important;
}
.news-and-buy.transparent .news-and-buy-inner-newsletter {
  padding: 0;
}
.news-and-buy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 16px;
  padding: 0;
  width: 100%;
}
.news-and-buy-inner-newsletter {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .news-and-buy-inner-newsletter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    padding: 0 80px 0 0;
  }
}
.news-and-buy-inner-newsletter h4 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  max-width: 560px;
}
.news-and-buy-inner-newsletter p {
  font-family: "georgia", "Times New Roman", serif;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #3D3D3D;
  max-width: 560px;
}
.news-and-buy-inner-newsletter__form {
  width: 100%;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #FFF;
  height: 36px;
  padding: 10px;
  border-radius: 4px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: #929292;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #929292;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: #929292;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  color: #929292;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]::placeholder {
  color: #929292;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email]:focus {
  outline: none;
}
@media screen and (min-width: 660px) {
  .news-and-buy-inner-newsletter__form .mc4wp-form-fields input[type=email] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 77%;
            flex: 1 0 77%;
  }
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields button {
  width: 100%;
  background: #76D8A8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 5px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-width: 660px) {
  .news-and-buy-inner-newsletter__form .mc4wp-form-fields button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields button:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  cursor: pointer;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms input {
  margin-top: 3px;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  min-width: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 0;
  cursor: pointer;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms input[type=checkbox]::before {
  content: "";
  width: 14px;
  height: 12px;
  margin-top: 1px;
  margin-left: 1px;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #000;
          box-shadow: inset 1em 1em #000;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms a {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 130%;
  color: #929292 !important;
  cursor: pointer;
  max-width: 100% !important;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.news-and-buy-inner-newsletter__form .mc4wp-form-fields .terms a:hover {
  border-bottom: 0 !important;
}
.news-and-buy-inner-newsletter__form .mc4wp-response {
  margin-top: 2em;
}
.news-and-buy-inner-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 16px;
  border-top: 1px solid #ECEFEF;
  padding: 32px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border-left: 0;
}
@media screen and (min-width: 992px) {
  .news-and-buy-inner-issue {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    border-top: 0;
    border-left: 1px solid #ECEFEF;
    gap: 32px;
    padding: 0 0 0 80px;
  }
}
.news-and-buy-inner-issue__image {
  width: 136px;
  height: auto;
}
.news-and-buy-inner-issue__image img {
  width: 136px;
}
.news-and-buy-inner-issue-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.news-and-buy-inner-issue-content h4 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.news-and-buy-inner-issue-content p {
  font-family: "georgia", "Times New Roman", serif;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
.news-and-buy-inner-issue-content__text {
  font-family: "georgia", "Times New Roman", serif;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
.news-and-buy-inner-issue-content .button {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news-and-buy-inner-issue-content .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news-and-buy-inner-issue-content .button.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 660px) {
  .news-and-buy-inner-issue-content .button.hide-on-mobile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-and-buy-inner .button.show-on-mobile {
  width: 100%;
}

.text-beside-image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: column-reverse nowrap !important;
          flex-flow: column-reverse nowrap !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0;
}
.text-beside-image.right {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column nowrap !important;
          flex-flow: column nowrap !important;
}
@media screen and (min-width: 660px) {
  .text-beside-image.right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse wrap !important;
            flex-flow: row-reverse wrap !important;
  }
}
@media screen and (min-width: 660px) {
  .text-beside-image {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
}
@media screen and (min-width: 992px) {
  .text-beside-image {
    width: 660px;
    margin: 0 auto;
  }
}
.text-beside-image p {
  margin: 0;
  width: auto !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 47% !important;
          flex: 1 0 47% !important;
}
.text-beside-image__text-container {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 47% !important;
          flex: 1 0 47% !important;
}
.text-beside-image__text-container h1, .text-beside-image__text-container h2, .text-beside-image__text-container h3, .text-beside-image__text-container h4, .text-beside-image__text-container h5, .text-beside-image__text-container h6 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-weight: 600 !important;
  line-height: 120%;
}
.text-beside-image__text-container p {
  font-size: 18px !important;
  font-family: "georgia", "Times New Roman", serif !important;
  line-height: 150% !important;
}
.text-beside-image__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 47%;
          flex: 1 0 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
}
.text-beside-image__image img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-beside-image__image-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
  margin: 0;
}
.text-beside-image__image-caption b, .text-beside-image__image-caption strong {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.text-beside-profile {
  display: block;
  width: 100% !important;
  margin: 0;
}
.text-beside-profile.right {
  display: block;
}
.text-beside-profile.right .text-beside-profile__image,
.text-beside-profile.right .text-beside-profile__infobox {
  float: right;
  margin: 0 0 16px 16px;
}
@media screen and (min-width: 992px) {
  .text-beside-profile.right {
    width: 660px;
    margin: 0 auto;
  }
  .text-beside-profile.right .text-beside-profile__image {
    margin: 0 0 31px 31px;
  }
}
.text-beside-profile.right p {
  margin: 0 !important;
  width: auto !important;
}
.text-beside-profile.right p:not(:last-of-type) {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 992px) {
  .text-beside-profile {
    width: 660px;
    margin: 0 auto;
  }
}
.text-beside-profile p {
  margin: 0 !important;
  margin-bottom: 16px !important;
  width: auto !important;
}
.text-beside-profile h1, .text-beside-profile h2, .text-beside-profile h3, .text-beside-profile h4, .text-beside-profile h5, .text-beside-profile h6 {
  margin: 0 !important;
  width: auto;
}
.text-beside-profile .wp-block-heading {
  margin: 1rem 0 !important;
}
.text-beside-profile__image {
  margin: 0 16px 16px 0;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  min-width: 145px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 992px) {
  .text-beside-profile__image {
    margin: 0 31px 31px 0;
  }
}
.text-beside-profile__image img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-beside-profile__image-caption {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-beside-profile__image-title {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-beside-profile__image-text {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-beside-profile__infobox {
  margin: 0 16px 0 0;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  min-width: 145px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .text-beside-profile__infobox {
    margin: 0 32px 100px 0;
  }
}
.text-beside-profile__infobox .dividers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
  width: 100%;
}
.text-beside-profile__infobox .dividers .divider {
  height: 1px;
  background-color: #222;
}
.text-beside-profile__infobox .dividers .divider:first-of-type {
  height: 4px;
}
.text-beside-profile__infobox-title {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-beside-profile__infobox-text {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #3D3D3D;
  overflow-wrap: break-word;
  word-break: break-word;
}

.nls-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  margin: 0;
  background-color: #F2F2F2;
}
@media screen and (min-width: 992px) {
  .nls-info-box {
    width: 680px;
    margin: 0 auto;
  }
}
.nls-info-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.nls-info-box__title h5 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 !important;
}
.nls-info-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px !important;
}
@media screen and (min-width: 992px) {
  .nls-info-box-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.nls-info-box-wrapper.no-img {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.nls-info-box-wrapper__image {
  width: 112px;
  height: 112px;
}
.nls-info-box-wrapper__image img {
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 0.5px solid #C6C6C6;
}
.nls-info-box-wrapper__content {
  -webkit-box-flex: calc(80% - 16px);
      -ms-flex: calc(80% - 16px);
          flex: calc(80% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.nls-info-box-wrapper__content p {
  margin: 0;
}
.nls-info-box-wrapper__content .button {
  margin-top: 8px;
  font-weight: 600 !important;
}

.buy-this-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  margin: 0;
  background-color: #F2F2F2;
}
@media screen and (min-width: 992px) {
  .buy-this-article {
    width: 680px;
    margin: 0 auto;
  }
}
.buy-this-article__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.buy-this-article__text p {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 !important;
}
.buy-this-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.buy-this-article-container__image {
  width: 132px;
}
.buy-this-article-container__image img {
  width: 132px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.buy-this-article-container__content {
  -webkit-box-flex: calc(80% - 16px);
      -ms-flex: calc(80% - 16px);
          flex: calc(80% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px !important;
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.buy-this-article-container__content h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
}
.buy-this-article-container__content .buy-this-article-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px !important;
}
.buy-this-article-container__content .buy-this-article-info p {
  margin: 0;
}
.buy-this-article-container__content .buy-this-article-info .button {
  font-weight: 600 !important;
}
@media screen and (max-width: 660px) {
  .buy-this-article .button {
    width: 100%;
  }
}

.insight-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #222;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: solid 4px white;
  -webkit-box-shadow: 0 0 0 4px #222;
          box-shadow: 0 0 0 4px #222;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .insight-multi {
    padding: 72px 64px;
  }
}
.insight-multi-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .insight-multi-wrapper {
    margin: 0 auto;
    max-width: 1512px;
  }
}
.insight-multi-wrapper .swiper-navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.insight-multi-wrapper .swiper-navigation .swiper-button-next,
.insight-multi-wrapper .swiper-navigation .swiper-button-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0;
  top: unset;
  right: unset;
  left: unset;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.insight-multi-wrapper .swiper-navigation .swiper-button-next svg,
.insight-multi-wrapper .swiper-navigation .swiper-button-prev svg {
  width: 12px;
  height: 12px;
}
.insight-multi-wrapper .swiper-navigation .swiper-button-next svg path,
.insight-multi-wrapper .swiper-navigation .swiper-button-prev svg path {
  stroke: #000;
}
.insight-multi-wrapper .swiper-navigation .swiper-button-next:after,
.insight-multi-wrapper .swiper-navigation .swiper-button-prev:after {
  display: none;
}
.insight-multi-wrapper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.insight-multi-wrapper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.insight-multi-wrapper .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insight-multi-wrapper .swiper-pagination-bullet {
  background: #FFF !important;
  margin: 0 !important;
}
.insight-multi-wrapper .swiper-pagination-bullet-active {
  background: #FFF !important;
}
.insight-multi-wrapper .swiper-wrapper, .insight-multi-wrapper__post {
  width: 100%;
  height: 100%;
}
.insight-multi-wrapper .swiper-wrapper .blurb, .insight-multi-wrapper__post .blurb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb, .insight-multi-wrapper__post .blurb {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 87%;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb.ads, .insight-multi-wrapper__post .blurb.ads {
  background-color: transparent;
  padding: 0;
}
.insight-multi-wrapper .swiper-wrapper .blurb.ads .blurb-content .blurb-label, .insight-multi-wrapper__post .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.insight-multi-wrapper .swiper-wrapper .blurb.ads .blurb-content__title h4, .insight-multi-wrapper__post .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb.ads .blurb-content__title h4, .insight-multi-wrapper__post .blurb.ads .blurb-content__title h4 {
    font-size: 42px;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb__image, .insight-multi-wrapper__post .blurb__image {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb__image, .insight-multi-wrapper__post .blurb__image {
    width: 653px;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb__image img, .insight-multi-wrapper__post .blurb__image img {
  height: auto;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content, .insight-multi-wrapper__post .blurb-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb-content, .insight-multi-wrapper__post .blurb-content {
    max-width: 450px;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title, .insight-multi-wrapper__post .blurb-content__title {
  gap: 16px;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p, .insight-multi-wrapper__post .blurb-content__title-category p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p:before, .insight-multi-wrapper__post .blurb-content__title-category p:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job, .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before, .insight-multi-wrapper__post .blurb-content__title-category p:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job, .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before {
  display: none;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.business:before, .insight-multi-wrapper__post .blurb-content__title-category p.business:before {
  background-color: #8EA5A7;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.column:before, .insight-multi-wrapper__post .blurb-content__title-category p.column:before {
  background-color: #E8CC1E;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.science:before, .insight-multi-wrapper__post .blurb-content__title-category p.science:before {
  background-color: #205457;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.careers:before, .insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.best-talent:before, .insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.in-a-new-job:before, .insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.careers-article:before, .insight-multi-wrapper__post .blurb-content__title-category p.careers:before, .insight-multi-wrapper__post .blurb-content__title-category p.best-talent:before, .insight-multi-wrapper__post .blurb-content__title-category p.in-a-new-job:before, .insight-multi-wrapper__post .blurb-content__title-category p.careers-article:before {
  background-color: #76D8A8;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.profiles:before, .insight-multi-wrapper__post .blurb-content__title-category p.profiles:before {
  background-color: #CC9B52;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.clinical-trials:before, .insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.clinical-trials-medtech:before, .insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.clinical-trials-pharma:before, .insight-multi-wrapper__post .blurb-content__title-category p.clinical-trials:before, .insight-multi-wrapper__post .blurb-content__title-category p.clinical-trials-medtech:before, .insight-multi-wrapper__post .blurb-content__title-category p.clinical-trials-pharma:before {
  background-color: #8030B8;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title-category p.events:before, .insight-multi-wrapper__post .blurb-content__title-category p.events:before {
  background-color: #F56647;
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__title h4, .insight-multi-wrapper__post .blurb-content__title h4 {
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb-content__title h4, .insight-multi-wrapper__post .blurb-content__title h4 {
    font-size: 42px;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__excerpt p, .insight-multi-wrapper__post .blurb-content__excerpt p {
  color: #C9C9C9;
  max-height: 3em;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb-content__excerpt p, .insight-multi-wrapper__post .blurb-content__excerpt p {
    font-size: 18px;
    max-height: 6em;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb-content__read-more, .insight-multi-wrapper__post .blurb-content__read-more {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb-content__read-more, .insight-multi-wrapper__post .blurb-content__read-more {
    width: auto;
  }
}
.insight-multi-wrapper .swiper-wrapper .blurb-content .button, .insight-multi-wrapper__post .blurb-content .button {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .insight-multi-wrapper .swiper-wrapper .blurb-content .button, .insight-multi-wrapper__post .blurb-content .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.nls-personell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  background-color: #F2F2F2;
  padding: 16px;
}
.nls-personell__image {
  max-width: 120px;
  max-height: 120px;
}
@media screen and (min-width: 992px) {
  .nls-personell__image {
    max-width: 200px;
  }
}
.nls-personell__image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  aspect-ratio: 1/1;
}
.nls-personell-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
}
.nls-personell-content__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.nls-personell-content__first-name h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 !important;
}
.nls-personell-content__first-title p {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 150%;
  color: #31313B !important;
}
.nls-personell-content__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.nls-personell-content__contact p, .nls-personell-content__contact a {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  color: #31313B !important;
}

.no-border h2, .no-border h3, .no-border h4, .no-border h5 {
  border-bottom: none;
  padding-bottom: 0;
}

.nls-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.nls-intro h1 {
  font-family: "Playfair Display", "Times New Roman", serif !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.nls-intro h2, .nls-intro h3 {
  margin-bottom: 0 !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.nls-intro h4, .nls-intro h5 {
  margin-bottom: 0 !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  font-size: 20px !important;
  width: 100%;
  border: none;
  padding: 0;
}
.nls-intro h6 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -16px !important;
}
.nls-intro-content p {
  font-family: "georgia", "Times New Roman", serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  color: #31313B;
}
.nls-intro-content p a {
  font-family: "georgia", "Times New Roman", serif !important;
  font-size: 18px !important;
}
.nls-intro-content ul, .nls-intro-content ol {
  font-family: "georgia", "Times New Roman", serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}

.nls-pdf-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border: none !important;
}
.nls-pdf-download:hover {
  border: none !important;
}
.nls-pdf-download:hover .nls-pdf-download__title p {
  border-bottom: 2px solid #000;
}
.nls-pdf-download__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.nls-pdf-download__title p {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120% !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.nls-pdf-download__title svg {
  width: 18px;
  height: 18px;
}
.nls-pdf-download__image {
  width: 215px;
  height: auto;
}
.nls-pdf-download__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.nls-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 16px;
  padding: 0;
  width: 100%;
}
.nls-subscribe-form-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0;
}
.nls-subscribe-form-inner__title h4 {
  margin: 0 !important;
  font-family: "Playfair Display", "Times New Roman", serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120% !important;
  max-width: 560px;
}
@media screen and (min-width: 992px) {
  .nls-subscribe-form-inner__title h4 {
    font-size: 26px !important;
  }
}
.nls-subscribe-form-inner p {
  font-family: "georgia", "Times New Roman", serif !important;
  margin: 0;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  color: #3D3D3D !important;
  max-width: 560px;
}
.nls-subscribe-form-inner__form {
  width: 100%;
}
.nls-subscribe-form-inner__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nls-subscribe-form-inner__form form input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #F8F8F8;
  height: 36px;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.nls-subscribe-form-inner__form form input[type=email]::-webkit-input-placeholder {
  color: #929292;
}
.nls-subscribe-form-inner__form form input[type=email]::-moz-placeholder {
  color: #929292;
}
.nls-subscribe-form-inner__form form input[type=email]:-ms-input-placeholder {
  color: #929292;
}
.nls-subscribe-form-inner__form form input[type=email]::-ms-input-placeholder {
  color: #929292;
}
.nls-subscribe-form-inner__form form input[type=email]::placeholder {
  color: #929292;
}
.nls-subscribe-form-inner__form form input[type=email]:focus {
  outline: none;
}
@media screen and (min-width: 660px) {
  .nls-subscribe-form-inner__form form input[type=email] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 77%;
            flex: 1 0 77%;
  }
}
.nls-subscribe-form-inner__form form button {
  width: 100%;
  background: #76D8A8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 5px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-width: 660px) {
  .nls-subscribe-form-inner__form form button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nls-subscribe-form-inner__form form button:hover {
  cursor: pointer;
  background-color: #B2E8CD;
}
.nls-subscribe-form-inner__form form .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.nls-subscribe-form-inner__form form .terms input {
  margin-top: 3px;
}
.nls-subscribe-form-inner__form form .terms input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  min-width: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 0;
  cursor: pointer;
}
.nls-subscribe-form-inner__form form .terms input[type=checkbox]::before {
  content: "";
  width: 14px;
  height: 12px;
  margin-top: 1px;
  margin-left: 1px;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #000;
          box-shadow: inset 1em 1em #000;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.nls-subscribe-form-inner__form form .terms input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nls-subscribe-form-inner__form form .terms label p {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 130%;
  color: #929292 !important;
  cursor: pointer;
  max-width: 100% !important;
}
.nls-subscribe-form-inner__form form .terms label p a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.nls-subscribe-form-inner__form form .terms label p a:hover {
  border-bottom: 2px solid #929292 !important;
}

.post-grid.the-magazine {
  padding: 0;
}
.post-grid.the-magazine .post-grid-wrapper__grid {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 1200px) {
  .post-grid.the-magazine .post-grid-wrapper__grid {
    gap: 32px;
  }
}

.filter-select {
  position: relative;
  z-index: 2;
}
.filter-select__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.filter-select__select-chevron {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filter-select__select-chevron.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-select__select span {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.filter-select__dropdown {
  display: none;
  background-color: #F8F8F8;
  width: 336px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 20px;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
}
.filter-select__dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.filter-select__dropdown__option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filter-select__dropdown__option:hover, .filter-select__dropdown__option.selected {
  cursor: pointer;
  color: #C9C9C9;
}
.filter-select-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  z-index: 1;
}
.filter-select-overlay.show {
  display: block;
}

.FAQ {
  background-color: #f8f9f9;
}
.FAQ--standard {
  background-color: transparent;
}
.FAQ--standard h3 {
  display: none;
}
.FAQ--standard input {
  border: 1px solid #b9b9b9 !important;
}
.FAQ h3 {
  padding-top: 2em;
  text-align: center;
  font-size: 33px;
}
.FAQ .FAQ__Search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 63em;
  height: 3.5em;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 430px) {
  .FAQ .FAQ__Search {
    height: 2.5em;
  }
}
.FAQ .FAQ__Search input[name=faq-search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 0;
  outline: 0;
  background-color: white;
  padding-left: 2em;
}
.FAQ .FAQ__Search input[name=faq-search]:focus {
  outline: none !important;
}
.FAQ .FAQ__Search .search-btn {
  width: 6em;
  background-color: #5d5d5d;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.FAQ .FAQ__Search .search-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.FAQ .FAQ_FAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
}
@media screen and (max-width: 1200px) {
  .FAQ .FAQ_FAQ {
    gap: 0;
    margin-top: 2em;
  }
}
.FAQ .FAQ_FAQ.hasSearched {
  gap: 0;
}
.FAQ .FAQ_FAQ .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.FAQ .FAQ_FAQ .column.full-width {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media screen and (max-width: 1200px) {
  .FAQ .FAQ_FAQ .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.FAQ .FAQ_FAQ .FAQ__item {
  padding: 18px;
  border-top: 0.75px solid rgba(93, 93, 93, 0.431372549);
  font-size: 18px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .FAQ .FAQ_FAQ .FAQ__item {
    padding: 10px;
    font-size: 15px;
  }
}
.FAQ .FAQ_FAQ .FAQ__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FAQ .FAQ_FAQ .FAQ__item--header .q {
  width: 90%;
  font-weight: bold;
}
.FAQ .FAQ_FAQ .FAQ__item--header .q:hover {
  cursor: pointer;
  text-decoration: underline;
}
.FAQ .FAQ_FAQ .FAQ__item--header .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.FAQ .FAQ_FAQ .FAQ__item--header .icon .icon-icon {
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.FAQ .FAQ_FAQ .FAQ__item .a {
  display: none;
  margin-top: 12px;
  margin-left: 5px;
}
.FAQ .FAQ_FAQ .FAQ__item .a a {
  color: #5d5d5d;
}
.FAQ .FAQ_FAQ .FAQ__item.opened .icon-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.FAQ .FAQ_FAQ .FAQ__item.opened .q {
  color: #5d5d5d;
}

.nls-ad {
  margin: 0 auto;
  padding: 0 !important;
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nls-ad {
    max-width: 980px;
  }
}
.nls-ad .disclaimer {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .nls-ad .disclaimer {
    max-width: 100%;
  }
}
.nls-ad.align-center {
  text-align: center;
}
.nls-ad.align-left {
  text-align: left;
}
.nls-ad.align-right {
  text-align: right;
}
.nls-ad img {
  max-width: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/** Import template parts */
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (min-width: 992px) {
  .header-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.header-menu.sticky {
  position: sticky;
}
.header-menu .site-navigation {
  display: none;
}
@media screen and (max-width: 992px) {
  .header-menu .site-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    height: auto;
    gap: 8px !important;
    visibility: hidden;
    position: absolute;
    z-index: 6;
    background: #FFF;
    top: 100px;
    right: 0;
    width: 100% !important;
    height: calc(100vh - 65px);
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: visibility 0.4s, opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58);
    transition: visibility 0.4s, opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58);
    transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58);
    transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58);
  }
  .header-menu .site-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 8px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-menu .site-navigation.out {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: visibility 0.4s, opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1);
  transition: visibility 0.4s, opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1);
  transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1);
  transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1), -webkit-transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1);
}
.header-menu .site-navigation .nav-container {
  width: 100%;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation .nav-container {
    overflow: visible;
    padding: 0;
  }
}
.header-menu .site-navigation .nav-container > ul {
  list-style: none;
  padding-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation .nav-container > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 100%;
  }
}
.header-menu .site-navigation .nav-container > ul li {
  position: relative;
}
.header-menu .site-navigation .nav-container > ul li a {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation .nav-container > ul li a {
    padding: 12px 0px;
    font-size: 14px;
  }
}
.header-menu .site-navigation .nav-container > ul li a:hover {
  color: #C9C9C9;
}
.header-menu .site-navigation .nav-container > ul li a:hover svg path {
  fill: #8EA5A7;
}
.header-menu .site-navigation .nav-container > ul li a .dropdown-arrow {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header-menu .site-navigation .nav-container > ul li a .dropdown-arrow.rotate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-menu .site-navigation .nav-container > ul li.current-menu-item a {
  color: #8EA5A7;
}
.header-menu .site-navigation .nav-container > ul li.has-sublinks {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation .nav-container > ul li.has-sublinks {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-menu .site-navigation .nav-container > ul li.has-sublinks:hover .dropdown-arrow svg path {
  fill: #8EA5A7;
}
.header-menu .site-navigation .nav-container__top-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .header-menu .site-navigation .nav-container__top-header-links {
    display: none;
  }
}
.header-menu .site-navigation .nav-container__top-header-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.header-menu .site-navigation .nav-container__top-header-links ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .header-menu .site-navigation .header-buttons {
    width: 100%;
    padding: 24px 16px 40px 16px;
    background-color: #F8F8F8;
    margin-top: auto;
  }
  .header-menu .site-navigation .header-buttons ul {
    gap: 16px;
    width: 100%;
  }
  .header-menu .site-navigation .header-buttons ul li {
    width: 100%;
  }
  .header-menu .site-navigation .header-buttons ul li a {
    width: 100%;
  }
}
.header-menu .header-search {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header-menu .header-search:after {
    content: "";
    display: inline-block;
    width: 1px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background-color: #EDEDED;
  }
}
.header-menu .header-search svg {
  width: 17px;
  height: 17px;
}
.header-menu .header-search svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}
.header-menu .header-search svg:hover path {
  fill: #8EA5A7;
}
.header-menu .header-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #000;
}
@media screen and (min-width: 992px) {
  .header-menu .header-hamburger {
    display: none;
  }
}
.header-menu .header-hamburger__icon {
  display: block;
  width: 18px;
  height: 12px;
  position: relative;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu .header-hamburger__icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu .header-hamburger__icon span:nth-child(1) {
  top: 0;
}
.header-menu .header-hamburger__icon span:nth-child(2) {
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-menu .header-hamburger__icon span:nth-child(3) {
  top: 10px;
}
.header-menu .header-hamburger__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.header-menu .header-hamburger:hover {
  cursor: pointer;
}
.header-menu .header-hamburger.open span {
  -webkit-transition: 0.26s ease all;
  transition: 0.26s ease all;
}
.header-menu .header-hamburger.open span:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 5px;
}
.header-menu .header-hamburger.open span:nth-child(2) {
  opacity: 0;
  top: 5px;
}
.header-menu .header-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 5px;
}

.footer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.footer-content__text p {
  max-width: 320px;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 660px) {
  .footer-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%;
    gap: 16px;
  }
}
.footer-menu-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 660px) {
  .footer-menu-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
  }
}
.footer-menu-col.nolinks {
  font-weight: 600;
}
.footer-menu-col.nolinks a {
  color: #C9C9C9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu-col.nolinks a:hover {
  color: #FFF;
}
.footer-menu-col h5 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.footer-menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.footer-menu-col ul li a {
  color: #C9C9C9;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu-col ul li a:hover {
  color: #FFF;
}

.sesamy-protected-content {
  overflow: inherit;
  max-height: none;
}

.sesamy-protected-content.active {
  max-height: 130px;
  position: relative;
  overflow: hidden;
}
.sesamy-protected-content.active::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
}
.sesamy-protected-content.active--show {
  max-height: none;
}
.sesamy-protected-content.active--show::after {
  content: none;
}

.page-template-my-account .Header::after,
.page-template-my-account .Header__navigation {
  border-bottom: 0 !important;
}
.page-template-my-account .FAQ__item {
  font-size: 15px !important;
}
.page-template-my-account .FAQ__item--contact-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
.page-template-my-account .FAQ__item--contact-card h3 {
  display: block;
  text-align: left;
  font-size: 15px;
}
.page-template-my-account .FAQ__item--contact-card .Button {
  background-color: #ecefef;
  border-color: #ecefef;
  color: #5d5d5d;
}
.page-template-my-account .FAQ__item--contact-card p {
  display: none;
}
.page-template-my-account .MyPages {
  padding: 0 10px;
  width: 100%;
}
.page-template-my-account .MyPages hr {
  border-color: #ecefef;
  border-bottom: none;
  width: 100%;
}
.page-template-my-account .MyPages .gform_footer .Button {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  height: 2.75rem;
}
.page-template-my-account .MyPages__content {
  padding: 60px 0;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.page-template-my-account .MyPages__content h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  width: 100%;
}
.page-template-my-account .MyPages__content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.page-template-my-account .MyPages__template {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  width: 100%;
}
.page-template-my-account .MyPages__template-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.page-template-my-account .MyPages__loading-indicator {
  text-align: center;
  margin-top: 1em;
}
.page-template-my-account .MyPages__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.page-template-my-account .MyPages__sections h1,
.page-template-my-account .MyPages__sections h2,
.page-template-my-account .MyPages__sections h3,
.page-template-my-account .MyPages__sections h4,
.page-template-my-account .MyPages__sections h5 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
}
.page-template-my-account .MyPages__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.page-template-my-account .MyPages__card .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-my-account .MyPages__card .fpg-sesamy-spinner {
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.page-template-my-account .MyPages__card__header {
  border-bottom: 1px solid #ECEFEF;
  padding-bottom: 16px;
}
.page-template-my-account .MyPages__card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.page-template-my-account .MyPages__card__content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-my-account .MyPages__card__content .left .icon {
  height: 23px;
}
.page-template-my-account .MyPages__card__content a:not(.button, .blurb, .wp-block-button__link) {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-my-account .MyPages__card__content a:not(.button, .blurb, .wp-block-button__link):hover, .page-template-my-account .MyPages__card__content a:not(.button, .blurb, .wp-block-button__link):focus, .page-template-my-account .MyPages__card__content a:not(.button, .blurb, .wp-block-button__link).active {
  border-bottom: 1px solid #000;
}
.page-template-my-account .MyPages__card__text {
  border-bottom: 1px solid #ECEFEF;
  padding-bottom: 16px;
}
.page-template-my-account .MyPages__card__footer {
  border-top: 1px solid #ECEFEF;
  padding: 14px 0 7px 0;
  margin-top: 16px;
}
.page-template-my-account .MyPages__card__buttons {
  margin-top: 1em;
}
.page-template-my-account .MyPages__card__info__container {
  margin: 10px 0;
}
.page-template-my-account .MyPages__card__info__container__title {
  font-size: 15px;
  line-height: 23px;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
}
.page-template-my-account .MyPages__card.faq {
  padding: 10px 15px;
}
.page-template-my-account .MyPages__card.faq .FAQ_FAQ {
  margin-top: 0;
}
.page-template-my-account .MyPages__card.faq .container {
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-my-account .MyPages__card.faq .FAQ__item {
  border-top: 0;
  padding: 12px 0;
}
.page-template-my-account .MyPages__card.faq .FAQ__item .q {
  font-weight: inherit;
}
.page-template-my-account .MyPages__card.contact h3 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif !important;
}
.page-template-my-account .MyPages__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.page-template-my-account .MyPages__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-template-my-account .MyPages__menu-item:hover {
  cursor: pointer;
  background-color: #fff5f5;
}
.page-template-my-account .MyPages__menu-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page-template-my-account .MyPages__subscription-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-my-account .MyPages__subscription-card__header {
  border-bottom: 1px solid #ecefef;
  padding: 10px 0;
}
.page-template-my-account .MyPages__subscription-card__header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-my-account .MyPages__subscription-card__header__title__value {
  margin-top: 3px;
}
.page-template-my-account .MyPages__subscription-card__header__image img {
  width: 30px;
}
.page-template-my-account .MyPages__subscription-card__content__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 440px) {
  .page-template-my-account .MyPages__subscription-card__content__table {
    gap: 20px;
  }
}
.page-template-my-account .MyPages__subscription-card__content__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 440px) {
  .page-template-my-account .MyPages__subscription-card__content__table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.page-template-my-account .MyPages__subscription-card__content__table__row__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 440px) {
  .page-template-my-account .MyPages__subscription-card__content__table__row__cell {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .page-template-my-account .MyPages__subscription-card__content__table__row__cell__label {
    font-weight: bold;
  }
}
.page-template-my-account .MyPages__subscription-card__content__table__row__cell a:not(.button, .blurb, .wp-block-button__link) {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-my-account .MyPages__subscription-card__content__table__row__cell a:not(.button, .blurb, .wp-block-button__link):hover, .page-template-my-account .MyPages__subscription-card__content__table__row__cell a:not(.button, .blurb, .wp-block-button__link):focus, .page-template-my-account .MyPages__subscription-card__content__table__row__cell a:not(.button, .blurb, .wp-block-button__link).active {
  border-bottom: 1px solid #000;
}
.page-template-my-account .MyPages__pause-subscription-card input {
  width: 100%;
}
.page-template-my-account .MyPages__payment-methods-card__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-my-account .MyPages__payment-methods-card__list__item__text {
  margin-top: 1px;
}
.page-template-my-account .MyPages__customer-service-card .fat {
  font-weight: bold;
  font-size: 21px;
}
.page-template-my-account .MyPages__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-radius: 8px;
  gap: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-template-my-account .MyPages__card-link .left {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-template-my-account .MyPages__card-link .left svg {
  width: 24px;
  height: 24px;
}
.page-template-my-account .MyPages__card-link:hover {
  background-color: #ECEFEF;
}
.page-template-my-account .MyPages__card-link:hover .left {
  gap: 18px;
}
.page-template-my-account .MyPages .gform_wrapper input,
.page-template-my-account .MyPages .gform_wrapper select {
  height: 47px !important;
}
.page-template-my-account .MyPages .gform_wrapper.gravity-theme .ginput_container {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-my-account .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .description,
.page-template-my-account .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.page-template-my-account .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  display: none;
}
.page-template-my-account .MyPages__payment-history-list {
  width: 100%;
}
@media screen and (max-width: 440px) {
  .page-template-my-account .MyPages__payment-history-list .MyPages__payment-list-item__name {
    display: none;
  }
}
.page-template-my-account .MyPages__payment-history-list .MyPages__payment-list-item__column {
  height: 60px;
}
.page-template-my-account .MyPages__payment-history-list .MyPages__payment-list-item__column:last-child {
  text-align: right;
}
.page-template-my-account .MyPages__back-button {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  gap: 0;
}
.page-template-my-account .MyPages__back-button:hover {
  gap: 3px;
}
.page-template-my-account .MyPages__latest-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-template-my-account .MyPages__latest-issue img {
  height: 80px;
}
.page-template-my-account .MyPages__latest-issue__content__title {
  font-weight: bold;
}
.page-template-my-account .MyPages__select__dropdown-list {
  display: none;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.page-template-my-account .MyPages__select__dropdown-list .my-pages-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}
.page-template-my-account .MyPages__select__dropdown-list .my-pages-issue .title {
  margin-left: 10px;
  font-weight: bold;
}
.page-template-my-account .MyPages__select__dropdown-list img {
  height: 75px;
}
.page-template-my-account .MyPages__select__open {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.page-template-my-account .MyPages__select__selected-issues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 1em;
}
.page-template-my-account .MyPages__select__selected-issues > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fffef8;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.page-template-my-account .MyPages__select__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.page-template-my-account [my-pages-id] {
  cursor: pointer;
}

body.template-my-pages .Header__navigation {
  border: none !important;
}
body.template-my-pages .Site__main {
  margin-top: 0;
}
body.template-my-pages .Header {
  margin-bottom: 0 !important;
}
body.template-my-pages .Site__footer {
  margin-top: 0;
}

.MyPages .MyPages__Header {
  text-align: center;
  background-color: #76D8A8;
  padding: 6em;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Header {
    width: 100%;
    margin-top: 30px;
    padding: 56px 20px;
  }
}
.MyPages .MyPages__Header .Header__title {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
.MyPages .MyPages__Header .Header__message {
  color: white;
  font-size: 54px;
}
.MyPages .MyPages__Header .Header__message .header__first_name {
  text-transform: capitalize;
}
.MyPages .MyPages__Header .Header__excerpt {
  max-width: 35em;
  margin: 0 auto;
  margin-top: 32px;
}
.MyPages .MyPages__Content {
  margin-top: 32px;
  margin-bottom: 32px;
}
.MyPages .MyPages__Content h2 {
  font-size: 33px;
}
.MyPages .MyPages__Content .Content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1200px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions {
    margin-right: 0;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1098039216);
  border-radius: 16px;
  padding: 18px 13px;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item {
    display: block;
    text-align: center;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item:hover {
  cursor: pointer;
  color: inherit;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item h4 {
  text-transform: uppercase;
  font-size: 18px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon {
  width: 4em;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon {
    width: 100%;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div {
  background-color: #055669;
  color: white;
  padding: 8px;
  border-radius: 100%;
  text-align: center;
  width: 63px;
  height: 63px;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div {
    width: 87px;
    height: 87px;
    padding: 21px;
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div img {
  margin-top: -3px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content div {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content h4 {
    font-size: 13px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__information {
  width: 26.4em;
}
@media screen and (min-width: 1200px) {
  .MyPages .MyPages__Content .Content__columns .Content__information {
    width: 20.4em;
  }
}
@media screen and (min-width: 992px) {
  .MyPages .MyPages__Content .Content__columns .Content__information {
    width: 100%;
    margin-top: 30px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card {
  font-size: 16px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #f8f9f9;
  margin-bottom: 2rem;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card span {
  color: #5d5d5d;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice {
  background-color: #76D8A8;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb {
  margin-top: 30px;
  font-size: 11px;
  font-weight: bold;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb .marked {
  color: #76D8A8;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card--logout a {
  font-weight: bold;
}

body.template-my-pages .Header__navigation {
  border: none !important;
}
body.template-my-pages .Site__main {
  margin-top: 0;
}
body.template-my-pages .Header {
  margin-bottom: 0 !important;
}
body.template-my-pages .Site__footer {
  margin-top: 0;
}

.blurb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid #EDEDED;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .blurb {
    gap: 32px;
  }
}
.blurb:hover {
  opacity: 0.87;
}
.blurb.archive.job-openings {
  background-color: #F2F2F2;
  padding: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .blurb.archive.job-openings {
    padding: 16px;
  }
}
.blurb.archive.job-openings .blurb__image {
  width: calc(50% - 16px);
  height: 126px;
}
@media screen and (min-width: 992px) {
  .blurb.archive.job-openings .blurb__image {
    width: calc(30% - 16px);
    height: 186px;
  }
}
.blurb.archive.job-openings .blurb__image img {
  width: 100%;
  height: 126px;
}
@media screen and (min-width: 992px) {
  .blurb.archive.job-openings .blurb__image img {
    height: 186px;
  }
}
.blurb.archive.job-openings .blurb-content {
  height: 100%;
  width: calc(50% - 16px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 992px) {
  .blurb.archive.job-openings .blurb-content {
    width: calc(70% - 16px);
  }
}
.blurb.archive.job-openings .blurb-content__excerpt {
  display: none;
}
@media screen and (min-width: 992px) {
  .blurb.archive.job-openings .blurb-content__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blurb.the-magazine {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 16px !important;
  border: 0;
  padding: 0 !important;
}
@media screen and (min-width: 390px) {
  .blurb.the-magazine {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 660px) {
  .blurb.the-magazine {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 992px) {
  .blurb.the-magazine {
    width: calc(25% - 32px);
  }
}
.blurb.the-magazine h4 {
  margin: 0 !important;
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #676767;
}
.blurb.the-magazine .blurb__image {
  width: 100%;
  height: 278px;
}
@media screen and (min-width: 660px) {
  .blurb.the-magazine .blurb__image {
    max-width: 215px;
  }
}
.blurb.the-magazine .blurb__image img {
  width: 100%;
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 660px) {
  .blurb.the-magazine .blurb__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.blurb.read-more .blurb-content .blurb-label {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.blurb:first-of-type {
  padding-left: 0;
}
.blurb:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .blurb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
    padding: 0 16px;
    border-right: 1px solid #EDEDED;
  }
  .blurb:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}
.blurb__image {
  width: calc(40% - 16px);
  position: relative;
  aspect-ratio: 3/2;
}
.blurb__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .blurb__image {
    width: 100%;
  }
}
.blurb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 6px;
}
@media screen and (min-width: 992px) {
  .blurb-content {
    gap: 12px;
  }
}
.blurb-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.blurb-content__category .blurb-categories {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.blurb-content__alt-title {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #676767;
}
.blurb-content__sub-title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .blurb-content__sub-title h4 {
    font-size: 20px;
  }
}
.blurb-content__title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.blurb-content__title-category {
  color: #676767;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blurb-content__title-category p {
  margin: 0;
}
.blurb-content__title-category p i {
  font-style: normal;
}
.blurb-content__title h4 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .blurb-content__title h4 {
    font-size: 20px;
  }
}
.blurb-content__excerpt p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: clip;
  max-height: 3em;
}
.blurb-content__author {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.blurb-content__job-details {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .blurb-content__job-details {
    gap: 42px;
    row-gap: 8px;
  }
}
.blurb-content__job-details p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .blurb.ads .blurb-content__title h4 {
    font-size: 20px;
  }
}
.blurb.column {
  background-color: #F2F2F2;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding: 16px 8px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .blurb.column {
    padding: 16px !important;
  }
}
.blurb.column .blurb__image {
  width: 82px !important;
  height: 82px !important;
}
.blurb.column .blurb__image img {
  width: 82px !important;
  height: 82px !important;
  border: 1px solid #C6C6C6;
  border-radius: 100%;
}
.blurb.column .blurb-content {
  gap: 8px;
}

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 32px 16px;
}
@media screen and (min-width: 992px) {
  .post-grid {
    padding: 80px 60px;
  }
}
.post-grid.small {
  padding: 0;
  background-color: transparent;
}
.post-grid.small .post-grid-wrapper__grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 8px;
}
.post-grid.small .post-grid-wrapper__grid .blurb {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F2F2F2;
}
.post-grid.small .post-grid-wrapper__grid .blurb:first-of-type {
  padding-left: 16px;
}
.post-grid.small .post-grid-wrapper__grid .blurb:last-of-type {
  padding-bottom: 16px;
  padding-right: 16px;
}
.post-grid.small .post-grid-wrapper__grid .blurb__image {
  display: none;
}
.post-grid.small .post-grid-wrapper__grid .blurb-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-grid.small .post-grid-wrapper__grid .blurb-content__title-category {
  color: #31313B;
}
.post-grid.small .post-grid-wrapper__grid .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.post-grid.small .post-grid-wrapper__grid .blurb-content__excerpt {
  display: none;
}
.post-grid-wrapper, .post-grid.small {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
.post-grid-wrapper__read-more, .post-grid.small__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
.post-grid-wrapper__read-more p, .post-grid.small__read-more p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}
.post-grid-wrapper__read-more:hover, .post-grid.small__read-more:hover {
  cursor: pointer;
}
.post-grid-wrapper__read-more .see-all, .post-grid.small__read-more .see-all {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-grid-wrapper__read-more .see-all p, .post-grid.small__read-more .see-all p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
}
.post-grid-wrapper__grid, .post-grid.small__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 22px;
}
@media screen and (min-width: 992px) {
  .post-grid-wrapper__grid, .post-grid.small__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-grid-wrapper__grid .blurb, .post-grid.small__grid .blurb {
  gap: 16px;
}

.top-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .top-section {
    padding: 32px 64px 0 64px;
  }
}
@media screen and (min-width: 1600px) {
  .top-section {
    padding: 32px 0 0 0;
  }
}
.top-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1200px) {
  .top-section-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 992px) {
  .top-section-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-section-wrapper.right .top-section-wrapper__highlight {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-section-wrapper.right .top-section-wrapper__right-panel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper.right .top-section-wrapper__right-panel {
    width: 100%;
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid #EDEDED;
    border-bottom: 0;
  }
}
.top-section-wrapper.right .top-section-wrapper__middle-panel {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: 0;
}
.top-section-wrapper__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 30%;
          flex: 2 1 30%;
}
@media screen and (min-width: 1200px) {
  .top-section-wrapper__highlight {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 616px;
            flex: 2 1 616px;
  }
}
.top-section-wrapper__highlight-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first {
    width: 100%;
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid #EDEDED;
    border-bottom: 0;
  }
}
.top-section-wrapper__highlight-first .blurb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  border: 0;
  gap: 16px;
}
.top-section-wrapper__highlight-first .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.top-section-wrapper__highlight-first .blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-section-wrapper__highlight-first .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.top-section-wrapper__highlight-first .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first .blurb.ads .blurb-content__title h4 {
    font-size: 36px;
  }
}
.top-section-wrapper__highlight-first .blurb.ads .blurb-content__excerpt {
  display: none;
}
.top-section-wrapper__highlight-first .blurb__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first .blurb__image {
    height: 424px;
  }
}
.top-section-wrapper__highlight-first .blurb__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first .blurb__image img {
    height: 424px;
  }
}
.top-section-wrapper__highlight-first .blurb-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.top-section-wrapper__highlight-first .blurb-content__title h4 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first .blurb-content__title h4 {
    font-size: 36px;
  }
}
.top-section-wrapper__highlight-first .blurb-content__excerpt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-height: 3em;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__highlight-first .blurb-content__excerpt p {
    font-size: 18px;
  }
}
.top-section-wrapper__middle-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  padding: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid #EDEDED;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-section-wrapper__middle-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 309px;
            flex: 1 0 309px;
  }
}
.top-section-wrapper__middle-panel .blurb {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel .blurb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-section-wrapper__middle-panel .blurb .blurb-content__excerpt {
  display: none;
}
.top-section-wrapper__middle-panel .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.top-section-wrapper__middle-panel .blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-section-wrapper__middle-panel .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.top-section-wrapper__middle-panel .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel .blurb.ads .blurb-content__title h4 {
    font-size: 20px;
  }
}
.top-section-wrapper__middle-panel .blurb.ads .blurb-content__excerpt {
  display: none;
}
.top-section-wrapper__middle-panel .blurb__image {
  width: 155px;
  height: 102px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel .blurb__image {
    width: 100%;
    height: auto;
  }
}
.top-section-wrapper__middle-panel .blurb__image img {
  width: 155px;
  height: 102px;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel .blurb__image img {
    width: 100%;
    height: auto;
  }
}
.top-section-wrapper__middle-panel .blurb-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}
.top-section-wrapper__middle-panel .blurb-content__category {
  margin-bottom: -6px;
}
.top-section-wrapper__middle-panel .blurb-content__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.top-section-wrapper__middle-panel .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel .blurb-content__title h4 {
    font-size: 20px;
  }
}
.top-section-wrapper__middle-panel-posts {
  padding-bottom: 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__middle-panel-posts {
    width: 100%;
  }
}
.top-section-wrapper__middle-panel-posts > div:first-of-type {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}
.top-section-wrapper__right-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__right-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .top-section-wrapper__right-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 343px;
            flex: 1 0 343px;
    max-width: 343px;
    gap: 8px;
  }
}
.top-section-wrapper__right-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
.top-section-wrapper__right-panel-title h4 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}
.top-section-wrapper__right-panel-title a.view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.top-section-wrapper__right-panel-title a.view-all:hover {
  text-decoration: underline;
}
.top-section-wrapper__right-panel-posts {
  position: relative;
  overflow: hidden;
  width: calc(100% + 16px);
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__right-panel-posts {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__right-panel-posts .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 8px;
  }
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F2F2F2;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__right-panel-posts .swiper-wrapper .blurb:first-of-type {
    padding-left: 16px;
    margin-top: 16px;
  }
  .top-section-wrapper__right-panel-posts .swiper-wrapper .blurb:last-of-type {
    padding-bottom: 16px;
    padding-right: 16px;
  }
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb__image {
  display: none;
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb-content__title-category {
  color: #31313B;
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb-content__title-category p span {
  display: none;
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.top-section-wrapper__right-panel-posts .swiper-wrapper .blurb-content__excerpt {
  display: none;
}
.top-section-wrapper__right-panel-global-component {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__right-panel-global-component {
    margin-top: 0;
  }
}
.top-section-wrapper__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .top-section-wrapper__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.post-grid-main {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 1200px) {
  .post-grid-main {
    padding: 0px 64px;
  }
}
@media screen and (min-width: 1600px) {
  .post-grid-main {
    padding: 0;
  }
}
.post-grid-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 24px;
  }
}
.post-grid-main-wrapper__left-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__left-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
  }
}
@media screen and (min-width: 1200px) {
  .post-grid-main-wrapper__left-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 343px;
            flex: 1 0 343px;
    max-width: 343px;
  }
}
.post-grid-main-wrapper__left-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
.post-grid-main-wrapper__left-panel-title h4 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.post-grid-main-wrapper__left-panel-title h4:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.post-grid-main-wrapper__left-panel-title h4:not(.business, .column, .science, .careers, .careers-article, .best-talent, .in-a-new-job, .profiles, .clinical-trials, .clinical-trials-medtech, .clinical-trials-pharma):before {
  display: none;
}
.post-grid-main-wrapper__left-panel-title h4.business:before {
  background-color: #8EA5A7;
}
.post-grid-main-wrapper__left-panel-title h4.column:before {
  background-color: #E8CC1E;
}
.post-grid-main-wrapper__left-panel-title h4.science:before {
  background-color: #205457;
}
.post-grid-main-wrapper__left-panel-title h4.careers:before, .post-grid-main-wrapper__left-panel-title h4.best-talent:before, .post-grid-main-wrapper__left-panel-title h4.in-a-new-job:before, .post-grid-main-wrapper__left-panel-title h4.careers-article:before {
  background-color: #76D8A8;
}
.post-grid-main-wrapper__left-panel-title h4.profiles:before {
  background-color: #CC9B52;
}
.post-grid-main-wrapper__left-panel-title h4.clinical-trials:before, .post-grid-main-wrapper__left-panel-title h4.clinical-trials-medtech:before, .post-grid-main-wrapper__left-panel-title h4.clinical-trials-pharma:before {
  background-color: #8030B8;
}
.post-grid-main-wrapper__left-panel-title h4.events:before {
  background-color: #F56647;
}
.post-grid-main-wrapper__left-panel-title__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__left-panel-title__arrows {
    display: none;
  }
}
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-next,
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50%;
  background-color: #222;
  margin: 0;
  top: unset;
  right: unset;
  left: unset;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-next svg,
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-prev svg {
  width: 10px;
  height: 10px;
}
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-next:after,
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-prev:after {
  display: none;
}
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-next.swiper-button-disabled,
.post-grid-main-wrapper__left-panel-title__arrows .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.post-grid-main-wrapper__left-panel-posts {
  position: relative;
  overflow: hidden;
  width: calc(100% + 16px);
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__left-panel-posts {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__left-panel-posts .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 8px;
  }
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F2F2F2;
}
@media screen and (max-width: 992px) {
  .post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb:last-child {
    padding-right: 24px !important;
  }
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb__image {
  display: none;
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb-content__title-category {
  color: #31313B;
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.post-grid-main-wrapper__left-panel-posts .swiper-wrapper .blurb-content__excerpt {
  display: none;
}
.post-grid-main-wrapper__left-panel-global-component {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.post-grid-main-wrapper__right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-title {
    margin-left: 24px;
  }
}
.post-grid-main-wrapper__right-panel-title h4 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
.post-grid-main-wrapper__right-panel-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight {
    border-left: 1px solid #EDEDED;
    padding-left: 24px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first {
    width: 100%;
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid #EDEDED;
    border-bottom: 0;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  padding-bottom: 16px;
  border: 0;
  gap: 16px;
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads .blurb-content__title h4 {
    font-size: 36px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb.ads .blurb-content__excerpt {
  display: none;
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first .blurb__image {
    height: 424px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb__image img {
  height: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first .blurb__image img {
    height: 424px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb-content__title h4 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first .blurb-content__title h4 {
    font-size: 36px;
  }
}
.post-grid-main-wrapper__right-panel-columns__highlight-first .blurb-content__excerpt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-height: 3em;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns__highlight-first .blurb-content__excerpt p {
    font-size: 18px;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin: 0;
    border-bottom: 0;
    max-width: 309px;
  }
}
@media screen and (min-width: 1200px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 309px;
            flex: 1 0 309px;
    max-width: 309px;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar .blurb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb .blurb-content__excerpt {
  display: none;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads .blurb-content__title h4 {
    font-size: 20px;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb.ads .blurb-content__excerpt {
  display: none;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb__image {
  width: 145px;
  height: 99px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar .blurb__image {
    width: 100%;
    height: auto;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb__image img {
  width: 145px;
  height: 99px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar .blurb__image img {
    width: 100%;
    height: auto;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb-content__category {
  margin-bottom: -6px;
}
.post-grid-main-wrapper__right-panel-columns-sidebar .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar .blurb-content__title h4 {
    font-size: 20px;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar-posts {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__right-panel-columns-sidebar-posts {
    width: 100%;
  }
}
.post-grid-main-wrapper__right-panel-columns-sidebar-posts > div:first-of-type {
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEDED;
}
.post-grid-main-wrapper__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-wrapper__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.post-grid-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post-grid-slider.bg-black {
  background-color: #222;
  color: #FFF;
  padding: 32px 16px;
}
@media screen and (min-width: 992px) {
  .post-grid-slider.bg-black {
    padding: 32px 0;
  }
}
.post-grid-slider.bg-black .post-grid-slider-wrapper__read-more, .post-grid-slider.bg-black .post-grid-slider.small__read-more {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}
.post-grid-slider.bg-black .post-grid-slider-wrapper__arrows .swiper-button-next, .post-grid-slider.bg-black .post-grid-slider-wrapper__arrows .swiper-button-prev, .post-grid-slider.bg-black .post-grid-slider.small__arrows .swiper-button-next, .post-grid-slider.bg-black .post-grid-slider.small__arrows .swiper-button-prev {
  background-color: #FFF;
}
.post-grid-slider.bg-black .post-grid-slider-wrapper__arrows .swiper-button-next svg path, .post-grid-slider.bg-black .post-grid-slider-wrapper__arrows .swiper-button-prev svg path, .post-grid-slider.bg-black .post-grid-slider.small__arrows .swiper-button-next svg path, .post-grid-slider.bg-black .post-grid-slider.small__arrows .swiper-button-prev svg path {
  stroke: #000;
}
.post-grid-slider.bg-black .blurb-content__title-category {
  color: #C9C9C9;
}
.post-grid-slider.bg-black .blurb-content__title h4 {
  color: #FFF;
}
.post-grid-slider.column .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.column .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #E8CC1E;
}
.post-grid-slider.business .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.business .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #8EA5A7;
}
.post-grid-slider.science .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.science .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #205457;
}
.post-grid-slider.careers .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.careers .post-grid-slider.small__read-more p:before, .post-grid-slider.best-talent .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.best-talent .post-grid-slider.small__read-more p:before, .post-grid-slider.in-a-new-job .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.in-a-new-job .post-grid-slider.small__read-more p:before, .post-grid-slider.job-opening .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.job-opening .post-grid-slider.small__read-more p:before, .post-grid-slider.careers-article .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.careers-article .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #76D8A8;
}
.post-grid-slider.profiles .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.profiles .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #CC9B52;
}
.post-grid-slider.clinical-trials .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.clinical-trials .post-grid-slider.small__read-more p:before, .post-grid-slider.clinical-trials-medtech .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.clinical-trials-medtech .post-grid-slider.small__read-more p:before, .post-grid-slider.clinical-trials-pharma .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.clinical-trials-pharma .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #8030B8;
}
.post-grid-slider.event .post-grid-slider-wrapper__read-more p:before, .post-grid-slider.event .post-grid-slider.small__read-more p:before {
  content: "";
  display: inline-block;
  background-color: #F56647;
}
.post-grid-slider.job-opening .blurb {
  background-color: #F2F2F2;
  padding: 8px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .post-grid-slider.job-opening .blurb {
    padding: 16px !important;
  }
}
.post-grid-slider-wrapper, .post-grid-slider.small {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
}
@media screen and (min-width: 1200px) {
  .post-grid-slider-wrapper, .post-grid-slider.small {
    padding: 0px 64px;
  }
}
@media screen and (min-width: 1600px) {
  .post-grid-slider-wrapper, .post-grid-slider.small {
    padding: 0;
  }
}
.post-grid-slider-wrapper__read-more, .post-grid-slider.small__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 2px solid #000;
}
.post-grid-slider-wrapper__read-more p, .post-grid-slider.small__read-more p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.post-grid-slider-wrapper__read-more p:before, .post-grid-slider.small__read-more p:before {
  display: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.post-grid-slider-wrapper__read-more-title, .post-grid-slider.small__read-more-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-grid-slider-wrapper__read-more .view-all, .post-grid-slider.small__read-more .view-all {
  display: inline-block;
}
.post-grid-slider-wrapper__read-more .see-all, .post-grid-slider.small__read-more .see-all {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-grid-slider-wrapper__read-more .see-all p, .post-grid-slider.small__read-more .see-all p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
}
.post-grid-slider-wrapper__arrows, .post-grid-slider.small__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.post-grid-slider-wrapper__arrows .swiper-button-next,
.post-grid-slider-wrapper__arrows .swiper-button-prev, .post-grid-slider.small__arrows .swiper-button-next,
.post-grid-slider.small__arrows .swiper-button-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50%;
  background-color: #222;
  margin: 0;
  top: unset;
  right: unset;
  left: unset;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.post-grid-slider-wrapper__arrows .swiper-button-next svg,
.post-grid-slider-wrapper__arrows .swiper-button-prev svg, .post-grid-slider.small__arrows .swiper-button-next svg,
.post-grid-slider.small__arrows .swiper-button-prev svg {
  width: 10px;
  height: 10px;
}
.post-grid-slider-wrapper__arrows .swiper-button-next:after,
.post-grid-slider-wrapper__arrows .swiper-button-prev:after, .post-grid-slider.small__arrows .swiper-button-next:after,
.post-grid-slider.small__arrows .swiper-button-prev:after {
  display: none;
}
.post-grid-slider-wrapper__arrows .swiper-button-next.swiper-button-disabled,
.post-grid-slider-wrapper__arrows .swiper-button-prev.swiper-button-disabled, .post-grid-slider.small__arrows .swiper-button-next.swiper-button-disabled,
.post-grid-slider.small__arrows .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide, .post-grid-slider.small .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide:last-child .blurb, .post-grid-slider.small .swiper-wrapper .swiper-slide:last-child .blurb {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .post-grid-slider-wrapper .swiper-wrapper .swiper-slide:last-child, .post-grid-slider.small .swiper-wrapper .swiper-slide:last-child {
    padding-right: 24px !important;
  }
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb {
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #EDEDED;
  padding-right: 16px;
  padding-top: 0;
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb__image, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb__image {
  width: 100%;
  height: 205px;
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb-content__sub-title h4, .post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb-content__title h4, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb-content__sub-title h4, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb-content__title h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb-content__sub-title h4, .post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb-content__title h4, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb-content__sub-title h4, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb-content__title h4 {
    font-size: 20px;
  }
}
.post-grid-slider-wrapper .swiper-wrapper .swiper-slide .blurb-content__excerpt, .post-grid-slider.small .swiper-wrapper .swiper-slide .blurb-content__excerpt {
  display: none;
}

.post-grid-main-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.post-grid-main-category.max-width {
  padding-top: 24px;
}
.post-grid-main-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper {
    padding-bottom: 24px;
  }
}
.post-grid-main-category-wrapper.event .blurb {
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-grid-main-category-wrapper.event .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 16px);
  aspect-ratio: 3/2;
}
.post-grid-main-category-wrapper.event .blurb__image img {
  aspect-ratio: 3/2;
  height: auto;
}
.post-grid-main-category-wrapper.event .blurb-content {
  width: calc(50% - 16px);
}
.post-grid-main-category-wrapper__highlight {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 40%;
          flex: 2 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.post-grid-main-category-wrapper__highlight-first {
  position: relative;
  overflow: hidden;
}
.post-grid-main-category-wrapper__highlight-first-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.post-grid-main-category-wrapper__highlight-first-title .divider {
  background-color: #222;
}
.post-grid-main-category-wrapper__highlight-first-title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.post-grid-main-category-wrapper__highlight-first .blurb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__highlight-first .blurb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.post-grid-main-category-wrapper__highlight-first .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.post-grid-main-category-wrapper__highlight-first .blurb.ads .blurb__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid-main-category-wrapper__highlight-first .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.post-grid-main-category-wrapper__highlight-first .blurb.ads .blurb-content__title h4 {
  font-family: "din-2014", "Arial", "Helvetica", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__highlight-first .blurb.ads .blurb-content__title h4 {
    font-size: 36px;
  }
}
.post-grid-main-category-wrapper__highlight-first .blurb.ads .blurb-content__excerpt {
  display: none;
}
.post-grid-main-category-wrapper__highlight-first .blurb__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__highlight-first .blurb__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    height: 100%;
  }
}
.post-grid-main-category-wrapper__highlight-first .blurb__image img {
  height: 100%;
}
.post-grid-main-category-wrapper__highlight-first .blurb-content__category {
  display: none;
}
.post-grid-main-category-wrapper__highlight-first .blurb-content__title h4 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__highlight-first .blurb-content__title h4 {
    font-size: 36px;
  }
}
.post-grid-main-category-wrapper__highlight-first .blurb-content__excerpt p {
  max-height: 3em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #31313B;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__highlight-first .blurb-content__excerpt p {
    font-size: 18px;
    max-height: 6em;
  }
}
.post-grid-main-category-wrapper__right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border: 0;
  border-top: 1px solid #ECEFEF;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__right-panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #ECEFEF;
    border-top: 0;
    padding: 0 0 0 24px;
  }
}
.post-grid-main-category-wrapper__right-panel-posts {
  width: 100%;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb {
  border-right: 0;
  padding: 16px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ECEFEF;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__right-panel-posts .blurb {
    gap: 24px;
  }
}
.post-grid-main-category-wrapper__right-panel-posts .blurb.ads {
  background-color: #F2F2F2;
  padding: 10px;
  gap: 12px;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb.ads .blurb__image {
  display: none;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb.ads .blurb-content .blurb-label {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb.ads .blurb-content__title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__right-panel-posts .blurb.ads .blurb-content__title h4 {
    font-size: 20px;
  }
}
.post-grid-main-category-wrapper__right-panel-posts .blurb.ads .blurb-content__excerpt {
  display: none;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb:last-child {
  border: 0;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb__image {
  display: none;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb-content__category, .post-grid-main-category-wrapper__right-panel-posts .blurb-content__excerpt {
  display: none;
}
.post-grid-main-category-wrapper__right-panel-posts .blurb-content__title h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__right-panel-posts .blurb-content__title h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .post-grid-main-category-wrapper__right-panel-posts .blurb:first-child:not(.ads) {
    padding-top: 0;
  }
}

.nls-campaign-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.nls-campaign-wrapper .nls-campaign-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .nls-campaign-wrapper .nls-campaign-template {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
}
.nls-campaign-wrapper .nls-campaign-template .nls-subpage-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .nls-campaign-wrapper .nls-campaign-template .nls-subpage-content {
    text-align: left;
  }
}
.nls-campaign-wrapper .nls-campaign-template .nls-subpage-content img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.nls-campaign-wrapper .nls-campaign-template .nls-subpage-content-paywall {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .nls-campaign-wrapper .nls-campaign-template .nls-subpage-content-paywall {
    width: 100%;
  }
}

.Paywall-campaign {
  border: 1px solid var(--Basics-Strokes, #EDEDED);
  background: var(--Basics-Cultured-White, #F8F8F8);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 0.75);
          box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 0.75);
  padding: 25px;
}
.Paywall-campaign .login-text {
  color: #1D1C20;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.Paywall-campaign .login-text a {
  color: #76D8A8;
}