/*!
	Theme Name: OICR 2024
	Author: Hyphenco
	Author URI: https://hyphenco.com
	Version: 1.0
*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.overflow-scroll, .header-nav-mobile-container {
  -webkit-overflow-scrolling: touch; }

.img-sharp {
  image-rendering: -webkit-optimize-contrast; }

.carousel .carousel-cell {
  width: 100%; }

[data-type="home-carousel"] {
  max-height: 530px;
  overflow: hidden;
  position: relative; }
  [data-type="home-carousel"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/img/loader.gif) no-repeat center center/40px #276C77;
    opacity: 0;
    transition: .3s all ease;
    pointer-events: none; }
  [data-type="home-carousel"].loading:after {
    opacity: 1;
    pointer-events: auto; }
  [data-type="home-carousel"] .carousel-cell {
    min-height: 530px;
    background: linear-gradient(80.38deg, rgba(77, 182, 120, 0.4) 3.59%, rgba(40, 163, 182, 0.4) 48.19%, rgba(60, 36, 50, 0.4) 97.69%); }
    [data-type="home-carousel"] .carousel-cell .title,
    [data-type="home-carousel"] .carousel-cell .description {
      opacity: 0;
      transform: translateX(45px);
      transition: .3s all ease-out; }
    [data-type="home-carousel"] .carousel-cell.is-selected .title,
    [data-type="home-carousel"] .carousel-cell.is-selected .description {
      opacity: 1;
      transform: none;
      transition-delay: .3s; }
    [data-type="home-carousel"] .carousel-cell.is-selected .description {
      transition-delay: .4s; }
  [data-type="home-carousel"] .carousel-img {
    mix-blend-mode: overlay; }
  [data-type="home-carousel"] .flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 0; }
    [data-type="home-carousel"] .flickity-prev-next-button.next {
      right: 25px; }
    [data-type="home-carousel"] .flickity-prev-next-button.previous {
      left: 25px; }
  [data-type="home-carousel"] .flickity-button {
    background: #3c8711;
    border-radius: 50%;
    color: white;
    transition: .3s all ease;
    opacity: 0; }
    [data-type="home-carousel"] .flickity-button:disabled {
      opacity: 0 !important; }
  [data-type="home-carousel"]:hover .flickity-button {
    opacity: 1; }
  @media only screen and (max-width: 767.98px) {
    [data-type="home-carousel"] .flickity-viewport {
      min-height: 465px; } }

#top-header {
  padding-top: 18px; }
  #top-header [type="search"] {
    line-height: 40px;
    height: 40px;
    background: url(assets/img/icons/search.svg) no-repeat calc(100% - 25px) center/20px #F5F7F8;
    padding-right: 50px; }
  #top-header .top-nav-wrapper {
    margin-left: 250px; }
  #top-header .top-nav a {
    white-space: nowrap;
    display: block;
    line-height: 42px;
    transition: .3s all ease; }
    #top-header .top-nav a:focus, #top-header .top-nav a:hover {
      color: #3c8711; }
  #top-header .top-nav li:nth-child(4) {
    position: relative;
    padding-left: 33px; }
    #top-header .top-nav li:nth-child(4):before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1px;
      background: #ddd; }
  @media only screen and (max-width: 1023.98px) {
    #top-header {
      display: none; } }

#main-header {
  transition: .3s all ease; }
  #main-header .logo {
    height: 50px;
    width: auto;
    transform-origin: left bottom;
    transition: .3s all ease; }
    #main-header .logo img {
      height: 100%; }
  #main-header.is-scrolled {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 1024px) {
    #main-header .logo {
      transform: scale(2.15); } }
  @media only screen and (min-width: 768px) {
    #main-header.is-scrolled .logo {
      transform: none; } }
  @media only screen and (max-width: 1023.98px) {
    #main-header.show-nav-mobile + .header-nav-mobile-container {
      opacity: 1;
      pointer-events: auto; }
    #main-header .inner {
      height: 80px; } }
  @media only screen and (max-width: 767.98px) {
    #main-header {
      padding: 0; }
      #main-header .inner {
        height: 70px; }
        #main-header .inner .logo {
          height: 40px; } }

.header-nav > .menu-item {
  position: relative; }
  .header-nav > .menu-item.current-menu-item > a, .header-nav > .menu-item.current-page-parent > a {
    color: #2A5A0E; }
    .header-nav > .menu-item.current-menu-item > a:before, .header-nav > .menu-item.current-page-parent > a:before {
      opacity: 1; }
  .header-nav > .menu-item > a {
    text-transform: uppercase; }
  .header-nav > .menu-item a {
    display: block;
    transition: .3s all ease; }
    .header-nav > .menu-item a:hover {
      color: #2A5A0E; }
.header-nav .menu-item-has-children > a {
  padding-right: 20px; }
  .header-nav .menu-item-has-children > a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(assets/img/icons/arrow-bottom.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .header-nav > .menu-item-has-children .menu-item-has-children > a:after {
        right:12px;
  transform: translateY(-50%) rotate(-90deg);
}
.header-nav > .menu-item-has-children .menu-item-has-children:hover .sub-menu {
  opacity: 1 !important;
}
.header-nav > .menu-item-has-children .menu-item-has-children .sub-menu {
  transform: translateX(100%);
  opacity: 0 !important;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.header-nav > .menu-item > a {
  position: relative;
  transition: .3s all ease;
  line-height: 80px; }
  .header-nav > .menu-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #3c8711;
    pointer-events: none;
    opacity: 0;
    transition: .3s all ease; }
.header-nav > .menu-item:hover > a, .header-nav > .menu-item:focus > a, .header-nav > .menu-item:focus-within > a {
  color: #3c8711; }
  .header-nav > .menu-item:hover > a:before, .header-nav > .menu-item:focus > a:before, .header-nav > .menu-item:focus-within > a:before {
    opacity: 1; }
.header-nav > .menu-item:hover .sub-menu, .header-nav > .menu-item:focus .sub-menu, .header-nav > .menu-item:focus-within .sub-menu {
  pointer-events: auto;
  opacity: 1; }
.header-nav .sub-menu {
  pointer-events: none;
  transition: .3s all ease;
  position: absolute;
  top: 80px;
  background: white;
  min-width: 260px;
  box-shadow: 6px 6px 20px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 20px 0;
  opacity: 0; }
  .header-nav .sub-menu li {
    position: relative; }
  .header-nav .sub-menu a {
    font-weight: 400;
    display: block;
    padding: 15px 20px;
    transition: .3s all ease; }
    .header-nav .sub-menu a:hover {
  background: black;
  color: white;
}
.header-nav .sub-menu a:hover:after {
  filter: invert(1);
}
.header-nav .sub-menu a:focus {
  background: black;
  color: white;
}
.header-nav .sub-menu a:focus:after {
  filter: invert(1);
}

.header-nav-mobile-container {
  transition: .3s opacity ease;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: white;
  overflow: scroll;
  min-height: calc(100vh - 80px);
  padding: 0 30px;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (min-width: 1024px) {
    .header-nav-mobile-container {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    .header-nav-mobile-container {
      top: 70px; } }

.nav-mobile > .menu-item {
  border-bottom: 1px solid #ddd; }
  .nav-mobile > .menu-item > a {
    line-height: 60px;
    font-weight: 700; }
  .nav-mobile > .menu-item a {
    display: inline-block;
    font-size: 15px; }
  .nav-mobile > .menu-item.is-active > a:after {
    opacity: 0; }
.nav-mobile > .menu-item-has-children > a {
  display: block;
  position: relative; }
  .nav-mobile > .menu-item-has-children > a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(assets/img/icons/arrow-bottom.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .nav-mobile > .menu-item-has-children .menu-item-has-children .sub-menu{
  padding-bottom: 0;
}
.nav-mobile > .menu-item-has-children .menu-item-has-children .sub-menu .menu-item{
  padding-inline: 8px;
}
.nav-mobile > .menu-item-has-children .menu-item-has-children .sub-menu .menu-item:first-of-type{
  border-top: 1px solid #ececec;
  padding-top: 8px;
}
.nav-mobile > .menu-item-has-children .menu-item-has-children .sub-menu .menu-item:last-of-type{
  border-bottom: 1px solid #ececec;
  padding-bottom: 8px;
}

.nav-mobile > .menu-item-has-children.is-hidden a:first-of-type:after {
  transform: translateY(-50%) rotate(180deg);
}
.nav-mobile > .menu-item-has-children.is-hidden .sub-menu {
  display: block;
}
.nav-mobile .sub-menu {
  display: none;
  padding-bottom: 20px; }
  .nav-mobile .sub-menu > li:not(:last-child) {
    margin-bottom: 5px; }
.nav-mobile > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 30px 0;
  border-top: 1px solid white; }
  .nav-mobile > .menu-item.is-active .sub-menu > li {
    opacity: 1;
    transform: none; }

/** burger menu **/
.burger-menu {
  width: 23px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: auto; }
  .burger-menu .bar {
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    transition: 0.3s all ease; }
    .burger-menu .bar:first-child {
      transform-origin: right top;
      top: 0; }
    .burger-menu .bar:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    .burger-menu .bar:last-child {
      transform-origin: right bottom;
      bottom: 0; }

