@charset "UTF-8";
/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* fonts
   ---------------------------------------- *
   @font-face {
    font-family:"Avenir Next";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Avenir Next'),
         url('../fonts/av-regular.woff2') format('woff2'),
         url('../fonts/av-regular.woff') format('woff');
  }

  @font-face {
    font-family:"Avenir Next";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/av-regular-italic.woff2') format('woff2'),
         url('../fonts/av-regular-italic.woff') format('woff');
  }

  @font-face {
    font-family:"Avenir Next";
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/av-bold.woff2') format('woff2'),
         url('../fonts/av-bold.woff') format('woff');
  }

  @font-face {
    font-family:"Avenir Next";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/av-bold-italic.woff2') format('woff2'),
         url('../fonts/av-bold-italic.woff') format('woff');
  }
*/
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos-black.woff") format("woff");
  font-weight: 900;
  font-display: swap; }
html {
  box-sizing: border-box;
  height: 100%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  font-size: 18px; }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* resets
   ---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dd,
figure,
blockquote {
  margin: 0; }

ul {
  padding: 0; }

/* typography
   ---------------------------------------- */
.text1,
.text-1 {
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 500; }

.text2,
.text-2 {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500; }

.text3,
.text-3 {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500; }

.title1,
.title-1 {
  font-size: 2.1875rem;
  line-height: 1.2; }

.title2,
.title-2 {
  font-size: 1.5625rem;
  line-height: 1.2; }

.title3,
.title-3 {
  font-size: 0.9375rem;
  line-height: 1.4; }

.title4,
.title-4 {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700; }

/* button
   ---------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .button, .search-footer .search-field,
  .search-page-header .search-field, .search-footer input[type=submit],
  .search-page-header input[type=submit], .layout__main .search-form .search-submit,
  .layout__main .search-form #searchsubmit,
  .layout__main .search-form .facetwp-btn,
  .layout__main .search-form .search_submit input,
  .layout__main .facetwp-type-search .search-submit,
  .layout__main .facetwp-type-search #searchsubmit,
  .layout__main .facetwp-type-search .facetwp-btn,
  .layout__main .facetwp-type-search .search_submit input,
  .layout__main .searchwp-search-form .search-submit,
  .layout__main .searchwp-search-form #searchsubmit,
  .layout__main .searchwp-search-form .facetwp-btn,
  .layout__main .searchwp-search-form .search_submit input, .facetwp-load-more {
    padding-top: 6px !important; } }
.button, .search-footer .search-field,
.search-page-header .search-field, .search-footer input[type=submit],
.search-page-header input[type=submit], .layout__main .search-form .search-submit,
.layout__main .search-form #searchsubmit,
.layout__main .search-form .facetwp-btn,
.layout__main .search-form .search_submit input,
.layout__main .facetwp-type-search .search-submit,
.layout__main .facetwp-type-search #searchsubmit,
.layout__main .facetwp-type-search .facetwp-btn,
.layout__main .facetwp-type-search .search_submit input,
.layout__main .searchwp-search-form .search-submit,
.layout__main .searchwp-search-form #searchsubmit,
.layout__main .searchwp-search-form .facetwp-btn,
.layout__main .searchwp-search-form .search_submit input, .facetwp-load-more {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 25px;
  border: 0;
  background-color: #D98028;
  color: #000000;
  border-radius: 99px;
  color: #000000;
  text-decoration: none !important;
  cursor: pointer;
  min-width: 100px;
  text-align: center; }
  .button:hover, .search-footer .search-field:hover,
  .search-page-header .search-field:hover, .search-footer input[type=submit]:hover,
  .search-page-header input[type=submit]:hover, .layout__main .search-form .search-submit:hover,
  .layout__main .search-form #searchsubmit:hover,
  .layout__main .search-form .facetwp-btn:hover,
  .layout__main .search-form .search_submit input:hover,
  .layout__main .facetwp-type-search .search-submit:hover,
  .layout__main .facetwp-type-search #searchsubmit:hover,
  .layout__main .facetwp-type-search .facetwp-btn:hover,
  .layout__main .facetwp-type-search .search_submit input:hover,
  .layout__main .searchwp-search-form .search-submit:hover,
  .layout__main .searchwp-search-form #searchsubmit:hover,
  .layout__main .searchwp-search-form .facetwp-btn:hover,
  .layout__main .searchwp-search-form .search_submit input:hover, .facetwp-load-more:hover {
    background-color: #d98f1e; }

a.button, .search-footer a.search-field,
.search-page-header a.search-field, .layout__main .search-form a.search-submit,
.layout__main .search-form a#searchsubmit,
.layout__main .search-form a.facetwp-btn,
.layout__main .facetwp-type-search a.search-submit,
.layout__main .facetwp-type-search a#searchsubmit,
.layout__main .facetwp-type-search a.facetwp-btn,
.layout__main .searchwp-search-form a.search-submit,
.layout__main .searchwp-search-form a#searchsubmit,
.layout__main .searchwp-search-form a.facetwp-btn, a.facetwp-load-more {
  text-decoration: none;
  display: inline-block; }

/* badge
   ---------------------------------------- */
a.badge {
  text-decoration: none !important; }
  a.badge:hover {
    text-decoration: underline !important; }

