@charset "UTF-8";
/*
Theme Name: USSEC 2020
Author: Matthew Barnhart
Author URI: bigwidesky.com
*/
:root {
  --brown: #39270B;
  --dark-brown: #221705;
  --dark-gray: #E0DACD;
  --dark-green: #00693C;
  --dark-yellow: #BF8717;
  --gray: #F5F4F2;
  --green: #68961D;
  --med-yellow: #D99A1C;
  --text-style-size: 16;
  --yellow: #FAA829;
}

@keyframes nav-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes nav-fade-in {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 55px;
    opacity: 1;
  }
}
@keyframes nav-right-arrow-open {
  0% {
    right: 18px;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    right: calc(100% - 9px);
  }
}
@keyframes nav-right-arrow-close {
  0% {
    opacity: 0;
    right: calc(100% - 9px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 18px;
  }
}
@keyframes nav-left-arrow-open {
  0% {
    right: 18px;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: calc(100% - 9px);
  }
}
@keyframes nav-left-arrow-close {
  0% {
    opacity: 1;
    right: calc(100% - 9px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    right: 18px;
  }
}
@keyframes pop-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
/* Placeholders =================================================== */
.upcoming-resources-carousel .upcoming-resources-carousel__obj-fit-image-wrapper, .upcoming-events__obj-fit-image-wrapper, .staff-directory-member-popup__obj-fit-image-wrapper, .staff-directory-member__obj-fit-image-wrapper, .single-event__obj-fit-image-wrapper, .sidebar-regional-director__obj-fit-image-wrapper, .sidebar-cta__obj-fit-image-wrapper, .resource-center .resource-center-featured-resource__obj-fit-image-wrapper, .region_directories-cta__obj-fit-image-wrapper, .region-directories__obj-fit-image-wrapper, .page__obj-fit-image-wrapper, .our-mission__obj-fit-image-wrapper, .news-and-videos-featured-post__obj-fit-image-wrapper, .news-list-featured-post__obj-fit-image-wrapper, .member-directory-member-popup__obj-fit-image-wrapper, .masthead__obj-fit-image-wrapper, .featured-resource .featured-resource__obj-fit-image-wrapper, .featured-post__obj-fit-image-wrapper, .footer-cta__obj-fit-image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gform_wrapper .gform_button, .post-password-form input[type=submit], .op-single-resource__download, .single-event__button, .sidebar-cta__button, .resource-center .resource-center-featured-resource__more, .region_directories-cta__button, .our-mission__button, .news-and-videos-featured-post__more, .news-list-featured-post__more, .news-list-search__button, .featured-resource .featured-resource__more, .featured-post__button, .directory-search__button, .footer-cta__button, .sidebar-office__button, .news-list-sidebar__reset-button, .events-list-event__button, .directory-sidebar__reset-button, .sidebar__text-block .btn, .regional-market-insights__columns .btn, .region-map__content .btn, .our-mission__columns .btn, .op-article .btn,
.op-content-block .btn {
  font-size: 1.3333333333rem;
  align-items: center;
  background: #FAA829;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  margin: auto;
  min-width: 144px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.gform_wrapper .gform_button:hover, .post-password-form input[type=submit]:hover, .op-single-resource__download:hover, .single-event__button:hover, .sidebar-cta__button:hover, .resource-center .resource-center-featured-resource__more:hover, .region_directories-cta__button:hover, .our-mission__button:hover, .news-and-videos-featured-post__more:hover, .news-list-featured-post__more:hover, .news-list-search__button:hover, .featured-resource .featured-resource__more:hover, .featured-post__button:hover, .directory-search__button:hover, .footer-cta__button:hover, .sidebar-office__button:hover, .news-list-sidebar__reset-button:hover, .events-list-event__button:hover, .directory-sidebar__reset-button:hover, .sidebar__text-block .btn:hover, .regional-market-insights__columns .btn:hover, .region-map__content .btn:hover, .our-mission__columns .btn:hover, .op-article .btn:hover,
.op-content-block .btn:hover {
  background: #D99A1C;
}

.sidebar-office__button, .news-list-sidebar__reset-button, .events-list-event__button, .directory-sidebar__reset-button, .sidebar__text-block .btn, .regional-market-insights__columns .btn, .region-map__content .btn, .our-mission__columns .btn, .op-article .btn,
.op-content-block .btn {
  font-size: 1rem;
  height: 36px;
}

.sidebar__text-block figure.alignright::after, .regional-market-insights__columns figure.alignright::after, .region-map__content figure.alignright::after, .our-mission__columns figure.alignright::after, .op-article figure.alignright::after,
.op-content-block figure.alignright::after, .sidebar__text-block figure.alignleft::after, .regional-market-insights__columns figure.alignleft::after, .region-map__content figure.alignleft::after, .our-mission__columns figure.alignleft::after, .op-article figure.alignleft::after,
.op-content-block figure.alignleft::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.sidebar__text-block a, .regional-market-insights__columns a, .region-map__content a, .our-mission__columns a, .op-article a,
.op-content-block a {
  color: #D99A1C;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.sidebar__text-block a:hover, .regional-market-insights__columns a:hover, .region-map__content a:hover, .our-mission__columns a:hover, .op-article a:hover,
.op-content-block a:hover {
  color: #BF8717;
}
.sidebar__text-block h2 + h2, .regional-market-insights__columns h2 + h2, .region-map__content h2 + h2, .our-mission__columns h2 + h2, .op-article h2 + h2,
.op-content-block h2 + h2 {
  margin-top: 0.6857142857em;
}
.sidebar__text-block h2 + h3, .regional-market-insights__columns h2 + h3, .region-map__content h2 + h3, .our-mission__columns h2 + h3, .op-article h2 + h3,
.op-content-block h2 + h3 {
  margin-top: 0.8571428571em;
}
.sidebar__text-block h2 + h4, .regional-market-insights__columns h2 + h4, .region-map__content h2 + h4, .our-mission__columns h2 + h4, .op-article h2 + h4,
.op-content-block h2 + h4 {
  margin-top: 1.5em;
}
.sidebar__text-block h5 + h1, .regional-market-insights__columns h5 + h1, .region-map__content h5 + h1, .our-mission__columns h5 + h1, .op-article h5 + h1,
.op-content-block h5 + h1 {
  margin-top: 0.36em;
}
.sidebar__text-block h5 + h2, .regional-market-insights__columns h5 + h2, .region-map__content h5 + h2, .our-mission__columns h5 + h2, .op-article h5 + h2,
.op-content-block h5 + h2 {
  margin-top: 0.5142857143em;
}
.sidebar__text-block h5 + h4, .regional-market-insights__columns h5 + h4, .region-map__content h5 + h4, .our-mission__columns h5 + h4, .op-article h5 + h4,
.op-content-block h5 + h4 {
  margin-top: 0.5714285714em;
}
.sidebar__text-block h1 + p, .regional-market-insights__columns h1 + p, .region-map__content h1 + p, .our-mission__columns h1 + p, .op-article h1 + p,
.op-content-block h1 + p,
.sidebar__text-block h1 + ul,
.regional-market-insights__columns h1 + ul,
.region-map__content h1 + ul,
.our-mission__columns h1 + ul,
.op-article h1 + ul,
.op-content-block h1 + ul,
.sidebar__text-block h1 + ol,
.regional-market-insights__columns h1 + ol,
.region-map__content h1 + ol,
.our-mission__columns h1 + ol,
.op-article h1 + ol,
.op-content-block h1 + ol {
  margin-top: 0.5294117647em;
}
.sidebar__text-block h2 + p, .regional-market-insights__columns h2 + p, .region-map__content h2 + p, .our-mission__columns h2 + p, .op-article h2 + p,
.op-content-block h2 + p,
.sidebar__text-block h2 + ul,
.regional-market-insights__columns h2 + ul,
.region-map__content h2 + ul,
.our-mission__columns h2 + ul,
.op-article h2 + ul,
.op-content-block h2 + ul,
.sidebar__text-block h2 + ol,
.regional-market-insights__columns h2 + ol,
.region-map__content h2 + ol,
.our-mission__columns h2 + ol,
.op-article h2 + ol,
.op-content-block h2 + ol {
  margin-top: 0.75em;
}
.sidebar__text-block h3 + p, .regional-market-insights__columns h3 + p, .region-map__content h3 + p, .our-mission__columns h3 + p, .op-article h3 + p,
.op-content-block h3 + p,
.sidebar__text-block h3 + ul,
.regional-market-insights__columns h3 + ul,
.region-map__content h3 + ul,
.our-mission__columns h3 + ul,
.op-article h3 + ul,
.op-content-block h3 + ul,
.sidebar__text-block h3 + ol,
.regional-market-insights__columns h3 + ol,
.region-map__content h3 + ol,
.our-mission__columns h3 + ol,
.op-article h3 + ol,
.op-content-block h3 + ol,
.sidebar__text-block h5 + p,
.regional-market-insights__columns h5 + p,
.region-map__content h5 + p,
.our-mission__columns h5 + p,
.op-article h5 + p,
.op-content-block h5 + p,
.sidebar__text-block h5 + ul,
.regional-market-insights__columns h5 + ul,
.region-map__content h5 + ul,
.our-mission__columns h5 + ul,
.op-article h5 + ul,
.op-content-block h5 + ul,
.sidebar__text-block h5 + ol,
.regional-market-insights__columns h5 + ol,
.region-map__content h5 + ol,
.our-mission__columns h5 + ol,
.op-article h5 + ol,
.op-content-block h5 + ol {
  margin-top: 1.5em;
}
.sidebar__text-block h4 + p, .regional-market-insights__columns h4 + p, .region-map__content h4 + p, .our-mission__columns h4 + p, .op-article h4 + p,
.op-content-block h4 + p,
.sidebar__text-block h4 + ul,
.regional-market-insights__columns h4 + ul,
.region-map__content h4 + ul,
.our-mission__columns h4 + ul,
.op-article h4 + ul,
.op-content-block h4 + ul,
.sidebar__text-block h4 + ol,
.regional-market-insights__columns h4 + ol,
.region-map__content h4 + ol,
.our-mission__columns h4 + ol,
.op-article h4 + ol,
.op-content-block h4 + ol {
  margin-top: 0;
}
.sidebar__text-block li + li, .regional-market-insights__columns li + li, .region-map__content li + li, .our-mission__columns li + li, .op-article li + li,
.op-content-block li + li {
  margin-top: 0;
}
.sidebar__text-block p + h1, .regional-market-insights__columns p + h1, .region-map__content p + h1, .our-mission__columns p + h1, .op-article p + h1,
.op-content-block p + h1,
.sidebar__text-block ul + h1,
.regional-market-insights__columns ul + h1,
.region-map__content ul + h1,
.our-mission__columns ul + h1,
.op-article ul + h1,
.op-content-block ul + h1,
.sidebar__text-block ol + h1,
.regional-market-insights__columns ol + h1,
.region-map__content ol + h1,
.our-mission__columns ol + h1,
.op-article ol + h1,
.op-content-block ol + h1 {
  margin-top: 0.45em;
}
.sidebar__text-block figure + h2, .regional-market-insights__columns figure + h2, .region-map__content figure + h2, .our-mission__columns figure + h2, .op-article figure + h2,
.op-content-block figure + h2,
.sidebar__text-block p + h2,
.regional-market-insights__columns p + h2,
.region-map__content p + h2,
.our-mission__columns p + h2,
.op-article p + h2,
.op-content-block p + h2,
.sidebar__text-block ul + h2,
.regional-market-insights__columns ul + h2,
.region-map__content ul + h2,
.our-mission__columns ul + h2,
.op-article ul + h2,
.op-content-block ul + h2,
.sidebar__text-block ol + h2,
.regional-market-insights__columns ol + h2,
.region-map__content ol + h2,
.our-mission__columns ol + h2,
.op-article ol + h2,
.op-content-block ol + h2,
.sidebar__text-block figure + h3,
.regional-market-insights__columns figure + h3,
.region-map__content figure + h3,
.our-mission__columns figure + h3,
.op-article figure + h3,
.op-content-block figure + h3,
.sidebar__text-block p + h3,
.regional-market-insights__columns p + h3,
.region-map__content p + h3,
.our-mission__columns p + h3,
.op-article p + h3,
.op-content-block p + h3,
.sidebar__text-block ul + h3,
.regional-market-insights__columns ul + h3,
.region-map__content ul + h3,
.our-mission__columns ul + h3,
.op-article ul + h3,
.op-content-block ul + h3,
.sidebar__text-block ol + h3,
.regional-market-insights__columns ol + h3,
.region-map__content ol + h3,
.our-mission__columns ol + h3,
.op-article ol + h3,
.op-content-block ol + h3,
.sidebar__text-block figure + h4,
.regional-market-insights__columns figure + h4,
.region-map__content figure + h4,
.our-mission__columns figure + h4,
.op-article figure + h4,
.op-content-block figure + h4,
.sidebar__text-block p + h4,
.regional-market-insights__columns p + h4,
.region-map__content p + h4,
.our-mission__columns p + h4,
.op-article p + h4,
.op-content-block p + h4,
.sidebar__text-block ul + h4,
.regional-market-insights__columns ul + h4,
.region-map__content ul + h4,
.our-mission__columns ul + h4,
.op-article ul + h4,
.op-content-block ul + h4,
.sidebar__text-block ol + h4,
.regional-market-insights__columns ol + h4,
.region-map__content ol + h4,
.our-mission__columns ol + h4,
.op-article ol + h4,
.op-content-block ol + h4,
.sidebar__text-block figure + h5,
.regional-market-insights__columns figure + h5,
.region-map__content figure + h5,
.our-mission__columns figure + h5,
.op-article figure + h5,
.op-content-block figure + h5,
.sidebar__text-block .embedded-video + h5,
.regional-market-insights__columns .embedded-video + h5,
.region-map__content .embedded-video + h5,
.our-mission__columns .embedded-video + h5,
.op-article .embedded-video + h5,
.op-content-block .embedded-video + h5,
.sidebar__text-block p + h5,
.regional-market-insights__columns p + h5,
.region-map__content p + h5,
.our-mission__columns p + h5,
.op-article p + h5,
.op-content-block p + h5,
.sidebar__text-block ul + h5,
.regional-market-insights__columns ul + h5,
.region-map__content ul + h5,
.our-mission__columns ul + h5,
.op-article ul + h5,
.op-content-block ul + h5,
.sidebar__text-block ol + h5,
.regional-market-insights__columns ol + h5,
.region-map__content ol + h5,
.our-mission__columns ol + h5,
.op-article ol + h5,
.op-content-block ol + h5 {
  margin-top: 1.5em !important;
}
.sidebar__text-block figure + p, .regional-market-insights__columns figure + p, .region-map__content figure + p, .our-mission__columns figure + p, .op-article figure + p,
.op-content-block figure + p,
.sidebar__text-block figure + ol,
.regional-market-insights__columns figure + ol,
.region-map__content figure + ol,
.our-mission__columns figure + ol,
.op-article figure + ol,
.op-content-block figure + ol,
.sidebar__text-block figure + ul,
.regional-market-insights__columns figure + ul,
.region-map__content figure + ul,
.our-mission__columns figure + ul,
.op-article figure + ul,
.op-content-block figure + ul,
.sidebar__text-block .embedded-video + hr,
.regional-market-insights__columns .embedded-video + hr,
.region-map__content .embedded-video + hr,
.our-mission__columns .embedded-video + hr,
.op-article .embedded-video + hr,
.op-content-block .embedded-video + hr,
.sidebar__text-block .embedded-video + p,
.regional-market-insights__columns .embedded-video + p,
.region-map__content .embedded-video + p,
.our-mission__columns .embedded-video + p,
.op-article .embedded-video + p,
.op-content-block .embedded-video + p,
.sidebar__text-block .embedded-video + ol,
.regional-market-insights__columns .embedded-video + ol,
.region-map__content .embedded-video + ol,
.our-mission__columns .embedded-video + ol,
.op-article .embedded-video + ol,
.op-content-block .embedded-video + ol,
.sidebar__text-block .embedded-video + ul,
.regional-market-insights__columns .embedded-video + ul,
.region-map__content .embedded-video + ul,
.our-mission__columns .embedded-video + ul,
.op-article .embedded-video + ul,
.op-content-block .embedded-video + ul,
.sidebar__text-block p + hr,
.regional-market-insights__columns p + hr,
.region-map__content p + hr,
.our-mission__columns p + hr,
.op-article p + hr,
.op-content-block p + hr,
.sidebar__text-block p + p,
.regional-market-insights__columns p + p,
.region-map__content p + p,
.our-mission__columns p + p,
.op-article p + p,
.op-content-block p + p,
.sidebar__text-block p + ol,
.regional-market-insights__columns p + ol,
.region-map__content p + ol,
.our-mission__columns p + ol,
.op-article p + ol,
.op-content-block p + ol,
.sidebar__text-block p + ul,
.regional-market-insights__columns p + ul,
.region-map__content p + ul,
.our-mission__columns p + ul,
.op-article p + ul,
.op-content-block p + ul,
.sidebar__text-block p + .embedded-video,
.regional-market-insights__columns p + .embedded-video,
.region-map__content p + .embedded-video,
.our-mission__columns p + .embedded-video,
.op-article p + .embedded-video,
.op-content-block p + .embedded-video,
.sidebar__text-block ul + ul,
.regional-market-insights__columns ul + ul,
.region-map__content ul + ul,
.our-mission__columns ul + ul,
.op-article ul + ul,
.op-content-block ul + ul,
.sidebar__text-block ul + p,
.regional-market-insights__columns ul + p,
.region-map__content ul + p,
.our-mission__columns ul + p,
.op-article ul + p,
.op-content-block ul + p,
.sidebar__text-block ul + ol,
.regional-market-insights__columns ul + ol,
.region-map__content ul + ol,
.our-mission__columns ul + ol,
.op-article ul + ol,
.op-content-block ul + ol,
.sidebar__text-block ul + .embedded-video,
.regional-market-insights__columns ul + .embedded-video,
.region-map__content ul + .embedded-video,
.our-mission__columns ul + .embedded-video,
.op-article ul + .embedded-video,
.op-content-block ul + .embedded-video,
.sidebar__text-block ol + ol,
.regional-market-insights__columns ol + ol,
.region-map__content ol + ol,
.our-mission__columns ol + ol,
.op-article ol + ol,
.op-content-block ol + ol,
.sidebar__text-block ol + p,
.regional-market-insights__columns ol + p,
.region-map__content ol + p,
.our-mission__columns ol + p,
.op-article ol + p,
.op-content-block ol + p,
.sidebar__text-block ol + ul,
.regional-market-insights__columns ol + ul,
.region-map__content ol + ul,
.our-mission__columns ol + ul,
.op-article ol + ul,
.op-content-block ol + ul,
.sidebar__text-block ol + .embedded-video,
.regional-market-insights__columns ol + .embedded-video,
.region-map__content ol + .embedded-video,
.our-mission__columns ol + .embedded-video,
.op-article ol + .embedded-video,
.op-content-block ol + .embedded-video {
  margin-top: 1.5em;
}
.sidebar__text-block figure + hr, .regional-market-insights__columns figure + hr, .region-map__content figure + hr, .our-mission__columns figure + hr, .op-article figure + hr,
.op-content-block figure + hr {
  margin-top: 0.4em;
}
.sidebar__text-block strong, .regional-market-insights__columns strong, .region-map__content strong, .our-mission__columns strong, .op-article strong,
.op-content-block strong {
  font-weight: 600;
}
.sidebar__text-block ul, .regional-market-insights__columns ul, .region-map__content ul, .our-mission__columns ul, .op-article ul,
.op-content-block ul,
.sidebar__text-block ol,
.regional-market-insights__columns ol,
.region-map__content ol,
.our-mission__columns ol,
.op-article ol,
.op-content-block ol {
  padding-left: 50px;
}
.sidebar__text-block img, .regional-market-insights__columns img, .region-map__content img, .our-mission__columns img, .op-article img,
.op-content-block img {
  max-width: 100%;
  height: auto;
}
.sidebar__text-block p:first-child > img.aligncenter, .regional-market-insights__columns p:first-child > img.aligncenter, .region-map__content p:first-child > img.aligncenter, .our-mission__columns p:first-child > img.aligncenter, .op-article p:first-child > img.aligncenter,
.op-content-block p:first-child > img.aligncenter,
.sidebar__text-block p:first-child > img.alignnone,
.regional-market-insights__columns p:first-child > img.alignnone,
.region-map__content p:first-child > img.alignnone,
.our-mission__columns p:first-child > img.alignnone,
.op-article p:first-child > img.alignnone,
.op-content-block p:first-child > img.alignnone {
  margin-top: 0;
}
.sidebar__text-block img.aligncenter, .regional-market-insights__columns img.aligncenter, .region-map__content img.aligncenter, .our-mission__columns img.aligncenter, .op-article img.aligncenter,
.op-content-block img.aligncenter,
.sidebar__text-block img.alignnone,
.regional-market-insights__columns img.alignnone,
.region-map__content img.alignnone,
.our-mission__columns img.alignnone,
.op-article img.alignnone,
.op-content-block img.alignnone {
  margin: 1.5em 0 0;
}
.sidebar__text-block img.alignleft, .regional-market-insights__columns img.alignleft, .region-map__content img.alignleft, .our-mission__columns img.alignleft, .op-article img.alignleft,
.op-content-block img.alignleft {
  float: left;
  margin: 1.5em 35px 35px 0;
}
.sidebar__text-block img.alignright, .regional-market-insights__columns img.alignright, .region-map__content img.alignright, .our-mission__columns img.alignright, .op-article img.alignright,
.op-content-block img.alignright {
  float: right;
  margin: 1.5em 0 35px 35px;
}
.sidebar__text-block figure, .regional-market-insights__columns figure, .region-map__content figure, .our-mission__columns figure, .op-article figure,
.op-content-block figure {
  margin-top: 3em;
}
.sidebar__text-block figure.wp-block-embed-youtube, .regional-market-insights__columns figure.wp-block-embed-youtube, .region-map__content figure.wp-block-embed-youtube, .our-mission__columns figure.wp-block-embed-youtube, .op-article figure.wp-block-embed-youtube,
.op-content-block figure.wp-block-embed-youtube {
  margin-top: 1.5em;
}
.sidebar__text-block figcaption, .regional-market-insights__columns figcaption, .region-map__content figcaption, .our-mission__columns figcaption, .op-article figcaption,
.op-content-block figcaption {
  color: #39270B;
  font-style: italic;
  margin: 1em 0 0;
}
.sidebar__text-block .wp-block-embed-youtube figcaption, .regional-market-insights__columns .wp-block-embed-youtube figcaption, .region-map__content .wp-block-embed-youtube figcaption, .our-mission__columns .wp-block-embed-youtube figcaption, .op-article .wp-block-embed-youtube figcaption,
.op-content-block .wp-block-embed-youtube figcaption {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-style: normal;
  margin: 0.8em 0 0;
}
.sidebar__text-block figure.alignleft, .regional-market-insights__columns figure.alignleft, .region-map__content figure.alignleft, .our-mission__columns figure.alignleft, .op-article figure.alignleft,
.op-content-block figure.alignleft {
  float: left;
  margin: 3em 35px 15px 0;
}
.sidebar__text-block figure.alignright, .regional-market-insights__columns figure.alignright, .region-map__content figure.alignright, .our-mission__columns figure.alignright, .op-article figure.alignright,
.op-content-block figure.alignright {
  float: right;
  margin: 3em 0 15px 35px;
}
.sidebar__text-block .wp-block-image, .regional-market-insights__columns .wp-block-image, .region-map__content .wp-block-image, .our-mission__columns .wp-block-image, .op-article .wp-block-image,
.op-content-block .wp-block-image {
  padding: 0;
}
.sidebar__text-block .embedded-video + hr, .regional-market-insights__columns .embedded-video + hr, .region-map__content .embedded-video + hr, .our-mission__columns .embedded-video + hr, .op-article .embedded-video + hr,
.op-content-block .embedded-video + hr,
.sidebar__text-block .embedded-video + p,
.regional-market-insights__columns .embedded-video + p,
.region-map__content .embedded-video + p,
.our-mission__columns .embedded-video + p,
.op-article .embedded-video + p,
.op-content-block .embedded-video + p,
.sidebar__text-block .embedded-video + ol,
.regional-market-insights__columns .embedded-video + ol,
.region-map__content .embedded-video + ol,
.our-mission__columns .embedded-video + ol,
.op-article .embedded-video + ol,
.op-content-block .embedded-video + ol,
.sidebar__text-block .embedded-video + ul,
.regional-market-insights__columns .embedded-video + ul,
.region-map__content .embedded-video + ul,
.our-mission__columns .embedded-video + ul,
.op-article .embedded-video + ul,
.op-content-block .embedded-video + ul {
  margin-top: 3em;
}
.sidebar__text-block .wp-block-pullquote, .regional-market-insights__columns .wp-block-pullquote, .region-map__content .wp-block-pullquote, .our-mission__columns .wp-block-pullquote, .op-article .wp-block-pullquote,
.op-content-block .wp-block-pullquote {
  margin: 3em 0;
  padding: 0;
}
.sidebar__text-block .wp-block-pullquote blockquote, .regional-market-insights__columns .wp-block-pullquote blockquote, .region-map__content .wp-block-pullquote blockquote, .our-mission__columns .wp-block-pullquote blockquote, .op-article .wp-block-pullquote blockquote,
.op-content-block .wp-block-pullquote blockquote {
  padding: 0;
  position: relative;
}
.sidebar__text-block .wp-block-pullquote blockquote::before, .regional-market-insights__columns .wp-block-pullquote blockquote::before, .region-map__content .wp-block-pullquote blockquote::before, .our-mission__columns .wp-block-pullquote blockquote::before, .op-article .wp-block-pullquote blockquote::before,
.op-content-block .wp-block-pullquote blockquote::before {
  background: #FAA829;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 2px;
}
.sidebar__text-block .wp-block-pullquote p, .regional-market-insights__columns .wp-block-pullquote p, .region-map__content .wp-block-pullquote p, .our-mission__columns .wp-block-pullquote p, .op-article .wp-block-pullquote p,
.op-content-block .wp-block-pullquote p {
  color: #68961D !important;
  margin: 0;
  position: relative;
  text-align: left;
}
.sidebar__text-block .btn, .regional-market-insights__columns .btn, .region-map__content .btn, .our-mission__columns .btn, .op-article .btn,
.op-content-block .btn {
  margin: 0;
}

.op-video__headline, .op-single-resource__headline, .op-single-post__headline, .single-event__headline, .resource-center .resource-center-featured-resource__title, .region-directories__headline, .page__headline, .op-our-stories__headline, .our-mission__headline, .news-and-videos-featured-post__title, .news-list-featured-post__title, .masthead__headline, .market-insights__headline, .featured-resource .featured-resource__title, .featured-post__headline, .footer-cta__headline, .sidebar__text-block h1, .regional-market-insights__columns h1, .region-map__content h1, .our-mission__columns h1, .op-article h1,
.op-content-block h1 {
  font-size: 2.8333333333rem;
  line-height: 1.0588235294em;
  color: #68961D;
  font-weight: 400;
}

.staff-directory-member-popup__name, .sidebar-subpages__headline, .sidebar-cta__headline, .resource-center .resource-center__snapshots-link,
.resource-center .resource-center__conversion-calculator-link, .region_directories-directory-list__directory-link, .region_directories-cta__headline, .office .office__headline, .news-and-videos-market-insights__snapshots-link, .news-and-videos-post__title, .news-list-post__title, .news-list-search-form__input, .member-directory-member-popup__name, .market-insights__snapshots-link,
.market-insights__conversion-calculator-link, .market-chart__title, .initiatives .initiative__headline, .events-list-event__headline, .directory-sidebar__headline, .directory-search-form__input, .sidebar__text-block h2, .regional-market-insights__columns h2, .region-map__content h2, .our-mission__columns h2, .op-article h2,
.op-content-block h2 {
  font-size: 1.6666666667rem;
  line-height: 1.2em;
  color: #68961D;
  font-weight: 400;
}

.op-hero-landing-page-leader__name, .sidebar__text-block h3, .regional-market-insights__columns h3, .region-map__content h3, .our-mission__columns h3, .op-article h3,
.op-content-block h3 {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  color: #68961D;
  font-weight: 600;
}

.video-carousel .video-carousel__headline, .upcoming-resources-carousel .upcoming-resources-carousel__headline, .directory__no-results,
.staff-directory__no-results, .directory__more-button,
.staff-directory__more-button, .op-single-post-sidebar__headline, .single-event-sidebar__headline, .single_event-sidebar-contact__headline, .single-event__label, .sidebar-regional-director__headline, .sidebar-office__headline, .sidebar__link, .search-results__headline, .regional-market-insights__headline, .region_directories-directory-list__headline, .region_directories__regions-header, .our-mission__subheadline, .news-and-videos-video-list__headline, .news-and-videos__headline, .news-list__archive-label, .market-chart__headline, .featured-post__label, .directory-sidebar__link, ul.contact-list li, .upcoming-events .upcoming-events-carousel__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel__headline, .sidebar__text-block h4, .regional-market-insights__columns h4, .region-map__content h4, .our-mission__columns h4, .op-article h4,
.op-content-block h4 {
  font-size: 1.3333333333rem;
  line-height: 1.5em;
  color: #39270B;
  font-weight: 600;
  text-transform: uppercase;
}

.upcoming-resources-carousel .upcoming-resources-carousel-resource__more, .op-team-members__title, .staff-directory-member-popup__office-headline, .staff-directory-member-popup__contact-info-item, .staff-directory-member__more-link, .op-single-resource__byline, .op-single-resource__category, .op-single-resource__filesize, .op-single-resource__type,
.op-single-resource__region, .op-single-post-sidebar__view-all-news, .op-single-post__share-label, .op-single-post__byline, .op-single-post__category, .single-event-sidebar__view-all-events, .single_event-sidebar-contact__contact-info-item, .single-event__location, .single-event__start-date,
.single-event__end-date, .sidebar-subpages__link, .sidebar-regional-director__link, .sidebar-office__phone,
.sidebar-office__fax, .resources-columns-sidebar__list-item, .resource-center .resource-center-featured-resource__filesize, .resource-center .resource-center-featured-resource__type, .office .office__phone,
.office .office__fax, .news-and-videos-post__more, .news-and-videos-featured-post__category, .news-and-videos__view-all, .news-list-sidebar__list-item, .news-list-post__more, .news-list-featured-post__category, .member-directory-member-popup__contact-info-item, .member-directory-member-popup__contact-headline, .member-directory-member-popup__website, .member-directory-member-popup__class, .member-directory-member__more-link, .member-directory-member__class, .market-insights__link, .initiatives .initiative__link, .op-hero-landing-page-leader__title, .featured-resource .featured-resource__filesize, .featured-resource .featured-resource__type, .featured-post__more-link, .featured-post__location, .featured-post__start-date,
.featured-post__end-date, .events-list-event__more-link, .events-list-event__location, .events-list-event__start-date,
.events-list-event__end-date, .directory-sidebar__filter, .breadcrumbs, .op-article p.is-style-plus-icon,
.op-content-block p.is-style-plus-icon, .upcoming-events .upcoming-events-carousel__link, .featured-post__upcoming-events-carousel .upcoming-events-carousel__link, .sidebar__text-block h5, .regional-market-insights__columns h5, .region-map__content h5, .our-mission__columns h5, .op-article h5,
.op-content-block h5 {
  font-size: 1rem;
  line-height: 1.5em;
  color: #39270B;
  font-weight: 600;
  text-transform: uppercase;
}

.upcoming-resources-carousel .upcoming-resources-carousel-resource__filesize, .upcoming-resources-carousel .upcoming-resources-carousel-resource__type, .staff-directory-member-popup__social-item, .staff-directory-member__title, .op-single-post-sidebar-recent-news__category, .single-event-sidebar-related-events__location, .single-event-sidebar-related-events__start-date,
.single-event-sidebar-related-events__end-date, .single-event-sidebar-related-events__label, .sidebar-regional-director__title, .news-and-videos-post__category, .news-list-post__category, .news-list-post__label, .events-list-event__label, .upcoming-events .upcoming-events-carousel-event__location, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__location, .upcoming-events .upcoming-events-carousel-event__start-date, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__start-date,
.upcoming-events .upcoming-events-carousel-event__end-date,
.featured-post__upcoming-events-carousel .upcoming-events-carousel-event__end-date, .upcoming-events .upcoming-events-carousel-event__label, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__label, .sidebar__text-block h6, .regional-market-insights__columns h6, .region-map__content h6, .our-mission__columns h6, .op-article h6,
.op-content-block h6 {
  font-size: 0.8333333333rem;
  line-height: 1.8em;
  color: #39270B;
  font-weight: 600;
  text-transform: uppercase;
}

.news-and-videos-post__image, .news-list-post__image, .initiatives .initiative__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  width: 100%;
}

.upcoming-resources-carousel .upcoming-resources-carousel__obj-fit-image, .upcoming-events__obj-fit-image, .op-team-members__image, .staff-directory-member-popup__obj-fit-image, .staff-directory-member__obj-fit-image, .single-event__obj-fit-image, .sidebar-regional-director__obj-fit-image, .sidebar-cta__obj-fit-image, .resource-center .resource-center-featured-resource__obj-fit-image, .region_directories-cta__obj-fit-image, .region-directories__obj-fit-image, .page__obj-fit-image, .op-our-stories__image, .our-mission__obj-fit-image, .news-and-videos-featured-post__obj-fit-image, .news-list-featured-post__obj-fit-image, .member-directory-member-popup__obj-fit-image, .masthead__obj-fit-image, .op-hero-landing-page-leader__image, .op-homepage-hero__video, .featured-resource .featured-resource__obj-fit-image, .featured-post__obj-fit-image, .op-congratulatory-messages__background-image, .footer-cta__obj-fit-image {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: absolute;
  top: 0;
  width: 100%;
}

.gform_confirmation_message, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea, .gform_wrapper .gfield input:not([type=checkbox]):not([type=radio]), .post-password-form, .upcoming-resources-carousel .upcoming-resources-carousel-resource__title, .op-timeline__text, .op-team-members__directory-link, .op-team-members__name, .staff-directory-member__name, .sidebar-cta__text, .resources-columns-sidebar__headline, .region_directories-cta__text, .region_directories__regions-text, .our-mission__text, .office .office__address, .news-list-sidebar__headline, .member-directory-member__name, .op-fun-facts__read-more, .featured-post__excerpt, .directory-sidebar__subheadline, .op-40th-anniversary-menu__item, .footer-cta__text, .upcoming-events .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__headline, .sidebar__text-block p, .regional-market-insights__columns p, .region-map__content p, .our-mission__columns p, .op-article p,
.op-content-block p,
.sidebar__text-block li,
.regional-market-insights__columns li,
.region-map__content li,
.our-mission__columns li,
.op-article li,
.op-content-block li, .sidebar__text-block .wp-block-pullquote p, .regional-market-insights__columns .wp-block-pullquote p, .region-map__content .wp-block-pullquote p, .our-mission__columns .wp-block-pullquote p, .op-article .wp-block-pullquote p,
.op-content-block .wp-block-pullquote p {
  font-size: 1.3333333333rem;
  line-height: 1.5em;
  color: #39270B;
  font-weight: 400;
}

.gform_wrapper .validation_message, .gform_wrapper .validation_error, .gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label, .gallery-caption, .staff-directory-member-popup__office-text, .staff-directory-member-popup__content p, .single_event-sidebar-contact__name, .sidebar-regional-director__name, .sidebar-office__address, .sidebar-link__text, .resources-columns-sidebar__text, .resource-center .resource-center__snapshots-text,
.resource-center .resource-center__conversion-calculator-text, .region_directories-directory-list__directory-text, .news-and-videos-market-insights__snapshots-text, .news-and-videos-video-list__video-text, .member-directory-member-popup__contact-title, .member-directory-member-popup__contact-name, .member-directory-member-popup__content p, .market-insights__snapshots-text,
.market-insights__conversion-calculator-text, .initiatives .initiative__text, .directory-sidebar__link-text, .footer-bar-menu__item, .footer-menu__sub-menu--1__item, .op-article p.is-style-small,
.op-content-block p.is-style-small, .sidebar__text-block p.text-style-small, .regional-market-insights__columns p.text-style-small, .region-map__content p.text-style-small, .our-mission__columns p.text-style-small, .op-article p.text-style-small,
.op-content-block p.text-style-small, .sidebar__text-block figcaption, .regional-market-insights__columns figcaption, .region-map__content figcaption, .our-mission__columns figcaption, .op-article figcaption,
.op-content-block figcaption {
  font-size: 1rem;
  line-height: 1.5em;
  color: #39270B;
  font-weight: 400;
}

.upcoming-resources-carousel .upcoming-resources-carousel-resource__title, .upcoming-resources-carousel .upcoming-resources-carousel__resource, .op-timeline__nav-link, .op-timeline__nav-item::before, .directory-more-button__link-wrapper,
.staff-directory-more-button__link-wrapper, .directory-more-button__plus,
.staff-directory-more-button__plus, .directory-more-button__plus-wrapper,
.staff-directory-more-button__plus-wrapper, .directory__more-button,
.staff-directory__more-button, .staff-directory-member-popup__social-link, .staff-directory-member-popup__social-item .fa, .staff-directory-member-popup__contact-info-link, .staff-directory-member-popup__contact-info-item .fa, .staff-directory-member-more-link__plus path, .staff-directory-member-more-link__plus, .staff-directory-member__more-link, .staff-directory-member__name, .staff-directory__member, .social-media-block .social-media-block__link, .op-single-resource__headline, .op-single-post-sidebar__view-all-news, .op-single-post-sidebar-recent-news__category-link, .op-single-post-sidebar-recent-news__link, .op-single-post__share-link, .op-single-post__category-link, .op-single-post__headline, .single-event-sidebar__view-all-events, .single-event-sidebar-related-events__link, .single_event-sidebar-contact__contact-info-link, .single_event-sidebar-contact__contact-info-item .fa, .single-event__headline, .sidebar-subpages__link, .sidebar-regional-director__link, .sidebar-office__link, .sidebar-office__phone .fa,
.sidebar-office__fax .fa, .sidebar__link, .sidebar-cta__obj-fit-image, .resources-columns-sidebar__link, .resource-center .resource-center__snapshots-link,
.resource-center .resource-center__conversion-calculator-link, .resource-center .resource-center-featured-resource__link, .resource-center .resource-center-featured-resource__title, .region_directories-directory-list__directory-link, .region_directories-cta__obj-fit-image, .region_directories__map-region, .region_directories__region, .office .office__link, .office .office__phone .fa,
.office .office__fax .fa, .news-and-videos-market-insights__snapshots-link, .news-and-videos-post__category-link, .news-and-videos-post__more, .news-and-videos-post__link, .news-and-videos-post__image, .news-and-videos-featured-post__category-link, .news-and-videos-featured-post__link, .news-and-videos-featured-post__obj-fit-image-wrapper, .news-and-videos__view-all, .news-list-sidebar__link, .news-list-post__category-link, .news-list-post__more, .news-list-post__link, .news-list-post__image, .news-list-featured-post__category-link, .news-list-featured-post__link, .news-list-featured-post__obj-fit-image-wrapper, .member-directory-member-popup__contact-info-link, .member-directory-member-popup__contact-info-item .fa, .member-directory-member-popup__website .fa, .member-directory-member-popup__website, .member-directory-member-more-link__plus path, .member-directory-member-more-link__plus, .member-directory-member__more-link, .member-directory-member__name, .member-directory__member, .market-insights-link__plus, .market-insights__link, .market-insights__snapshots-link,
.market-insights__conversion-calculator-link, .initiatives .initiative__image, .op-fun-facts__card-back, .op-fun-facts__card-front, .featured-resource .featured-resource__link, .featured-resource .featured-resource__title, .featured-post-more-link__plus, .featured-post__more-link, .featured-post__link, .featured-post__headline, .featured-post__content, .events-list-event-more-link__plus, .events-list-event__more-link, .events-list-event__link, .events-list__event, .directory-sidebar__link-text, .directory-sidebar__link::after, .directory-sidebar__link, ul.contact-list a, .op-40th-anniversary-menu__link::after, .op-40th-anniversary-menu__link, .social-media__link, .op-article p.is-style-plus-icon a,
.op-content-block p.is-style-plus-icon a, .upcoming-events .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__headline, .upcoming-events .upcoming-events-carousel__event, .featured-post__upcoming-events-carousel .upcoming-events-carousel__event, .upcoming-events .upcoming-events-carousel__link, .featured-post__upcoming-events-carousel .upcoming-events-carousel__link {
  transition: all 0.2s ease-in-out;
}

.upcoming-events .swiper-slide, .featured-post__upcoming-events-carousel .swiper-slide {
  height: auto;
}
.upcoming-events .upcoming-events-carousel__hgroup, .featured-post__upcoming-events-carousel .upcoming-events-carousel__hgroup {
  align-items: center;
  display: flex;
  margin: 0 0 25px;
}
.upcoming-events .upcoming-events-carousel__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel__headline {
  color: #fff;
  margin: 0 30px 0 0;
}
.upcoming-events .upcoming-events-carousel__link, .featured-post__upcoming-events-carousel .upcoming-events-carousel__link {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  text-transform: uppercase;
}
.upcoming-events .upcoming-events-carousel__event, .featured-post__upcoming-events-carousel .upcoming-events-carousel__event {
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #FAA829;
  color: #fff;
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.upcoming-events .upcoming-events-carousel__event:hover, .featured-post__upcoming-events-carousel .upcoming-events-carousel__event:hover {
  background: #fff;
}
.upcoming-events .upcoming-events-carousel__event:hover .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel__event:hover .upcoming-events-carousel-event__headline {
  color: #D99A1C;
}
.upcoming-events .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__headline {
  color: #68961D;
}
.upcoming-events .upcoming-events-carousel-event__dates, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__dates {
  align-items: center;
  display: flex;
  margin: 0.6em 0 0;
}
.upcoming-events .upcoming-events-carousel-event__dates .fa-clock, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__dates .fa-clock {
  color: #39270B;
  margin: -1px 3px 0 0;
}
.upcoming-events .upcoming-events-carousel-event__end-date::before, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__end-date::before {
  content: " –";
  margin: 0 3px;
}
.upcoming-events .upcoming-events-carousel-event__location .fa-map-marker-alt, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__location .fa-map-marker-alt {
  font-size: 14px;
  margin: 0 1px 0 0;
}
.upcoming-events .upcoming-events-carousel__scrollbar, .featured-post__upcoming-events-carousel .upcoming-events-carousel__scrollbar {
  background: #4E3C20;
  height: 3px;
  margin: 25px 0 0;
  width: 100%;
}
.upcoming-events .upcoming-events-carousel__scrollbar .swiper-scrollbar-drag, .featured-post__upcoming-events-carousel .upcoming-events-carousel__scrollbar .swiper-scrollbar-drag {
  background: #FAA829;
}

@media only screen and (max-width: 767px) {
  .op-video__headline, .op-single-resource__headline, .op-single-post__headline, .single-event__headline, .resource-center .resource-center-featured-resource__title, .region-directories__headline, .page__headline, .op-our-stories__headline, .our-mission__headline, .news-and-videos-featured-post__title, .news-list-featured-post__title, .masthead__headline, .market-insights__headline, .featured-resource .featured-resource__title, .featured-post__headline, .footer-cta__headline, .sidebar__text-block h1, .regional-market-insights__columns h1, .region-map__content h1, .our-mission__columns h1, .op-article h1,
  .op-content-block h1 {
    font-size: 2.8333333333rem;
    line-height: 1.2em;
  }
  .staff-directory-member-popup__name, .sidebar-subpages__headline, .sidebar-cta__headline, .resource-center .resource-center__snapshots-link,
  .resource-center .resource-center__conversion-calculator-link, .region_directories-directory-list__directory-link, .region_directories-cta__headline, .office .office__headline, .news-and-videos-market-insights__snapshots-link, .news-and-videos-post__title, .news-list-post__title, .news-list-search-form__input, .member-directory-member-popup__name, .market-insights__snapshots-link,
  .market-insights__conversion-calculator-link, .market-chart__title, .initiatives .initiative__headline, .events-list-event__headline, .directory-sidebar__headline, .directory-search-form__input, .sidebar__text-block h2, .regional-market-insights__columns h2, .region-map__content h2, .our-mission__columns h2, .op-article h2,
  .op-content-block h2 {
    font-size: 1.6666666667rem;
    line-height: 1.56em;
  }
  .op-hero-landing-page-leader__name, .sidebar__text-block h3, .regional-market-insights__columns h3, .region-map__content h3, .our-mission__columns h3, .op-article h3,
  .op-content-block h3 {
    font-size: 1.75rem;
    line-height: 1.1428571429em;
  }
  .video-carousel .video-carousel__headline, .upcoming-resources-carousel .upcoming-resources-carousel__headline, .directory__no-results,
  .staff-directory__no-results, .directory__more-button,
  .staff-directory__more-button, .op-single-post-sidebar__headline, .single-event-sidebar__headline, .single_event-sidebar-contact__headline, .single-event__label, .sidebar-regional-director__headline, .sidebar-office__headline, .sidebar__link, .search-results__headline, .regional-market-insights__headline, .region_directories-directory-list__headline, .region_directories__regions-header, .our-mission__subheadline, .news-and-videos-video-list__headline, .news-and-videos__headline, .news-list__archive-label, .market-chart__headline, .featured-post__label, .directory-sidebar__link, ul.contact-list li, .sidebar__text-block h4, .regional-market-insights__columns h4, .region-map__content h4, .our-mission__columns h4, .op-article h4,
  .op-content-block h4, .upcoming-events .upcoming-events-carousel__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel__headline {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
  }
  .upcoming-resources-carousel .upcoming-resources-carousel-resource__more, .op-team-members__title, .staff-directory-member-popup__office-headline, .staff-directory-member-popup__contact-info-item, .staff-directory-member__more-link, .op-single-resource__byline, .op-single-resource__category, .op-single-resource__filesize, .op-single-resource__type,
  .op-single-resource__region, .op-single-post-sidebar__view-all-news, .op-single-post__share-label, .op-single-post__byline, .op-single-post__category, .single-event-sidebar__view-all-events, .single_event-sidebar-contact__contact-info-item, .single-event__location, .single-event__start-date,
  .single-event__end-date, .sidebar-subpages__link, .sidebar-regional-director__link, .sidebar-office__phone,
  .sidebar-office__fax, .resources-columns-sidebar__list-item, .resource-center .resource-center-featured-resource__filesize, .resource-center .resource-center-featured-resource__type, .office .office__phone,
  .office .office__fax, .news-and-videos-post__more, .news-and-videos-featured-post__category, .news-and-videos__view-all, .news-list-sidebar__list-item, .news-list-post__more, .news-list-featured-post__category, .member-directory-member-popup__contact-info-item, .member-directory-member-popup__contact-headline, .member-directory-member-popup__website, .member-directory-member-popup__class, .member-directory-member__more-link, .member-directory-member__class, .market-insights__link, .initiatives .initiative__link, .op-hero-landing-page-leader__title, .featured-resource .featured-resource__filesize, .featured-resource .featured-resource__type, .featured-post__more-link, .featured-post__location, .featured-post__start-date,
  .featured-post__end-date, .events-list-event__more-link, .events-list-event__location, .events-list-event__start-date,
  .events-list-event__end-date, .directory-sidebar__filter, .breadcrumbs, .op-article p.is-style-plus-icon,
  .op-content-block p.is-style-plus-icon, .sidebar__text-block h5, .regional-market-insights__columns h5, .region-map__content h5, .our-mission__columns h5, .op-article h5,
  .op-content-block h5, .upcoming-events .upcoming-events-carousel__link, .featured-post__upcoming-events-carousel .upcoming-events-carousel__link {
    font-size: 1rem;
    line-height: 2em;
  }
  .upcoming-resources-carousel .upcoming-resources-carousel-resource__filesize, .upcoming-resources-carousel .upcoming-resources-carousel-resource__type, .staff-directory-member-popup__social-item, .staff-directory-member__title, .op-single-post-sidebar-recent-news__category, .single-event-sidebar-related-events__location, .single-event-sidebar-related-events__start-date,
  .single-event-sidebar-related-events__end-date, .single-event-sidebar-related-events__label, .sidebar-regional-director__title, .news-and-videos-post__category, .news-list-post__category, .news-list-post__label, .events-list-event__label, .sidebar__text-block h6, .regional-market-insights__columns h6, .region-map__content h6, .our-mission__columns h6, .op-article h6,
  .op-content-block h6, .upcoming-events .upcoming-events-carousel-event__label, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__label, .upcoming-events .upcoming-events-carousel-event__start-date, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__start-date,
  .upcoming-events .upcoming-events-carousel-event__end-date,
  .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__end-date, .upcoming-events .upcoming-events-carousel-event__location, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__location {
    font-size: 0.8333333333rem;
    line-height: 2.4em;
  }
  .gform_confirmation_message, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea, .gform_wrapper .gfield input:not([type=checkbox]):not([type=radio]), .post-password-form, .upcoming-resources-carousel .upcoming-resources-carousel-resource__title, .op-timeline__text, .op-team-members__directory-link, .op-team-members__name, .staff-directory-member__name, .sidebar-cta__text, .resources-columns-sidebar__headline, .region_directories-cta__text, .region_directories__regions-text, .our-mission__text, .office .office__address, .news-list-sidebar__headline, .member-directory-member__name, .op-fun-facts__read-more, .featured-post__excerpt, .directory-sidebar__subheadline, .op-40th-anniversary-menu__item, .footer-cta__text, .sidebar__text-block p, .regional-market-insights__columns p, .region-map__content p, .our-mission__columns p, .op-article p,
  .op-content-block p,
  .sidebar__text-block li,
  .regional-market-insights__columns li,
  .region-map__content li,
  .our-mission__columns li,
  .op-article li,
  .op-content-block li, .sidebar__text-block .wp-block-pullquote p, .regional-market-insights__columns .wp-block-pullquote p, .region-map__content .wp-block-pullquote p, .our-mission__columns .wp-block-pullquote p, .op-article .wp-block-pullquote p,
  .op-content-block .wp-block-pullquote p, .upcoming-events .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__headline {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
  }
  .gform_wrapper .validation_message, .gform_wrapper .validation_error, .gform_wrapper .gfield_checkbox label,
  .gform_wrapper .gfield_radio label, .gallery-caption, .staff-directory-member-popup__office-text, .staff-directory-member-popup__content p, .single_event-sidebar-contact__name, .sidebar-regional-director__name, .sidebar-office__address, .sidebar-link__text, .resources-columns-sidebar__text, .resource-center .resource-center__snapshots-text,
  .resource-center .resource-center__conversion-calculator-text, .region_directories-directory-list__directory-text, .news-and-videos-market-insights__snapshots-text, .news-and-videos-video-list__video-text, .member-directory-member-popup__contact-title, .member-directory-member-popup__contact-name, .member-directory-member-popup__content p, .market-insights__snapshots-text,
  .market-insights__conversion-calculator-text, .initiatives .initiative__text, .directory-sidebar__link-text, .footer-bar-menu__item, .footer-menu__sub-menu--1__item, .op-article p.is-style-small,
  .op-content-block p.is-style-small, .sidebar__text-block p.text-style-small, .regional-market-insights__columns p.text-style-small, .region-map__content p.text-style-small, .our-mission__columns p.text-style-small, .op-article p.text-style-small,
  .op-content-block p.text-style-small, .sidebar__text-block figcaption, .regional-market-insights__columns figcaption, .region-map__content figcaption, .our-mission__columns figcaption, .op-article figcaption,
  .op-content-block figcaption {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .upcoming-events .upcoming-events-carousel__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel__headline {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
  }
  .upcoming-events .upcoming-events-carousel__link, .featured-post__upcoming-events-carousel .upcoming-events-carousel__link {
    font-size: 1rem;
    line-height: 2em;
  }
  .upcoming-events .upcoming-events-carousel-event__label, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__label {
    font-size: 0.8333333333rem;
    line-height: 2.4em;
  }
  .upcoming-events .upcoming-events-carousel-event__headline, .featured-post__upcoming-events-carousel .upcoming-events-carousel-event__headline {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
    margin-top: 0.375em;
  }
}
/* Global =================================================== */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, img, p, blockquote, a, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 12px;
  height: 100%;
}

body {
  font-family: "colfax-web", sans-serif;
  font-weight: 400;
  height: 100%;
  position: relative;
}

html.no-scroll,
body.no-scroll {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.disable-smooth-scrolling {
  scroll-behavior: auto;
}

/* Main =================================================== */
.main {
  display: block;
  overflow: hidden;
  position: relative;
}

.main--china-timeline {
  background: var(--gray) url("assets/images/footer-dirt.png") repeat-x bottom center;
  margin: -101px 0 0;
  overflow: visible;
  padding: 0 0 287px;
}

/* Google Map =================================================== */
.gm-style-iw {
  max-width: 280px;
  padding: 10px 10px 0 !important;
}
.gm-style-iw a {
  color: #68961D;
}

@media only screen and (max-width: 990px) {
  .main {
    padding: 60px 0 0;
  }
  .main--china-timeline {
    padding: 60px 0 287px;
  }
  .gm-style-iw {
    padding: 10px !important;
  }
}
/* Articles =================================================== */
.op-article h3.is-style-small,
.op-content-block h3.is-style-small {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-weight: 400;
}
.op-article p.is-style-plus-icon,
.op-content-block p.is-style-plus-icon {
  background: url("assets/images/plus-dark-yellow.svg") -9999px -9999px no-repeat;
}
.op-article p.is-style-plus-icon a,
.op-content-block p.is-style-plus-icon a {
  background: url("assets/images/plus-med-yellow.svg") 0 0 no-repeat;
  color: #D99A1C;
  padding: 0 0 0 20px;
}
.op-article p.is-style-plus-icon a:hover,
.op-content-block p.is-style-plus-icon a:hover {
  background: url("assets/images/plus-dark-yellow.svg") 0 0 no-repeat;
  color: #BF8717;
}
.op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(1),
.op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(1) {
  margin: 0 40px 0 0;
}
.op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(2),
.op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(2) {
  margin: 0 40px;
}
.op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(3),
.op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(3) {
  margin: 0 0 0 40px;
}
.op-article .wp-block-columns.is-style-border-separators,
.op-content-block .wp-block-columns.is-style-border-separators {
  margin: 30px 0 0;
}
.op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(1),
.op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(1) {
  margin: 0;
  padding: 0;
}
.op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(2),
.op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(2) {
  border-left: 1px solid #E0DACD;
  border-right: 1px solid #E0DACD;
  margin: 0 30px;
  padding: 0 30px;
}
.op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(3),
.op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(3) {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 781px) {
  .op-article .wp-block-columns.has-3-columns,
  .op-content-block .wp-block-columns.has-3-columns {
    align-items: center;
    flex-direction: column;
  }
  .op-article .wp-block-columns.has-3-columns .wp-block-column,
  .op-content-block .wp-block-columns.has-3-columns .wp-block-column {
    max-width: 370px;
  }
  .op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(1),
  .op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(1) {
    margin: 0;
  }
  .op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(2),
  .op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(2) {
    margin: 35px 0 0;
  }
  .op-article .wp-block-columns.has-3-columns .wp-block-column:nth-child(3),
  .op-content-block .wp-block-columns.has-3-columns .wp-block-column:nth-child(3) {
    margin: 35px 0 0;
  }
  .op-article .wp-block-columns.is-style-border-separators,
  .op-content-block .wp-block-columns.is-style-border-separators {
    display: block;
    margin: 30px 0 0;
  }
  .op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(1),
  .op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(1) {
    margin: 0;
    padding: 0;
  }
  .op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(2),
  .op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(2) {
    border-left: 0;
    border-right: 0;
    margin: 30px 0 0;
    padding: 0;
  }
  .op-article .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(3),
  .op-content-block .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(3) {
    margin: 30px 0 0;
    padding: 0;
  }
}
/* Gutenberg =================================================== */
.op-row--heading:not(:first-child) *:first-child,
.op-content-block--heading:not(:first-child) *:first-child {
  margin-top: 1.5em;
}

.op-row--paragraph:not(:first-child) *:first-child,
.op-row--list:not(:first-child) *:first-child {
  margin-top: 0.75em;
}

.op-content-block--paragraph:not(:first-child) *:first-child,
.op-content-block--list:not(:first-child) *:first-child {
  margin-top: 1.5em;
}

@media only screen and (max-width: 781px) {
  .wp-block-columns.has-3-columns {
    align-items: center;
    flex-direction: column;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    max-width: 370px;
  }
  .wp-block-columns.has-3-columns .wp-block-column:nth-child(1) {
    margin: 0;
  }
  .wp-block-columns.has-3-columns .wp-block-column:nth-child(2) {
    margin: 35px 0 0;
  }
  .wp-block-columns.has-3-columns .wp-block-column:nth-child(3) {
    margin: 35px 0 0;
  }
  .wp-block-columns.is-style-border-separators {
    display: block;
    margin: 30px 0 0;
  }
  .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(1) {
    margin: 0;
    padding: 0;
  }
  .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(2) {
    border-left: 0;
    border-right: 0;
    margin: 30px 0 0;
    padding: 0;
  }
  .wp-block-columns.is-style-border-separators .wp-block-column:nth-child(3) {
    margin: 30px 0 0;
    padding: 0;
  }
}
/* Desktop =================================================== */
@media only screen and (min-width: 991px) {
  /* Header =================================================== */
  .header {
    background: #fff;
    box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.29);
    height: 58px;
    position: sticky;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 6200;
  }
  .page-template-template-china-timeline .header {
    background: transparent;
    box-shadow: none;
  }
  .header.header--small {
    background: #fff;
    box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.29);
  }
  .header.header--small .header-logo {
    height: 58px;
    width: 76px;
  }
  .header.header--small .header-logo__image {
    height: 36px;
    width: 60px;
  }
  .header-logo {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 101px;
    justify-content: center;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 133px;
  }
  .header-logo__image {
    height: 62px;
    transition: all 0.2s ease-in-out;
    width: 102px;
  }
  .hamburger,
  .header__mobile-calculator,
  .header__mobile-menu-button,
  .header-mobile-language-menu,
  .header__mobile-search-form,
  .header-mobile-utility-menu,
  .header__primary-nav .social-media-widget {
    display: none !important;
  }
  /* Language Menu =================================================== */
  .header__language-nav {
    align-items: center;
    background: #F5F4F2;
    display: flex;
    height: 26px;
    justify-content: flex-end;
    max-height: 26px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }
  .header-language-menu {
    display: flex;
    justify-content: flex-end;
  }
  .header-language-menu__item {
    font-size: 0.8333333333rem;
    line-height: 2.4em;
    color: #39270B;
    font-weight: 600;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    list-style: none;
  }
  .header-language-menu__item:not(:first-child) {
    margin-left: 20px;
  }
  .header-language-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header-language-menu__link:hover {
    color: #D99A1C;
  }
  .header__nav {
    display: flex;
    flex-wrap: wrap;
    height: 58px;
    justify-content: flex-end;
    padding: 0 0 0 175px;
    transition: all 0.2s ease-in-out;
  }
  /* Utility Menu =================================================== */
  .header__utility-nav {
    align-items: center;
    display: flex;
    height: 43px;
    justify-content: flex-end;
    max-height: 43px;
    overflow: hidden;
    padding: 0 55px 0 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 6200;
  }
  .header-utility-menu {
    align-items: center;
    display: flex;
    height: 43px;
    justify-content: flex-end;
  }
  .header-utility-menu__item {
    font-size: 1rem;
    line-height: 2em;
    color: #39270B;
    font-weight: 600;
    list-style: none;
    text-transform: uppercase;
  }
  .header-utility-menu__item:not(:first-child) {
    margin-left: 35px;
  }
  .header-utility-menu__item--ussoy {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 39px;
  }
  .header-utility-menu__item--ussoy .header-utility-menu__link {
    background: url("assets/images/USSOY_logo.svg") no-repeat;
    background-size: 39px 14px;
    display: block;
    height: 14px;
    width: 39px;
  }
  .header-utility-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header-utility-menu__link:hover {
    color: #D99A1C;
  }
  /* Conversion Calculator =================================================== */
  .header__calculator {
    font-size: 1rem;
    align-items: center;
    background: #FAA829;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 43px;
    justify-content: space-around;
    margin: 0 0 0 30px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 133px;
  }
  .header__calculator:hover {
    background: #D99A1C;
  }
  .header__calculator .fa {
    font-size: 1.8333333333rem;
  }
  /* Search Form =================================================== */
  .header__search-form {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__search-form--visible {
    pointer-events: auto;
  }
  .header__search-form--visible .header-search-form__input {
    opacity: 1;
  }
  .header__search-form--visible .header-search-form__submit .fa {
    color: #D99A1C;
  }
  .header-search-form__input {
    font-size: 1.3333333333rem;
    border: 1px solid #E0DACD;
    font-family: "colfax-web", sans-serif;
    font-weight: 400;
    height: 43px;
    opacity: 0;
    outline: 0;
    padding: 0 25px;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .header-search-form__submit {
    background: 0;
    border: 0;
    padding: 0 20px;
    outline: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-search-form__submit:hover {
    cursor: pointer;
  }
  .header-search-form__submit:hover .fa {
    color: #D99A1C;
  }
  .header-search-form__submit .fa {
    font-size: 1.8333333333rem;
    transition: all 0.2s ease-in-out;
  }
  /* Primary Menu =================================================== */
  .header__primary-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 58px;
  }
  .header-primary-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 58px;
  }
  .header-primary-menu__item {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
    color: #39270B;
    font-weight: 600;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
  }
  .header-primary-menu__item:hover {
    background: #F5F4F2;
    color: #FAA829;
  }
  .header-primary-menu__item--active,
  .header-primary-menu__item--ancestor--active {
    color: #FAA829;
  }
  .header-primary-menu__item:hover .header-primary-menu__sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .header-primary-menu__link {
    align-items: center;
    color: inherit;
    display: flex;
    height: 58px;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
  }
  .header-primary-menu__link[href="#"] {
    cursor: text;
  }
  .header-primary-menu__sub-menu {
    background: rgba(57, 39, 11, 0.9);
    left: 0;
    min-width: 100%;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    top: 58px;
    transition: all 0.2s ease-in-out;
  }
  .header-primary-menu__sub-menu__item {
    font-size: 1rem;
    line-height: 2em;
    color: #fff;
    font-weight: 400;
    list-style: none;
    text-transform: none;
    transition: all 0.2s ease-in-out;
  }
  .header-primary-menu__sub-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header-primary-menu__sub-menu__link:hover {
    color: #FAA829;
  }
  .header-primary-menu__sub-menu--2 {
    background: none;
    padding: 0;
    pointer-events: none;
    position: static;
  }
  .header-primary-menu__item--columns .header-primary-menu__sub-menu__link {
    white-space: nowrap;
  }
  .header-primary-menu__item--columns .header-primary-menu__sub-menu--1 {
    display: flex;
    left: auto;
    padding: 15px 15px 15px 0;
    right: -20px;
  }
  .header-primary-menu__item--columns .header-primary-menu__sub-menu--1__item {
    padding: 0 15px;
  }
  .header-primary-menu__item--columns .header-primary-menu__sub-menu--1__link {
    font-weight: 600;
  }
}
/* Mobile =================================================== */
@media only screen and (max-width: 990px) {
  .header {
    background: #fff;
    box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.29);
    height: 60px;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 6200;
  }
  .header--nav-is-open {
    -webkit-overflow-scrolling: touch;
    height: 100vh !important;
    overflow-y: scroll;
    pointer-events: auto;
    z-index: 6300;
  }
  .header-logo {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 78px;
  }
  .header-logo__image {
    height: 35px;
    transition: all 0.2s ease-in-out;
    width: 60px;
  }
  .header__language-nav {
    display: none;
  }
  .header__utility-nav {
    display: none;
  }
  .header__nav {
    display: flex;
    height: 60px;
    justify-content: flex-end;
    width: 100%;
  }
  /* Mobile Conversion Calculator =================================================== */
  .header__calculator {
    display: none;
  }
  .header__mobile-calculator {
    font-size: 1rem;
    align-items: center;
    background: #fff;
    color: #FAA829;
    display: flex;
    font-weight: 600;
    height: 60px;
    justify-content: space-around;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 75px;
  }
  .header__mobile-calculator:hover {
    color: #D99A1C;
  }
  .header__mobile-calculator .fa {
    font-size: 1.8333333333rem;
  }
  /* Hamburger =================================================== */
  .hamburger {
    background: #FAA829 !important;
    display: block !important;
    height: 60px !important;
    padding: 20px 0 0 15px !important;
    transition: all 0.2s ease-in-out !important;
    width: 60px !important;
  }
  .hamburger:hover {
    background: #D99A1C !important;
    opacity: 1 !important;
  }
  .hamburger-inner::before {
    right: 0 !important;
    transition: all 0.2s ease-in-out !important;
    width: 24px !important;
  }
  .hamburger-inner::after {
    right: 0 !important;
    transition: all 0.2s ease-in-out !important;
    width: 17px !important;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    width: 30px !important;
  }
  /* Mobile Language Menu =================================================== */
  .header-mobile-language-menu {
    flex: 0 0 200px;
  }
  .header-mobile-language-menu__item {
    font-size: 1.1666666667rem;
    line-height: 1.7142857143em;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0;
    text-transform: uppercase;
    list-style: none;
  }
  .header-mobile-language-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header__mobile-menus {
    display: flex;
    margin: 25px 0 0;
  }
  .header__mobile-menus--hidden {
    opacity: 0;
  }
  /* Mobile Menu Button =================================================== */
  .header__mobile-menu-button {
    font-size: 1.3333333333rem;
    align-items: center;
    background: #FAA829;
    border: 0;
    color: #fff;
    display: flex;
    font-weight: 400;
    height: 48px;
    justify-content: center;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 5000;
  }
  .header__mobile-menu-button:hover {
    background: #D99A1C;
  }
  .header__mobile-menu-button--hidden {
    opacity: 0;
  }
  /* Mobile Primary Nav =================================================== */
  .header__primary-nav {
    background: #39270B;
    background-size: calc(100% + 30px) auto;
    left: -15px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    top: 60px;
    transition: all 0.2s ease-in-out;
    width: calc(100% + 30px);
    z-index: 0;
  }
  .header__primary-nav--open {
    max-height: 2000px;
    min-height: 100vh;
    padding-bottom: 50px;
  }
  .header__primary-nav::before {
    background: url("assets/images/nav_bg.jpg") top right no-repeat;
    background-size: 150% auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /* Mobile Primary Menu =================================================== */
  .header-primary-menu {
    margin: 10px 0 30px;
    position: relative;
    z-index: 5000;
  }
  .header-primary-menu__item {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
    color: #FAA829;
    font-weight: 600;
    list-style: none;
    max-height: 800px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0.5s;
    white-space: nowrap;
  }
  .header-primary-menu__item--open {
    padding-left: 40px;
  }
  .header-primary-menu__item--closed {
    padding-left: 0;
  }
  .header-primary-menu > .header-primary-menu__item--has-children::before,
  .header-primary-menu > .header-primary-menu__item--has-children::after {
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 15px;
  }
  .header-primary-menu > .header-primary-menu__item--has-children::before {
    content: "\f053";
    opacity: 0;
  }
  .header-primary-menu > .header-primary-menu__item--has-children::after {
    content: "\f054";
  }
  .header-primary-menu__item--open.header-primary-menu__item--has-children::after {
    animation: nav-right-arrow-open 0.25s 0.5s 1 forwards;
    opacity: 1;
    right: 18px;
  }
  .header-primary-menu__item--open.header-primary-menu__item--has-children::before {
    animation: nav-left-arrow-open 0.25s 0.5s 1 forwards;
    right: 18px;
    opacity: 0;
  }
  .header-primary-menu__item--closed.header-primary-menu__item--has-children::after {
    animation: nav-right-arrow-close 0.25s 0.5s 1 forwards;
    opacity: 0;
    right: calc(100% - 9px);
  }
  .header-primary-menu__item--closed.header-primary-menu__item--has-children::before {
    animation: nav-left-arrow-close 0.25s 0.5s 1 forwards;
    opacity: 1;
    right: calc(100% - 9px);
  }
  .header-primary-menu__link {
    align-items: center;
    color: inherit;
    display: flex;
    height: 55px;
    overflow: hidden;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-primary-menu__link--hidden {
    animation: nav-fade-out 0.5s 0s 1 forwards;
    opacity: 1;
  }
  .header-primary-menu__link--visible {
    animation: nav-fade-in 0.25s 1s 1 forwards;
    height: 0;
  }
  .header-primary-menu__link::after {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 54px;
    width: 100%;
  }
  .header-primary-menu__link--visible::after {
    opacity: 1;
    transition: all 0s linear 1.25s;
  }
  .header-primary-menu__item--open .header-primary-menu__link--visible::after,
  .header-primary-menu__link--hidden::after {
    opacity: 0;
    transition: all 0s linear;
  }
  .header-primary-menu__sub-menu--1 {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
  }
  .header-primary-menu__sub-menu--1--open {
    opacity: 1;
    max-height: 800px;
    transition: all 0.5s ease-in-out 0.5s;
  }
  .header-primary-menu__sub-menu--1--closed {
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease-in-out 0.5s;
  }
  .header-primary-menu__sub-menu--1__item {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    list-style: none;
    opacity: 1;
    position: relative;
    text-transform: none;
  }
  .header-primary-menu__sub-menu--1__item:not(:first-child) {
    margin-top: 15px;
  }
  .header-primary-menu__sub-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header-primary-menu__sub-menu--2 {
    background: none;
    padding: 0 0 15px;
    pointer-events: none;
    position: static;
  }
  .header-primary-menu__sub-menu--2__item {
    font-size: 1.0833333333rem;
    line-height: 1.8461538462em;
    color: #fff;
    font-weight: 400;
    list-style: none;
    margin: 5px 0 0;
    position: relative;
  }
  /* Mobile Search Form =================================================== */
  .header__mobile-search-form {
    margin: 30px 0 0;
    position: relative;
    width: 100%;
    z-index: 5000;
  }
  .header-mobile-search-form__input {
    font-size: 1.3333333333rem;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #707070;
    border-radius: 0;
    color: #fff;
    font-family: "colfax-web", sans-serif;
    font-weight: 400;
    height: 58px;
    outline: 0;
    padding: 0 60px 0 25px;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .header-mobile-search-form__input::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .header-mobile-search-form__input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .header-mobile-search-form__submit {
    background: 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0 20px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-mobile-search-form__submit .fa {
    color: #FAA829;
  }
  .header-mobile-search-form__submit .fa {
    font-size: 1.8333333333rem;
    transition: all 0.2s ease-in-out;
  }
  /* Mobile Social Media =================================================== */
  .header__primary-nav .social-media-widget {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
    pointer-events: auto;
    transition: all 0.2s ease-in-out;
  }
  .header__primary-nav .social-media-widget::after {
    background: url("assets/images/USSOY_white.svg") no-repeat;
    background-size: 70px auto;
    content: "";
    flex: 0 0 70px;
    height: 25px;
    margin: 30px 0 0;
    width: 70px;
  }
  .header__primary-nav .social-media__link {
    height: 30px;
    pointer-events: auto;
    width: 30px;
  }
  .header__primary-nav .social-media-widget--hidden {
    opacity: 0;
  }
  /* Mobile Utility Menu =================================================== */
  .header-mobile-utility-menu {
    flex: 0 0 auto;
  }
  .header-mobile-utility-menu__item {
    font-size: 1.1666666667rem;
    line-height: 1.7142857143em;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0;
    text-transform: uppercase;
    list-style: none;
  }
  .header-mobile-utility-menu__link {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
}
/* Footer =================================================== */
.footer-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 90px 0 0;
  min-height: 260px;
  padding: 65px 0 60px;
  position: relative;
  width: 100%;
  z-index: 5000;
}

.footer-cta__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.footer-cta__obj-fit-image-wrapper::after {
  background: rgba(57, 39, 11, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-cta__headline {
  color: #fff;
  text-align: center;
}

.footer-cta__text {
  color: #fff;
  margin: 0.75em 0 0;
  text-align: center;
}

.footer-cta__button {
  margin: 25px auto 0;
  text-align: center;
}

.footer {
  background: #39270B;
  padding: 70px 0 55px;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 30px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.footer__branding {
  grid-column: 1/1;
  grid-column-end: 3;
}

.footer__site-logo {
  height: auto;
  width: 100%;
}

.footer__logos {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
  width: 100%;
}

.footer__logo-sep {
  background: #fff;
  height: 22px;
  margin: -2px 5px 0;
  width: 1px;
}

.footer__logo {
  flex: 0 1 auto;
}

.footer__logo-image {
  height: auto;
  max-width: 100%;
}

.footer__nav {
  grid-column: 5/5;
  grid-column-end: -1;
}

.footer-menu {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr;
}

.footer-menu__item:nth-child(1) {
  grid-column: 1/1;
  grid-row: 1/4;
}

.footer-menu__item:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1/4;
}

.footer-menu__item:nth-child(3) {
  grid-column: 3/3;
  grid-row: 1/1;
}

.footer-menu__item:nth-child(4) {
  grid-column: 3/3;
  grid-row: 2/2;
}

.footer-menu__item:nth-child(5) {
  grid-column: 3/3;
  grid-row: 3/3;
}

.footer-menu__item:nth-child(6) {
  grid-column: 4/4;
  grid-row: 1/4;
}

.footer-menu__item {
  font-size: 1.3333333333rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: 600;
  list-style: none;
  text-transform: uppercase;
}

.footer-menu__link {
  color: inherit;
  text-decoration: none;
}

.footer-menu__sub-menu__item {
  color: #fff;
  list-style: none;
  text-transform: none;
}

.footer-menu__sub-menu__link {
  color: inherit;
  text-decoration: none;
}

.footer-menu__sub-menu--1 {
  margin: 0.375em 0 0;
}

.footer-menu__sub-menu--2 {
  margin: 0 0 0.6666666667em 10px;
}

.footer-menu__sub-menu--2__item {
  font-size: 0.75rem;
  line-height: 2em;
}

.footer-bar-wrapper {
  background: #221705;
}

.footer-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 53px;
  justify-content: space-between;
}

.footer-bar__tagline {
  font-size: 1.1666666667rem;
  line-height: 1.7142857143em;
  color: #fff;
}

.footer-bar-menu {
  align-items: center;
  display: flex;
  height: 53px;
  justify-content: flex-end;
}

.footer-bar-menu__item {
  color: #fff;
  list-style: none;
}

.footer-bar-menu__item:not(:first-child) {
  margin-left: 35px;
}

.footer-bar-menu__link {
  color: inherit;
  text-decoration: none;
}

/* Social Media Links =================================================== */
.social-media {
  display: flex;
  margin: 30px 0 0;
}

.social-media__item {
  list-style: none;
}

.social-media__link {
  align-items: center;
  background: #FAA829;
  border-radius: 50%;
  color: #39270B;
  display: flex !important;
  font-size: 15px !important;
  height: 25px;
  justify-content: center;
  list-style: none;
  margin: 0 10px 0 0;
  text-decoration: none;
  width: 25px;
}

.social-media__link:hover {
  background: #D99A1C;
}

@media only screen and (max-width: 990px) {
  .footer-cta {
    margin: 45px 0 0;
  }
  .footer__branding {
    grid-column: 1/1;
    grid-column-end: 3;
  }
  .footer__nav {
    grid-column: 4/4;
    grid-column-end: -1;
  }
}
@media only screen and (max-width: 767px) {
  .footer__branding {
    grid-column: 1/1;
    grid-column-end: 5;
  }
  .footer__nav {
    grid-column: 6/6;
    grid-column-end: -1;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu__sub-menu {
    display: none;
  }
  .footer-menu__item {
    font-size: 1rem;
    line-height: 2em;
    text-transform: uppercase;
  }
  .footer-bar__tagline {
    display: none;
  }
  .footer-bar-menu__item:not(:first-child) {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__branding {
    grid-column: 1/1;
    grid-column-end: 6;
  }
  .footer__nav {
    grid-column: 7/7;
    grid-column-end: -1;
  }
}
/* 40th Anniversary Sticky Nav =================================================== */
.op-40th-anniversary-sticky-nav {
  background: var(--brown);
  position: sticky;
  top: 58px;
  z-index: 6150;
}

.op-40th-anniversary-menu {
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  justify-content: space-between;
  row-gap: 15px;
}

.op-40th-anniversary-menu__item {
  color: #fff;
  font-weight: 600;
  list-style: none;
}

.op-40th-anniversary-menu__link {
  color: inherit;
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}

.op-40th-anniversary-menu__link::after {
  background: var(--yellow);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (pointer: fine) {
  .op-40th-anniversary-menu__link:hover {
    color: var(--yellow);
  }
  .op-40th-anniversary-menu__link:hover::after {
    height: 3px;
  }
}
/* Breadcrumbs =================================================== */
.breadcrumbs-wrapper {
  min-height: 73px;
  overflow: hidden;
}

.breadcrumbs {
  color: #fff;
  margin: 25px 0 30px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  color: #FAA829;
}

/* Congratulatory Messages =================================================== */
.op-congratulatory-messages {
  padding: 100px 0 85px;
  position: relative;
}

.op-congratulatory-messages::after {
  background: rgba(0, 115, 68, 0.88);
  -webkit-backdrop-filter: blur(14px) brightness(85%);
  backdrop-filter: blur(14px) brightness(85%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.op-congratulatory-messages__background-image {
  z-index: 3000;
}

.op-congratulatory-messages__content {
  position: relative;
  z-index: 5000;
}

.op-congratulatory-messages__article.op-article h1 + p {
  margin-top: 1.4117647059em;
}

.op-congratulatory-messages__carousel {
  margin: 40px 0 0;
  position: relative;
  z-index: 5000;
}

.op-congratulatory-messages__slide {
  padding: 10px;
}

.op-congratulatory-messages__message {
    background: #fff;
    border-radius: 23px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 60px 45px 30px;
    height: 665px;
    max-height: 665px!important;
    overflow-y: auto!important;
}

.op-congratulatory-messages__title {
  color: var(--green);
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 auto 25px;
  text-align: center;
}

.op-congratulatory-messages__navigation {
  align-items: center;
  display: flex;
  gap: 65px;
  justify-content: center;
  margin: 10px 0 0;
}

.op-congratulatory-messages__prev,
.op-congratulatory-messages__next {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  flex: 0 0 60px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.op-congratulatory-messages__prev::before,
.op-congratulatory-messages__next::before {
  background: url("assets/images/thin-arrow-white.svg") no-repeat center center;
  content: "";
  grid-column: 1/1;
  grid-row: 1/1;
  height: 35px;
  margin: 0 -5px 0 0;
  width: 19px;
}

.op-congratulatory-messages__prev::before {
  margin: 0 0 0 -5px;
  scale: -1;
}

.op-congratulatory-messages__pagination {
  display: flex;
  gap: 25px;
}
.op-congratulatory-messages__pagination .swiper-pagination-bullet {
  background: #fff !important;
  flex: 0 0 13px;
  height: 13px !important;
  opacity: 1 !important;
  width: 13px !important;
}
.op-congratulatory-messages__pagination .swiper-pagination-bullet-active {
  background: var(--yellow) !important;
}

/* Content List =================================================== */
ul.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 75%;
}
ul.contact-list li {
  align-items: flex-end;
  background: none;
  border: 0;
  border-bottom: 1px solid #E0DACD;
  color: #68961D;
  display: flex;
  flex: 0 0 calc(50% - 15px);
  font-weight: 600;
  padding: 10px 20px 10px 0;
  position: relative;
  text-transform: none;
}
ul.contact-list li + li {
  margin: 0;
}
ul.contact-list li::after {
  bottom: 10px;
  color: #39270B;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 0;
}
ul.contact-list a {
  color: inherit;
  text-decoration: none;
}
ul.contact-list a:hover {
  background: none;
  border-color: #fff;
  color: #FAA829;
}

/* Directory =================================================== */
.directory {
  background: #fff;
  margin: -55px 0 0;
  position: relative;
  z-index: 5000;
}

.directory__search {
  padding: 35px 35px 50px;
}

.directory__search-form {
  position: relative;
}

.directory-search-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-radius: 0;
  color: #39270B;
  font-family: "colfax-web", sans-serif;
  height: 43px;
  outline: 0;
  padding: 0 25px 0 50px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.directory-search-form__input::-moz-placeholder {
  color: #39270B;
  opacity: 1;
}

.directory-search-form__input::placeholder {
  color: #39270B;
  opacity: 1;
}

.directory-search-form__submit {
  background: 0;
  color: #D99A1C;
  border: 0;
  left: 0;
  outline: 0;
  padding: 0 15px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.directory-search-form__submit:hover {
  cursor: pointer;
}

.directory-search-form__submit:hover .fa {
  color: #D99A1C;
}

.directory-search-form__submit .fa {
  font-size: 1.8333333333rem;
  transition: all 0.2s ease-in-out;
}

.directory-search__buttons {
  display: none;
}

.directory__sidebar {
  background: #39270B;
  border-left: 4px solid #D99A1C;
  padding: 20px 20px 30px 16px;
  transition: all 0.3s ease-in-out;
}

.directory-sidebar__headline {
  color: #FAA829;
}

.directory-sidebar__close {
  display: none;
}

.directory-sidebar__subheadline {
  border-top: 1px solid #776C4F;
  color: #FAA829;
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
}

.directory-sidebar__filters {
  margin: 1em 0 0;
}

.directory-sidebar__filter {
  color: #fff;
  list-style: none;
  text-transform: none;
}

.directory-sidebar__filter--checked {
  color: #FAA829;
}

.directory-sidebar__filter-label {
  align-items: center;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.directory-sidebar__filter-input {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #39270B;
  border: 1px solid #fff;
  border-radius: 0;
  display: flex;
  height: 11px;
  justify-content: center;
  margin: -2px 15px 0 0;
  outline: 0;
  position: relative;
  width: 11px;
}

.directory-sidebar__filter-input:checked {
  border: 1px solid #FAA829;
}

.directory-sidebar__filter-input::before {
  display: none;
}

.directory-sidebar__filter-input:checked::before {
  font-size: 0.5833333333rem;
  content: "✓";
  color: #FAA829;
  content: "\f00c";
  display: block;
  font-family: FontAwesome;
  margin: 0;
  padding: 0;
  text-align: center;
}

.directory-sidebar__reset-button {
  cursor: pointer;
  margin: 20px 0 0;
  outline: 0;
  width: 100%;
}

.directory-sidebar__link {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  color: #68961D;
  display: block;
  margin: 20px 0 0;
  padding: 25px 50px 25px 21px;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

.directory-sidebar__link:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  color: #D99A1C;
}

.directory-sidebar__link::after {
  color: #39270B;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.directory-sidebar__link-text {
  display: block;
  margin: 0.5em 0 0;
}

/* Events =================================================== */
.events-list-sidebar__subheadline:first-child {
  border-top: 0;
  margin: 0.75em 0 0;
  padding: 0;
}

.events-list-sidebar__subheadline {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.events-list__event {
  display: block;
  overflow: hidden;
  padding: 30px 0;
}

.events-list .events-list__event {
  animation: pop-in 0.5s 0.25s 1 forwards;
  opacity: 0;
  transform: scale(0);
}

.directory__member--hidden,
.events-list__event--hidden {
  animation: pop-out 0.25s;
}

.events-list__event:first-child {
  padding-top: 0;
}

.events-list__event + .events-list__event {
  border-top: 1px solid #E0DACD;
}

.events-list-event__headline {
  margin: 0.3em 0 0;
}

.events-list-event__headline + .events-list-event__label {
  margin-top: 1.2em;
}

.events-list-event__link {
  color: inherit;
  text-decoration: none;
}

.events-list-event__link:hover {
  color: #D99A1C;
}

.events-list-event__dates {
  align-items: center;
  display: flex;
  margin: 1em 0 0;
}
.events-list-event__dates .fa-clock {
  margin: -1px 3px 0 0;
}

.events-list-event__end-date::before {
  content: " –";
  margin: 0 3px;
}

.events-list-event__location .fa-map-marker-alt {
  font-size: 14px;
  margin: 0 2px 0 0;
}

.events-list-event__links {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
}

.events-list-event__more-link {
  align-items: center;
  color: #D99A1C;
  display: flex;
  flex: 0 0 auto;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.events-list-event__button + .events-list-event__more-link {
  margin-left: 25px;
}

.events-list-event__more-link:hover {
  color: #BF8717;
}
.events-list-event__more-link:hover .events-list-event-more-link__plus path {
  stroke: #BF8717;
}

.events-list-event-more-link__plus {
  flex: 0 0 13px;
  height: 13px;
  margin: -2.5px 6px 0 0;
  width: 13px;
}

@-moz-document url-prefix() {
  .events-list-event-more-link__plus {
    margin-top: -1px;
  }
}
.events-list-event-more-link__plus path {
  stroke: #D99A1C;
}

.events-list-event__button {
  margin: 0;
}

/* Featured Post =================================================== */
.featured-post {
  padding: 90px 0 0;
  position: relative;
}

.featured-post__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.featured-post__content {
  background: rgba(255, 255, 255, 0.9);
  border-left: 6px solid #FAA829;
  margin: 0 0 75px;
  padding: 30px 35px;
}

.featured-post__content:hover {
  border-color: #D99A1C;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px;
}
.featured-post__content:hover .featured-post__headline {
  color: #BF8717;
}

.featured-post__link {
  color: inherit;
  text-decoration: none;
}

.featured-post__link:hover {
  color: #D99A1C;
}

.featured-post__link {
  color: inherit;
  text-decoration: none;
}

.featured-post__label + .featured-post__headline {
  margin: 0.3529411765em 0 0;
}

.featured-post__dates {
  align-items: center;
  display: flex;
  margin: 1.5em 0 0;
}
.featured-post__dates .fa-clock {
  margin: -1px 3px 0 0;
}

.featured-post__end-date::before {
  content: " –";
  margin: 0 3px;
}

.featured-post__location .fa-map-marker-alt {
  font-size: 14px;
  margin: 0 2px 0 0;
}

.featured-post__excerpt {
  margin: 0.75em 0 0;
}

.featured-post__links {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
}

.featured-post__more-link {
  align-items: center;
  color: #D99A1C;
  display: flex;
  flex: 0 0 auto;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.featured-post__button + .featured-post__more-link {
  margin-left: 25px;
}

.featured-post__more-link:hover {
  color: #BF8717;
}
.featured-post__more-link:hover .featured-post-more-link__plus path {
  stroke: #BF8717;
}

.featured-post-more-link__plus {
  flex: 0 0 13px;
  height: 13px;
  margin: -2.5px 6px 0 0;
  width: 13px;
}

@-moz-document url-prefix() {
  .featured-post-more-link__plus {
    margin-top: -1px;
  }
}
.featured-post-more-link__plus path {
  stroke: #D99A1C;
}

.featured-post__button {
  margin: 0;
}

.featured-post__upcoming-events-carousel {
  background: rgba(57, 39, 11, 0.75);
  position: relative;
  padding: 45px 0 35px;
}
.featured-post__upcoming-events-carousel .upcoming-events-carousel__link {
  color: #D99A1C;
}
.featured-post__upcoming-events-carousel .upcoming-events-carousel__link:hover {
  color: #BF8717;
}

/* Featured Event =================================================== */
.featured-event {
  margin: -73px 0 0;
  padding: 90px 0 130px;
}

.featured-event__content {
  margin: 0;
}

/* Featured Resource =================================================== */
.featured-resource {
  margin: 20px 0 0;
  padding: 35px 20px;
  position: relative;
}
.featured-resource .featured-resource__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.featured-resource .featured-resource__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(60, 60, 60, 0.9) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-resource .featured-resource__title {
  color: #fff;
}
.featured-resource .featured-resource__link {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.featured-resource .featured-resource__file-meta {
  display: flex;
  margin: 2em 0 2em;
  width: 100%;
}
.featured-resource .featured-resource__type {
  color: #fff;
  margin: 0;
}
.featured-resource .featured-resource__filesize {
  color: #fff;
  margin: 0 0 0 5px;
}
.featured-resource .featured-resource__more {
  margin: 75px 0 0;
}
.featured-resource .featured-resource__more:hover {
  color: #fff;
}

/* Fun Facts =================================================== */
.op-fun-facts {
  background: #fff;
  overflow: hidden;
  padding: 190px 0 50px;
  position: relative;
}

.op-fun-facts__background-pattern-wrapper {
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  right: -150px;
  top: -300px;
  transition: opacity 0.2s ease-in-out;
}

.op-fun-facts__background-pattern {
  background: url("assets/images/IMG_Soil1_BKGD.jpg") top left no-repeat;
  background-size: 955px 801px;
  height: 369px;
  pointer-events: none;
  transform: rotate(36deg);
  width: 270px;
}

.op-fun-facts__carousel {
  margin: 60px 0 0;
}
.op-fun-facts__carousel .swiper-slide {
  height: auto !important;
}

.op-fun-facts__slide {
  display: flex;
  height: 100%;
  padding: 10px;
}

.op-fun-facts__card {
  background: #fff;
  display: grid;
  flex: 1 0 100%;
  height: 100%;
  padding: 10px 0 0;
}

.op-fun-facts__card:hover .op-fun-facts__card-front {
  opacity: 0;
}
.op-fun-facts__card:hover .op-fun-facts__card-back {
  opacity: 1;
}

.op-fun-facts__card-front {
  align-items: center;
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 60px;
  grid-column: 1/1;
  grid-row: 1/1;
  height: auto;
  justify-content: center;
  padding: 55px 45px;
  pointer-events: none;
}

.op-fun-facts__number {
  color: var(--gray);
  font-family: "Roboto Slab", serif;
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 114px;
  text-align: center;
}

.op-fun-facts__title {
  color: var(--green);
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}

.op-fun-facts__read-more {
  font-weight: 700;
  margin: 60px 0 0;
  text-align: center;
  text-decoration: underline;
}

.op-fun-facts__card-back {
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  grid-column: 1/1;
  grid-row: 1/1;
  height: 100%;
  max-height: 560px;
  opacity: 0;
  padding: 60px 0 60px 35px;
}

.op-fun-facts__card-back-title {
  background: #fff;
  color: var(--green);
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  flex: 0 0 auto;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0 35px 0 0;
}

.op-fun-facts__article {
  flex: 0 1 auto;
  margin: 35px 0 0;
  padding: 0 35px 0 0;
}

.op-fun-facts__navigation {
  align-items: center;
  display: flex;
  gap: 65px;
  justify-content: center;
  margin: 10px 0 0;
}

.op-fun-facts__prev,
.op-fun-facts__next {
  align-items: center;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  flex: 0 0 60px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.op-fun-facts__prev::before,
.op-fun-facts__next::before {
  background: url("assets/images/thin-arrow.svg") no-repeat center center;
  content: "";
  grid-column: 1/1;
  grid-row: 1/1;
  height: 35px;
  margin: 0 -5px 0 0;
  width: 19px;
}

.op-fun-facts__prev::before {
  margin: 0 0 0 -5px;
  scale: -1;
}

.op-fun-facts__pagination {
  display: flex;
  gap: 25px;
}
.op-fun-facts__pagination .swiper-pagination-bullet {
  background: #C7C7C7 !important;
  flex: 0 0 13px;
  height: 13px !important;
  opacity: 1 !important;
  width: 13px !important;
}
.op-fun-facts__pagination .swiper-pagination-bullet-active {
  background: var(--green) !important;
}

/* Google Maps =================================================== */
.op-gmap {
  height: 290px;
  margin: 30px 0 0;
  width: 100%;
}

/* Hero (Landing Page) =================================================== */
.op-hero-landing-page {
  background: #fff;
  overflow: hidden;
}

.op-hero-landing-page__content {
  position: relative;
}

.op-hero-landing-page__background-pattern-1-wrapper {
  left: -225px;
  position: absolute;
  top: 110px;
  transition: opacity 0.2s ease-in-out;
  z-index: 3000;
}

.op-hero-landing-page__background-pattern-1 {
  background: url("assets/images/IMG_Soil1_BKGD.jpg") top right no-repeat;
  background-size: 955px 801px;
  height: 369px;
  mix-blend-mode: multiply;
  transform: rotate(36deg);
  width: 439px;
}

.op-hero-landing-page__background-pattern-2-wrapper {
  opacity: 1;
  position: absolute;
  right: -610px;
  top: -320px;
  transition: opacity 0.2s ease-in-out;
  z-index: 5010;
}

.op-hero-landing-page__background-pattern-2 {
  background: url("assets/images/IMG_Soybeans1_Right.png") no-repeat;
  height: 1333px;
  transform: rotate(-16deg);
  width: 1008px;
}

.op-hero-landing-page__graphics {
  align-items: center;
  aspect-ratio: 1920/656;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  position: relative;
}

.op-hero-landing-page__graphics::before {
  aspect-ratio: 1469/262;
  background: url("assets/images/chinese-script.png") center center no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: auto;
  left: 50%;
  max-width: 1469px;
  opacity: 0.35;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5010;
  width: calc(100% - 60px);
}

.op-homepage-hero__video {
  z-index: 5000;
}

.op-hero-landing-page__logo {
  height: auto;
  margin: 100px auto 0;
  max-height: 100%;
  max-width: 294px;
  position: relative;
  width: 100%;
  z-index: 5010;
}

.op-hero-landing-page__article.op-article {
  margin: 50px 0 0;
  position: relative;
  z-index: 5000;
}
.op-hero-landing-page__article.op-article h1 + p {
  margin-top: 1.4117647059em;
}

.op-hero-landing-page__leaders {
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: flex;
  justify-content: center;
  margin: 50px 0 200px;
}

.op-hero-landing-page__leader {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.op-hero-landing-page-leader__image-wrapper {
  border-radius: 50%;
  height: 150px;
  position: relative;
  width: 150px;
}

.op-hero-landing-page-leader__name {
  color: var(--brown);
  font-weight: 400;
  text-align: center;
}

.op-hero-landing-page-leader__title {
  text-align: center;
}

/* Initiatives =================================================== */
.initiatives .initiatives__initiative {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 30px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.initiatives .initiatives__initiative + .initiatives__initiative {
  border-top: 1px solid #E0DACD;
}
.initiatives .initiatives__initiative--has-thumbnail {
  grid-template-columns: calc(37.5% - 15px) calc(62.5% - 15px);
}
.initiatives .initiative__image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 73.5%;
  position: relative;
  width: 100%;
}
.initiatives .initiative__text {
  margin: 1em 0 0;
}
.initiatives .initiative__link-icon {
  margin: 0 5px 0 0;
}
.initiatives .initiatives__link-wrapper {
  margin: 1em 0 0;
}
.initiatives .initiative__link {
  color: #D99A1C;
  display: block;
}

/* Market Chart =================================================== */
.market-chart {
  margin: 45px 0 0;
}

.market-chart__title {
  margin: 0 0 1.2em;
}

/* Market Insights =================================================== */
.market-insights {
  margin: 65px 0 0;
}

.market-insights__headline {
  text-align: center;
}

.market-insights__links {
  margin: 50px 0 0;
}

.market-insights__snapshots-link,
.market-insights__conversion-calculator-link {
  align-items: center;
  background: #00693C;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 20px 35px;
  text-align: center;
  text-decoration: none;
}

.market-insights__snapshots-text,
.market-insights__conversion-calculator-text {
  color: #fff;
  display: block;
  margin: 0.5em 0 0;
  text-align: center;
}

.market-insights__snapshots-link {
  background: #00693C;
}

.market-insights__snapshots-link::before {
  background: url("assets/images/market-snapshots.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 44px;
  margin: 0 0 20px;
  width: 44px;
}

.market-insights__snapshots-link:hover {
  background: #005732;
}

.market-insights__conversion-calculator-link {
  background: #68961D;
  margin: 20px 0 0;
}

.market-insights__conversion-calculator-link::before {
  background: url("assets/images/calculator.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 50px;
  margin: 0 0 20px;
  width: 44px;
}

.market-insights__conversion-calculator-link:hover {
  background: #5A8415;
}

.market-insights__link {
  align-items: center;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  color: #D99A1C;
  display: flex;
  margin: 20px 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  width: 100%;
}

.market-insights__link:hover {
  color: #BF8717;
}
.market-insights__link:hover .market-insights-link__plus path {
  stroke: #BF8717;
}

.market-insights-link__plus {
  flex: 0 0 13px;
  height: 13px;
  margin: -2.5px 6px 0 0;
  width: 13px;
}

@-moz-document url-prefix() {
  .market-insights-link__plus {
    margin-top: -1px;
  }
}
.market-insights-link__plus path {
  stroke: #D99A1C;
}

/* Masthead =================================================== */
.masthead {
  background: #39270B;
  margin: 0 0 20px;
  min-height: 200px;
  position: relative;
  width: 100%;
}

.masthead + .subpage-columns {
  margin-top: 40px;
}

.masthead__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.masthead__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(28, 19, 6, 0.64) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.masthead__headline {
  color: #fff;
}

/* Member Directory =================================================== */
.member-directory__member-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.member-directory__member {
  animation: pop-in 0.5s 0.25s 1 forwards;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  cursor: pointer;
  display: block;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transform: scale(0);
}

.directory__member--hidden,
.member-directory__member--hidden {
  animation: pop-out 0.25s;
}

.member-directory__member:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.member-directory__member:hover .member-directory-member__name {
  color: #D99A1C;
}
.member-directory__member:hover .member-directory-member__more-link {
  color: #BF8717;
}
.member-directory__member:hover .member-directory-member__more-link .member-directory-member-more-link__plus path {
  stroke: #BF8717;
}

.member-directory-member__image-wrapper {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  min-height: 108px;
  overflow: hidden;
  position: relative;
  width: 108px;
}

.member-directory-member__image {
  display: block;
  height: auto;
  max-height: 99%;
  max-width: 99%;
}

.member-directory-member__name {
  color: #68961D;
}

.member-directory-member__class {
  margin: 0.5em 0 0;
}

.member-directory-member__more-link {
  align-items: center;
  color: #D99A1C;
  display: flex;
  flex: 0 0 auto;
  margin: 2em 0 0;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.member-directory-member-more-link__plus {
  flex: 0 0 13px;
  height: 13px;
  margin: -2.5px 6px 0 0;
  width: 13px;
}

@-moz-document url-prefix() {
  .member-directory-member-more-link__plus {
    margin-top: -1px;
  }
}
.member-directory-member-more-link__plus path {
  stroke: #D99A1C;
}

.member-directory-member__popup {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: calc(22.2% - 11px) calc(44.4% - 11px) calc(33.3% - 11px);
  padding: 30px 16px;
  position: relative;
}

.member-directory-member-popup__close {
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.member-directory-member-popup__image {
  grid-row: 1/1;
}

.member-directory-member-popup__obj-fit-image-wrapper {
  height: 108px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 108px;
}

.member-directory-member-popup__header {
  grid-column: 2/4;
  grid-row: 1/1;
}

.member-directory-member-popup__name {
  color: #68961D;
}

.member-directory-member-popup__class {
  margin: 1em 0 0;
}

.member-directory-member-popup__website {
  align-items: center;
  color: #D99A1C;
  display: inline-flex;
  list-style: none;
  margin: 0.5em 20px 0 0;
}
.member-directory-member-popup__website .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.member-directory-member-popup__website:hover {
  color: #BF8717;
}

.member-directory-member-popup__content {
  grid-column: 2/3;
}
.member-directory-member-popup__contact-info {
  grid-column: 3/-1;
  grid-row: 2/2;
}

.member-directory-member-popup__contact-title {
  margin: 0 0 1em;
}

.member-directory-member-popup__contact-info-item {
  align-items: center;
  color: #D99A1C;
  display: flex;
}
.member-directory-member-popup__contact-info-item .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.member-directory-member-popup__contact-info-item:hover {
  color: #BF8717;
}

.member-directory-member-popup__contact-info-link {
  color: inherit;
  text-decoration: underline !important;
}

/* News List =================================================== */
.news-list__search {
  padding: 35px 35px 50px;
}

.news-list__search-form {
  position: relative;
}

.news-list-search-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-radius: 0;
  color: #39270B;
  font-family: "colfax-web", sans-serif;
  height: 43px;
  outline: 0;
  padding: 0 25px 0 50px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.news-list-search-form__input::-moz-placeholder {
  color: #39270B;
  opacity: 1;
}

.news-list-search-form__input::placeholder {
  color: #39270B;
  opacity: 1;
}

.news-list-search-form__submit {
  background: 0;
  color: #D99A1C;
  border: 0;
  left: 0;
  outline: 0;
  padding: 0 15px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-list-search-form__submit:hover {
  cursor: pointer;
}

.news-list-search-form__submit:hover .fa {
  color: #D99A1C;
}

.news-list-search-form__submit .fa {
  font-size: 1.8333333333rem;
  transition: all 0.2s ease-in-out;
}

.news-list-search__buttons {
  display: none;
}

.news-list__featured-post {
  margin: 0 0 10px;
  padding: 40px 30px;
  overflow: hidden;
  position: relative;
}

@media (pointer: fine) {
  .news-list__featured-post:hover .news-list-featured-post__obj-fit-image-wrapper {
    filter: blur(3px);
    transform: scale(1.048);
  }
}
.news-list-featured-post__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.news-list-featured-post__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(60, 60, 60, 0.9) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-list-featured-post__title {
  color: #fff;
  position: relative;
  z-index: 5000;
}

.news-list-featured-post__link {
  color: inherit;
  position: relative;
  text-decoration: none;
  z-index: 5000;
}

.news-list-featured-post__link:hover {
  color: #D99A1C;
}

.news-list-featured-post__categories {
  margin: 1em 0 0;
}

.news-list-featured-post__category {
  color: #fff;
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  position: relative;
  z-index: 5000;
}

.news-list-featured-post__category-link {
  color: #fff;
  display: block;
}

.news-list-featured-post__category-link:hover {
  color: #fff;
}

.news-list-featured-post__more {
  margin: 45px 0 0;
  position: relative;
  z-index: 5000;
}

.news-list__post {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 30px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.news-list__post + .news-list__post {
  border-top: 1px solid #E0DACD;
}

.news-list__post--has-thumbnail {
  grid-template-columns: calc(33.3% - 15px) calc(66.6% - 15px);
}

@media (pointer: fine) {
  .news-list__post--has-thumbnail:hover .news-list-post__image {
    transform: translate3d(-50%, -50%, 0) scale(1.048);
  }
}
.news-list-post__image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
  width: 100%;
}

.news-list-post__label {
  margin: 0 0 0.6em;
}

.news-list-post__link {
  color: inherit;
  text-decoration: none;
}

.news-list-post__link:hover {
  color: #D99A1C;
}

.news-list-post__more {
  color: #D99A1C;
  display: block;
  margin: 1.5em 0 0;
}

.news-list-post__more:hover {
  color: #BF8717;
}

.news-list-post__categories {
  margin: 1.2em 0 0;
}

.news-list-post__category {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.news-list-post__category-link {
  color: #D99A1C;
  display: block;
}

.news-list-post__category-link:hover {
  color: #BF8717;
}

.news-list__sidebar {
  background: #39270B;
  border-left: 4px solid #D99A1C;
  padding: 20px 20px 30px 16px;
  transition: all 0.3s ease-in-out;
}

.news-list-sidebar__headline {
  color: #FAA829;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.news-list-sidebar__close {
  display: none;
}

.news-list-sidebar__list + .news-list-sidebar__headline {
  margin-top: 1em;
}

.news-list-sidebar__list {
  border-bottom: 1px solid #776C4F;
  padding: 1em 0;
}

.news-list-sidebar__list-item {
  color: #fff;
  list-style: none;
  margin: 0.5em 0 0;
  text-transform: none;
}

.news-list-sidebar__list-item--active {
  color: #FAA829;
}

.news-list-sidebar__link {
  color: inherit;
  text-decoration: none;
}

.news-list-sidebar__link:hover {
  color: #FAA829;
}

.news-list-sidebar__reset-button {
  cursor: pointer;
  margin: 20px 0 0;
  outline: 0;
  width: 100%;
}

/* News & Videos =================================================== */
.news-and-videos {
  margin: 45px 0 0;
}

.news-and-videos__header {
  align-items: center;
  display: flex;
}

.news-and-videos__headline {
  margin: 0 45px 0 0;
}

.news-and-videos__view-all {
  color: #D99A1C;
}

.news-and-videos__view-all:hover {
  color: #BF8717;
}

.news-and-videos__featured-post {
  margin: 15px 0 0;
  padding: 40px 30px;
  overflow: hidden;
  position: relative;
}

@media (pointer: fine) {
  .news-and-videos__featured-post:hover .news-and-videos-featured-post__obj-fit-image-wrapper {
    filter: blur(3px);
    transform: scale(1.048);
  }
}
.news-and-videos-featured-post__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.news-and-videos-featured-post__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(60, 60, 60, 0.9) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-and-videos-featured-post__title {
  color: #fff;
}

.news-and-videos-featured-post__link {
  color: inherit;
  text-decoration: none;
}

.news-and-videos-featured-post__link:hover {
  color: #D99A1C;
}

.news-and-videos-featured-post__categories {
  margin: 1em 0 0;
}

.news-and-videos-featured-post__category {
  color: #fff;
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.news-and-videos-featured-post__category-link {
  color: #fff;
  display: block;
}

.news-and-videos-featured-post__category-link:hover {
  color: #fff;
}

.news-and-videos-featured-post__more {
  margin: 45px 0 0;
}

.news-and-videos__post {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 30px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.news-and-videos__post + .news-and-videos__post {
  border-top: 1px solid #E0DACD;
}

.news-and-videos__post--has-thumbnail {
  grid-template-columns: calc(25% - 15px) calc(75% - 15px);
}

@media (pointer: fine) {
  .news-and-videos__post--has-thumbnail:hover .news-and-videos-post__image {
    transform: translate3d(-50%, -50%, 0) scale(1.048);
  }
}
.news-and-videos-post__image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
  width: 100%;
}

.news-and-videos-post__link {
  color: inherit;
  text-decoration: none;
}

.news-and-videos-post__link:hover {
  color: #D99A1C;
}

.news-and-videos-post__more {
  color: #D99A1C;
  display: block;
  margin: 1.5em 0 0;
}

.news-and-videos-post__more:hover {
  color: #BF8717;
}

.news-and-videos-post__categories {
  margin: 1.2em 0 0;
}

.news-and-videos-post__category {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.news-and-videos-post__category-link {
  color: #D99A1C;
  display: block;
}

.news-and-videos-post__category-link:hover {
  color: #BF8717;
}

.news-and-videos__sidebar {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0;
}

.news-and-videos__video-list {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  padding: 20px 20px 10px;
}

.news-and-videos-video-list__video {
  padding: 20px 0 10px;
}

.news-and-videos-video-list__video:first-of-type {
  padding-top: 10px;
}

.news-and-videos-video-list__video + .news-and-videos-video-list__video {
  border-top: 1px solid #E0DACD;
}

.news-and-videos-video-list__video-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-weight: 400;
  margin: 0.8em 0 0;
  text-transform: none;
}

.news-and-videos-video-list__video-text {
  margin: 0.5em 0 0;
}

.news-and-videos-market-insights__snapshots-link {
  align-items: center;
  background: #00693C;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px 20px;
  text-align: center;
  text-decoration: none;
}

.news-and-videos__video-list + .news-and-videos-market-insights__snapshots {
  margin-top: 20px;
}

.news-and-videos-market-insights__snapshots-text {
  color: #fff;
  display: block;
  margin: 0.5em 0 0;
  text-align: center;
}

.news-and-videos-market-insights__snapshots-link::before {
  background: url("assets/images/market-snapshots.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 44px;
  margin: 0 0 20px;
  width: 44px;
}

.news-and-videos-market-insights__snapshots-link:hover {
  background: #005732;
}

/* Office =================================================== */
.office {
  margin: 50px 0 0;
}
.office .office__address {
  margin: 0.75em 0;
}
.office .office__phone,
.office .office__fax {
  align-items: center;
  color: #D99A1C;
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
}
.office .office__phone .fa,
.office .office__fax .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}
.office .office__phone:hover,
.office .office__fax:hover {
  color: #BF8717;
}
.office .office__link {
  color: inherit;
}

/* Our Mission =================================================== */
.our-mission {
  padding: 95px 0 190px;
  position: relative;
}

.our-mission__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.our-mission__obj-fit-image-wrapper::after {
  background: rgba(245, 244, 242, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.our-mission__headline {
  text-align: center;
}

.our-mission__subheadline {
  text-align: center;
}

.our-mission__headline + .our-mission__subheadline {
  margin: 2.25em 0 0;
}

.our-mission__text {
  margin: 1.5em 0 0;
  text-align: center;
}

.our-mission__button {
  margin: 25px auto 0;
  text-align: center;
}

.our-mission__columns {
  background: #fff;
  margin: -130px 0 0;
  padding: 45px 25px;
}

/* Our Stories =================================================== */
.op-our-stories {
  background: var(--gray);
  padding: 50px 0 30px;
}

.op-our-stories__headline {
  background: url("assets/images/our-stories-border.svg") no-repeat center 15px;
  font-weight: 700;
  line-height: 1.0588235294em;
  margin: auto;
  min-width: 173px;
  padding: 0 30px 30px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.op-our-stories__headline span {
  background: var(--gray);
  color: var(--brown);
  display: block;
  margin: auto;
  padding: 0 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5010;
}

.op-our-stories__carousel {
  margin: 25px 0 0;
}

.op-our-stories__slide {
  padding: 10px;
}

.op-our-stories__story {
  background: #fff;
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.op-our-stories__info {
  grid-column: 1/4;
  padding: 60px 0 105px 45px;
}

.op-our-stories__title {
  color: var(--green);
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: auto;
  max-width: 16ch;
  text-align: center;
}

.op-our-stories__byline {
  color: var(--brown);
  font-family: "Roboto Slab", serif;
  font-size: 1.1666666667rem;
  font-weight: 400;
  line-height: 1.7142857143em;
  margin: 0.4285714286em 0 0;
  text-align: center;
}

.op-our-stories__image-wrapper {
  aspect-ratio: 1/1;
  margin: 50px 0 0;
  position: relative;
}

.op-our-stories__content {
  grid-column: 4/-1;
  padding: 60px 0 105px 45px;
}

.op-our-stories__article {
  max-height: 540px;
  overflow: auto;
  padding: 0 45px 0 0;
}

.op-our-stories__article::-webkit-scrollbar:horizontal {
  display: none;
}

.op-our-stories__navigation {
  align-items: center;
  display: flex;
  gap: 65px;
  justify-content: center;
  margin: 10px 0 0;
}

.op-our-stories__prev,
.op-our-stories__next {
  align-items: center;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  flex: 0 0 60px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.op-our-stories__prev::before,
.op-our-stories__next::before {
  background: url("assets/images/thin-arrow.svg") no-repeat center center;
  content: "";
  grid-column: 1/1;
  grid-row: 1/1;
  height: 35px;
  margin: 0 -5px 0 0;
  width: 19px;
}

.op-our-stories__prev::before {
  margin: 0 0 0 -5px;
  scale: -1;
}

.op-our-stories__pagination {
  display: flex;
  gap: 25px;
}
.op-our-stories__pagination .swiper-pagination-bullet {
  background: #C7C7C7 !important;
  flex: 0 0 13px;
  height: 13px !important;
  opacity: 1 !important;
  width: 13px !important;
}
.op-our-stories__pagination .swiper-pagination-bullet-active {
  background: var(--green) !important;
}

/* Page =================================================== */
.page__obj-fit-image-wrapper {
  height: 528px;
  margin: 0 0 -528px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(28, 19, 6, 0.64) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page__headline {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  margin: 70px 0 0;
  min-height: 100px;
  padding: 30px 20px;
}

.page__content {
  background: #fff;
  margin: 15px 0 0;
  min-height: 280px;
  padding: 30px 20px 35px;
}

.page-template-template-short-header .page__content {
  padding: 0 0 35px;
}

/* Region & Directories - Regions =================================================== */
.region-directories {
  margin: 60px 0 0;
  padding: 55px 0 60px;
  position: relative;
  width: 100%;
  z-index: 5000;
}

.region-directories__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.region-directories__obj-fit-image-wrapper::after {
  background: rgba(57, 39, 11, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.region-directories__headline {
  color: #fff;
  text-align: center;
}

.region_directories__regions {
  display: flex;
  margin: 45px 0 0;
}

.region_directories__regions-nav {
  flex: 0 0 168px;
}

.region_directories__regions-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #B5AB94;
  color: #221705;
  display: flex;
  padding: 20px 18px;
  text-transform: uppercase;
}

.region_directories__regions-text {
  color: #fff;
  display: none;
}

.region_directories__region {
  font-size: 1.1666666667rem;
  line-height: 1.2857142857em;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #B5AB94;
  border-width: 0 1px 1px;
  color: #68961D;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  list-style: none;
  padding: 20px 40px 20px 18px;
  position: relative;
}

.region_directories__region::after {
  color: #39270B;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.region_directories__region:hover {
  background: rgba(104, 150, 29, 0.9);
  border-color: #68961D;
  color: #fff;
}

.region_directories__region-link {
  color: inherit;
  text-decoration: none;
}

.region_directories__map {
  background: rgba(255, 255, 255, 0.75);
  flex: 1 0 auto;
  position: relative;
}

.region_directories__base-map {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.region_directories__map-region {
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (pointer: fine) {
  .region_directories__map-region--visible {
    opacity: 1;
  }
}
/* Region & Directories - CTA =================================================== */
.region-directories__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  justify-content: center;
  margin: 30px 0 0;
  min-height: 285px;
  padding: 65px 0 60px;
  position: relative;
  width: 100%;
  z-index: 5000;
}

.region-directories__cta:hover .region_directories-cta__button {
  background: #D99A1C;
}
.region-directories__cta:hover .region_directories-cta__obj-fit-image {
  filter: blur(3px);
  transform: scale(1.05);
}

.region_directories-cta__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.region_directories-cta__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.43) 66.6%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.region_directories-cta__headline {
  text-align: center;
}

.region_directories-cta__text {
  margin: 0.75em 0 0;
  text-align: center;
}

.region_directories-cta__button {
  margin: 25px auto 0;
  text-align: center;
}

/* Region & Directories - Directories =================================================== */
.region-directories__directories {
  background: rgba(0, 105, 60, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: calc(100% - 30px);
  list-style: none;
  margin: 30px 0 0;
  padding: 30px 30px 20px;
  position: relative;
}

.region_directories-directory-list__headline {
  color: #fff;
}

.region_directories-directory-list {
  margin: 10px 0 0;
}

.region_directories-directory-list__directory {
  border-bottom: 1px solid #5C8976;
  list-style: none;
  padding: 10px 0;
  position: relative;
}

.region_directories-directory-list__directory::after {
  color: #fff;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.region_directories-directory-list__directory-link {
  color: #FAA829;
  display: block;
  text-decoration: none;
}

.region_directories-directory-list__directory-link:hover {
  color: #fff;
}

.region_directories-directory-list__directory-text {
  color: #fff;
  display: block;
  margin: 0.5em 0 0;
}

/* Region Map =================================================== */
.region-map__content {
  margin: 40px 0 0;
  padding: 0 0 0 20px;
}
.region-map__content h4 + p,
.region-map__content h4 + ul,
.region-map__content h4 + ol {
  margin-top: 1em;
}

.region_map__image {
  height: auto;
  max-width: 100%;
}

/* Regional Market Insights =================================================== */
.regional-market-insights {
  margin: 35px 0 0;
}

.regional-market-insights__headline {
  margin: 0 0 0 20px;
}

.regional-market-insights__columns {
  margin: 40px 0 0;
}
.regional-market-insights__columns .wp-block-column:nth-child(2) {
  border-left: 1px solid #E0DACD;
  border-right: 1px solid #E0DACD;
}

/* Resource Center =================================================== */
.resource-center {
  display: grid;
  grid-template-columns: calc(55.55% - 15px) calc(44.44% - 15px);
  grid-column-gap: 30px;
  margin: 55px 0 0;
  position: relative;
  width: 100%;
}
.resource-center .resource-center__featured-resource {
  padding: 35px 20px;
  position: relative;
}
.resource-center .resource-center-featured-resource__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.resource-center .resource-center-featured-resource__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.43) 66.6%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.resource-center .resource-center-featured-resource__link {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.resource-center .resource-center-featured-resource__link:hover {
  color: #D99A1C;
}
.resource-center .resource-center-featured-resource__file-meta {
  display: flex;
  margin: 2.5em 0 2em;
  width: 100%;
}
.resource-center .resource-center-featured-resource__type {
  margin: 0;
}
.resource-center .resource-center-featured-resource__filesize {
  margin: 0 0 0 5px;
}
.resource-center .resource-center-featured-resource__more {
  margin: 0;
}
.resource-center .resource-center-featured-resource__more:hover {
  color: #fff;
}
.resource-center .resource-center__snapshots-link,
.resource-center .resource-center__conversion-calculator-link {
  align-items: center;
  background: #00693C;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 45px 20px;
  text-align: center;
  text-decoration: none;
}
.resource-center .resource-center__snapshots-text,
.resource-center .resource-center__conversion-calculator-text {
  color: #fff;
  display: block;
  margin: 0.5em 0 0;
  text-align: center;
}
.resource-center .resource-center__snapshots-link {
  background: #00693C;
}
.resource-center .resource-center__snapshots-link::before {
  background: url("assets/images/market-snapshots.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 44px;
  margin: 0 0 20px;
  width: 44px;
}
.resource-center .resource-center__snapshots-link:hover {
  background: #005732;
  color: #fff;
}
.resource-center .resource-center__conversion-calculator-link {
  background: #68961D;
  margin: 20px 0 0;
}
.resource-center .resource-center__conversion-calculator-link::before {
  background: url("assets/images/calculator.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 50px;
  margin: 0 0 20px;
  width: 44px;
}
.resource-center .resource-center__conversion-calculator-link:hover {
  background: #5A8415;
  color: #fff;
}

/* Resources Columns =================================================== */
.resources-columns__sidebar {
  background: #39270B;
  border-left: 4px solid #D99A1C;
  margin: 55px 0 0;
  padding: 20px 20px 30px 16px;
  transition: all 0.3s ease-in-out;
}

.resources-columns__sidebar + .resources-columns__sidebar {
  margin-top: 16px;
}

.resources-columns-sidebar__headline {
  color: #FAA829;
}

.resources-columns-sidebar__text {
  color: #fff;
  margin: 0.5em 0 0;
}

.resources-columns-sidebar__list {
  margin: 1em 0 0;
}

.resources-columns-sidebar__list-item {
  color: #FAA829;
  display: block;
  list-style: none;
  text-transform: none;
}

.resources-columns-sidebar__list-item:hover {
  color: #fff;
}

.resources-columns-sidebar__list-item + .resources-columns-sidebar__list-item {
  margin-top: 0.5em;
}

.resources-columns-sidebar__list-item--external {
  margin-left: 22px;
  text-indent: -11px;
}

.resources-columns-sidebar__link {
  color: inherit;
}
.resources-columns-sidebar__link .fa {
  margin: 0 10px 0 0;
}

/* Resource List =================================================== */
.resource-list {
  background: #fff;
  margin: 35px 0 0;
  position: relative;
  z-index: 5000;
}

/* Search Results =================================================== */
/* Sidebar =================================================== */
.sidebar {
  margin: -5px 0 0;
}

.sidebar__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 0;
  padding: 35px;
  position: relative;
  width: 100%;
  z-index: 5000;
}

.sidebar__cta:hover .sidebar-cta__button {
  background: #D99A1C;
}
.sidebar__cta:hover .sidebar-cta__obj-fit-image {
  filter: blur(3px);
  transform: scale(1.05);
}

.sidebar-cta__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sidebar-cta__obj-fit-image-wrapper::after {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.43) 66.6%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sidebar-cta__headline {
  text-align: center;
}

.sidebar-cta__text {
  color: #39270B;
  margin: 0.75em 0 0;
  text-align: center;
}

.sidebar-cta__button {
  margin: 15px auto 0;
  text-align: center;
}

.sidebar__link {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  color: #68961D;
  display: block;
  margin: 20px 0 0;
  padding: 25px 20px;
  position: relative;
  text-decoration: none;
}

.sidebar__link::after {
  color: #39270B;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar__link:hover {
  color: #D99A1C;
  box-shadow: rgba(0, 0, 0, 0.29) 0 3px 6px;
}

.sidebar-link__text {
  display: block;
  margin: 0.5em 0 0;
  text-transform: none;
}

.sidebar__office {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  margin: 20px 0 0;
  padding: 25px 20px;
}

.sidebar-office__address {
  margin: 0.5em 0;
}

.sidebar-office__phone,
.sidebar-office__fax {
  align-items: center;
  color: #D99A1C;
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
}
.sidebar-office__phone .fa,
.sidebar-office__fax .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.sidebar-office__phone:hover,
.sidebar-office__fax:hover {
  color: #BF8717;
}

.sidebar-office__link {
  color: inherit;
}

.sidebar-office__button {
  margin: 15px 0 0;
}

.sidebar__regional-director {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  display: flex;
  margin: 20px 0 0;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
}

.sidebar-regional-director__image {
  flex: 0 0 77px;
}

.sidebar-regional-director__obj-fit-image-wrapper {
  border-radius: 50%;
  height: 62px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 62px;
}

.sidebar-regional-director__headline {
  text-transform: none;
}

.sidebar-regional-director__name {
  margin: 0.5em 0 0;
}

.sidebar-regional-director__link {
  color: #D99A1C;
  display: inline-block;
  margin: 0.5em 0 0;
}

.sidebar-regional-director__link:hover {
  color: #BF8717;
}

.sidebar__subpages {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  display: block;
  margin: 20px 0 0;
  padding: 25px 20px 10px;
  position: relative;
}

.sidebar__subpages:not(:first-child) {
  margin-top: 20px;
}

.sidebar-subpages__headline {
  color: #39270B;
}

.sidebar-subpages__link-list {
  margin: 10px 0 0;
}

.sidebar-subpages__link-list-item {
  list-style: none;
}

.sidebar-subpages__link-list-item + .sidebar-subpages__link-list-item {
  border-top: 1px solid #E0DACD;
}

.sidebar-subpages__link {
  color: #68961D;
  display: block;
  list-style: none;
  padding: 10px 70px 10px 0;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

.sidebar-subpages__link:hover {
  color: #D99A1C;
}

.sidebar-subpages__link::after {
  color: #39270B;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar__text-block {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  display: block;
  margin: 20px 0 0;
  padding: 25px 20px 20px;
  position: relative;
}
.sidebar__text-block p + p {
  margin-top: 0.75em;
}
.sidebar__text-block h4 + p,
.sidebar__text-block h4 + ul,
.sidebar__text-block h4 + ol {
  margin-top: 1em;
}

/* Single Event =================================================== */
.single-event__header {
  background: #fff;
  margin: 70px 0 0;
  padding: 25px;
}

.single-event__obj-fit-image-wrapper {
  height: 0;
  margin: 0 0 25px;
  overflow: hidden;
  padding-bottom: 29%;
  position: relative;
  width: 100%;
}

.single-event__label + .single-event__headline {
  margin: 0.3529411765em 0 0;
}

.single-event__dates {
  align-items: center;
  display: flex;
  margin: 1.5em 0 0;
}
.single-event__dates .fa-clock {
  margin: -1px 3px 0 0;
}

.single-event__end-date::before {
  content: " –";
  margin: 0 3px;
}

.single-event__location .fa-map-marker-alt {
  font-size: 14px;
  margin: 0 2px 0 0;
}

.single-event__links {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
}

.single-event__button {
  margin: 0;
}

.single-event__content {
  background: #fff;
  min-height: 280px;
  padding: 0 25px;
}

.single_event__sidebar {
  margin: 190px 0 0;
}

.single_event-sidebar__contact {
  background: #F5F4F2;
  border-left: 4px solid #D99A1C;
  padding: 25px 20px;
  transition: all 0.3s ease-in-out;
}

.single_event-sidebar-contact__name {
  margin: 0.5em 0 0;
}

.single_event-sidebar-contact__contact-info-item {
  align-items: center;
  color: #D99A1C;
  display: inline-flex;
  list-style: none;
  margin: 0.5em 20px 0 0;
}
.single_event-sidebar-contact__contact-info-item .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.single_event-sidebar-contact__contact-info-item:hover {
  color: #BF8717;
}

.single_event-sidebar-contact__contact-info-link {
  color: inherit;
  text-decoration: underline !important;
}

.single_event-sidebar__contact + .single-event-sidebar__related-events {
  margin-top: 20px;
}

.single-event-sidebar__related-events {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  display: block;
  padding: 20px 15px;
  position: relative;
}

.single-event-sidebar__related-events-post {
  border-bottom: 1px solid #E0DACD;
  padding: 20px 0;
}

.single-event-sidebar__related-events-post:first-of-type {
  padding-top: 10px;
}

.single-event-sidebar-related-events__title {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-weight: 400;
  margin: 0;
}

.single-event-sidebar-related-events__link {
  color: inherit;
  text-decoration: none;
}

.single-event-sidebar-related-events__link:hover {
  color: #D99A1C;
}

.single-event-sidebar-related-events__dates {
  align-items: center;
  display: flex;
  margin: 0.6em 0 0;
}
.single-event-sidebar-related-events__dates .fa-clock {
  color: #39270B;
  margin: -1px 3px 0 0;
}

.single-event-sidebar-related-events__end-date::before {
  content: " –";
  margin: 0 3px;
}

.single-event-sidebar-related-events__location .fa-map-marker-alt {
  font-size: 14px;
  margin: 0 1px 0 0;
}

.single-event-sidebar__view-all-events {
  background: #39270B;
  color: #FAA829;
  display: block;
  padding: 15px 30px;
  width: 100%;
}

.single-event-sidebar__view-all-events:hover {
  color: #D99A1C;
}

/* Single Post =================================================== */
.op-single-post__header {
  background: #fff;
  margin: 70px 0 0;
  padding: 25px;
}

.op-single-post__categories {
  margin: 0.5em 0 0;
}

.op-single-post__category {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.op-single-post__category-link {
  color: #D99A1C;
  display: block;
}

.op-single-post__category-link:hover {
  color: #BF8717;
}

.op-single-post__meta {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0;
}

.op-single-post__social {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin: 0 0 0 20px;
}

.op-single-post__share-label {
  margin: 0 5px 0 0;
}

.op-single-post__share {
  display: flex;
}

.op-single-post__share-item {
  font-size: 1.1666666667rem;
  list-style: none;
  margin: 0 0 0 5px;
}

.op-single-post__share-link {
  color: #D99A1C;
}

.op-single-post__share-link:hover {
  color: #BF8717;
}

.op-single-post__content {
  background: #fff;
  padding: 0 25px;
}

.op-single-post__footer-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}

.op-single-post__footer-meta::before {
  background: #E0DACD;
  content: "";
  height: 1px;
  width: 100%;
}

.op-single-post__sidebar {
  margin: 190px 0 0;
}

.op-single-post-sidebar__recent-news {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  border-left: 4px solid #D99A1C;
  display: block;
  padding: 20px 15px;
  position: relative;
}

.op-single-post-sidebar__recent-news-post {
  border-bottom: 1px solid #E0DACD;
  padding: 20px 0;
}

.op-single-post-sidebar-recent-news__title {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-weight: 400;
  margin: 0;
}

.op-single-post-sidebar-recent-news__link {
  color: inherit;
  text-decoration: none;
}

.op-single-post-sidebar-recent-news__link:hover {
  color: #D99A1C;
}

.op-single-post-sidebar-recent-news__categories {
  margin: 0.6em 0 0;
}

.op-single-post-sidebar-recent-news__category {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.op-single-post-sidebar-recent-news__category-link {
  color: #D99A1C;
  display: block;
}

.op-single-post-sidebar-recent-news__category-link:hover {
  color: #BF8717;
}

.op-single-post-sidebar__view-all-news {
  background: #39270B;
  color: #FAA829;
  display: block;
  padding: 15px 30px;
  width: 100%;
}

.op-single-post-sidebar__view-all-news:hover {
  color: #D99A1C;
}

/* Single Resource =================================================== */
.op-single-resource__header {
  background: #fff;
  margin: 70px 0 0;
  padding: 25px;
}

.op-single-resource__type,
.op-single-resource__region {
  display: block;
}

.op-single-resource__filesize {
  display: block;
  margin: 0 0 0 5px;
}

.op-single-resource__category {
  display: block;
  margin: 1em 0 0;
}

.op-single-resource__meta {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0;
}

.op-single-resource__file-meta {
  display: flex;
}

.op-single-resource__download {
  margin: 25px 0 0;
}

.op-single-resource__content {
  background: #fff;
  padding: 0 25px;
}

.op-single-resource__sidebar {
  margin: 190px 0 0;
}

/* Social Media =================================================== */
.social-media-block {
  display: flex;
  margin: 20px 0 0;
}
.social-media-block .social-media-block__list {
  display: flex;
  margin: 0;
  padding: 0;
}
.social-media-block .social-media-block__item {
  list-style: none;
}
.social-media-block .social-media-block__link {
  align-items: center;
  background: #FAA829;
  border-radius: 50%;
  color: #fff;
  display: flex !important;
  font-size: 11px !important;
  height: 22px;
  justify-content: center;
  list-style: none;
  margin: 0 5px 0 0;
  text-decoration: none;
  width: 22px;
}
.social-media-block .social-media-block__link:hover {
  background: #D99A1C;
}

/* Staff Directory =================================================== */
.staff-directory__member-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.staff-directory__member {
  animation: pop-in 0.5s 0.25s 1 forwards;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  cursor: pointer;
  display: block;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transform: scale(0);
}

.directory__member--hidden,
.staff-directory__member--hidden {
  animation: pop-out 0.25s;
}

.staff-directory__member:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.staff-directory__member:hover .staff-directory-member__name {
  color: #D99A1C;
}
.staff-directory__member:hover .staff-directory-member__more-link {
  color: #BF8717;
}
.staff-directory__member:hover .staff-directory-member__more-link .staff-directory-member-more-link__plus path {
  stroke: #BF8717;
}

.staff-directory-member__obj-fit-image-wrapper {
  border-radius: 50%;
  height: 108px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  width: 108px;
}

.staff-directory-member__name {
  color: #68961D;
}

.staff-directory-member__title {
  margin: 0.6em 0 0;
}

.staff-directory-member__more-link {
  align-items: center;
  color: #D99A1C;
  display: flex;
  flex: 0 0 auto;
  margin: 1em 0 0;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.staff-directory-member-more-link__plus {
  flex: 0 0 13px;
  height: 13px;
  margin: -2.5px 6px 0 0;
  width: 13px;
}

@-moz-document url-prefix() {
  .staff-directory-member-more-link__plus {
    margin-top: -1px;
  }
}
.staff-directory-member-more-link__plus path {
  stroke: #D99A1C;
}

.staff-directory-member__popup {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  display: grid;
  gap: 30px 16px;
  grid-template-columns: calc(22.2% - 11px) calc(44.4% - 11px) calc(33.3% - 11px);
  padding: 30px 16px;
  position: relative;
}

.staff-directory-member-popup__close {
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.staff-directory-member-popup__image {
  grid-row: 1/1;
}

.staff-directory-member-popup__obj-fit-image-wrapper {
  border-radius: 50%;
  height: 108px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 108px;
}

.staff-directory-member-popup__header {
  grid-column: 2/4;
  grid-row: 1/1;
}

.staff-directory-member-popup__name {
  color: #68961D;
}

.staff-directory-member-popup__contact-info {
  display: flex;
  margin: 1em 0 0;
}

.staff-directory-member-popup__contact-info-item {
  align-items: center;
  color: #D99A1C;
  display: inline-flex;
  list-style: none;
  margin: 0 20px 0 0;
}
.staff-directory-member-popup__contact-info-item .fa {
  color: inherit;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.staff-directory-member-popup__contact-info-item:hover {
  color: #BF8717;
}

.staff-directory-member-popup__contact-info-link {
  color: inherit;
  text-decoration: underline !important;
}

.staff-directory-member-popup__social {
  grid-row: 2/2;
  padding: 0 20px;
  text-align: center;
}

.staff-directory-member-popup__social-item {
  align-items: center;
  color: #D99A1C;
  display: inline-flex;
  justify-content: center;
  list-style: none;
}
.staff-directory-member-popup__social-item .fa {
  font-size: 1.1666666667rem;
  color: inherit;
  margin: 0 10px 0 0;
}

.staff-directory-member-popup__social-item:hover {
  color: #BF8717;
}

.staff-directory-member-popup__social-link {
  color: inherit;
}

.staff-directory-member-popup__content {
  grid-row: 2/2;
}
.staff-directory-member-popup__office {
  grid-row: 2/2;
}

.staff-directory-member-popup__office-headline {
  text-transform: none;
}

.staff-directory-member-popup__office-text {
  color: #39270B;
}

.directory__more-button,
.staff-directory__more-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 48px;
  margin: 24px 0 0;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}

.directory__more-button--visible,
.staff-directory__more-button--visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.25s;
}

.directory__more-button--disabled,
.staff-directory__more-button--disabled {
  cursor: auto;
  filter: grayscale(100);
  opacity: 0.5;
}

.directory__more-button:not(.directory__more-button--disabled):hover .directory-more-button__plus-wrapper,
.directory__more-button:not(.directory__more-button--disabled):hover .staff-directory-more-button__plus-wrapper,
.staff-directory__more-button:not(.staff-directory__more-button--disabled):hover .directory-more-button__plus-wrapper,
.staff-directory__more-button:not(.staff-directory__more-button--disabled):hover .staff-directory-more-button__plus-wrapper {
  background: #D99A1C;
}
.directory__more-button:not(.directory__more-button--disabled):hover .directory-more-button__link-wrapper,
.directory__more-button:not(.directory__more-button--disabled):hover .staff-directory-more-button__link-wrapper,
.staff-directory__more-button:not(.staff-directory__more-button--disabled):hover .directory-more-button__link-wrapper,
.staff-directory__more-button:not(.staff-directory__more-button--disabled):hover .staff-directory-more-button__link-wrapper {
  color: #D99A1C;
}

.directory-more-button__plus-wrapper,
.staff-directory-more-button__plus-wrapper {
  align-items: center;
  background: #FAA829;
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.directory-more-button__plus,
.staff-directory-more-button__plus {
  height: 18px;
  width: 18px;
}

@-moz-document url-prefix() {
  .directory-more-button__plus,
  .staff-directory-more-button__plus {
    margin-top: -1px;
  }
}
.directory-more-button__plus path,
.staff-directory-more-button__plus path {
  stroke: #fff;
}

.directory-more-button__link-wrapper,
.staff-directory-more-button__link-wrapper {
  align-items: center;
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  display: flex;
  height: 48px;
  padding: 5px 25px 0;
}

.directory__no-results,
.staff-directory__no-results {
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}

.directory__no-results--visible,
.staff-directory__no-results--visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.25s;
}

/* Team Members =================================================== */
.op-team-members {
  overflow: hidden;
  padding: 110px 0 30px;
  position: relative;
}

.op-team-members__background-pattern-wrapper {
  left: -135px;
  mix-blend-mode: multiply;
  position: absolute;
  top: -510px;
  transition: opacity 0.2s ease-in-out;
}

.op-team-members__background-pattern {
  background: url("assets/images/IMG_Soil1_BKGD.jpg") bottom right no-repeat;
  background-size: 955px 801px;
  height: 369px;
  mix-blend-mode: multiply;
  width: 309px;
}

.op-team-members__member-list {
  -moz-column-gap: 155px;
  column-gap: 155px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px 0 140px;
  row-gap: 80px;
}

.op-team-members__member {
  text-decoration: none;
}

.op-team-members__image-wrapper {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.op-team-members__name {
  color: var(--green);
  margin: 1.5em 0 0;
  text-align: center;
}

.op-team-members__title {
  text-align: center;
}

.op-team-members__directory-link-wrapper {
  margin: 35px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.op-team-members__directory-link {
  display: block;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

/* Timeline =================================================== */
.op-timeline {
  background: #fff;
  padding: 140px 0 120px;
}

.op-timeline__headline {
  color: var(--brown);
  font-family: "Roboto Slab", serif;
  font-size: 2.1666666667rem;
  font-weight: 700;
  line-height: 1.3846153846em;
  text-align: center;
}
.op-timeline__headline span {
  color: var(--green);
  display: block;
  font-size: 2.8333333333rem;
  line-height: 1.0588235294em;
}

.op-timeline__nav-wrapper {
  background: #fff;
  margin: 20px 0 0;
  position: sticky;
  top: 112px;
  z-index: 6150;
}

.op-timeline__nav {
  -moz-column-gap: 70px;
  column-gap: 70px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.op-timeline__nav-wrapper--pinned {
  justify-content: space-between;
}
.op-timeline__nav-wrapper--pinned .op-timeline__nav-label {
  display: block;
}
.op-timeline__nav-wrapper--pinned .op-timeline__nav-list {
  -moz-column-gap: 65px;
  column-gap: 65px;
  flex: 0 1 auto;
  justify-content: space-between;
}

.op-timeline__nav-label {
  color: var(--green);
  display: none;
  flex: 1 0 auto;
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.op-timeline__nav-list {
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: flex;
  justify-content: center;
}

.op-timeline__nav-item {
  color: var(--brown);
  display: grid;
  font-family: "Roboto Slab", serif;
  font-size: 1.6666666667rem;
  line-height: 1.2em;
  list-style: none;
}

.op-timeline__nav-item::before {
  color: var(--green);
  content: attr(data-title);
  display: block;
  font-weight: 700;
  grid-column: 1/1;
  grid-row: 1/1;
  opacity: 0;
  overflow: hidden;
}

.op-timeline__nav-link {
  color: inherit;
  font-weight: 400;
  grid-column: 1/1;
  grid-row: 1/1;
  text-decoration: none;
}

@media (pointer: fine) {
  .op-timeline__nav-item:hover::before {
    opacity: 1;
  }
  .op-timeline__nav-item:hover .op-timeline__nav-link {
    opacity: 0;
  }
}
.op-timeline__milestones {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
}

.op-timeline__milestones::before {
  background: #F0F0F0;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(50%);
  width: 8px;
  z-index: 3000;
}

.op-timeline__milestones-highlight {
  background: var(--dark-green);
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(50%);
  width: 8px;
  z-index: 5000;
}

.op-timeline__year-wrapper {
  position: relative;
}

.op-timeline__anchor {
  position: absolute;
  top: -176px;
}

.op-timeline__decade-outline-wrapper {
  position: absolute;
  top: 250px;
}

.op-timeline__decade-outline-wrapper.op-timeline__decade-outline-wrapper--pos-left {
  right: calc(100% + 30px);
}

.op-timeline__decade-outline-wrapper.op-timeline__decade-outline-wrapper--pos-right {
  right: 160px;
}

.op-timeline__year-wrapper:nth-child(odd) .op-timeline__title::before {
  right: -90px;
}
.op-timeline__year-wrapper:nth-child(odd) .op-timeline__year-content {
  grid-column: 2/7;
  padding: 70px 40px 0 0;
  text-align: right;
}
.op-timeline__year-wrapper:nth-child(odd) .op-timeline__image-wrapper {
  grid-column: 7/12;
  padding: 0 0 0 40px;
}

.op-timeline__year-wrapper:nth-child(even) .op-timeline__title::before {
  left: -72px;
}
.op-timeline__year-wrapper:nth-child(even) .op-timeline__year-content {
  grid-column: 7/12;
  padding: 70px 0 0 40px;
}
.op-timeline__year-wrapper:nth-child(even) .op-timeline__image-wrapper {
  grid-column: 2/7;
  margin: 0 0 0 auto;
  padding: 0 40px 0 0;
}

.op-timeline__background-pattern-wrapper {
  mix-blend-mode: multiply;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}

.op-timeline__year-wrapper:nth-child(4) .op-timeline__background-pattern-wrapper {
  right: -150px;
  top: -450px;
}
.op-timeline__year-wrapper:nth-child(4) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soil1_BKGD.jpg") top left no-repeat;
  background-size: 955px 801px;
  height: 369px;
  transform: rotate(36deg);
  width: 270px;
}

.op-timeline__year-wrapper:nth-child(6) .op-timeline__background-pattern-wrapper {
  left: -140px;
  top: -200px;
}
.op-timeline__year-wrapper:nth-child(6) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soybeans_2.jpg") top left no-repeat;
  background-size: 415px 470px;
  height: 470px;
  width: 415px;
}

.op-timeline__year-wrapper:nth-child(7) .op-timeline__background-pattern-wrapper {
  right: -80px;
  top: 125px;
  transform: translateY(0) !important;
}
.op-timeline__year-wrapper:nth-child(7) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soybeans_Open_v2.jpg") top left no-repeat;
  background-size: 601px 402px;
  height: 402px;
  width: 601px;
}

.op-timeline__year-wrapper:nth-child(15) .op-timeline__background-pattern-wrapper {
  right: -140px;
  top: -200px;
}
.op-timeline__year-wrapper:nth-child(15) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soybeans_2.jpg") top left no-repeat;
  background-size: 415px 470px;
  height: 470px;
  transform: scaleX(-1);
  width: 415px;
}

.op-timeline__year-wrapper:nth-child(18) .op-timeline__background-pattern-wrapper {
  left: -135px;
  top: -510px;
}
.op-timeline__year-wrapper:nth-child(18) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soil1_BKGD.jpg") bottom right no-repeat;
  background-size: 955px 801px;
  height: 369px;
  mix-blend-mode: multiply;
  width: 309px;
}

.op-timeline__year-wrapper:nth-child(20) .op-timeline__background-pattern-wrapper {
  left: -610px;
  top: -320px;
}
.op-timeline__year-wrapper:nth-child(20) .op-timeline__background-pattern {
  background: url("assets/images/IMG_Soybeans1_Right.png") no-repeat;
  background-size: 1008px 1333px;
  height: 1333px;
  transform: rotate(-164deg) scaleY(-1);
  width: 1008px;
}

.op-timeline__decade-outline {
  background-color: #fff;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 14.5833333333rem;
  font-weight: 700;
  line-height: 175px;
  opacity: 0.15;
  text-shadow: -1px -1px 0 var(--brown), 1px -1px 0 var(--brown), -1px 1px 0 var(--brown), 1px 1px 0 var(--brown);
  transform: rotate(-90deg);
  transform-origin: top right;
}

.op-timeline__year-item {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.op-timeline__content {
  grid-row: 1/1;
}

.op-timeline__title {
  color: var(--dark-green);
  font-family: "Roboto Slab", serif;
  font-size: 8.3333333333rem;
  font-weight: 700;
  line-height: 0.96em;
  position: relative;
}

.op-timeline__title::before {
  background: #fff url("assets/images/soybean.jpg") no-repeat center center;
  background-size: 44px 34px;
  bottom: 0;
  content: "";
  height: 47px;
  position: absolute;
  width: 51px;
  z-index: 5010;
}

.op-timeline__text {
  margin: 0.75em 0 0;
}

.op-timeline__image-wrapper {
  grid-row: 1/1;
}

.op-timeline__image {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
}

/* Upcoming Events =================================================== */
.upcoming-events {
  margin: 35px 0 0;
  position: relative;
  padding: 60px 0;
}

.upcoming-events__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.upcoming-events__obj-fit-image-wrapper::after {
  background: rgba(57, 39, 11, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Upcoming Resources =================================================== */
.upcoming-resources-carousel {
  margin: 20px 0 0;
  position: relative;
  padding: 20px 25px;
}
.upcoming-resources-carousel .swiper-slide {
  height: auto;
}
.upcoming-resources-carousel .upcoming-resources-carousel__obj-fit-image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.upcoming-resources-carousel .upcoming-resources-carousel__obj-fit-image-wrapper::after {
  background: rgba(57, 39, 11, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.upcoming-resources-carousel .upcoming-resources-carousel__hgroup {
  align-items: center;
  display: flex;
  margin: 0 0 25px;
}
.upcoming-resources-carousel .upcoming-resources-carousel__headline {
  color: #fff;
  margin: 0 30px 0 0;
}
.upcoming-resources-carousel .upcoming-resources-carousel__resource {
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #FAA829;
  color: #fff;
  display: block;
  height: 100%;
  padding: 20px 20px 0;
  text-decoration: none;
}
.upcoming-resources-carousel .upcoming-resources-carousel__resource:hover {
  background: #fff;
}
.upcoming-resources-carousel .upcoming-resources-carousel__resource:hover .upcoming-resources-carousel-resource__headline {
  color: #D99A1C;
}
.upcoming-resources-carousel .upcoming-resources-carousel-resource__title {
  color: #68961D;
  margin: 0 !important;
  text-transform: none;
}
.upcoming-resources-carousel .upcoming-resources-carousel-resource__file-meta {
  display: flex;
  margin: 0.6em 0 0;
  width: 100%;
}
.upcoming-resources-carousel .upcoming-resources-carousel-resource__type {
  margin: 0;
}
.upcoming-resources-carousel .upcoming-resources-carousel-resource__filesize {
  margin: 0 0 0 5px;
}
.upcoming-resources-carousel .upcoming-resources-carousel-resource__more {
  color: #D99A1C;
  margin: 1.5em 0 0;
  text-decoration: underline;
}
.upcoming-resources-carousel .upcoming-resources-carousel__scrollbar {
  background: #4E3C20;
  height: 3px;
  margin: 25px 0 0;
  width: 100%;
}
.upcoming-resources-carousel .upcoming-resources-carousel__scrollbar .swiper-scrollbar-drag {
  background: #FAA829;
}

/* Video =================================================== */
.op-video {
  background: var(--gray);
  padding: 130px 0 160px;
}

.op-video__headline {
  font-weight: 700;
  text-align: center;
}

.op-video__embedded-video {
  margin: 50px 0 0;
}

/* Video Carousel =================================================== */
.video-carousel {
  background: #F5F4F2;
  border: 1px solid #E0DACD;
  margin: 20px 0 0;
  padding: 25px 25px 20px;
}
.video-carousel .video-carousel__headline {
  color: #39270B;
  margin: 0 0 0.75em;
}
.video-carousel .video-carousel__title {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #68961D;
  font-weight: 400;
  margin: 0.8em 0 0;
  text-transform: none;
}
.video-carousel .video-carousel__scrollbar {
  background: #4E3C20;
  height: 3px;
  margin: 25px 0 0;
  width: 100%;
}
.video-carousel .video-carousel__scrollbar .swiper-scrollbar-drag {
  background: #FAA829;
}

/* Blockquote Style */
blockquote.wp-block-quote {
  display: block;
  border-left: 4px solid #FAA829 !important;
  padding-left: 30px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

blockquote.wp-block-quote p {
  font-size: 2.1rem !important;
  line-height: 2.4rem !important;
  font-style: italic;
}

blockquote.wp-block-quote p {
  margin-top: 10px !important;
}

blockquote.wp-block-quote cite {
  font-size: 1.3rem !important;
}

/* Gutenberg Button Block Tweaks */
a.wp-block-button__link {
  border-radius: 0 !important;
  color: #FFF !important;
  font-weight: normal !important;
  margin-bottom: 40px !important;
  transition: all 0.2s ease-in-out;
}

a.wp-block-button__link:hover {
  background: #D99A1C !important;
}

/* Sidebar Margin Tweak BWS 3/3/2023 */
.single_event__sidebar {
  margin-bottom: 40px !important;
}

.page__content {
  background: #fff;
  margin: 15px 0 0;
  min-height: 280px;
  padding: 30px 20px 35px;
  margin-bottom: 80px !important;
}

.page__obj-fit-image-wrapper {
  min-height: 528px !important;
  margin: 0 0 -528px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.page-template-template-no-header .breadcrumbs-wrapper {
  display: none;
}

/* Event Single View Adjustment BWS 3/3/2023 */
.op-single-resource__content {
  margin-bottom: 80px;
}

.op-single-resource__content {
  padding-bottom: 40px !important;
}

.events-list__more-button, .staff-directory__more-button {
  margin-bottom: 60px !important;
}

/* IPRS Layout Mods BWS 9/7/2022 */
.zero_margin_top {
  margin-top: 5px !important;
}

.iprs_button a {
  font-size: 1.33333rem;
  align-items: center;
  background: #FAA829;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  margin: auto;
  min-width: 144px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #FFF !important;
  font-weight: normal !important;
  text-decoration: none;
  width: 100%;
}

.iprs_button a:hover {
  background: #D99A1C;
}

/* Embedded IFRAME */
.eventcw {
  width: auto !important;
  max-width: 100% !important;
}

.single-event__dates {
  display: block !important;
}

iframe {
  border: none !important;
}

.embedpress-el-powered {
  display: none !important;
}

/* SEC Landing Page */
.page-id-19594 .sidebar__text-block p {
  font-size: 13px;
}

.page-id-19594 .sidebar__text-block p strong {
  font-size: 16px;
}

.page-id-19594 .sidebar-link__text {
  font-size: 16px;
  font-weight: 600;
}

.page-id-19594 .sidebar__text-block img {
  max-width: 70% !important;
  padding-bottom: 15px;
}

.page-id-19594 .op-col-end-6 {
  grid-column-end: 8;
}

/* SEC Landing Page End */
@media only screen and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  html, body {
    min-height: 768px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: portrait) {
  html, body {
    min-height: 1280px;
  }
}
@media only screen and (max-width: 1670px) {
  /* Timeline =================================================== */
  .op-timeline__year-wrapper:nth-child(7) .op-timeline__background-pattern-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  /* Timeline =================================================== */
  .op-timeline__nav {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .op-timeline__nav-wrapper--pinned .op-timeline__nav-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 990px) {
  /* 40th Anniversary Sticky Nav =================================================== */
  .op-40th-anniversary-sticky-nav {
    overflow: hidden;
    padding: 0;
  }
  .op-40th-anniversary-menu {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 0 -16px;
    width: calc(100% + 32px);
  }
  .op-40th-anniversary-menu__item {
    height: 100%;
    text-align: center;
  }
  .op-40th-anniversary-menu__link {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px;
  }
  .op-40th-anniversary-menu__link::after {
    display: none;
  }
  /* Directory =================================================== */
  .directory {
    margin: 0;
    position: static;
  }
  .directory__search {
    padding: 25px 0 20px;
  }
  .directory-search__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 100%;
    width: 320px;
  }
  .directory-search__button {
    margin: 0 auto 20px;
  }
  .directory-search__button--reset {
    background: #fff;
    border: 1px solid #FAA829;
    color: #FAA829;
  }
  .directory-search__button--reset:hover {
    background: #fff;
    border: 1px solid #D99A1C;
    color: #D99A1C;
  }
  .directory__sidebar {
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    left: -340px;
    overflow-y: scroll;
    padding-bottom: 100px;
    pointer-events: auto;
    position: absolute;
    top: 0;
    z-index: 6320;
    width: 340px;
  }
  .directory__sidebar--open {
    left: 0;
  }
  .directory-sidebar__headline {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .directory-sidebar__close {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
  }
  .directory-sidebar__link {
    display: none;
  }
  /* Featured Post =================================================== */
  .featured-post {
    padding: 35px 0 0;
  }
  .featured-post__content {
    margin: 0 0 35px;
  }
  .featured-post__label {
    font-size: 1rem;
    line-height: 2em;
  }
  .featured-post__label + .featured-post__headline {
    margin: 0.5em 0 0;
  }
  .featured-post__headline {
    font-size: 2rem;
    line-height: 1em;
  }
  .featured-post__excerpt {
    font-size: 1rem;
    line-height: 2em;
  }
  .featured-post__start-date,
  .featured-post__end-date {
    font-size: 1rem;
    line-height: 2em;
  }
  .featured-post__location {
    font-size: 1rem;
    line-height: 2em;
  }
  .featured-post__more-link {
    font-size: 1rem;
    line-height: 2em;
  }
  /* Featured Event =================================================== */
  .featured-event {
    margin: -73px 0 0;
    padding: 65px 0;
  }
  .featured-event__content {
    margin: 0;
  }
  /* Fun Facts =================================================== */
  .op-fun-facts__read-more {
    margin: 20px 0 0;
  }
  .op-fun-facts__pagination {
    display: none;
  }
  /* Hero (Landing Page) =================================================== */
  .op-hero-landing-page__background-pattern-1-wrapper,
  .op-hero-landing-page__background-pattern-2-wrapper {
    display: none;
  }
  .op-hero-landing-page__leaders {
    margin: 50px 0;
  }
  /* Market Insights =================================================== */
  .market-insights {
    margin: 45px 0 0;
  }
  .market-insights__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0;
  }
  .market-insights__snapshots-link,
  .market-insights__conversion-calculator-link {
    flex: 0 0 calc(50% - 10px);
  }
  .market-insights__conversion-calculator-link {
    margin: 0;
  }
  .market-insights__link {
    font-size: 1rem;
    line-height: 2em;
  }
  /* News List =================================================== */
  .news-list__search {
    padding: 25px 0 20px;
  }
  .news-list-search__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 100%;
    width: 320px;
  }
  .news-list-search__button {
    margin: 0 auto 20px;
  }
  .news-list-search__button--reset {
    background: #fff;
    border: 1px solid #FAA829;
    color: #FAA829;
  }
  .news-list-search__button--reset:hover {
    background: #fff;
    border: 1px solid #D99A1C;
    color: #D99A1C;
  }
  .news-list-sidebar__headline {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .news-list-sidebar__close {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
  }
  /* Our Mission =================================================== */
  .our-mission {
    padding: 60px 0 190px;
    position: relative;
  }
  .our-mission__columns {
    padding: 45px 25px 0;
  }
  /* Our Stories =================================================== */
  .op-our-stories {
    padding: 70px 0 30px;
  }
  /* Page =================================================== */
  .page__obj-fit-image-wrapper {
    height: 320px;
    margin: 0 0 -320px;
  }
  .page__headline {
    margin: 5px 0 0;
  }
  .page__content {
    min-height: 160px;
    padding: 30px 20px 15px;
  }
  /* Region & Directories - Regions =================================================== */
  .region-directories {
    padding: 45px 0 25px;
  }
  .region_directories__regions-nav {
    flex: 0 0 100%;
  }
  .region_directories__regions-header {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 0;
    color: #fff;
    display: block;
    padding: 0;
  }
  .region_directories__regions-text {
    display: block;
    margin: 0.375em 0 0;
  }
  .region_directories__regions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 10px;
    width: 100%;
  }
  .region_directories__region {
    font-size: 1.3333333333rem;
    line-height: 1.125em;
    align-items: flex-end;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #FAA829;
    display: flex;
    flex: 0 0 calc(50% - 10px);
    min-height: 55px;
    padding: 10px 20px 10px 0;
  }
  .region_directories__region:hover {
    background: none;
    border-color: #fff;
    color: #FAA829;
  }
  .region_directories__region::after {
    bottom: 10px;
    color: #fff;
    right: 0;
    top: auto;
    transform: none;
  }
  .region_directories__map {
    display: none;
  }
  .region-directories__directories {
    margin: 20px 0 0;
  }
  /* Region Map =================================================== */
  .region-map .op-row {
    display: flex;
    flex-direction: column;
  }
  .region-map .op-row div:nth-child(1) {
    order: 2;
  }
  .region-map .op-row div:nth-child(2) {
    order: 1;
  }
  .region-map__content {
    margin: 10px 0 0;
  }
  .region-map__content p {
    -moz-columns: 2;
    columns: 2;
  }
  /* Regional Market Insights =================================================== */
  .regional-market-insights__headline {
    margin: 0;
    text-align: center;
  }
  .regional-market-insights__columns {
    margin: 30px 0 0;
  }
  .regional-market-insights__columns .wp-block-columns {
    align-items: center;
    flex-direction: column;
  }
  .regional-market-insights__columns .wp-block-columns .wp-block-column {
    max-width: 370px;
  }
  .regional-market-insights__columns .wp-block-columns .wp-block-column:nth-child(1) {
    margin: 0;
  }
  .regional-market-insights__columns .wp-block-columns .wp-block-column:nth-child(2) {
    border: 0;
    margin: 35px 0 0;
  }
  .regional-market-insights__columns .wp-block-columns .wp-block-column:nth-child(3) {
    margin: 35px 0 0;
  }
  /* Resource Center =================================================== */
  .resource-center {
    display: block;
    margin: 35px 0 0;
  }
  .resource-center .resource-center__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .resource-center .resource-center__snapshots-link,
  .resource-center .resource-center__conversion-calculator-link {
    flex: 0 0 calc(50% - 10px);
    margin: 0;
    padding: 30px 30px 20px;
  }
  /* Resources Columns =================================================== */
  .resources-columns > .op-row {
    display: flex;
    flex-direction: column;
  }
  .resources-columns > .op-row > div:nth-child(1) {
    order: 2;
  }
  .resources-columns > .op-row > div:nth-child(2) {
    order: 1;
  }
  .resources-columns__sidebar {
    margin: 20px 0 0;
  }
  /* Single Event =================================================== */
  .single-event__header {
    margin: 5px 0 0;
  }
  .single_event__sidebar {
    margin: 35px 0 0;
  }
  /* Single Post =================================================== */
  .op-single-post__header {
    margin: 5px 0 0;
  }
  .op-single-post__sidebar {
    margin: 35px 0 0;
  }
  /* Single Resource =================================================== */
  .op-single-resource__header {
    margin: 5px 0 0;
  }
  .op-single-resource__sidebar {
    margin: 35px 0 0;
  }
  /* Team Members =================================================== */
  .op-team-members {
    padding: 120px 0 0;
  }
  /* Timeline =================================================== */
  .op-timeline__nav-wrapper {
    position: sticky;
    top: 150px;
    z-index: 5000;
  }
  .op-timeline__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .op-timeline__nav-list {
    display: grid;
    gap: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    width: 100%;
  }
  .op-timeline__nav-item {
    height: 100%;
    text-align: center;
  }
  .op-timeline__nav-label,
  .op-timeline__nav-item::before {
    display: none;
  }
  .op-timeline__nav-link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px;
    opacity: 1 !important;
  }
  .op-timeline__nav-wrapper--pinned {
    justify-content: space-between;
  }
  .op-timeline__nav-wrapper--pinned .op-timeline__nav-label {
    display: none;
  }
  .op-timeline__nav-wrapper--pinned .op-timeline__nav-list {
    justify-content: space-between;
  }
  .op-timeline__anchor {
    top: -60px;
  }
  .op-timeline__milestones::before,
  .op-timeline__milestones-highlight,
  .op-timeline__title::before {
    display: none;
  }
  .op-timeline__year-wrapper:nth-child(odd) .op-timeline__year-content,
  .op-timeline__year-wrapper:nth-child(even) .op-timeline__year-content {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
  }
  .op-timeline__year-wrapper:nth-child(odd) .op-timeline__image-wrapper,
  .op-timeline__year-wrapper:nth-child(even) .op-timeline__image-wrapper {
    margin: auto;
    padding: 0;
  }
  .op-timeline__year-wrapper:nth-child(4),
  .op-timeline__year-wrapper:nth-child(6),
  .op-timeline__year-wrapper:nth-child(7),
  .op-timeline__year-wrapper:nth-child(15),
  .op-timeline__year-wrapper:nth-child(18),
  .op-timeline__year-wrapper:nth-child(20) {
    display: none;
  }
  .op-timeline__year-item {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
  }
  /* Upcoming Events =================================================== */
  .upcoming-events {
    padding: 50px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* 40th Anniversary Sticky Nav =================================================== */
  .op-40th-anniversary-sticky-nav {
    min-height: 108px;
  }
  .op-40th-anniversary-menu {
    min-height: 108px;
  }
  .op-40th-anniversary-menu__item {
    font-size: 1rem;
  }
  /* Content List =================================================== */
  ul.contact-list {
    display: block;
    width: 320px;
  }
  /* Congratulatory Messages =================================================== */
  .op-congratulatory-messages__message {
    padding: 30px 15px;
  }
	
  
.op-congratulatory-messages__message {
    background: #fff;
    border-radius: 23px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 60px 45px 30px;
    height: 665px;
    max-height: 665px!important;
    overflow-y: auto!important;
}
  .op-congratulatory-messages__pagination {
    display: none;
  }
  /* Directory =================================================== */
  .directory__member-list {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Fun Facts =================================================== */
  .op-fun-facts {
    padding: 100px 0 50px;
  }
  .op-fun-facts__card-back {
    max-height: 720px;
  }
  .op-fun-facts__carousel {
    margin: 30px 0 0;
  }
  /* Initiatives =================================================== */
  .initiatives .initiatives__initiative {
    display: block;
    padding: 20px 0;
  }
  .initiatives .initiative__image-wrapper {
    margin: 0 0 20px;
  }
  /* Member Directory =================================================== */
  .member-directory-member__popup {
    display: block;
  }
  .member-directory-member-popup__header {
    margin: 0.5em 0 0;
    text-align: center;
  }
  .member-directory-member-popup__class {
    margin: 0;
  }
  .member-directory-member-popup__contact-info {
    text-align: center;
    margin: 2em 0 0;
  }
  .member-directory-member-popup__content {
    margin: 1em 0 0;
    text-align: center;
  }
  .member-directory-member-popup__contact-info-item {
    justify-content: center;
  }
  /* News List =================================================== */
  .news-list__post {
    display: block;
  }
  .news-list-post__image-wrapper {
    height: 104px;
    margin: 0 0 20px;
    padding-bottom: 0;
    width: 154px;
  }
  /* News & Videos =================================================== */
  .news-and-videos__post {
    display: block;
  }
  .news-and-videos-post__image-wrapper {
    height: 104px;
    margin: 0 0 20px;
    padding-bottom: 0;
    width: 154px;
  }
  /* Our Stories =================================================== */
  .op-our-stories__story {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .op-our-stories__image-wrapper {
    margin: 25px 0 0;
  }
  .op-our-stories__info {
    grid-column: 1/4;
    padding: 60px 45px 0;
  }
  .op-our-stories__content {
    grid-column: 4/-1;
    padding: 0 0 60px 45px;
  }
  .op-our-stories__pagination {
    display: none;
  }
  /* Single Post =================================================== */
  .op-single-post__meta {
    display: block;
  }
  .op-single-post__social {
    justify-content: flex-start;
  }
  /* Single Resource =================================================== */
  .op-single-resource__meta {
    display: block;
  }
  /* Staff Directory =================================================== */
  .staff-directory-member__popup {
    display: block;
  }
  .staff-directory-member-popup__header {
    margin: 1em 0 0;
    text-align: center;
  }
  .staff-directory-member-popup__contact-info {
    justify-content: center;
    margin: 0.5em 0 0;
  }
  .staff-directory-member-popup__social {
    margin: 0;
  }
  .staff-directory-member-popup__content {
    margin: 1em 0 0;
  }
  .staff-directory-member-popup__office {
    margin: 1em 0 0;
  }
  /* Team Members =================================================== */
  .op-team-members__member-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 35px 0 0;
  }
  /* Timeline =================================================== */
  .op-timeline__nav-wrapper {
    top: 156px;
  }
  .op-timeline__nav-item {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
  }
  /* Video =================================================== */
  .op-video {
    padding: 60px 0 80px;
  }
  .op-video__embedded-video {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  /* Content List =================================================== */
  ul.contact-list {
    width: 100%;
  }
  /* Directory =================================================== */
  .directory__member-list {
    grid-template-columns: repeat(1, 1fr);
  }
  /* Fun Facts =================================================== */
  .op-fun-facts__card-front {
    justify-content: flex-start;
  }
  .op-fun-facts__card-back {
    max-height: 920px;
  }
  /* Market Insights =================================================== */
  .market-insights__snapshots-link,
  .market-insights__conversion-calculator-link {
    flex: 0 0 100%;
  }
  .market-insights__conversion-calculator-link {
    margin: 20px 0 0;
  }
  /* Resource Center =================================================== */
  .resource-center .resource-center__snapshots-link,
  .resource-center .resource-center__conversion-calculator-link {
    flex: 0 0 100%;
  }
  .resource-center .resource-center__conversion-calculator-link {
    margin: 20px 0 0;
  }
  /* Single Post =================================================== */
  .op-single-post__byline-sep {
    display: none;
  }
  .op-single-post__date {
    display: block;
  }
  /* Single Resource =================================================== */
  .op-single-resource__byline-sep {
    display: none;
  }
  .op-single-resource__date {
    display: block;
  }
  /* Team Members =================================================== */
  .op-team-members__member-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 40px;
  }
}
/* Anchor =================================================== */
.op-anchor {
  position: relative;
  top: -100px;
}

/* Calendar =================================================== */
.ui-datepicker {
  margin-top: -65px;
}

a.ui-datepicker-prev {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
}
a.ui-datepicker-prev span {
  display: none;
}

a.ui-datepicker-prev:after {
  color: #D99A1C;
  content: "\f104";
  cursor: pointer;
  font-family: FontAwesome;
  margin: 0 0 0 5px;
}

a.ui-datepicker-next {
  float: right;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
}
a.ui-datepicker-next span {
  display: none;
}

a.ui-datepicker-next:after {
  color: #D99A1C;
  content: "\f105";
  cursor: pointer;
  font-family: FontAwesome;
  margin: 0 0 0 5px;
}

#ui-datepicker-div {
  background: #fff;
  padding: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  padding: 0.25em;
}
table.ui-datepicker-calendar th a,
table.ui-datepicker-calendar td a {
  color: #D99A1C;
  text-decoration: none;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  padding: 0.5em 1em;
  margin: 0 0.15em;
}

td.ui-datepicker-week-end {
  background: #fafafa;
}

table.ui-datepicker-calendar td {
  padding: 0.25em;
  text-align: center;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
  background: black;
  color: white;
}

td.ui-datepicker-current-day a.ui-state-active {
  display: block;
  border-radius: 50%;
  width: 1.5em;
}

input.datepicker_with_icon + img {
  width: 1.5em;
  position: relative;
  left: 0.5em;
  top: 0.25em;
}

/* Embedded Video =================================================== */
.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}
.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Galleries =================================================== */
.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, calc(25% - 7.5px));
  grid-template-rows: auto;
  margin: 100px auto 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, calc(50% - 5px));
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, calc(33.33% - 10px));
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, calc(25% - 7.5px));
}

.gallery-columns-5 {
  gap: 10px;
  grid-template-columns: repeat(5, calc(20% - 6px));
}

.gallery-columns-6 {
  gap: 10px;
  grid-template-columns: repeat(6, calc(16.67% - 5px));
}

.gallery-columns-7 {
  gap: 10px;
  grid-template-columns: repeat(7, calc(14.29% - 4.9px));
}

.gallery-columns-8 {
  gap: 10px;
  grid-template-columns: repeat(8, calc(12.5% - 3.75px));
}

.gallery-columns-9 {
  gap: 10px;
  grid-template-columns: repeat(9, calc(11.1% - 3.33px));
}

.gallery + h1,
.gallery + h2,
.gallery + h3,
.gallery + h4,
.gallery + h5,
.gallery + h6,
.gallery + ol,
.gallery + p,
.gallery + ul {
  margin-top: 1.0909090909em;
}

.gallery-item {
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
}

.gallery-icon a {
  display: block;
  width: 100%;
}

.gallery-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.gallery-caption {
  color: var(--brown);
  line-height: 1.6em;
  margin: 1em 0 0;
  text-align: right;
}

/* Lightbox overrides =================================================== */
.mfp-bg {
  z-index: 9001;
}

.mfp-content {
  z-index: 9004;
}

.mfp-preloader {
  z-index: 9003;
}

.mfp-wrap {
  z-index: 9002;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

button.mfp-close {
  z-index: 9005;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ol, .wf-loading ul, .wf-loading blockquote, .wf-loading a {
  visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active ol, .wf-active ul, .wf-active blockquote, .wf-active a {
  visibility: visible;
}

@media only screen and (max-width: 990px) {
  /* Anchor =================================================== */
  .op-anchor {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    gap: 10px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .gallery {
    gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 100%;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

/* WP password protected form =================================================== */
.post-password-form {
  padding: 60px 0;
  text-align: center;
}
.post-password-form label {
  display: block;
  margin: 15px 0 0;
}
.post-password-form input[type=submit] {
  border: 0;
  cursor: pointer;
  margin: 30px 0 0;
}

/* Gravity Forms =================================================== */
.gform_wrapper p {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper br {
  display: none !important;
}
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label {
  display: none !important;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield {
  list-style: none;
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gf_left_half,
.gform_wrapper .gfield.gf_right_half {
  width: calc(50% - 8px);
}
.gform_wrapper .gfield + .gfield {
  margin-top: 20px !important;
}
.gform_wrapper .gfield_label {
  display: inline-block;
  margin: 0 0 0.3529411765em;
}
.gform_wrapper .ginput_container_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_container_name p {
  flex: 0 0 calc(50% - 8px);
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .ginput_container_name br {
  display: none !important;
}
.gform_wrapper .name_first,
.gform_wrapper .name_last {
  flex: 0 0 calc(50% - 8px);
}
.gform_wrapper .name_first input,
.gform_wrapper .name_last input {
  width: 100%;
}
.gform_wrapper .ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_container_address .ginput_full {
  display: inline-block;
  width: 100%;
}
.gform_wrapper .ginput_container_address .ginput_full + .ginput_full,
.gform_wrapper .ginput_container_address .ginput_full + .ginput_left,
.gform_wrapper .ginput_container_address .ginput_full + .ginput_right,
.gform_wrapper .ginput_container_address .ginput_left + .ginput_full,
.gform_wrapper .ginput_container_address .ginput_left + .ginput_left,
.gform_wrapper .ginput_container_address .ginput_left + .ginput_right,
.gform_wrapper .ginput_container_address .ginput_right + .ginput_full,
.gform_wrapper .ginput_container_address .ginput_right + .ginput_left,
.gform_wrapper .ginput_container_address .ginput_right + .ginput_right {
  margin-top: 15px;
}
.gform_wrapper .ginput_container_address .ginput_left,
.gform_wrapper .ginput_container_address .ginput_right {
  display: inline-block;
  width: calc(50% - 8px);
}
.gform_wrapper .ginput_container_address label {
  display: inline-block;
}
.gform_wrapper .gfield input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  color: #39270B;
  font-family: sans-serif;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.gform_wrapper .gfield_error input {
  border: 1px solid #BF8717 !important;
  border-radius: 0;
}
.gform_wrapper .gfield input.datepicker {
  width: 50%;
}
.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(57, 39, 11, 0.5);
}
.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: rgba(57, 39, 11, 0.5);
}
.gform_wrapper .gfield textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  color: #39270B;
  font-family: sans-serif;
  height: 175px;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.gform_wrapper .gfield_error textarea {
  border: 1px solid #BF8717;
}
.gform_wrapper .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px !important;
  color: rgba(57, 39, 11, 0.5);
  display: block;
  height: 40px;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 0 10px;
  width: 100% !important;
}
.gform_wrapper .ginput_container_select {
  display: block;
  position: relative;
}
.gform_wrapper .ginput_container_select::before,
.gform_wrapper .ginput_container_select::after {
  font-size: 1.0833333333rem;
  color: #D5D5D5;
  font-family: FontAwesome;
  height: 10px;
  line-height: 10px;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  right: 20px;
  z-index: 5010;
}
.gform_wrapper .ginput_container_select::before {
  content: "\f077";
  top: 9px;
}
.gform_wrapper .ginput_container_select::after {
  content: "\f078";
  bottom: 7px;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  align-items: center;
  display: flex;
  list-style: none;
}
.gform_wrapper .gfield_checkbox li + li,
.gform_wrapper .gfield_radio li + li {
  margin-top: 5px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  color: #39270B;
}
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_radio input[type=checkbox] {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #39270B;
  border-radius: 0;
  display: flex;
  flex: 0 0 11px;
  height: 11px;
  justify-content: center;
  margin: -2px 10px 0 0;
  outline: 0;
  position: relative;
  width: 11px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]::before,
.gform_wrapper .gfield_radio input[type=checkbox]::before {
  display: none;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked::before,
.gform_wrapper .gfield_radio input[type=checkbox]:checked::before {
  font-size: 0.5833333333rem;
  content: "✓";
  color: #39270B;
  content: "\f00c";
  display: block;
  font-family: FontAwesome;
  margin: 0;
  padding: 0;
  text-align: center;
}
.gform_wrapper .gfield_checkbox input[type=radio] + label,
.gform_wrapper .gfield_radio input[type=radio] + label {
  margin-left: 5px;
}
@-moz-document url-prefix() {
  .gform_wrapper .gfield_checkbox input[type=checkbox],
  .gform_wrapper .gfield_radio input[type=checkbox] {
    margin-top: 0;
  }
}
.gform_wrapper .gform_button {
  margin: 25px 0 0;
  position: relative;
}
.gform_wrapper .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .validation_error {
  color: #BF8717;
  margin: 0 0 0.8em;
}
.gform_wrapper .validation_message {
  color: #BF8717;
  margin: 0.8em 0 0;
}
.gform_wrapper .gform_footer {
  display: flex;
}

.gform_confirmation_wrapper {
  margin: 0;
}

.gform_confirmation_wrapper.connect__form {
  min-height: 400px;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_validation_container {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield.gf_left_half,
  .gform_wrapper .gfield.gf_right_half {
    width: 100%;
  }
  .gform_wrapper .name_first,
  .gform_wrapper .name_last {
    flex: 0 0 100%;
  }
  .gform_wrapper .name_first input,
  .gform_wrapper .name_last input {
    width: 100%;
  }
  .gform_wrapper .name_last {
    margin-top: 20px;
  }
}
/* Prevent iphone from zooming into form fields =================================================== */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  select, select:focus, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px !important;
  }
}
/* Grid =================================================== */
.op-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 30px;
  margin: 0 auto;
  position: relative;
  width: 1088px;
}

.op-row--inner {
  width: 100%;
}

/* IE 11 Grid Fallback =================================================== */
.op-col-start-1 {
  padding: 0 8px;
}
.op-col-start-1.op-col-end-2 {
  -ms-grid-column-span: 2;
}
.op-col-start-1.op-col-end-3 {
  -ms-grid-column-span: 3;
}
.op-col-start-1.op-col-end-4 {
  -ms-grid-column-span: 4;
}
.op-col-start-1.op-col-end-5 {
  -ms-grid-column-span: 5;
}
.op-col-start-1.op-col-end-6 {
  -ms-grid-column-span: 6;
}
.op-col-start-1.op-col-end-7 {
  -ms-grid-column-span: 7;
}
.op-col-start-1.op-col-end-8 {
  -ms-grid-column-span: 8;
}
.op-col-start-1.op-col-end-9 {
  -ms-grid-column-span: 9;
}
.op-col-start-1.op-col-end-10 {
  -ms-grid-column-span: 10;
}
.op-col-start-1.op-col-end-11 {
  -ms-grid-column-span: 11;
}
.op-col-start-1.op-col-end-12 {
  -ms-grid-column-span: 12;
}

.op-col-start-2 {
  padding: 0 8px;
}
.op-col-start-2.op-col-end-3 {
  -ms-grid-column-span: 2;
}
.op-col-start-2.op-col-end-4 {
  -ms-grid-column-span: 3;
}
.op-col-start-2.op-col-end-5 {
  -ms-grid-column-span: 4;
}
.op-col-start-2.op-col-end-6 {
  -ms-grid-column-span: 5;
}
.op-col-start-2.op-col-end-7 {
  -ms-grid-column-span: 6;
}
.op-col-start-2.op-col-end-8 {
  -ms-grid-column-span: 7;
}
.op-col-start-2.op-col-end-9 {
  -ms-grid-column-span: 8;
}
.op-col-start-2.op-col-end-10 {
  -ms-grid-column-span: 9;
}
.op-col-start-2.op-col-end-11 {
  -ms-grid-column-span: 10;
}
.op-col-start-2.op-col-end-12 {
  -ms-grid-column-span: 11;
}

.op-col-start-3 {
  padding: 0 8px;
}
.op-col-start-3.op-col-end-4 {
  -ms-grid-column-span: 2;
}
.op-col-start-3.op-col-end-5 {
  -ms-grid-column-span: 3;
}
.op-col-start-3.op-col-end-6 {
  -ms-grid-column-span: 4;
}
.op-col-start-3.op-col-end-7 {
  -ms-grid-column-span: 5;
}
.op-col-start-3.op-col-end-8 {
  -ms-grid-column-span: 6;
}
.op-col-start-3.op-col-end-9 {
  -ms-grid-column-span: 7;
}
.op-col-start-3.op-col-end-10 {
  -ms-grid-column-span: 8;
}
.op-col-start-3.op-col-end-11 {
  -ms-grid-column-span: 9;
}
.op-col-start-3.op-col-end-12 {
  -ms-grid-column-span: 10;
}

.op-col-start-4 {
  padding: 0 8px;
}
.op-col-start-4.op-col-end-5 {
  -ms-grid-column-span: 2;
}
.op-col-start-4.op-col-end-6 {
  -ms-grid-column-span: 3;
}
.op-col-start-4.op-col-end-7 {
  -ms-grid-column-span: 4;
}
.op-col-start-4.op-col-end-8 {
  -ms-grid-column-span: 5;
}
.op-col-start-4.op-col-end-9 {
  -ms-grid-column-span: 6;
}
.op-col-start-4.op-col-end-10 {
  -ms-grid-column-span: 7;
}
.op-col-start-4.op-col-end-11 {
  -ms-grid-column-span: 8;
}
.op-col-start-4.op-col-end-12 {
  -ms-grid-column-span: 9;
}

.op-col-start-5 {
  padding: 0 8px;
}
.op-col-start-5.op-col-end-6 {
  -ms-grid-column-span: 2;
}
.op-col-start-5.op-col-end-7 {
  -ms-grid-column-span: 3;
}
.op-col-start-5.op-col-end-8 {
  -ms-grid-column-span: 4;
}
.op-col-start-5.op-col-end-9 {
  -ms-grid-column-span: 5;
}
.op-col-start-5.op-col-end-10 {
  -ms-grid-column-span: 6;
}
.op-col-start-5.op-col-end-11 {
  -ms-grid-column-span: 7;
}
.op-col-start-5.op-col-end-12 {
  -ms-grid-column-span: 8;
}

.op-col-start-6 {
  padding: 0 8px;
}
.op-col-start-6.op-col-end-7 {
  -ms-grid-column-span: 2;
}
.op-col-start-6.op-col-end-8 {
  -ms-grid-column-span: 3;
}
.op-col-start-6.op-col-end-9 {
  -ms-grid-column-span: 4;
}
.op-col-start-6.op-col-end-10 {
  -ms-grid-column-span: 5;
}
.op-col-start-6.op-col-end-11 {
  -ms-grid-column-span: 6;
}
.op-col-start-6.op-col-end-12 {
  -ms-grid-column-span: 7;
}

.op-col-start-7 {
  padding: 0 8px;
}
.op-col-start-7.op-col-end-8 {
  -ms-grid-column-span: 2;
}
.op-col-start-7.op-col-end-9 {
  -ms-grid-column-span: 3;
}
.op-col-start-7.op-col-end-10 {
  -ms-grid-column-span: 4;
}
.op-col-start-7.op-col-end-11 {
  -ms-grid-column-span: 5;
}
.op-col-start-7.op-col-end-12 {
  -ms-grid-column-span: 6;
}

.op-col-start-8 {
  padding: 0 8px;
}
.op-col-start-8.op-col-end-9 {
  -ms-grid-column-span: 2;
}
.op-col-start-8.op-col-end-10 {
  -ms-grid-column-span: 3;
}
.op-col-start-8.op-col-end-11 {
  -ms-grid-column-span: 4;
}
.op-col-start-8.op-col-end-12 {
  -ms-grid-column-span: 5;
}

.op-col-start-9 {
  padding: 0 8px;
}
.op-col-start-9.op-col-end-10 {
  -ms-grid-column-span: 2;
}
.op-col-start-9.op-col-end-11 {
  -ms-grid-column-span: 3;
}
.op-col-start-9.op-col-end-12 {
  -ms-grid-column-span: 4;
}

.op-col-start-10 {
  padding: 0 8px;
}
.op-col-start-10.op-col-end-11 {
  -ms-grid-column-span: 2;
}
.op-col-start-10.op-col-end-12 {
  -ms-grid-column-span: 3;
}

.op-col-start-11 {
  padding: 0 8px;
}
.op-col-start-11.op-col-end-12 {
  -ms-grid-column-span: 2;
}

.op-col-start-12 {
  padding: 0 8px;
}

@supports (display: grid) {
  .op-col-start-1,
  .op-col-start-2,
  .op-col-start-3,
  .op-col-start-4,
  .op-col-start-5,
  .op-col-start-6,
  .op-col-start-7,
  .op-col-start-8,
  .op-col-start-9,
  .op-col-start-10,
  .op-col-start-11,
  .op-col-start-12 {
    /* override ie 11 padding set above */
    padding: 0;
  }
}
/* End IE 11 Grid Fallback */
.op-col-start-1 {
  grid-column: 1/1;
  grid-row: 1/1;
}

.op-col-start-2 {
  grid-column: 2/2;
  grid-row: 1/1;
}

.op-col-start-3 {
  grid-column: 3/3;
  grid-row: 1/1;
}

.op-col-start-4 {
  grid-column: 4/4;
  grid-row: 1/1;
}

.op-col-start-5 {
  grid-column: 5/5;
  grid-row: 1/1;
}

.op-col-start-6 {
  grid-column: 6/6;
  grid-row: 1/1;
}

.op-col-start-7 {
  grid-column: 7/7;
  grid-row: 1/1;
}

.op-col-start-8 {
  grid-column: 8/8;
  grid-row: 1/1;
}

.op-col-start-9 {
  grid-column: 9/9;
  grid-row: 1/1;
}

.op-col-start-10 {
  grid-column: 10/10;
  grid-row: 1/1;
}

.op-col-start-11 {
  grid-column: 11/11;
  grid-row: 1/1;
}

.op-col-start-12 {
  grid-column: 12/12;
  grid-row: 1/1;
}

.op-col-end-2 {
  grid-column-end: 3;
}

.op-col-end-3 {
  grid-column-end: 4;
}

.op-col-end-4 {
  grid-column-end: 5;
}

.op-col-end-5 {
  grid-column-end: 6;
}

.op-col-end-6 {
  grid-column-end: 7;
}

.op-col-end-7 {
  grid-column-end: 8;
}

.op-col-end-8 {
  grid-column-end: 9;
}

.op-col-end-9 {
  grid-column-end: 10;
}

.op-col-end-10 {
  grid-column-end: 11;
}

.op-col-end-11 {
  grid-column-end: 12;
}

.op-col-end-12 {
  grid-column-end: -1;
}

.op-col-align-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (max-width: 1120px) {
  .op-row {
    margin: auto;
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 990px) {
  .op-row {
    display: block;
    margin: auto;
    width: calc(100% - 30px);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* HOMEPAGE ALT STYLES START BWS */

.wp-block-pb-accordion-item{
	padding:20px;
	margin: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.09) 0 3px 6px;
	background: #F5F4F2;
  border: 1px solid #E0DACD;
	transition: all .2s ease-in-out;
}

.wp-block-pb-accordion-item h2{
	font-weight:bold;
	
}
.wp-block-pb-accordion-item:hover{
	box-shadow: rgba(0, 0, 0, 0.29) 0 3px 6px;
}
.c-accordion__content{
	margin-top:20px;
}

.wp-block-pb-accordion-item h2:hover{
	color:#D99A1C;
}

.home{
	background:#FFF;
}

.our-mission img{
	max-width:100%;
	height:auto;
}

.home	.header.header--small {
        background-color: rgba(0, 105, 60, 1.0)!important;
	}

.home .featured-post__excerpt {
    color:#FFF;
}
	

@media only screen and (min-width: 990px){
	.home .header-primary-menu__sub-menu{
		background-color:rgba(0, 105, 60, 0.7);
	}
	.home .header-primary-menu__sub-menu ul{
		background-color:rgba(0, 105, 60, 0.0);
  }
}


@media only screen and (max-width: 991px){
	.home h2.our-mission__subheadline {

    line-height: 1.2;
    font-size:32px;

}
 .home h2.featured-post__headline{
		font-size:56px;
	}
	

		
	hr.home-sep-hr{
		margin-top:30px;
		margin-bottom:30px;
	}
	
.home	header.header--small {
        background-color: rgba(0, 105, 60, 1.0)!important;
	}
	
		.home	header.header{
        background-color: rgba(0, 105, 60, 1.0)!important;
	}


}

@media only screen and (max-width: 1290px){
	 .home h2.featured-post__headline{
		font-size:56px;
	}
	
	.home .header__mobile-calculator{
		background:transparent;
	}
	


}


.home .upcoming-events-carousel__scrollbar{
	display:none;
}

.home .header{
	background-color: transparent;
	margin-bottom:-127px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.home .header-primary-menu__link:hover {
	color:rgba(0, 105, 60, 0.9);
}

.home .header__language-nav{
	background-color:transparent;
}

.home .header--small{
	background-color:rgba(0, 105, 60, 1.0);
}

.home .header-primary-menu__item, .home .header__utility-nav a, .home .header__language-nav a, .home .fa-search{
    color: #FFF;
}

.home .hamburger{
	display:none;
}

.home .headernav{
	z-index:100;
}

.home .featured-post {
    padding: 190px 0 0;
    position: relative;
}

.home .featured-post__upcoming-events-carousel {
    background: #FFF;
}

.home .featured-post__content {
    background: transparent;
    border-left: none;
    margin: 0 0 75px;
    padding: 30px 10px;
	 color:#FFF;
}

.home .featured-post__headline a, .home .featured-post__label,.home .featured-post__dates, .home .featured-post__start-date, .home .featured-post__end-date, .home .featured-post__location, .home .featured-post__more-link{
	color:#FFF;
}

.home .featured-post__more-link:hover{
	color:#FFF;
	background:#006937;
}

.home .featured-post-more-link__plus{
	display:none;
}

.home .featured-post__headline{
		font-size:86px;
	font-weight:600;
    font-family: 'Roboto', sans-serif;
}
.home .featured-post__more-link{
	text-decoration: none;
	background:#FFF;
	color:#006937;
	padding:15px 30px;
	font-size:20px;
	text-transform:normal;
}

.home .featured-post__content:hover {
    box-shadow: none;
}

.home .featured-post__upcoming-events-carousel{
	background:#FFF;
}

.home h3.upcoming-events-carousel__headline{
	color:#006937!important;
	font-size: 1.33333rem;
    line-height: 1.5em;
    color: #39270B;
    font-weight: 600;
    text-transform: uppercase;
	margin-right:30px;
}

.featured-post__upcoming-events-carousel .upcoming-events-carousel__link, .upcoming-events-carousel__link {
    color: #D99A1C;
		font-weight:bold;
	
}

.home .upcoming-events-carousel-event__headline{
	
  text-overflow: ellipsis;
}

.home .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
		overflow-y:visible;
    list-style: none;
    padding: 0;
    z-index: 1;
		min-height:180px;
}

.home .swiper-slide{
	padding-bottom:0px!important;
	height: 90%;
}

.home .swiper-slide a{
	  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
	padding-bottom:20px;
	min-height:150px;
	
}

.home .upcoming-resources-carousel .upcoming-resources-carousel__resource {
	padding-bottom:20px;
}

.home .swiper-slide p a{
	display:none;
}

.home .upcoming-resources-carousel {
    padding:0px;
}

.home .our-mission{
	background:#FFF;
}

.home .our-mission__obj-fit-image-wrapper img{

}
.our-mission {
    padding:0px;
    position: relative;
}


.home .footer {
    background: #006937;
    padding: 70px 0 55px;
}

.home .footer-bar-wrapper{
	background:#046034;
}
.home .region-directories__obj-fit-image-wrapper::after{
	background:#FFF;
}

.home .region-directories__obj-fit-image-wrapper img{

}

.home .our-mission {
    background: #FFF;

}

.home .our-mission__columns{

}

.home .region-directories__headline{
	color:#FAA829;
	text-align:left;
	font-weight:600;
}

.home-sep-hr{
	color:#FEEED4;
	border: 2px solid;
	margin:80px 0px;
	margin-top:40px
}

.zerobottom{
	margin-bottom:0px;
}

.zerotop{
	margin-top:30px;
}

.home .region-directories {
    margin: 0px 0 0;
    padding: 0px 0 60px;
    position: relative;
    width: 100%;
    z-index: 5000;
}

.home .region-directories__cta{

}

.home .swiper-button-prev, .home .swiper-button-next{
	border:2px solid #006937;
	border-radius:50%;
	width:50px;
	height:50px;
	padding:10px;
	color:#006937;
	background:#F5F4F2;
	-webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}

.home .swiper-button-next:after, .home .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.home .swiper-button-prev{
	left:-70px
}

.home .swiper-button-next{
	right:-70px
}

.home .our-mission__headline {
  text-align: left;
	font-size:24px;
	font-weight:bold;
	color:#006937;
}

.home .our-mission__headline::before{
	content:"";
	position:inline-block;
	display:block;
	float:left;
	width:5px;
	height:20px;
	margin-right:10px;
	background-color:#006937;
}

.home .our-mission__subheadline {
    text-align: left;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 52px;
    margin-top: 10px;
    font-weight: 600;
	  color:#39270B;
}

.our-mission__text{
	text-align:left;
}

.our-mission__button {

    left: 0px;
    position: relative;
    margin-top: 25px;
    margin-left: 0px;
    text-align: left;
	font-weight:bold;
	color:#FFF!important;
}

.region_directories__regions-header, .region_directories__regions-text{
	color:inherit;
}

.region-directories__directories {
    background: #F8F8F8;
}

.home .region_directories-directory-list__headline{
	color:#006937;
	font-size:20px;
}

.home .region_directories-directory-list__directory-link {
    color: #FAA829;
    display: block;
    text-decoration: none;
		font-size:25px!important;
	  font-weight:500;
}

.home .region_directories-directory-list__directory-text{
	color:#39270B;
}

/* HOMEPAGE ALT STYLES START END */