/** burger menu active state **/
#main-header.show-nav-mobile .burger-menu .bar:first-child {
  transform: translateY(0) translateX(-4px) rotate(-45deg); }
#main-header.show-nav-mobile .burger-menu .bar:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0; }
#main-header.show-nav-mobile .burger-menu .bar:last-child {
  transform: translateY(0) translateX(-4px) rotate(45deg); }

.overlay #letter {
  opacity: 0; }
.overlay #paths path {
  opacity: 0; }

body.loading .main-overlay {
  pointer-events: auto; }

@media only screen and (min-width: 1600px) {
  .min-h-screen {
    min-height: unset; } }

#content-wrapper {
  max-width: 2100px;
  margin: auto; }

.container {
  padding-left: 30px;
  padding-right: 30px; }

.addtoany_content_bottom {
  padding-top: 30px; }

.single-section-bleeding {
  position: relative; }
  .single-section-bleeding .bleeding-bg {
    background-color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; }

.pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px; }
  .pills-wrapper .pill {
    padding: 3px 14px;
    border-radius: 30px;
    border: 1px solid #595959;
    display: inline-block;
    color: #595959;
    transition: .3s all ease;
    margin-right: 10px;
    margin-bottom: 10px; }
    .pills-wrapper .pill:hover {
      color: white;
      background: #2A5A0E;
      border-color: #2A5A0E; }
.research-tags .pill{
      color: #286B76;
      border:1px solid #286B76
    }
    .research-tags .pill:hover {
      color: #286B76;
      background: transparent;
      border-color: #286B76;
    }

@media only screen and (min-width: 768px) {
  .sticky-md {
    position: sticky;
    position: -webkit-sticky;
    top: 120px; } }
#home-hero .search-form [type="submit"] {
  top: 6px;
  right: 6px; }