.badge {
  border-radius: 2px;
  border: 1px solid;
  padding: 5px 4px 4px;
  display: inline-block;
  margin-top: 10px;
  font-size: 0.5625rem;
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }
  .badge_gold {
    border-color: #D98028;
    background: #fbf2ea;
    color: #d98f1e; }

/* video
   ---------------------------------------- */
.video__thumbnail {
  width: 100%;
  height: auto; }
.video__caption {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px; }

/* grid
   ---------------------------------------- */
.grid {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .grid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (max-width: 939px) {
    .grid {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(10, 1fr);
      grid-column-gap: 15px; } }
  @media (min-width: 940px) {
    .grid {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 20px;
      max-width: 1420px; } }
  @media (max-width: 1430px) {
    .grid {
      padding: 0 20px; } }

/*New css global*/
.container {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1430px) {
    .container {
      padding: 0 20px; } }

.small-container {
  max-width: 990px;
  margin: 0 auto;
  width: 100%; }

.medium-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; }

.new-btn {
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 700;
  background: rgba(89, 17, 120, 0.95);
  text-decoration: none !important;
  padding: 15px 35px;
  color: #fff;
  transition: .4s all ease; }

.transparent-btn {
  background: transparent; }

.gold-fb {
  border-color: #F8B233 !important;
  color: #F8B233 !important; }

/*
.large-font-btn {
	font-size: 24px;
	@media (max-width: 1200px) {
		font-size: 22px;
	}
	@media (max-width: 767px) {
		font-size: 20px;
	}
	@media (max-width: 480px) {
		font-size: 18px;
	}
}
*/
.transparent-btn.gold-fb:hover, .new-btn:hover {
  background: #D98028;
  color: #fff !important;
  border-color: #D98028; }

.gold-bg-btn {
  background: #D98028;
  color: #fff !important;
  border-color: #D98028;
  text-transform: uppercase; }

.section-padding {
  padding-bottom: 80px;
  padding-top: 80px; }
  @media (max-width: 989px) {
    .section-padding {
      padding-bottom: 70px;
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .section-padding {
      padding-bottom: 50px;
      padding-top: 50px; } }

.link-with-arrow {
  font-weight: 700;
  color: #D98028;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  padding-right: 15px;
  transition: .4s all ease; }
  .link-with-arrow:after {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(/wp-content/uploads/2024/04/orange-arrow.png) center no-repeat;
    position: absolute;
    right: -15px;
    top: 0px;
    transition: .4s all; }
  .link-with-arrow:hover:after {
    right: -20px; }

.large-arrow:after {
  background: url(/wp-content/uploads/2024/04/Vector-3.png) center no-repeat; }

.section-heading.with-line-decoration {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .section-heading.with-line-decoration:after {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D98028; }
  .section-heading.with-line-decoration h2 {
    color: #591178;
    font-size: 2.2rem !important; }
    @media (max-width: 767px) {
      .section-heading.with-line-decoration h2 {
        font-size: 2rem !important; } }
  .section-heading.with-line-decoration.small-h2 h2 {
    font-size: 2rem !important; }

.inner-section-padding {
  padding-top: 30px; }

.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px; }
  .page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 30%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .page-banner .banner-contents {
    position: relative; }
    .page-banner .banner-contents .banner-intro-text {
      color: #fff;
      text-align: center; }
  .page-banner h1, .page-banner .banner-title {
    color: #fff;
    font-size: 2.8rem !important;
    line-height: 1.4 !important;
    text-align: center;
    font-weight: 700; }
    @media (max-width: 1200px) {
      .page-banner h1, .page-banner .banner-title {
        font-size: 2.5rem !important; } }
    @media (max-width: 767px) {
      .page-banner h1, .page-banner .banner-title {
        font-size: 2.3rem !important; } }
    @media (max-width: 480px) {
      .page-banner h1, .page-banner .banner-title {
        font-size: 2.1rem !important; } }

.page-banner.big-page-banner {
  padding-bottom: 138px;
  padding-top: 138px; }
  .page-banner.big-page-banner h1 {
    font-size: 3.5rem !important; }
    @media (max-width: 1200px) {
      .page-banner.big-page-banner h1 {
        font-size: 3rem !important; } }
    @media (max-width: 767px) {
      .page-banner.big-page-banner h1 {
        font-size: 2.5rem !important; } }
  @media (max-width: 1200px) {
    .page-banner.big-page-banner {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .page-banner.big-page-banner {
      padding-bottom: 40px;
      padding-top: 60px; } }

.page-banner.banner-color {
  background: #591178; }

.slick-next, .slick-prev {
  width: 40px;
  height: 40px; }

.slick-next:before, .slick-prev:before {
  display: none; }

.slick-next {
  right: -18px; }

.slick-prev {
  left: -18px;
  z-index: 4; }

/*Feed boxes*/
.home-featured-feed .article {
  background: #fff;
  border: none !important;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 35px !important; }
  .home-featured-feed .article h3 {
    font-weight: 600;
    color: #000000;
    font-size: 22px; }
    @media (max-width: 767px) {
      .home-featured-feed .article h3 {
        font-size: 18px; } }
  .home-featured-feed .article .article__subtitle {
    color: #591178;
    font-weight: 700;
    font-size: 22px; }
    @media (max-width: 767px) {
      .home-featured-feed .article .article__subtitle {
        font-size: 18px; } }
  .home-featured-feed .article .categories > * {
    margin-bottom: 0;
    margin-right: 0; }
  .home-featured-feed .article .categories li:not(:last-child) a {
    border-right: 1px solid #000000; }
  .home-featured-feed .article .categories li:first-child .category {
    padding-left: 0; }
  .home-featured-feed .article .category {
    border-radius: 0;
    border: none;
    color: #D98028 !important;
    font-size: 18px;
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    @media (max-width: 767px) {
      .home-featured-feed .article .category {
        font-size: 16px; } }

.gray-box-block {
  background: #EEEEEE;
  border-radius: 10px; }
  .gray-box-block .columns-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 30px 40px 10px; }
    @media (max-width: 767px) {
      .gray-box-block .columns-flex {
        flex-direction: column;
        align-items: center !important; } }
    @media (max-width: 767px) {
      .gray-box-block .columns-flex {
        padding: 40px 20px; } }
    .gray-box-block .columns-flex .left-col-img {
      flex-shrink: 0;
      width: 436px;
      height: 318px;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .gray-box-block .columns-flex .left-col-img {
          padding-left: 0px;
          width: 100% !important; } }
      .gray-box-block .columns-flex .left-col-img img {
        width: 100%;
        height: 100% !important;
        border-radius: 10px;
        object-fit: cover; }
    .gray-box-block .columns-flex .right-col-content {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .gray-box-block .columns-flex .right-col-content {
          padding-left: 0px;
          text-align: center;
          padding-top: 40px; } }
      .gray-box-block .columns-flex .right-col-content .content {
        padding-bottom: 20px; }

.kitchen-talk-feed {
  padding-top: 30px; }

.gray-box-block.publication-white-box {
  background: white; }

.small-h2 h2 {
  font-size: 2rem !important; }

.publication-event-feed-page.featured-and-latest-feed h2 {
  padding-bottom: 0px;
  font-size: 2rem !important; }

.publication-event-feed-page .gray-box-block .columns-flex .right-col-content {
  padding-left: 20px; }

.community-events-slider .slide-item {
  padding: 30px;
  border-radius: 10px;
  background: #fff; }
  .community-events-slider .slide-item h3 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 1.3; }

h3 a {
  text-decoration: none !important; }

.button-col {
  display: flex;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .button-col {
      justify-content: center; } }
  .button-col a {
    padding: 12px 35px; }
  .button-col a:first-child:not(:only-child) {
    margin-right: 10px; }
  .button-col a:last-child:not(:only-child) {
    background: transparent;
    color: #D98028 !important; }

.page-content img {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.02); }
.page-content .button-col a:first-child:not(:only-child) {
  text-align: center; }

.flex-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .flex-columns .content-image-col {
    width: 40%;
    flex-shrink: 0; }
  .flex-columns .page-content-col {
    width: 60%;
    padding-left: 20px;
    padding-bottom: 30px; }
  .flex-columns .page-content-col:only-child {
    width: 100%;
    padding-left: 0px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding: 30px 0px 65px; }
  @media (max-width: 767px) {
    .pagination {
      justify-content: center; } }
  .pagination .previouspostslink, .pagination .nextpostslink {
    color: #fff;
    background: #591178;
    border-color: #591178; }
  .pagination a {
    text-decoration: none !important;
    border-radius: 10px;
    border: none;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.5);
    margin: 2px 5px; }
  .pagination .current {
    border-radius: 100%;
    border: none;
    color: #591178;
    background: #F8B233;
    padding: 6px 13px;
    margin: 2px 5px; }

/* video
   ---------------------------------------- */
.video__thumbnail {
  width: 100%;
  height: auto; }
.video__caption {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px; }

/* categories
   ---------------------------------------- */
.categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -10px; }
  .categories > * {
    margin-right: 10px;
    margin-bottom: 10px; }
  .categories__overflow {
    font-size: 0.8125rem;
    color: gray;
    margin-top: 1px;
    white-space: nowrap; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  ul li .category {
    line-height: 1;
    padding-top: 0.2rem !important; } }
ul li .category {
  font-size: 0.8125rem;
  line-height: 1;
  vertical-align: middle;
  padding: 0.4375rem 0.625rem 0.375rem;
  border-radius: 99px;
  border: 1px solid;
  display: inline-block;
  text-decoration: none !important;
  white-space: nowrap; }
  ul li .category_cancer {
    color: #c62a2a;
    border-color: #e8aaaa; }
    ul li .category_cancer:hover {
      background-color: #fcf3f3;
      color: #c62a2a !important; }
  ul li .category_infectious-disease, ul li .category_condensates-mutation {
    color: #2c8371;
    border-color: #abcdc6; }
    ul li .category_infectious-disease:hover, ul li .category_condensates-mutation:hover {
      background-color: #c3ebe3;
      color: #2c8371 !important; }
  ul li .category_transcription {
    color: #591178;
    border-color: #bda0c9; }
    ul li .category_transcription:hover {
      background-color: #d698f0;
      color: #2c8371 !important; }

/* aside sections
   ---------------------------------------- */
.widget h3 {
  text-decoration: none; }

.widget a {
  text-decoration: none; }
  .widget a:hover {
    text-decoration: underline; }

.widget ul {
  list-style: none;
  margin-bottom: 0; }

.widget .aside-section__title {
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #828c9b; }
  .widget .aside-section__title a {
    display: block;
    background: url("../images/arrow-icon.svg") no-repeat right center; }

.tribe-events-adv-list-widget h3 {
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #828c9b; }
.tribe-events-adv-list-widget .tribe-events-title {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px; }
.tribe-events-adv-list-widget .type-tribe_events {
  border-top: 1px solid #d5d9de;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d9de; }
  .tribe-events-adv-list-widget .type-tribe_events:first-of-type {
    border-top: 1px solid #d5d9de; }
  .tribe-events-adv-list-widget .type-tribe_events:last-of-type {
    border-top: none; }
  .tribe-events-adv-list-widget .type-tribe_events .list-info h2 {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px; }

.widget_recent_jobs .job_listings {
  border-top: none; }
.widget_recent_jobs .job_position_featured a {
  background: none !important; }
  .widget_recent_jobs .job_position_featured a .content::after {
    content: "featured";
    border-radius: 2px;
    border: 1px solid;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 0.5625rem;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    border-color: #D98028;
    background: #fbf2ea;
    color: #d98f1e; }
.widget_recent_jobs .job_listing {
  border-top: 1px solid #d5d9de;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: none !important; }
  .widget_recent_jobs .job_listing:last-of-type {
    border-bottom: 1px solid #d5d9de !important; }
.widget_recent_jobs h3 {
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #828c9b; }
.widget_recent_jobs .position h3 {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px; }

/* aside subsection
   ---------------------------------------- */
.aside-subsection {
  border-top: 1px solid #d5d9de;
  padding-top: 20px;
  padding-bottom: 20px; }
  .aside-subsection:last-of-type {
    border-bottom: 1px solid #d5d9de; }
  .aside-subsection__title {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px; }
    .aside-subsection__title_sponsored {
      color: #d98f1e; }

/* aside list
   ---------------------------------------- */
.aside-list__link {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d5d9de;
  padding: 20px 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700; }
  .aside-list__link_active {
    color: #d98f1e; }
.aside-list__item:last-of-type {
  border-bottom: 1px solid #d5d9de; }
.aside-list__detail {
  font-weight: normal;
  color: #828c9b; }

.pagination {
  padding-top: 50px;
  padding-bottom: 50px; }
  .pagination a:hover {
    text-decoration: none; }
  .pagination .page-numbers {
    padding: 10px;
    border: 1px solid #d5d9de;
    margin-right: 5px; }
    .pagination .page-numbers.current {
      font-weight: 700;
      border: none; }

mark {
  background-color: #d98f1e;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.widget_nav_menu h3 {
  margin-bottom: 20px;
  font-size: .8125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #828c9b; }

@media (max-width: 767px) {
  #about {
    color: #fff;
    background: #000000;
    border-radius: 4px;
    padding: 20px; } }
@media (max-width: 767px) {
  #about .about__title {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  #about .about__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
#about .about__description {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #about .about__description {
      font-size: 0.9375rem;
      line-height: 1.25;
      font-weight: 500; } }

.tribe_community_edit .button, .tribe_community_edit .search-footer .search-field, .search-footer .tribe_community_edit .search-field,
.tribe_community_edit .search-page-header .search-field,
.search-page-header .tribe_community_edit .search-field, .tribe_community_edit .search-footer input[type=submit], .search-footer .tribe_community_edit input[type=submit],
.tribe_community_edit .search-page-header input[type=submit],
.search-page-header .tribe_community_edit input[type=submit], .tribe_community_edit .layout__main .search-form .search-submit, .layout__main .search-form .tribe_community_edit .search-submit,
.tribe_community_edit .layout__main .search-form #searchsubmit,
.layout__main .search-form .tribe_community_edit #searchsubmit,
.tribe_community_edit .layout__main .search-form .facetwp-btn,
.layout__main .search-form .tribe_community_edit .facetwp-btn,
.tribe_community_edit .layout__main .search-form .search_submit input,
.layout__main .search-form .search_submit .tribe_community_edit input,
.tribe_community_edit .layout__main .facetwp-type-search .search-submit,
.layout__main .facetwp-type-search .tribe_community_edit .search-submit,
.tribe_community_edit .layout__main .facetwp-type-search #searchsubmit,
.layout__main .facetwp-type-search .tribe_community_edit #searchsubmit,
.tribe_community_edit .layout__main .facetwp-type-search .facetwp-btn,
.layout__main .facetwp-type-search .tribe_community_edit .facetwp-btn,
.tribe_community_edit .layout__main .facetwp-type-search .search_submit input,
.layout__main .facetwp-type-search .search_submit .tribe_community_edit input,
.tribe_community_edit .layout__main .searchwp-search-form .search-submit,
.layout__main .searchwp-search-form .tribe_community_edit .search-submit,
.tribe_community_edit .layout__main .searchwp-search-form #searchsubmit,
.layout__main .searchwp-search-form .tribe_community_edit #searchsubmit,
.tribe_community_edit .layout__main .searchwp-search-form .facetwp-btn,
.layout__main .searchwp-search-form .tribe_community_edit .facetwp-btn,
.tribe_community_edit .layout__main .searchwp-search-form .search_submit input,
.layout__main .searchwp-search-form .search_submit .tribe_community_edit input, .tribe_community_edit .facetwp-load-more,
.tribe-button,
.tribe-button-secondary {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  padding: 8px 25px !important;
  border: 0 !important;
  background-color: #D98028 !important;
  color: #000000 !important;
  border-radius: 99px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  min-width: 100px;
  text-align: center !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  font-family: inherit !important;
  background-color: #D98028 !important;
  color: #000000 !important;
  border-radius: 99px !important; }
  .tribe_community_edit .button:hover, .tribe_community_edit .search-footer .search-field:hover, .search-footer .tribe_community_edit .search-field:hover,
  .tribe_community_edit .search-page-header .search-field:hover,
  .search-page-header .tribe_community_edit .search-field:hover, .tribe_community_edit .search-footer input[type=submit]:hover, .search-footer .tribe_community_edit input[type=submit]:hover,
  .tribe_community_edit .search-page-header input[type=submit]:hover,
  .search-page-header .tribe_community_edit input[type=submit]:hover, .tribe_community_edit .layout__main .search-form .search-submit:hover, .layout__main .search-form .tribe_community_edit .search-submit:hover,
  .tribe_community_edit .layout__main .search-form #searchsubmit:hover,
  .layout__main .search-form .tribe_community_edit #searchsubmit:hover,
  .tribe_community_edit .layout__main .search-form .facetwp-btn:hover,
  .layout__main .search-form .tribe_community_edit .facetwp-btn:hover,
  .tribe_community_edit .layout__main .search-form .search_submit input:hover,
  .layout__main .search-form .search_submit .tribe_community_edit input:hover,
  .tribe_community_edit .layout__main .facetwp-type-search .search-submit:hover,
  .layout__main .facetwp-type-search .tribe_community_edit .search-submit:hover,
  .tribe_community_edit .layout__main .facetwp-type-search #searchsubmit:hover,
  .layout__main .facetwp-type-search .tribe_community_edit #searchsubmit:hover,
  .tribe_community_edit .layout__main .facetwp-type-search .facetwp-btn:hover,
  .layout__main .facetwp-type-search .tribe_community_edit .facetwp-btn:hover,
  .tribe_community_edit .layout__main .facetwp-type-search .search_submit input:hover,
  .layout__main .facetwp-type-search .search_submit .tribe_community_edit input:hover,
  .tribe_community_edit .layout__main .searchwp-search-form .search-submit:hover,
  .layout__main .searchwp-search-form .tribe_community_edit .search-submit:hover,
  .tribe_community_edit .layout__main .searchwp-search-form #searchsubmit:hover,
  .layout__main .searchwp-search-form .tribe_community_edit #searchsubmit:hover,
  .tribe_community_edit .layout__main .searchwp-search-form .facetwp-btn:hover,
  .layout__main .searchwp-search-form .tribe_community_edit .facetwp-btn:hover,
  .tribe_community_edit .layout__main .searchwp-search-form .search_submit input:hover,
  .layout__main .searchwp-search-form .search_submit .tribe_community_edit input:hover, .tribe_community_edit .facetwp-load-more:hover,
  .tribe-button:hover,
  .tribe-button-secondary:hover {
    background-color: #d98f1e !important;
    color: #000000 !important; }

.legal {
  color: #828c9b;
  font-size: 12px;
  line-height: 14px !important; }
  .legal a {
    text-decoration: underline; }

.gf_browser_ie {
  display: block !important; }

.pageWide main {
  padding: 20px; }
  @media (min-width: 768px) {
    .pageWide main {
      max-width: 80%;
      margin: 0 auto; } }

/*New Header Style*/
.top-bar-header {
  background-image: linear-gradient(90deg, #662483 0%, #f8b233 100%);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px; }
  @media (max-width: 767px) {
    .top-bar-header {
      font-size: 15px; } }
  .top-bar-header .top-flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 580px) {
      .top-bar-header .top-flex-col {
        flex-direction: column; } }
    .top-bar-header .top-flex-col .top-left-col {
      font-weight: 700; }
      .top-bar-header .top-flex-col .top-left-col a {
        text-decoration: underline !important; }
    .top-bar-header .top-flex-col .top-right-col {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 580px) {
        .top-bar-header .top-flex-col .top-right-col {
          padding-top: 10px; } }
      .top-bar-header .top-flex-col .top-right-col a {
        margin-right: 18px;
        text-decoration: none;
        font-weight: 500; }
        .top-bar-header .top-flex-col .top-right-col a:hover {
          text-decoration: underline; }
      .top-bar-header .top-flex-col .top-right-col .search-opener {
        position: relative;
        display: flex;
        margin-left: 10px; }
      .top-bar-header .top-flex-col .top-right-col .search-opener img {
        width: 24px;
        height: 24px; }

#top-search {
  display: none; }

#top-search.open {
  display: flex;
  align-items: stretch;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 10px;
  background: #662483;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  min-width: 250px;
  z-index: 4; }
  #top-search.open ul {
    margin: 0px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center; }
  #top-search.open .search-field, #top-search.open .sf-field-search input {
    background: #fff;
    border: none;
    color: #000000;
    line-height: 50px;
    font-size: 15px;
    height: 48px;
    padding: 0px 20px; }
  #top-search.open .sf-field-submit, #top-search.open .sf-field-search {
    padding: 0px; }
  #top-search.open .search-field::-webkit-input-placeholder,
  #top-search.open .search-field::placeholder, #top-search.open .sf-field-search input::-webkit-input-placeholder,
  #top-search.open .sf-field-search input::placeholder {
    color: #000000; }
  #top-search.open .search-submit, #top-search.open .sf-field-submit input[type="submit"] {
    width: 48px;
    height: 52px;
    background: #f8b233 url(https://condensates161.e.wpstage.net/wp-content/uploads/2024/04/icon_search.png) center no-repeat;
    background-size: 20px 20px;
    border-radius: 0px; }
  #top-search.open .sf-field-submit input[value="Submit"] {
    text-indent: -9999em; }

/********/
#header {
  display: relative;
  /*New Header Style*/ }
  #header p {
    margin-bottom: 20px; }
  #header .mega-sticky-wrapper #mega-menu-wrap-primary_navigation {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
    #header .mega-sticky-wrapper #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link,
    #header .mega-sticky-wrapper #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li#mega-menu-item-125 .mega-search .search-icon:before {
      color: #000000; }
  #header.header__category {
    color: #fff !important; }
    #header.header__category #mega-menu-wrap-primary_navigation {
      background: transparent !important; }
      #header.header__category #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link,
      #header.header__category #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li#mega-menu-item-125 .mega-search .search-icon:before {
        color: white !important; }
    #header.header__category .mega-sticky-wrapper #mega-menu-wrap-primary_navigation {
      background: #fff !important;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
      #header.header__category .mega-sticky-wrapper #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link,
      #header.header__category .mega-sticky-wrapper #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li#mega-menu-item-125 .mega-search .search-icon:before {
        color: #000000 !important; }
    #header.header__category .curated-by {
      opacity: 0.3;
      color: #fff;
      border-bottom-color: rgba(255, 255, 255, 0.7); }
    #header.header__category .login_links a {
      color: #fff; }
  #header .nav {
    padding-bottom: 22px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1200px) {
      #header .nav {
        flex-direction: column; } }
    @media (max-width: 767px) {
      #header .nav {
        flex-direction: row; } }
    @media (max-width: 767px) {
      #header .nav {
        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;
        min-height: 56px;
        background: #D98028; } }
    @media (min-width: 768px) {
      #header .nav {
        grid-template-rows: repeat(4, 40px);
        font-size: 0.875rem;
        line-height: 1.6;
        font-weight: 500; } }
    #header .nav_closed .links {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  #header .header-right-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1; }
    @media (max-width: 767px) {
      #header .header-right-col {
        justify-content: flex-end; } }
    #header .header-right-col #mega-menu-primary_navigation {
      padding-left: 50px; }
      @media (max-width: 1390px) {
        #header .header-right-col #mega-menu-primary_navigation {
          padding-left: 0px; } }
  #header .new-logo {
    width: 320px; }
    @media (max-width: 1360px) {
      #header .new-logo {
        width: 280px; } }
    #header .new-logo img {
      width: 100%; }
  #header .mega-menu-toggle {
    background: none !important;
    color: #E7A13C !important;
    border: none;
    height: 40px; }
    @media (min-width: 940px) {
      #header .mega-menu-toggle {
        display: none; } }
  #header #mega-menu-nav_links {
    grid-column: 4 / -1;
    grid-row: 2;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none; }
    #header #mega-menu-nav_links li:not(:last-child) {
      padding-right: 10px; }
    #header #mega-menu-nav_links .menu-subscribe-for-free a {
      color: #d98f1e !important; }
      #header #mega-menu-nav_links .menu-subscribe-for-free a:hover {
        text-decoration: underline !important;
        color: #D98028 !important; }
    #header #mega-menu-nav_links a {
      color: #591178 !important;
      font-weight: 700 !important;
      position: relative;
      text-decoration: none;
      font-size: 16px !important; }
      #header #mega-menu-nav_links a:hover {
        text-decoration: underline !important;
        color: #D98028 !important; }
      #header #mega-menu-nav_links a:last-child {
        padding-right: 0 !important; }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-nav_links {
      display: flex;
      flex-direction: column;
      padding: 0px 20px 10px 20px;
      background: #D98028;
      font-size: 0.9375rem;
      line-height: 1.4;
      font-weight: 700;
      position: relative; }
      #header #mega-menu-wrap-nav_links .mega-menu-toggle {
        top: 12px;
        right: -10px;
        position: relative; }
      #header #mega-menu-wrap-nav_links > * {
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    #header #mega-menu-wrap-nav_links {
      grid-row: 2;
      display: grid !important;
      grid-column: 6 / span 7 !important; } }
  #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    font-weight: 700;
    color: #262626; }
    #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
      color: #D98028; }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-primary_navigation {
      display: flex;
      flex-direction: column;
      padding: 0px 20px 10px 20px;
      background: #D98028;
      font-size: 0.9375rem;
      line-height: 1.4;
      font-weight: 700;
      position: relative; }
      #header #mega-menu-wrap-primary_navigation .mega-menu-toggle {
        top: 12px;
        right: -10px;
        position: relative; }
      #header #mega-menu-wrap-primary_navigation > * {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
      top: 70px;
      padding-top: 30px;
      margin-left: 30px;
      padding: 10px 15px;
      border-top: 1px solid #d98f1e; } }
  #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu {
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 0;
    min-width: 230px;
    width: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu {
        border-radius: 0px;
        background: transparent;
        width: 100%;
        box-shadow: none; } }
    #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu li {
      margin: 0 10px; }
      #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu li a {
        background: #fff;
        color: #000000;
        font-size: 15px; }
        @media (max-width: 767px) {
          #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu li a {
            background: transparent; } }
        #header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-flyout .mega-sub-menu li a:hover {
          background: rgba(217, 128, 40, 0.07); }
  @media (min-width: 768px) {
    #header #mega-menu-wrap-primary_navigation {
      grid-row: 4;
      display: flex !important; } }
  @media (min-width: 768px) and (max-width: 939px) {
    #header #mega-menu-wrap-primary_navigation {
      grid-column: 5 / span 6; } }
  @media (min-width: 940px) {
    #header #mega-menu-wrap-primary_navigation {
      grid-column: 6 / span 7 !important; } }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-primary_navigation__menu-title {
      order: 1; } }
  @media (min-width: 768px) {
    #header #mega-menu-wrap-primary_navigation__menu-title {
      padding-right: 22px; } }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-primary_navigation__menu {
      font-weight: normal;
      margin-top: 20px; }
      #header #mega-menu-wrap-primary_navigation__menu > * {
        margin-bottom: 10px; } }
  @media (min-width: 768px) {
    #header #mega-menu-wrap-primary_navigation__menu {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
  @media (max-width: 767px) {
    #header #mega-menu-wrap-primary_navigation__search {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
  @media (min-width: 768px) {
    #header #mega-menu-wrap-primary_navigation__search {
      flex: 1;
      margin-right: 0;
      text-align: right; }
      #header #mega-menu-wrap-primary_navigation__search img {
        vertical-align: middle; } }
  #header .category-details {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      #header .category-details {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 939px) {
      #header .category-details__title, #header .category-details__intro {
        grid-column: 5 / span 6; } }
    @media (min-width: 940px) {
      #header .category-details__title, #header .category-details__intro {
        grid-column: 6 / span 7; } }
    @media (min-width: 768px) {
      #header .category-details__title {
        margin-bottom: 20px; } }
  #header .author-details {
    padding-top: 40px;
    padding-bottom: 0px; }
    @media (min-width: 768px) {
      #header .author-details {
        grid-column: 6 / span 7; } }
    @media (min-width: 768px) {
      #header .author-details {
        padding-top: 80px;
        padding-bottom: 0; } }
    #header .author-details__intro {
      margin-top: 20px; }
      #header .author-details__intro p {
        margin-bottom: 20px; }
    #header .author-details__title {
      margin-bottom: 20px; }

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-hide-desktop {
  display: none !important; }
  @media (max-width: 767px) {
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-hide-desktop {
      display: block !important; } }