#home-hero .search-form [type="search"] {
  background: url(assets/img/icons/search.svg) no-repeat 25px center/30px white;
  padding-left: 75px; }

#home-intro .icon-wrapper {
  background: linear-gradient(78.57deg, #76B154 2.47%, #215F69 77.98%);
  opacity: 0.5; }

.video-wrapper .video-thumbnail-wrapper {
  overflow: hidden; }
.video-wrapper .video-thumbnail {
  transition: .3s all ease; }
.video-wrapper:hover .video-thumbnail {
  transform: scale(1.1); }

#home-impact .title-wrapper .component-bg {
  right: 0px;
  left: -1000px;
  bottom: -100px; }
#home-impact .title-wrapper + img {
  width: calc(100% + 45px);
  max-width: unset;
  left: -45px; }
@media only screen and (max-width: 767.98px) {
  #home-impact .title-wrapper .component-bg {
    right: 0; } }

#news-list .title-wrapper .component-bg {
  left: -1000px;
  bottom: -100px; }
#news-list .title-wrapper + img {
  width: calc(100% - 30px); }

.content-sidebar .sidebar-item {
  opacity: .35;
  transition: .3s all ease; }
  .content-sidebar .sidebar-item.is-active {
    opacity: 1;
    color: #286C77; }
  .content-sidebar .sidebar-item:hover {
    opacity: 1; }
.content-sidebar .sections-wrapper > section:not(.single-section-bleeding) {
  padding-top: 5rem; }
.content-sidebar .sections-wrapper > section + .single-section-bleeding {
  margin-top: 5rem; }
@media only screen and (max-width: 767.98px) {
  .content-sidebar .sections-wrapper > section:not(.single-section-bleeding) {
    padding-top: 3rem; }
  .content-sidebar .sections-wrapper > section + .single-section-bleeding {
    margin-top: 3rem; } }

.bg-gradient-blue {
  background: linear-gradient(78.57deg, #CEE5DE 2.47%, #98BAC0 96.68%); }

.oicr-button-group .oicr-button {
  min-width: unset;
  width: 90%; }
  .oicr-button-group .oicr-button:hover {
    min-width: unset !important; }
.oicr-button-group:hover .oicr-button {
  width: 100%;
  background: #000; }
  .oicr-button-group:hover .oicr-button svg {
    right: -5px; }

.oicr-button {
  line-height: 1.25;
  padding: 10px 15px;
  border-radius: 30px;
  min-width: 250px;
  max-width: 100%;
  display: inline-block;
  color: white;
  font-weight: 600;
  position: relative;
  transition: .3s all ease;
  text-align: left;
  justify-content: space-between;
  color: white;
  overflow: hidden; }
  .oicr-button svg {
    display: none; }
  .oicr-button.full {
    width: 100%;
    min-width: unset; }
  .oicr-button.small {
    padding: 7.5px 15px;
    min-width: unset; }
  .oicr-button .title {
    position: relative; }
  .oicr-button.w-icon {
    display: inline-flex;
    align-items: center; }
    .oicr-button.w-icon svg {
      margin-left: 30px;
      display: block;
      position: relative;
      transition: .3s right ease;
      right: 0;
      height: 16px; }
    .oicr-button.w-icon:not(.full):not(.small):hover {
      min-width: 265px; }
      .oicr-button.w-icon:not(.full):not(.small):hover svg {
        right: -5px; }
  .oicr-button:not(.w-icon) {
    text-align: center; }
  .oicr-button.bg-twitter {
    background: #1DA1F2; }
    .oicr-button.bg-twitter:hover {
      opacity: .75; }
  .oicr-button.bg-gradient-green {
    background: linear-gradient(78.57deg, #76B154 2.47%, #215F69 77.98%); }
    .oicr-button.bg-gradient-green:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(80.38deg, #4DB678 3.59%, #28A3B6 48.19%, #3C2432 97.69%);
      opacity: 0;
      transition: .3s all ease; }
    .oicr-button.bg-gradient-green:hover:before {
      opacity: 1; }
  .oicr-button.bg-gradient-blue {
    background: linear-gradient(78.57deg, #CEE5DE 2.47%, #98BAC0 96.68%); }
  .oicr-button.bg-green {
    background: #3c8711; }
    .oicr-button.bg-green:hover {
      background: #000; }
  .oicr-button.bg-blue {
    background: #286C77; }
    .oicr-button.bg-blue:hover {
      background: #26626B; }
  .oicr-button.bg-black {
    background: black; }
    .oicr-button.bg-black:hover {
      background: #555555; }
  .oicr-button.bg-ghost-green {
    border: 2px solid #2A5A0E;
    color: #2A5A0E;
    padding: 8px 13px; }
    .oicr-button.bg-ghost-green:hover {
      background: #2A5A0E;
      color: white; }
  .oicr-button.bg-ghost-blue {
    border: 2px solid #286C77;
    color: #286C77;
    padding: 8px 13px; }
    .oicr-button.bg-ghost-blue:hover {
      background: #286C77;
      color: white; }
  .oicr-button.bg-ghost-black {
    border: 2px solid black;
    color: black;
    padding: 8px 13px; }
    .oicr-button.bg-ghost-black:hover {
      background: black;
      color: white; }
  .oicr-button.bg-ghost-white {
    border: 2px solid white;
    color: white;
    padding: 8px 13px; }
    .oicr-button.bg-ghost-white:hover {
      background: #2A5A0E;
      border-color: #2A5A0E;
      color: white; }
  .oicr-button.bg-submit-black {
    background: black;
    color: white; }
    .oicr-button.bg-submit-black:hover {
      background: #2A5A0E; }
  .oicr-button.bg-submit-ghost-black {
    border: 2px solid black;
    color: black;
    padding: 8px 13px; }
    .oicr-button.bg-submit-ghost-black:hover {
      background: black;
      color: white; }
  .oicr-button.bg-submit-ghost-white {
    border: 2px solid white;
    color: white;
    padding: 8px 13px; }
    .oicr-button.bg-submit-ghost-white:hover {
      border-color: black;
      background: black;
      color: white; }

.post-body > p:first-child {
  display: none; }
  .post-body > p:first-child + p {
    margin-top: 0 !important; }

.parallax-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 400px; }
  .parallax-img-wrapper .parallax-img {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: -50%;
    transform-origin: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.gform_wrapper .gform_hidden {
  display: none; }
.gform_wrapper .gfield_label {
  display: block;
  padding-bottom: 10px; }
.gform_wrapper .gfield_error input {
  border-color: red !important; }
.gform_wrapper .gfield_error .validation_message {
  display: none; }
.gform_wrapper .gform_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px; }
.gform_wrapper .gf_name_has_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }

form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]),
form select,
form textarea {
  width: 100%;
  background: unset;
  padding: 0 15px;
  line-height: 40px;
  appearance: none;
  border-radius: 0;
  border: 1px solid #eee;
  transition: .3s all ease; }
  form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]):focus,
  form select:focus,
  form textarea:focus {
    outline: none;
    border-color: #2A5A0E; }
form textarea {
  line-height: unset;
  padding: 10px 15px; }
form:not(.search-form) [type="submit"] {
  display: inline-block;
  line-height: 40px;
  background: black;
  font-weight: 600;
  border-radius: 30px;
  min-width: 265px;
  transition: .3s all ease;
  cursor: pointer;
  color: white; }
  form:not(.search-form) [type="submit"]:hover {
    opacity: .75; }
form select {
  background: url(assets/img/icons/arrow-bottom.svg) no-repeat right 6px/10px; }

  .gform_wrapper .hidden_label .gfield_label, .gform_wrapper .hidden_sub_label, .gform_wrapper .screen-reader-text{
    clip: rect(1px,1px,1px,1px);
      word-wrap: normal!important;
      border: 0;
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }

#search-form-small input {
  padding-left: 30px;
  background: url(assets/img/icons/search-dark.svg) no-repeat left top/20px; }

#search-form {
  max-width: 2100px;
  left: 50%;
  transform: translateX(-50%); }
  #search-form input {
    font-size: 22px;
    padding: 0;
    line-height: 80px;
    height: 0;
    border: none;
    transition: .3s all ease;
    padding-left: 30px;
    background: url(assets/img/icons/search.svg) no-repeat left center/20px; }
    #search-form input::placeholder {
      color: white; }
  #search-form.is-active input {
    height: 80px; }
  #search-form.is-active + header {
    top: 80px; }
    #search-form.is-active + header .search-trigger path {
      fill: #2A5A0E; }
    #search-form.is-active + header + .header-nav-mobile-container + main {
      transform: translateY(80px); }
  @media only screen and (max-width: 1023.98px) {
    #search-form {
      display: none; } }

#search-form-mobile input {
  line-height: 70px;
  padding: 0 0 0 30px;
  border-bottom: 1px solid white;
  background: url(assets/img/icons/search.svg) no-repeat left center/20px;
  font-size: 15px;
  font-weight: 700; }
  #search-form-mobile input::placeholder {
    color: white; }

#subscribe .gform_wrapper .gform_footer {
  margin-top: 30px;
  position: relative;
  align-items: center;
  cursor: pointer; }
@media only screen and (max-width: 767.98px) {
  #subscribe .gform_wrapper .gform_fields .ginput_container {
    margin-bottom: 25px; }
  #subscribe .gform_wrapper .gform_fields .gf_name_has_2 > span:first-child {
    margin-bottom: 25px; } }
@media only screen and (min-width: 768px) {
  #subscribe .gform_wrapper .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
    #subscribe .gform_wrapper .gform_fields .w-full {
      grid-column-start: 1;
      grid-column-end: 3; }
    #subscribe .gform_wrapper .gform_fields .gf_name_has_2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; } }

.wp-block-group .gform_wrapper {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #f3f4f6;
  position: relative; }
  .wp-block-group .gform_wrapper:before {
    content: '';
    height: 16px;
    width: 50%;
    display: block;
    margin-left: auto;
    background: linear-gradient(78.57deg, #98BAC0 2.47%, #CEE5DE 96.68%);
    margin-bottom: 40px; }
.wp-block-group .gfield {
  margin-bottom: 25px; }
.wp-block-group form {
  padding: 0 40px 65px; }
  .wp-block-group form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]),
  .wp-block-group form select,
  .wp-block-group form textarea {
    background: #eee; }
  .wp-block-group form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]),
  .wp-block-group form select {
    border-radius: 30px; }