/* Subpages Widget */
.new-page-sidebar {
  width: 360px;
  padding-left: 0px !important; }
  @media (max-width: 767px) {
    .new-page-sidebar {
      width: 100%; } }
  .new-page-sidebar .widget_subpages {
    background: #591178;
    border-radius: 10px;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
    text-align: left;
    margin: 0;
    list-style: none; }
    .new-page-sidebar .widget_subpages .widgettitle {
      text-transform: uppercase;
      color: #fff;
      font-size: 1.5rem;
      padding: 0 30px 10px; }
      .new-page-sidebar .widget_subpages .widgettitle a {
        color: inherit !important; }
    .new-page-sidebar .widget_subpages ul {
      padding-left: 0px;
      margin-bottom: 0px;
      position: relative; }
      .new-page-sidebar .widget_subpages ul li {
        line-height: 1.4;
        font-size: 17px;
        list-style: none; }
        .new-page-sidebar .widget_subpages ul li a {
          color: #fff;
          text-decoration: none;
          padding: 20px 30px 20px;
          display: block;
          padding: 16px 30px;
          position: relative;
          text-transform: none;
          font-size: 18px;
          transition: .4s all;
          font-family: inherit;
          font-weight: 600; }
  .new-page-sidebar .widget_custom_html {
    list-style: none;
    margin-top: 30px; }
  .new-page-sidebar .call-to-action-box {
    background: rgba(217, 128, 40, 0.2);
    padding: 30px 30px;
    border-radius: 10px; }
    .new-page-sidebar .call-to-action-box h2 {
      margin-top: 0px !important;
      color: #591178;
      font-size: 1.5rem !important; }
    .new-page-sidebar .call-to-action-box .cta-button {
      padding-bottom: 20px;
      padding-top: 10px; }
    .new-page-sidebar .call-to-action-box .new-btn {
      text-decoration: none;
      background: #D98028;
      font-size: 18px;
      text-transform: uppercase;
      border-color: #D98028; }

.widget_subpages_current_page > a,
.widget_subpages_current_page:hover > a {
  background-color: #D98028;
  font-weight: 700 !important;
  color: #fff !important; }

.widget_subpages_current_page > a:after,
.widget_subpages_current_page:hover > a:after {
  content: " " !important;
  background-image: url("/wp-content/uploads/2024/04/Vector-7-1.png");
  width: 13px;
  height: 20px;
  background-size: auto;
  right: 15px;
  top: calc(50% - 10px);
  position: absolute;
  font-size: 20px; }

.widget_subpages li:hover > a {
  background: rgba(255, 255, 255, 0.1); }

.widget_subpages ul ul {
  padding-bottom: 10px; }
  .widget_subpages ul ul li {
    border: none !important;
    font-size: 15px;
    padding-left: 0px; }
    .widget_subpages ul ul li a {
      padding: 6px 15px 6px 65px;
      text-transform: none;
      font-weight: 400;
      font-family: 'Poppins';
      font-size: 15px; }

.sd-page-content {
  width: calc(100% - 360px);
  padding-left: 60px; }
  @media (max-width: 1200px) {
    .sd-page-content {
      padding-left: 40px; } }
  @media (max-width: 960px) {
    .sd-page-content {
      width: 100%;
      padding-left: 0;
      padding-bottom: 40px; } }

.search-footer,
.search-page-header {
  padding: 20px;
  background-color: #d5d9de; }
  @media (min-width: 768px) {
    .search-footer,
    .search-page-header {
      padding-left: 70px; } }
  .search-footer .screen-reader-text,
  .search-page-header .screen-reader-text {
    display: none; }
  .search-footer .search-field,
  .search-page-header .search-field {
    height: 44px;
    -webkit-appearance: none;
    outline: 0;
    outline-style: none;
    outline-color: transparent;
    border-color: #b8bfc8;
    background-color: #f2f3f4; }
    @media (min-width: 768px) {
      .search-footer .search-field,
      .search-page-header .search-field {
        max-width: 320px; } }
  .search-footer input[type=submit],
  .search-page-header input[type=submit] {
    height: 44px; }

.search-page-header {
  padding-left: 20px;
  margin-bottom: 40px;
  border-radius: 4px; }
  .search-page-header .search-field {
    height: 44px; }
    @media (min-width: 768px) {
      .search-page-header .search-field {
        width: 680px;
        max-width: 680px; } }

.footer-signup-banner {
  position: relative; }
  .footer-signup-banner:before {
    content: '';
    background: url("/wp-content/uploads/2024/04/ft-shape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  .footer-signup-banner .ft-heading-button {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 767px) {
      .footer-signup-banner .ft-heading-button {
        flex-direction: column; } }
    .footer-signup-banner .ft-heading-button h2 {
      color: #591178;
      font-size: 36px;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .footer-signup-banner .ft-heading-button h2 {
          font-size: 30px; } }
      @media (max-width: 989px) {
        .footer-signup-banner .ft-heading-button h2 {
          font-size: 26px;
          text-align: center; } }
      @media (max-width: 767px) {
        .footer-signup-banner .ft-heading-button h2 {
          font-size: 24px;
          padding: 0 15px; } }

footer {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500; }
  footer .main-footer {
    background-image: linear-gradient(90deg, #662483 0%, #f8b233 100%);
    position: relative; }
    footer .main-footer:before {
      content: '';
      background: url("/wp-content/uploads/2024/04/ft-after-shape.png");
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      right: 0;
      pointer-events: none; }
      @media (max-width: 1200px) {
        footer .main-footer:before {
          height: 70%; } }
    footer .main-footer .footer-columns {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      color: #fff;
      font-size: 18px;
      line-height: 2;
      flex-wrap: wrap;
      padding-bottom: 60px;
      padding-top: 60px; }
      @media (max-width: 767px) {
        footer .main-footer .footer-columns {
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center; } }
      footer .main-footer .footer-columns .ft-menu-and-logo {
        width: 33.33%;
        padding-right: 10px; }
        @media (max-width: 1200px) {
          footer .main-footer .footer-columns .ft-menu-and-logo {
            width: 50%; } }
        @media (max-width: 767px) {
          footer .main-footer .footer-columns .ft-menu-and-logo {
            width: 100%;
            text-align: center; } }
      footer .main-footer .footer-columns .ft-contribute-col {
        width: 33.33%;
        display: none;
        padding-right: 10px; }
        @media (max-width: 1200px) {
          footer .main-footer .footer-columns .ft-contribute-col {
            width: 50%; } }
        @media (max-width: 767px) {
          footer .main-footer .footer-columns .ft-contribute-col {
            width: 100%;
            text-align: center; } }
        footer .main-footer .footer-columns .ft-contribute-col h3 {
          padding-bottom: 20px; }
        footer .main-footer .footer-columns .ft-contribute-col .contribute-text div {
          padding-bottom: 30px;
          max-width: 370px; }
          @media (max-width: 767px) {
            footer .main-footer .footer-columns .ft-contribute-col .contribute-text div {
              max-width: 100%; } }
      footer .main-footer .footer-columns .ft-copyright-dewpoint-links {
        width: 33.33%; }
        @media (max-width: 1200px) {
          footer .main-footer .footer-columns .ft-copyright-dewpoint-links {
            padding-top: 20px;
            width: 50%; } }
        @media (max-width: 767px) {
          footer .main-footer .footer-columns .ft-copyright-dewpoint-links {
            width: 100%;
            text-align: center;
            padding-top: 40px; } }
      footer .main-footer .footer-columns .ft-dewpoint-logo, footer .main-footer .footer-columns .ft-logo {
        padding-bottom: 20px; }
      footer .main-footer .footer-columns #menu-new-footer-menu {
        column-count: 2;
        column-gap: 40px; }
        @media (max-width: 767px) {
          footer .main-footer .footer-columns #menu-new-footer-menu {
            column-count: 1; } }
        footer .main-footer .footer-columns #menu-new-footer-menu li {
          padding-bottom: 10px; }
      footer .main-footer .footer-columns a {
        color: #fff;
        font-size: 18px; }
    footer .main-footer h3 {
      font-size: 24px; }
      @media (max-width: 767px) {
        footer .main-footer h3 {
          font-size: 20px; } }
    footer .main-footer .ft-nav .sub-menu {
      display: none; }
  footer ul {
    list-style: none; }
    footer ul li a {
      text-decoration: none; }
      footer ul li a:hover {
        text-decoration: underline; }
  @media (max-width: 767px) {
    footer .nav {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 939px) {
    footer .nav {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 940px) {
    footer .nav {
      padding-top: 140px;
      padding-bottom: 140px; } }
  footer .nav > * {
    margin-bottom: 10px; }
  footer #menu-condensates-com-footer > li > a {
    display: block;
    color: #d98f1e;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700; }
  footer #menu-dewpoint-footer > li > a {
    display: block;
    color: #62c4da;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700; }
  footer section__title {
    margin-bottom: 20px;
    font-size: inherit; }
    footer section__title_blue {
      color: #62c4da; }
    footer section__title_gray {
      color: #828c9b; }
    footer section__title_gold {
      color: #d98f1e; }
  footer section.widget h3 {
    margin-bottom: 20px;
    font-size: inherit; }
  footer section.nav_menu-3 {
    grid-column: 1 / span 3; }
  @media (max-width: 767px) {
    footer section.nav_menu-4 {
      display: none; } }
  @media (min-width: 768px) {
    footer section.nav_menu-4 {
      grid-column: 4 / span 3; } }
  footer section.text-5 h3 {
    color: #d98f1e; }
  @media (max-width: 767px) {
    footer section.text-5 {
      display: none; } }
  @media (min-width: 768px) and (max-width: 939px) {
    footer section.text-5 {
      grid-column: 8 / span 3; } }
  @media (min-width: 940px) {
    footer section.text-5 {
      grid-column: 9 / span 3; } }
  footer section__button {
    margin-top: 20px; }
  footer .legal {
    background: #e6e8eb;
    padding-top: 22px;
    padding-bottom: 22px; }
    footer .legal__inner {
      grid-column: 1 / span 12;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    footer .legal__link {
      display: inline-block; }
      footer .legal__link:not(:last-child) {
        border-right: 1px solid #828c9b;
        padding-right: 12px;
        margin-right: 12px; }

#layout .layout__aside {
  grid-column: 1 / span 3;
  grid-row: 1;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #layout .layout__aside {
      margin-top: 80px; } }
  #layout .layout__aside > * {
    margin-bottom: 80px; }
#layout .layout__main {
  grid-column: 6 / span 7;
  margin-top: 20px;
  margin-bottom: 20px; }
  #layout .layout__main a img,
  #layout .layout__main img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    #layout .layout__main {
      margin-top: 80px;
      margin-bottom: 80px; } }

.kitchen-table .layout__main + .type-tribe_events:before {
  content: 'Coming Soon';
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px; }
.kitchen-table .layout__main + .type-tribe_events:after {
  content: 'Watch Previous Talks';
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px; }

.layout__main p {
  margin-bottom: 20px; }
.layout__main ul {
  padding-left: 20px;
  margin-bottom: 20px; }
.layout__main article iframe {
  max-width: 100%; }
.layout__main article ul {
  list-style: disc;
  padding-left: 20px; }
.layout__main article td ul {
  list-style: none;
  padding-left: 0; }
.layout__main h1 {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-bottom: 20px; }
.layout__main .search-form,
.layout__main .facetwp-type-search,
.layout__main .searchwp-search-form {
  background-color: #f2f3f4;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #d5d9de;
  margin-bottom: 20px; }
  .layout__main .search-form input[type="search"],
  .layout__main .search-form .facetwp-search,
  .layout__main .search-form #swpquery,
  .layout__main .facetwp-type-search input[type="search"],
  .layout__main .facetwp-type-search .facetwp-search,
  .layout__main .facetwp-type-search #swpquery,
  .layout__main .searchwp-search-form input[type="search"],
  .layout__main .searchwp-search-form .facetwp-search,
  .layout__main .searchwp-search-form #swpquery {
    width: 77%;
    margin-right: 10px; }
  .layout__main .search-form span,
  .layout__main .facetwp-type-search span,
  .layout__main .searchwp-search-form span {
    display: block;
    font-weight: 500; }
  .layout__main .search-form .facetwp-btn,
  .layout__main .facetwp-type-search .facetwp-btn,
  .layout__main .searchwp-search-form .facetwp-btn {
    opacity: 1; }
  .layout__main .search-form .facetwp-btn:before,
  .layout__main .facetwp-type-search .facetwp-btn:before,
  .layout__main .searchwp-search-form .facetwp-btn:before {
    background: none;
    height: auto;
    width: auto;
    font-style: normal;
    content: 'Search'; }
.layout__main .tribe-mini-calendar-event {
  background-color: #D98028;
  color: #434b56;
  padding: 20px;
  margin-bottom: 40px; }
  .layout__main .tribe-mini-calendar-event .tribe-events-title {
    line-height: 120%;
    margin-bottom: 10px; }
  .layout__main .tribe-mini-calendar-event a {
    text-decoration: none; }
    .layout__main .tribe-mini-calendar-event a:hover {
      text-decoration: underline; }

.facetwp-type-pager {
  margin: 20px auto;
  text-align: center; }

.home .header,
.search .header,
.archive .header,
.page-template .header,
.page .header {
  padding-bottom: 30px;
  color: #828c9b;
  display: flex;
  justify-content: space-between; }
  .home .header__sort,
  .search .header__sort,
  .archive .header__sort,
  .page-template .header__sort,
  .page .header__sort {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700; }
  .home .header__filter,
  .search .header__filter,
  .archive .header__filter,
  .page-template .header__filter,
  .page .header__filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    cursor: pointer;
    padding-right: 22px;
    color: inherit; }
    .home .header__filter::-ms-expand,
    .search .header__filter::-ms-expand,
    .archive .header__filter::-ms-expand,
    .page-template .header__filter::-ms-expand,
    .page .header__filter::-ms-expand {
      display: none; }
.home .post,
.search .post,
.archive .post,
.page-template .post,
.page .post {
  padding: 30px 0;
  border-top: 1px solid #d5d9de; }
  .home .post:last-of-type,
  .search .post:last-of-type,
  .archive .post:last-of-type,
  .page-template .post:last-of-type,
  .page .post:last-of-type {
    border-bottom: 1px solid #d5d9de; }
  .home .post:first-of-type,
  .search .post:first-of-type,
  .archive .post:first-of-type,
  .page-template .post:first-of-type,
  .page .post:first-of-type {
    padding-top: 15px;
    border-top: none; }
.home .article__title,
.search .article__title,
.archive .article__title,
.page-template .article__title,
.page .article__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 5px; }
  .home .article__title a,
  .search .article__title a,
  .archive .article__title a,
  .page-template .article__title a,
  .page .article__title a {
    text-decoration: none; }
    .home .article__title a:hover,
    .search .article__title a:hover,
    .archive .article__title a:hover,
    .page-template .article__title a:hover,
    .page .article__title a:hover {
      text-decoration: underline; }
.home .article__subtitle,
.search .article__subtitle,
.archive .article__subtitle,
.page-template .article__subtitle,
.page .article__subtitle {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize; }
.home .article__categories,
.search .article__categories,
.archive .article__categories,
.page-template .article__categories,
.page .article__categories {
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }
.home .job .article__categories,
.search .job .article__categories,
.archive .job .article__categories,
.page-template .job .article__categories,
.page .job .article__categories {
  margin-bottom: 10px; }
.home .event__wrapper,
.search .event__wrapper,
.archive .event__wrapper,
.page-template .event__wrapper,
.page .event__wrapper {
  display: flex;
  align-items: flex-start; }
.home .event__calendar,
.search .event__calendar,
.archive .event__calendar,
.page-template .event__calendar,
.page .event__calendar {
  margin-right: 20px;
  margin-top: 15px; }
.home .event__title,
.search .event__title,
.archive .event__title,
.page-template .event__title,
.page .event__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #62c4da;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px; }
  .home .event__title a,
  .search .event__title a,
  .archive .event__title a,
  .page-template .event__title a,
  .page .event__title a {
    text-decoration: none; }
    .home .event__title a:hover,
    .search .event__title a:hover,
    .archive .event__title a:hover,
    .page-template .event__title a:hover,
    .page .event__title a:hover {
      text-decoration: underline; }
.home .event__subtitle,
.search .event__subtitle,
.archive .event__subtitle,
.page-template .event__subtitle,
.page .event__subtitle {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500; }
.home .job__title,
.search .job__title,
.archive .job__title,
.page-template .job__title,
.page .job__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 500;
  color: #D98028;
  margin-top: 15px;
  margin-bottom: 15px; }
  .home .job__title a,
  .search .job__title a,
  .archive .job__title a,
  .page-template .job__title a,
  .page .job__title a {
    text-decoration: none; }
    .home .job__title a:hover,
    .search .job__title a:hover,
    .archive .job__title a:hover,
    .page-template .job__title a:hover,
    .page .job__title a:hover {
      text-decoration: underline; }
.home .job__subtitle,
.search .job__subtitle,
.archive .job__subtitle,
.page-template .job__subtitle,
.page .job__subtitle {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px; }
.home .calendar,
.search .calendar,
.archive .calendar,
.page-template .calendar,
.page .calendar {
  background: #eff9fb;
  border: 1px solid #62c4da;
  border-radius: 4px;
  color: #62c4da;
  padding: 8px 12px 4px;
  display: inline-block;
  text-align: center; }
  .home .calendar__month,
  .search .calendar__month,
  .archive .calendar__month,
  .page-template .calendar__month,
  .page .calendar__month {
    font-size: 0.5625rem;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .home .calendar__day,
  .search .calendar__day,
  .archive .calendar__day,
  .page-template .calendar__day,
  .page .calendar__day {
    font-size: 30px;
    line-height: 1; }
.home .discussion__title,
.search .discussion__title,
.archive .discussion__title,
.page-template .discussion__title,
.page .discussion__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px; }
.home .discussion__thread,
.search .discussion__thread,
.archive .discussion__thread,
.page-template .discussion__thread,
.page .discussion__thread {
  border: 1px solid #d5d9de;
  border-radius: 4px;
  margin-bottom: 20px; }
.home .discussion__reply,
.search .discussion__reply,
.archive .discussion__reply,
.page-template .discussion__reply,
.page .discussion__reply {
  padding: 20px 20px 20px 50px;
  border-top: 1px solid #d5d9de; }
.home .discussion__reply-title,
.search .discussion__reply-title,
.archive .discussion__reply-title,
.page-template .discussion__reply-title,
.page .discussion__reply-title {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700; }

.analysis {
  background: #f2f4f5;
  border-radius: 4px;
  border: 1px solid #d5d9de;
  padding: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .analysis {
      display: flex; } }
  .analysis p:last-child {
    margin-bottom: 0; }
  .analysis:last-of-type {
    margin-bottom: 0 !important; }
  .analysis .user_title {
    margin-top: 0;
    margin-bottom: 15px; }
  .analysis .commentary p {
    font-family: "Georgia";
    font-size: 16px; }
  .analysis .avatar {
    margin-right: 20px;
    display: inline-block;
    height: auto !important;
    width: 50px !important; }
  .analysis__title {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 3px !important; }
    .analysis__title a {
      text-decoration: none; }
      .analysis__title a:hover {
        text-decoration: underline; }

.single-tribe_events .tribe-events-single-event-title {
  font-size: 2.1875rem;
  line-height: 1.2; }

.tribe-events-schedule h2 {
  font-size: 1rem !important; }

.list-date,
.tribe-events-widget-link {
  display: none !important; }

.tribe-events-button {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  padding: 8px 25px !important;
  border: 0 !important;
  background-color: #D98028 !important;
  color: #000000 !important;
  border-radius: 99px !important;
  cursor: pointer !important;
  min-width: 100px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  letter-spacing: none !important;
  text-decoration: none !important; }
  .tribe-events-button:hover {
    background-color: #d98f1e; }

.layout__main .nav {
  padding-bottom: 0px;
  color: #828c9b;
  display: flex;
  justify-content: space-between;
  border-bottom: none; }
  .layout__main .nav__links-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .layout__main .nav__link {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-right: 30px;
    text-decoration: none; }
    .layout__main .nav__link:hover {
      text-decoration: underline; }
    .layout__main .nav__link_active {
      color: #000000; }

.page-overview-data .find__label {
  cursor: pointer; }
.page-overview-data .find__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.page-overview-data .find__button {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.page-overview-data .section__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-top: 100px;
  margin-bottom: 20px; }
.page-overview-data .section__intro {
  margin-top: 30px;
  margin-bottom: 40px; }
.page-overview-data .intro {
  font-family: serif;
  font-size: 0.9375rem;
  line-height: 1.5; }
  .page-overview-data .intro > * {
    margin-top: 20px; }
.page-overview-data .term {
  padding: 20px 0;
  border-top: 1px solid #d5d9de;
  display: flex; }
  .page-overview-data .term:last-of-type {
    border-bottom: 1px solid #d5d9de; }
  .page-overview-data .term__title {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.6;
    margin-right: 10px; }
  .page-overview-data .term:not(.term_active) .term__description {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

#wpcomm .avatar {
  box-shadow: none;
  border-radius: 4px; }

.wc-blog-administrator,
.wc-blog-scientist,
.wc-blog-editor,
.wc-blog-post_author {
  background-color: #f2f3f4;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #D5D9DE; }

.wc-comment-label {
  display: none !important; }

.wc-comment {
  margin-bottom: 20px; }

#wpcomm .wc-comment-header {
  border-top: none !important;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0; }

#wpcomm .wc-comment-author {
  color: #434b56 !important;
  font-weight: 700; }

#wpcomm .wc-comment .wc-comment-right {
  background: transparent !important; }

#wpcomm .wc-comment-text {
  font-family: Georgia;
  float: none; }

#wpcomm .wc-comment-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

#wpcomm .wc-field-submit .wc_comm_submit {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 25px;
  border-color: #D98028;
  background-color: #D98028;
  color: #000000;
  border-radius: 99px;
  margin-top: 10px;
  text-decoration: none !important;
  cursor: pointer;
  min-width: 100px;
  text-align: center; }
  #wpcomm .wc-field-submit .wc_comm_submit:hover {
    background-color: #d98f1e;
    border-color: #d98f1e; }

#wpcomm .wc-reply-button,
#wpcomm .wc-cta-button {
  font-weight: 500;
  border-radius: 99px; }

.wc-comment-author-title {
  text-align: left;
  padding: 0px 0px 2px 9px; }

.tribe-events-list-separator-month {
  font-size: 1rem;
  line-height: 1rem;
  color: #828c9b;
  padding: 10px;
  border: 1px solid #d5d9de;
  border-radius: 2px;
  background-color: #f2f3f4; }

.c-event-label {
  color: #828c9b;
  font-weight: 600;
  font-size: .75rem; }

.tribe-events-sub-nav {
  margin-bottom: 20px !important;
  text-align: left; }
  .tribe-events-sub-nav a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #d5d9de; }

.wistia_responsive_padding {
  margin-bottom: 10px; }

.job_listings {
  padding-left: 0 !important; }

.mbl {
  margin-bottom: 20px; }

.single .layout__main blockquote,
.page-child .layout__main blockquote {
  background-color: #F9F9F9;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px; }
  .single .layout__main blockquote:before,
  .page-child .layout__main blockquote:before {
    content: "“";
    font-size: 2rem;
    color: #828c9b; }
  .single .layout__main blockquote:after,
  .page-child .layout__main blockquote:after {
    content: "”";
    font-size: 2rem;
    color: #828c9b; }
  .single .layout__main blockquote p,
  .page-child .layout__main blockquote p {
    font-size: 1rem;
    line-height: 1.4; }
    .single .layout__main blockquote p:last-child,
    .page-child .layout__main blockquote p:last-child {
      margin-bottom: 20px; }
.single .layout__main .title,
.page-child .layout__main .title {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-bottom: 20px; }
.single .layout__main p,
.page-child .layout__main p {
  margin-bottom: 20px; }
.single .layout__main a,
.page-child .layout__main a {
  text-decoration: underline; }
  .single .layout__main a:hover,
  .page-child .layout__main a:hover {
    text-decoration: none;
    color: #D98028; }
.single .layout__main h2,
.page-child .layout__main h2 {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px; }
  .single .layout__main h2 strong,
  .page-child .layout__main h2 strong {
    font-weight: 700; }
.single .layout__main .job_description > ul,
.page-child .layout__main .job_description > ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 20px; }
  .single .layout__main .job_description > ul li,
  .page-child .layout__main .job_description > ul li {
    text-indent: -10px;
    margin-bottom: 5px; }
  .single .layout__main .job_description > ul li:before,
  .page-child .layout__main .job_description > ul li:before {
    content: "—  ";
    text-indent: -15px; }

.single .tribe-events-event-image img {
  max-width: 100%;
  height: auto !important; }

.single .publications .analysis__inner {
  padding: 20px;
  border: 1px solid #d5d9de;
  background: #f2f4f5;
  border-radius: 4px; }
.single .publications .analysis__header {
  display: flex;
  align-items: flex-start; }
.single .publications .analysis__image {
  margin-right: 20px; }
.single .publications .analysis__main {
  font-family: serif;
  font-size: 0.9375rem;
  line-height: 1.5; }
  .single .publications .analysis__main > * {
    margin-top: 20px; }
.single .publications .section {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .single .publications .section {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) and (max-width: 939px) {
    .single .publications .section {
      grid-column-gap: 15px; } }
  @media (min-width: 940px) {
    .single .publications .section {
      grid-column-gap: 20px; } }
  .single .publications .section:not(:last-of-type) {
    padding-bottom: 60px;
    border-bottom: 1px solid #d5d9de; }
  .single .publications .section__title {
    font-size: 0.9375rem;
    line-height: 1.4; }
  .single .publications .section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    grid-column: 1 / -1; }
  @media (max-width: 767px) {
    .single .publications .section__subsection:not(:last-child) {
      margin-bottom: 30px; } }
.single .publications .term__title {
  color: #212429;
  font-family: serif;
  background: #dadde1;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 15px; }

.table {
  border-collapse: collapse;
  width: 100%; }
  .table th,
  .table td {
    padding: 20px 0;
    border-top: 1px solid #d5d9de; }
    .table th:last-of-type,
    .table td:last-of-type {
      border-bottom: 1px solid #d5d9de; }
  .table th {
    vertical-align: top;
    text-align: left;
    padding-right: 20px;
    width: 20%;
    font-weight: 700; }

#metadata {
  padding-bottom: 20px;
  padding-top: 10px; }
  #metadata ul {
    margin-bottom: 0; }
  #metadata .keywords {
    display: flex;
    flex-wrap: wrap; }
    #metadata .keywords > * {
      margin-right: 10px; }
    #metadata .keywords a {
      text-decoration: underline; }
  #metadata .topics {
    padding-bottom: 10px; }
  #metadata .source-link {
    background: url("../images/arrow-icon.svg") no-repeat center right;
    padding-right: 25px; }
  #metadata .actions {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    border-bottom: 1px solid #d5d9de; }
    #metadata .actions__action {
      cursor: pointer;
      padding: 0;
      border: 0;
      padding-left: 25px;
      margin-left: 20px; }

.tribe-events-related-events-title {
  font-size: 1rem !important;
  padding-top: 20px;
  margin-bottom: 20px !important; }

.tribe-related-events .tribe-related-events-title {
  line-height: 120%; }
  .tribe-related-events .tribe-related-events-title a {
    text-decoration: none; }

.tribe-events-cal-links {
  margin-top: 20px; }
  .tribe-events-cal-links a {
    margin-right: 20px; }

.tribe-organizer a:last-child:after {
  content: ""; }
.tribe-organizer a:after {
  content: ", ";
  padding-right: 10px;
  text-decoration: none !important; }

.tribe-events-nav-pagination {
  margin-top: 20px; }

.nocomments {
  display: none; }

.layout__main.no-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

.homepage-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  padding-bottom: 130px;
  padding-top: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 767px) {
    .homepage-banner {
      padding-bottom: 100px;
      padding-top: 100px; } }
  .homepage-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/04/banner-overlay-condensates.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .homepage-banner .banner-content-column {
    position: relative;
    z-index: 5;
    max-width: 665px;
    color: #fff;
    font-size: 19px;
    font-weight: 500; }
    @media (max-width: 1200px) {
      .homepage-banner .banner-content-column {
        font-size: 22px; } }
    @media (max-width: 989px) {
      .homepage-banner .banner-content-column {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .homepage-banner .banner-content-column {
        font-size: 18px; } }
    .homepage-banner .banner-content-column .banner-content {
      padding-bottom: 30px; }
    .homepage-banner .banner-content-column h1 {
      text-transform: uppercase;
      color: #fff;
      font-weight: 600 !important;
      font-size: 2.8rem !important;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .homepage-banner .banner-content-column h1 {
          font-size: 2.6rem !important; } }
      @media (max-width: 480px) {
        .homepage-banner .banner-content-column h1 {
          font-size: 2.3rem !important; } }

.homepage-quicklinks-list {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px; }
  @media (max-width: 767px) {
    .homepage-quicklinks-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  .homepage-quicklinks-list .homepage-quicklinks {
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity .4s ease-in; }
    @media (max-width: 1100px) {
      .homepage-quicklinks-list .homepage-quicklinks {
        font-size: 20px; } }
    @media (max-width: 989px) {
      .homepage-quicklinks-list .homepage-quicklinks {
        font-size: 17px; } }
    .homepage-quicklinks-list .homepage-quicklinks .homepage-quiclink-icon {
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1100px) {
        .homepage-quicklinks-list .homepage-quicklinks .homepage-quiclink-icon {
          height: 100px; }
          .homepage-quicklinks-list .homepage-quicklinks .homepage-quiclink-icon img {
            height: 80% !important; } }
    .homepage-quicklinks-list .homepage-quicklinks .hm-heading {
      padding-top: 30px;
      font-weight: 700;
      font-size: 22px;
      color: #591178; }
      @media (max-width: 767px) {
        .homepage-quicklinks-list .homepage-quicklinks .hm-heading {
          padding-top: 15px; } }
    .homepage-quicklinks-list .homepage-quicklinks .hm-content {
      color: #000000;
      font-size: 16px;
      padding-top: 10px;
      text-align: center; }

.homepage-quicklinks:before {
  content: '';
  background: url(/wp-content/uploads/2024/04/backgorund-shape-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-40%, 0);
  opacity: 0;
  transition: opacity .4s ease; }
  @media (max-width: 960px) {
    .homepage-quicklinks:before {
      top: -20px; } }

.homepage-quicklinks:hover:before {
  opacity: 1; }

.featured-and-latest-feed {
  background: #EEEEEE; }
  .featured-and-latest-feed .two-column-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .featured-and-latest-feed .two-column-grid {
        flex-direction: column; } }
    .featured-and-latest-feed .two-column-grid .featured-col {
      width: 60%;
      padding-right: 40px; }
      @media (max-width: 1100px) {
        .featured-and-latest-feed .two-column-grid .featured-col {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .featured-and-latest-feed .two-column-grid .featured-col {
          padding-right: 0px;
          width: 100%;
          padding-bottom: 40px; } }
    .featured-and-latest-feed .two-column-grid .latest-publication-feed-col {
      width: 40%;
      padding-left: 40px; }
      @media (max-width: 1100px) {
        .featured-and-latest-feed .two-column-grid .latest-publication-feed-col {
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .featured-and-latest-feed .two-column-grid .latest-publication-feed-col {
          padding-left: 0px;
          width: 100%; } }
      .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list {
        padding: 30px 0;
        border-top: 1px solid #591178; }
        @media (max-width: 767px) {
          .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list {
            padding: 20px 0; } }
        .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list:last-child {
          border-bottom: 1px solid #591178; }
        .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list h3 {
          font-weight: 400;
          font-size: 20px;
          line-height: 1.4; }
          @media (max-width: 767px) {
            .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list h3 {
              font-size: 18px; } }
          .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .latest-publication-list h3 a {
            text-decoration: none; }
      .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .view-all-link {
        padding-top: 30px; }
      .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .call-to-action-box {
        padding-top: 30px; }
        .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .call-to-action-box .call-to-action-details {
          padding: 35px 35px 60px;
          background: #591178;
          color: #fff;
          border-radius: 10px; }
          .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .call-to-action-box .call-to-action-details h2 {
            color: #fff;
            padding-bottom: 10px; }
          .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .call-to-action-box .call-to-action-details .call-to-action-content {
            padding-bottom: 20px;
            font-size: 20px; }
            @media (max-width: 767px) {
              .featured-and-latest-feed .two-column-grid .latest-publication-feed-col .call-to-action-box .call-to-action-details .call-to-action-content {
                font-size: 18px; } }
  .featured-and-latest-feed h2 {
    color: #591178;
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 30px; }
    @media (max-width: 1100px) {
      .featured-and-latest-feed h2 {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .featured-and-latest-feed h2 {
        font-size: 1.7rem; } }

.sidebar-and-conent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 960px) {
    .sidebar-and-conent {
      flex-direction: column-reverse; } }
  .sidebar-and-conent .intro-text {
    padding-bottom: 40px; }
  .sidebar-and-conent .sd-page-content .intro-text a {
    color: #D98028; }
  .sidebar-and-conent .sd-page-content .index-slider {
    z-index: 99;
    margin-top: 0px;
    background: #EEEEEE;
    border-radius: 10px; }
    .sidebar-and-conent .sd-page-content .index-slider .slide-columns {
      padding: 50px;
      display: grid;
      align-items: center;
      justify-content: space-between;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      @media (max-width: 767px) {
        .sidebar-and-conent .sd-page-content .index-slider .slide-columns {
          display: block; } }
      @media (max-width: 767px) {
        .sidebar-and-conent .sd-page-content .index-slider .slide-columns .left-col-img {
          padding-bottom: 20px; } }
      .sidebar-and-conent .sd-page-content .index-slider .slide-columns .left-col-img img {
        width: 100%;
        height: 100% !important;
        border-radius: 10px;
        object-fit: cover; }
      @media (max-width: 1200px) {
        .sidebar-and-conent .sd-page-content .index-slider .slide-columns .right-col-content {
          padding-right: 0px; } }
      @media (max-width: 767px) {
        .sidebar-and-conent .sd-page-content .index-slider .slide-columns .right-col-content {
          padding-left: 0px; } }
      .sidebar-and-conent .sd-page-content .index-slider .slide-columns .right-col-content p:only-child {
        margin-bottom: 0px !important; }
  .sidebar-and-conent .sd-page-content .sd-videos-grid {
    padding-top: 40px; }
    .sidebar-and-conent .sd-page-content .sd-videos-grid .video-list-grid {
      display: grid;
      align-items: stretch;
      justify-content: space-between;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; }
      @media (max-width: 767px) {
        .sidebar-and-conent .sd-page-content .sd-videos-grid .video-list-grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 580px) {
        .sidebar-and-conent .sd-page-content .sd-videos-grid .video-list-grid {
          grid-template-columns: repeat(1, 1fr); } }
      .sidebar-and-conent .sd-page-content .sd-videos-grid .video-list-grid .video-item-heading {
        padding-top: 20px;
        font-weight: 600;
        line-height: 1.3; }
  .sidebar-and-conent .sd-page-content .video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .sidebar-and-conent .sd-page-content .video-embed-container iframe,
    .sidebar-and-conent .sd-page-content .video-embed-container object,
    .sidebar-and-conent .sd-page-content .video-embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .sidebar-and-conent .sd-page-content .explore-more-section {
    padding-top: 40px; }
    .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-bottom: 70px;
      padding-top: 70px;
      border-radius: 10px; }
      .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content h2 {
          color: #fff;
          font-size: 2.2rem !important;
          text-transform: uppercase;
          text-align: center;
          margin-top: 0px !important;
          max-width: 470px;
          width: 100%; }
          @media (max-width: 767px) {
            .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content h2 {
              font-size: 2rem !important; } }
        .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content .banner-btn-flex {
          padding-top: 20px;
          padding-bottom: 20px; }
          @media (max-width: 767px) {
            .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content .banner-btn-flex {
              display: grid;
              text-align: center;
              gap: 15px; } }
          .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content .banner-btn-flex .new-btn {
            text-transform: uppercase !important; }
            @media (max-width: 767px) {
              .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content .banner-btn-flex .new-btn {
                width: 100%; } }
            .sidebar-and-conent .sd-page-content .explore-more-section .explore-more-banner .ex-banner-content .banner-btn-flex .new-btn:not(:last-child) {
              margin-right: 15px; }
  .sidebar-and-conent .sd-page-content .recent-expert-article .home-featured-feed .article {
    background: rgba(238, 238, 238, 0.5); }
    .sidebar-and-conent .sd-page-content .recent-expert-article .home-featured-feed .article a {
      text-decoration: none; }
    .sidebar-and-conent .sd-page-content .recent-expert-article .home-featured-feed .article .article__subtitle {
      font-size: 20px; }

/* Glossary */
.cd-glossary-filter ul {
  padding-left: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  row-gap: 10px; }
  .cd-glossary-filter ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cd-glossary-filter ul li h4 {
      margin: 0px;
      padding: 0px;
      margin-right: 15px;
      font-size: 16px;
      font-weight: 600; }
    .cd-glossary-filter ul li label {
      margin: 0px; }
    .cd-glossary-filter ul li select, .cd-glossary-filter ul li input[type="text"] {
      margin: 0px;
      background-color: #fff;
      font-size: 17px;
      min-width: 253px !important;
      border-radius: 10px;
      font-family: inherit;
      height: 40px;
      padding: 0px 10px;
      max-width: 253px;
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .cd-glossary-filter ul li input[type="submit"] {
      background: #591178;
      border-color: #591178;
      height: 40px;
      padding: 0px 25px;
      border-radius: 10px;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 17px;
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all;
      font-family: inherit; }
    .cd-glossary-filter ul li input[type="submit"]:hover {
      background: #000; }

.jb-header div {
  color: #000000;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  font-family: inherit !important; }

.jb-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(88, 19, 118, 0.2);
  border-radius: 0px;
  padding: 15px 0px;
  background: transparent;
  position: relative;
  justify-content: space-between; }

.job-title {
  width: 25%;
  display: block;
  float: left;
  padding: 15px; }
  .job-title .acronym {
    color: #D98028; }

.job-title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0px;
  text-transform: none;
  letter-spacing: 0px; }
  .job-title h4 a {
    text-decoration: none !important;
    font-weight: 600; }

.job-title h4 a:hover {
  color: #D98028;
  text-decoration: underline; }

.job-location {
  width: 50%;
  display: block;
  float: left;
  padding: 15px;
  line-height: 1.2;
  font-size: 18px; }
  .job-location .category-term {
    font-weight: 600;
    font-size: 20px;
    color: #591178;
    padding-bottom: 5px; }
  .job-location p {
    margin-bottom: 0px !important; }
  .job-location h4 {
    font-weight: 500 !important;
    font-size: 17px !important; }
  .job-location a {
    text-decoration: none !important; }

.job-location .job-city:after {
  content: ", "; }

.job-location .job-city:only-child:after {
  display: none; }

.job-excerpt {
  width: 30%;
  display: block;
  float: left;
  padding: 15px;
  font-size: 20px; }

.job-excerpt > *:last-child {
  margin-bottom: 0px; }

.job-status a {
  pointer-events: none;
  color: #0072CE; }

.job-details {
  width: 20%;
  display: block;
  float: left;
  padding: 15px; }

.job-application {
  width: 25%;
  display: block;
  float: left;
  padding: 15px;
  text-align: right; }

.job-application a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  background: #D98028;
  right: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 15px;
  padding: 15px 15px;
  margin: 0px;
  line-height: 1;
  white-space: nowrap; }

.job-application a:not(:only-child) {
  margin-bottom: 5px; }

.search-filter-results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0px 65px; }
  .search-filter-results .pagination .previouspostslink, .search-filter-results .pagination .nextpostslink {
    color: #fff;
    background: #591178;
    border-color: #591178; }
  .search-filter-results .pagination a {
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid #D98028;
    padding: 8px 15px;
    color: #D98028;
    margin: 2px 5px; }
  .search-filter-results .pagination .current {
    border-radius: 10px;
    border: 1px solid #D98028;
    padding: 8px 15px;
    color: #fff;
    background: #D98028;
    margin: 2px 5px; }

/* Key Publications */
.acc {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  padding: 25px 30px;
  margin: 0 0 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05); }
  .acc.active {
    background: rgba(238, 238, 238, 0.5); }
  .acc .acc-head {
    position: relative;
    cursor: pointer; }
    .acc .acc-head h4 {
      font-size: 24px !important;
      margin-bottom: 0px !important;
      color: #591178; }
    .acc .acc-head::before {
      content: '';
      position: absolute;
      top: calc(100% - 30px);
      right: 20px;
      background: url("/wp-content/uploads/2024/04/Union-1.png");
      transition: all .3s;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: contain; }
  .acc .acc-head.active::before {
    background: url("/wp-content/uploads/2024/04/Rectangle-740.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(100% - 24px); }
  .acc .acc-content {
    font-size: 18px;
    padding: 15px 0;
    display: none;
    line-height: 1.53;
    max-width: 750px; }
    .acc .acc-content a {
      color: #D98028; }
  .acc .accordion-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .acc .accordion-wrap .acc-container {
      max-width: 100%;
      width: 1000px; }

.acc.active .acc-content {
  display: block; }

.expand-all-accordions {
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
  max-width: 1000px;
  justify-content: flex-end;
  column-gap: 5px;
  line-height: 1.2; }
  .expand-all-accordions button {
    background: transparent;
    padding: 0px;
    border: none;
    font-family: inherit;
    color: #591178;
    font-size: 17px;
    text-transform: uppercase;
    transition: .4s all;
    font-weight: 600;
    letter-spacing: .03em;
    outline: none; }
    .expand-all-accordions button:hover {
      color: #gold; }

/* publication and events / resources
	cards
*/
.page-intro-text {
  text-align: center; }

.page-card-grid {
  padding-top: 20px;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .page-card-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) {
    .page-card-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .page-card-grid .page-card-items .page-card-item {
    text-decoration: none !important;
    height: 320px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .page-card-grid .page-card-items .page-card-item {
        height: 290px; } }
    .page-card-grid .page-card-items .page-card-item:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 10px;
      top: 0;
      left: 0;
      background: rgba(217, 128, 40, 0.8);
      transition: .4s all ease;
      opacity: 0; }
    .page-card-grid .page-card-items .page-card-item:hover:before {
      opacity: 1; }
    .page-card-grid .page-card-items .page-card-item img {
      width: 100%;
      height: 320px !important;
      object-fit: cover;
      border-radius: 10px; }
      @media (max-width: 767px) {
        .page-card-grid .page-card-items .page-card-item img {
          height: 290px !important; } }
    .page-card-grid .page-card-items .page-card-item .card-heading {
      color: #fff;
      font-size: 20px !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 5px;
      width: 100%; }

/* Community Events css */
.upcoming-kitchen-table-feed .gray-box-block, .white-card-feed .gray-box-block {
  margin-bottom: 20px; }
  .upcoming-kitchen-table-feed .gray-box-block .columns-flex, .white-card-feed .gray-box-block .columns-flex {
    align-items: flex-start; }
    .upcoming-kitchen-table-feed .gray-box-block .columns-flex .left-col-img, .white-card-feed .gray-box-block .columns-flex .left-col-img {
      width: 266px;
      height: 174px;
      border-radius: 10px; }
.upcoming-kitchen-table-feed h3, .white-card-feed h3 {
  font-weight: 600;
  line-height: 1.3 !important;
  padding-bottom: 10px; }

/* New Publications Page Feed */
.cd-pub-filters ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-left: 0px; }
  .cd-pub-filters ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .cd-pub-filters ul li h4 {
      margin: 0px;
      padding: 0px;
      margin-right: 15px;
      font-size: 16px;
      font-weight: 600; }
    .cd-pub-filters ul li label {
      margin: 0px;
      width: 100%; }
    .cd-pub-filters ul li select, .cd-pub-filters ul li input[type="text"] {
      margin: 0px;
      background-color: rgba(238, 238, 238, 0.5);
      font-size: 17px;
      border-radius: 10px;
      font-family: inherit;
      height: 50px;
      padding: 0px 25px;
      border: 1px solid rgba(0, 0, 0, 0.6);
      width: 100%; }
    .cd-pub-filters ul li input[type="submit"] {
      background: #591178;
      border-color: #591178;
      height: 50px;
      padding: 0px 35px;
      border-radius: 10px;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 17px;
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all;
      font-family: inherit; }
    .cd-pub-filters ul li .search-filter-reset {
      border: 1px solid #D98028;
      border-color: #D98028;
      height: 50px;
      padding: 0px 35px;
      display: flex;
      align-items: center;
      border-radius: 10px;
      color: #D98028;
      text-decoration: none !important;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 17px;
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all;
      font-family: inherit; }
    .cd-pub-filters ul li .search-filter-reset:hover {
      background: #D98028;
      color: #000; }
  .cd-pub-filters ul .sf-field-submit {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    justify-content: flex-start; }
  .cd-pub-filters ul .sf-field-reset {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    justify-content: center; }

.whitecard-decoraion {
  padding: 35px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 20.7px rgba(0, 0, 0, 0.02);
  border-radius: 10px; }
  .whitecard-decoraion .feed-title h2 {
    font-size: 1.5rem !important;
    margin-top: 0px;
    font-weight: 600 !important; }
    .whitecard-decoraion .feed-title h2 a {
      text-decoration: none !important; }
  .whitecard-decoraion .feed-content {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500; }
  .whitecard-decoraion .feed-tags {
    color: #591178;
    font-weight: 600;
    padding-bottom: 10px; }
  .whitecard-decoraion .feed-types {
    color: #D98028; }
  .whitecard-decoraion .feed-learn-more {
    padding-top: 15px; }
    .whitecard-decoraion .feed-learn-more a {
      text-decoration: none !important;
      text-transform: uppercase; }

/* Blog Page */
.white-card-feed.blog-feed .gray-box-block .columns-flex {
  align-items: center !important; }
  .white-card-feed.blog-feed .gray-box-block .columns-flex .article__subtitle {
    color: #591178;
    font-weight: 700;
    font-size: 18px; }
    @media (max-width: 767px) {
      .white-card-feed.blog-feed .gray-box-block .columns-flex .article__subtitle {
        font-size: 18px; } }
  .white-card-feed.blog-feed .gray-box-block .columns-flex ul {
    margin: 0; }
    .white-card-feed.blog-feed .gray-box-block .columns-flex ul li {
      margin: 0; }
      .white-card-feed.blog-feed .gray-box-block .columns-flex ul li .category {
        color: #D98028;
        border: none;
        border-radius: 0px;
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px; }
.white-card-feed.blog-feed .gray-box-block .categories li:not(:last-child) a {
  border-right: 1px solid #000000; }
.white-card-feed.blog-feed .gray-box-block .categories li:first-child .category {
  padding-left: 0; }