#subscribe .gform_wrapper {
  position: relative; }
  #subscribe .gform_wrapper .gform_fields {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
#subscribe form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="search"]),
#subscribe form select,
#subscribe form textarea {
  border-radius: 50px;
  border: 2px solid white; }
  #subscribe form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="search"])::placeholder,
  #subscribe form select::placeholder,
  #subscribe form textarea::placeholder {
    color: white; }
#subscribe form [type="submit"] {
  width: 100%;
  min-width: auto;
  border: 2px solid black; }
@media only screen and (min-width: 768px) {
  #subscribe .gform_wrapper .gform_footer {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(25%);
    padding-left: 19px; } }

footer .logo {
  width: 162px; }
footer .footer-nav > li {
  padding-right: 30px; }
  footer .footer-nav > li > a {
    font-size: 18px;
    font-weight: 600; }
footer .footer-nav .sub-menu {
  margin-top: 15px;
  font-size: 14px; }
  footer .footer-nav .sub-menu > li:not(:last-child) {
    margin-bottom: 8px; }
  footer .footer-nav .sub-menu a {
    transition: .3s all ease; }
    footer .footer-nav .sub-menu a:hover {
      color: #76B154; }
    footer .footer-nav .sub-menu .sub-menu {
      margin-top: 8px;
      padding-left: 16px;
    }
footer .bottom-part .footer-links {
  display: flex; }
  footer .bottom-part .footer-links li:not(:last-child):after {
    content: '|';
    display: inline-block;
    margin: 0 6px; }
  footer .bottom-part .footer-links a {
    transition: .3s all ease; }
    footer .bottom-part .footer-links a:hover {
      color: #76B154; }
@media only screen and (max-width: 767.98px) {
  footer .logo {
    width: 100px; } }

#post .addtoany_shortcode a > span {
  border-radius: 50% !important; }

.block-component p, .block-component li,
.wp-block-group p,
.wp-block-group li {
  line-height: 1.8; }
.block-component .text-h2,
.wp-block-group .text-h2 {
  font-size: 30px;
  line-height: 1.25; }
.block-component .text-h3,
.wp-block-group .text-h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 20px; }
  .block-component .text-h3:not(:first-child),
  .wp-block-group .text-h3:not(:first-child) {
    margin-top: 1.4rem; }
.block-component .wp-block-image figcaption,
.wp-block-group .wp-block-image figcaption {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 15px; }
.block-component .wp-block-quote, .block-component blockquote,
.wp-block-group .wp-block-quote,
.wp-block-group blockquote {
  position: relative;
  padding-left: 60px; }
  .block-component .wp-block-quote:before, .block-component blockquote:before,
  .wp-block-group .wp-block-quote:before,
  .wp-block-group blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    bottom: 0;
    background: #2A5A0E; }
  .block-component .wp-block-quote p, .block-component blockquote p,
  .wp-block-group .wp-block-quote p,
  .wp-block-group blockquote p {
    line-height: 1.75; }
.block-component ul:not(.gform_fields) li, .block-component ol:not(.gform_fields) li,
.wp-block-group ul:not(.gform_fields) li,
.wp-block-group ol:not(.gform_fields) li {
  position: relative;
  padding-left: 20px; }
.block-component ul:not(.gform_fields) li:not(:last-child), .block-component ol:not(.gform_fields) li:not(:last-child),
.wp-block-group ul:not(.gform_fields) li:not(:last-child),
.wp-block-group ol:not(.gform_fields) li:not(:last-child) {
  margin-bottom: 10px; }
.block-component ul:not(.gform_fields) li:before,
.wp-block-group ul:not(.gform_fields) li:before {
  content: '\2022';
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  transform: scale(1.5); }
.block-component ol:not(.gform_fields),
.wp-block-group ol:not(.gform_fields) {
  counter-reset: number; }
  .block-component ol:not(.gform_fields) li,
  .wp-block-group ol:not(.gform_fields) li {
    counter-increment: number; }
    .block-component ol:not(.gform_fields) li:before,
    .wp-block-group ol:not(.gform_fields) li:before {
      content: counter(number) ". ";
      position: absolute;
      top: 0;
      left: 0; }
@media only screen and (max-width: 767.98px) {
  .block-component .wp-block-quote, .block-component blockquote,
  .wp-block-group .wp-block-quote,
  .wp-block-group blockquote {
    padding-left: 40px; }
    .block-component .wp-block-quote:before, .block-component blockquote:before,
    .wp-block-group .wp-block-quote:before,
    .wp-block-group blockquote:before {
      width: 10px; } }

.wp-block-group {
  padding: 80px 0; }
  .wp-block-group.p-0 {
    padding: 0; }
  .wp-block-group.pt-0 {
    padding-top: 0; }
  .wp-block-group.pb-0 {
    padding-bottom: 0; }
  @media only screen and (max-width: 1023.98px) {
    .wp-block-group {
      padding: 60px 0; } }
  @media only screen and (max-width: 767.98px) {
    .wp-block-group {
      padding: 30px 0; } }

.wp-block-group__inner-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.wp-block-columns {
  margin-bottom: 0; }

.wp-block-columns.narrow,
.block-component.narrow {
  padding: 0 100px; }
.wp-block-columns.narrow-lg,
.block-component.narrow-lg {
  padding: 0 200px; }
@media only screen and (max-width: 1023.98px) {
  .wp-block-columns.narrow-lg,
  .block-component.narrow-lg {
    padding: 0 100px; } }
@media only screen and (max-width: 767.98px) {
  .wp-block-columns.narrow, .wp-block-columns.narrow-lg,
  .block-component.narrow,
  .block-component.narrow-lg {
    padding: 0; } }

@media only screen and (max-width: 767.98px) {
  .wp-block-column:not(:last-child) {
    margin-bottom: 30px; } }

.inline-p {
  display: inline-flex; }
  .inline-p > *:first-child {
    margin-right: 30px;
    width: 100%; }

.text-title {
  font-size: 36px;
  font-weight: 700; }

.text-title-med {
  font-size: 24px;
  font-weight: 700; }

.text-title-small {
  font-size: 18px;
  font-weight: 700; }

@media only screen and (max-width: 767.98px) {
  .text-title {
    font-size: 24px; }

  .text-title-med {
    font-size: 22px; } }
.hero-component {
  overflow: hidden;
  min-height: 300px;
  padding: 70px 0;
  position: relative; }
  .hero-component.template-2 {
    padding-top: 36px;
    padding-bottom: 0;
    min-height: auto; }
  .hero-component.text-only {
    background: linear-gradient(80.38deg, rgba(77, 182, 120, 0.65) 3.59%, rgba(40, 163, 182, 0.65) 97.69%); }
  .hero-component.background-content {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
    background: linear-gradient(80.38deg, rgba(77, 182, 120, 0.65) 3.59%, rgba(40, 163, 182, 0.65) 97.69%); }
    .hero-component.background-content .container:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 70px;
      background: white;
      z-index: 2; }
    .hero-component.background-content .content {
      min-height: unset;
      max-width: 1000px;
      padding: 60px;
      background: white; }
    .hero-component.background-content.background-gradient .content {
      background: linear-gradient(78.57deg, #76B154 2.47%, #215F69 77.98%);
      color: white; }
  .hero-component:not(.background-content) .content {
    margin-left: 100px;
    color: white; }
  .hero-component .image-wrapper {
    background: linear-gradient(80.38deg, rgba(77, 182, 120, 0.4) 3.59%, rgba(40, 163, 182, 0.4) 97.69%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero-component .image-wrapper img {
      background-blend-mode: overlay;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .hero-component .image-wrapper .img {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: overlay;
      background-color: #548c8c; }
  .hero-component .before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 450px;
    background: #64BC46;
    z-index: 1;
    transform-origin: left;
    transform: rotate(30deg) scaleY(3); }
  .hero-component .after {
    content: '';
    position: absolute;
    top: 0;
    right: -180px;
    bottom: 0;
    width: 200px;
    background: linear-gradient(80.38deg, #4DB678 3.59%, #28A3B6 48.19%, #3C2432 97.69%);
    z-index: 1;
    transform-origin: right;
    transform: rotate(30deg) scaleY(3); }
  .hero-component .content {
    position: relative;
    z-index: 10; }
  .hero-component .eyebrow {
    display: inline-block;
    margin-bottom: 1.25rem;
    line-height: 1;
    font-weight: 700;
    font-size: 26px; }
    .hero-component .eyebrow:empty {
      display: none; }
  .hero-component.title-small .title {
    font-size: 45px;
    line-height: 1.1; }
  .hero-component .title {
    font-size: 70px;
    line-height: 1;
    font-weight: 700; }
  @media only screen and (max-width: 767.98px) {
    .hero-component {
      min-height: unset;
      padding: 60px 0; }
      .hero-component .content {
        margin-left: 0 !important; }
      .hero-component .eyebrow {
        font-size: 18px;
        margin-bottom: 16px; }
      .hero-component .title {
        font-size: 30px; }
      .hero-component .before {
        width: 350px;
        left: -100px;
        transform: rotate(30deg) scaleY(4); }
      .hero-component .after {
        width: 80px; }
      .hero-component.background-content .content {
        padding: 30px;
        min-height: unset; } }

.oicr-separator {
  position: relative; }
  .oicr-separator.bar {
    display: flex;
    justify-content: center; }
    .oicr-separator.bar:before, .oicr-separator.bar:after {
      content: '';
      width: 47px;
      height: 8px;
      display: block;
      background: black; }
    .oicr-separator.bar:before {
      background: #64BC46; }
    .oicr-separator.bar:after {
      margin-top: 8px; }
  .oicr-separator.line {
    display: block;
    height: 1px;
    background: #ccc; }

.call-out-component.primary .image-wrapper {
  background: linear-gradient(80.38deg, rgba(77, 182, 120, 0.4) 3.59%, rgba(40, 163, 182, 0.4) 97.69%); }
  .call-out-component.primary .image-wrapper img {
    mix-blend-mode: overlay;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.call-out-component.primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 450px;
  background: #64BC46;
  z-index: 1;
  transform-origin: left;
  transform: rotate(30deg) scaleY(3); }
.call-out-component.primary .content {
  min-height: 515px; }

.call-out-component.secondary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(52, 141, 154, 0.8);
  z-index: 1; }
.call-out-component.secondary .content p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.block-insight {
  background-color: white; }
  .block-insight .bar {
    background: linear-gradient(78.57deg, #98BAC0 2.47%, #CEE5DE 96.68%); }

.dyk-component {
  position: relative; }
  .dyk-component .inner {
    position: relative; }
    .dyk-component .inner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #286C77;
      transform: translate(14px, 14px); }
  .dyk-component .eyebrow-wrapper {
    margin-bottom: 10px;
    position: relative;
    text-align: center; }
    .dyk-component .eyebrow-wrapper:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 5px;
      background: black;
      right: 0;
      transform: translateY(-50%); }
  .dyk-component .eyebrow {
    display: inline-block;
    padding: 5px 25px;
    background: #3c8711;
    font-size: 18px;
    position: relative; }

.testimonial-component .testimonial:before, .testimonial-component .testimonial:after {
  content: '"'; }

.card-component .content-wrapper {
  position: relative; }
.card-component .learn-more + [type="checkbox"] {
  float: right;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  cursor: pointer;
  margin-top: -13px; }
  .card-component .learn-more + [type="checkbox"] + .icon {
    position: absolute;
    top: 24px;
    right: 35px;
    pointer-events: none;
    transition: .3s all ease;
    transform: center; }
.card-component [type="checkbox"]:checked + .icon {
  transform: scaleY(-1); }
  .card-component [type="checkbox"]:checked + .icon + .hidden-content {
    display: block; }
.card-component .hidden-content {
  display: none; }

.accordion-item .accordion-question {
  transition: .3s all ease;
  position: relative; }
  .accordion-item .accordion-question:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(assets/img/icons/arrow-bottom.svg) no-repeat center center/contain;
    top: 50%;
    transform-origin: top;
    right: 2rem;
    transition: .3s all ease;
    transform: scaleY(-1) translateY(-50%); }
  .accordion-item .accordion-question.is-hidden:before {
    transform: translateY(-50%); }
  .accordion-item .accordion-question.is-hidden + .accordion-answer {
    display: none; }

.filter-component .filter-trigger {
  transition: .3s all ease;
  cursor: pointer; }
  .filter-component .filter-trigger:hover {
    text-decoration: underline; }
  .filter-component .filter-trigger.is-hidden {
    opacity: .25; }
.filter-component .filter-item.is-hidden {
  display: none; }

.line-group:hover .line {
  background-size: 0% 1px;
  color: #2A5A0E; }
.line-group .line {
  display: inline;
  background: linear-gradient(#286C77, #286C77);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: .3s all ease;
  color: #286C77; }
.line-group.line-2px:hover .line {
  background-size: 0% 2px; }
.line-group.line-2px .line {
  background-size: 100% 2px; }

.anim-line, .block-component p a, .block-component li a,
.wp-block-group p a,
.wp-block-group li a {
  display: inline;
  background-image: linear-gradient(#286C77, #286C77);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #286C77;
  transition: .3s all ease; }
  .anim-line:hover, .block-component p a:hover, .block-component li a:hover,
  .wp-block-group p a:hover,
  .wp-block-group li a:hover {
    background-size: 0% 1px;
    color: #2A5A0E; }
  .anim-line.line-2px, .block-component p a.line-2px, .block-component li a.line-2px,
  .wp-block-group p a.line-2px,
  .wp-block-group li a.line-2px {
    background-size: 100% 2px; }
    .anim-line.line-2px:hover, .block-component p a.line-2px:hover, .block-component li a.line-2px:hover,
    .wp-block-group p a.line-2px:hover,
    .wp-block-group li a.line-2px:hover {
      background-size: 0% 2px; }

/* CSE */
/**
 * Default Theme, v4.
 *
 */
/* Selector for entire element. */
/* Search input */
/* Hide clear input X added by MSIE. */
/* Search button */
/* Firefox button fix */
/* Inactive tab */
/* Active tab */
/* Inner wrapper for a result */
/* Set link colors. */
/* Snippet text color */
/*Promotion Settings*/
/* The entire promo */
/* Promotion links */
/* Promotion snippet */
/* Promotion url */
/* Style for auto-completion table
 * .gsc-completion-selected: styling for a suggested query which the user has moused-over
 * .gsc-completion-container: styling for the table which contains the completions
 */
#___gcse_0 .gsc-search-box,
#___gcse_0 .gsc-above-wrapper-area {
  max-width: 1360px;
  margin: auto;
  padding: 0 30px; }
  #___gcse_0 .gsc-search-box > table,
  #___gcse_0 .gsc-above-wrapper-area > table {
    max-width: 1000px;
    margin: unset !important; }
#___gcse_0 .gsc-above-wrapper-area {
  border: none !important; }
  #___gcse_0 .gsc-above-wrapper-area .gsc-orderby-container {
    display: none; }
#___gcse_0 .gsc-result-info {
  font-size: 18px;
  font-weight: 700;
  color: black; }
#___gcse_0 .gsc-wrapper {
  padding: 40px 0; }
  #___gcse_0 .gsc-wrapper .gsc-resultsbox-visible {
    max-width: 1360px;
    padding: 0 30px;
    margin: auto; }
#___gcse_0 .gsc-control-cse {
  padding: 0;
  border: none; }
#___gcse_0 .gsib_a {
  padding: 0; }
#___gcse_0 form.gsc-search-box {
  margin-bottom: 20px; }
#___gcse_0 .gsc-input-box {
  border: 1px solid #eee;
  background: #f3f4f6;
  border-radius: 7px; }
  #___gcse_0 .gsc-input-box input {
    margin: unset !important;
    height: unset !important;
    padding: 0 15px !important;
    background: unset !important; }
#___gcse_0 .gsc-search-button-v2 {
  padding: 13.5px 27px !important;
  border-radius: 7px; }
#___gcse_0 .gsc-results {
  width: 100%;
  padding-bottom: 0; }
#___gcse_0 .gsc-webResult.gsc-result {
  padding: 30px !important;
  border-radius: 6px;
  border: none;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #eee;
  max-width: 1000px; }
  #___gcse_0 .gsc-webResult.gsc-result:not(:last-child) {
    margin-bottom: 20px !important; }
#___gcse_0 .gsc-results .gsc-cursor-box {
  margin-top: 40px; }
#___gcse_0 .gcsc-more-maybe-branding-root {
  display: none; }
#___gcse_0 .gs-web-image-box .gs-image, #___gcse_0 .gs-promotion-image-box .gs-promotion-image {
  max-width: unset;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: none;
  border-radius: 50%; }
#___gcse_0 .gs-web-image-box, #___gcse_0 .gs-promotion-image-box {
  float: unset;
  padding: 0;
  width: unset;
  margin-right: 30px; }
#___gcse_0 .gsc-table-result {
  display: flex;
  margin-top: 20px;
  padding: 0; }
#___gcse_0 .gsc-control-cse .gs-spelling, #___gcse_0 .gsc-control-cse .gs-result .gs-title, #___gcse_0 .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px; }
#___gcse_0 .gsc-webResult .gsc-url-top {
  font-size: 14px; }
#___gcse_0 .gs-webResult .gs-snippet, #___gcse_0 .gs-fileFormatType {
  color: black;
  line-height: 1.75;
  font-size: 16px; }
#___gcse_0 .gsc-control-cse, #___gcse_0 .gsc-control-cse .gsc-table-result {
  font-family: inherit; }
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 18px;
  color: black;
  margin: 0 5px;
  opacity: .25; }
  #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    opacity: 1;
    transition: .3s all ease; }
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #286C77;
  opacity: 1; }
#___gcse_0 .gs-result .gs-title, #___gcse_0 .gs-result .gs-title * {
  color: #286C77;
  text-decoration: underline;
  margin-bottom: 10px; }
#___gcse_0 .gsc-thumbnail-inside, #___gcse_0 .gsc-url-top {
  padding: 0;
  margin-bottom: 10px; }
#___gcse_0 .gs-promotion .gs-visibleUrl, #___gcse_0 .gs-webResult .gs-visibleUrl {
  color: #286C77; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease;
  box-sizing: border-box; }
  .popup-wrapper.is-active {
    opacity: 1;
    pointer-events: auto; }
    .popup-wrapper.is-active .popup {
      opacity: 1;
      transform: none;
      transition-delay: 0.3s; }
  @media only screen and (max-width: 767.98px) {
    .popup-wrapper {
      padding: 60px 30px; } }

.popup {
  margin: auto;
  background: white;
  position: relative;
  max-width: 950px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s all ease; }
  .popup:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #286C77;
    left: 0;
    transform: translate(25px, 25px);
    z-index: -1; }
  .popup .inner {
    background: white; }
  @media only screen and (max-width: 767.98px) {
    .popup:before {
      display: none; } }

.popup-form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]),
.popup-form select,
.popup-form textarea {
  background: #eee; }
.popup-form input:not([type="checkbox"]):not([type="radio"]):not([type="search"]):not([type="submit"]),
.popup-form select {
  border-radius: 30px; }
.popup-form select {
  background: url(assets/img/icons/arrow-bottom.svg) no-repeat calc(100% - 15px) center/10px #eee; }
.popup-form #mce-responses {
  margin: 2rem; }

/*
@include below($md) {
	.popup-wrapper {
		padding: 0;
	}
	.popup {
		padding: 30px;
	}
	.popup-anim {
		svg {
			display: none;
		}
	}
	.popup-title {
		font-size: 24px;
		line-height: 1.3;
	}
	.popup-header {
		margin: 0 0 30px;
		padding-right: 15%;
	}
	.popup-closer {
		top: 0;
		right: 0;
		background-color: #ddd;
		background-size: 75%;
		opacity: 1;
	}
}
*/

/*# sourceMappingURL=style.css.map */
