@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");
/* Colors */
/* Global */
/* Post list */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #092e15;
  line-height: 2em;
}
a {
  color: #64bfbe;
}
.et_pb_text h4, .mc-posts-detail h4 {
  font-size: 18px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3em;
}
.et_pb_text sup, .et_pb_text sub, .mc-posts-detail sup, .mc-posts-detail sub {
  font-size: 0.8em;
}
.et_pb_text ol, .et_pb_text ul, .mc-posts-detail ol, .mc-posts-detail ul {
  padding-left: 2em;
}
.et_pb_text ol li, .et_pb_text ul li, .mc-posts-detail ol li, .mc-posts-detail ul li {
  list-style-type: none;
}
.et_pb_text ol li::before, .et_pb_text ul li::before, .mc-posts-detail ol li::before, .mc-posts-detail ul li::before {
  box-sizing: border-box;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  display: inline-block;
  text-align: right;
}
.et_pb_text ol, .mc-posts-detail ol {
  list-style: none;
  counter-reset: li;
}
.et_pb_text ol li, .mc-posts-detail ol li {
  counter-increment: li;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before {
  content: counter(li) ". ";
  color: #64bfbe;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  color: #64bfbe;
}
.orange {
  color: #64bfbe;
}
.et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
    width: 95%;
  }
}
@media (min-width: 1600px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
/*
#main-header {
    @include transition(3s);
    top: auto !important;
    bottom: 0 !important;

    &.et-fixed-header {
        @include transition(3s);
        top: 0  !important;
        bottom: auto  !important;
    }
}
*/
#main-header {
  box-shadow: none;
}
#top-menu li a {
  line-height: 1.3em;
  font-weight: 400;
}
#top-menu li.current-menu-item > a {
  color: #99cf16;
}
#top-menu li.member-area a {
  color: #64bfbe;
}
#top-menu .sub-menu {
  border-top: none;
  width: 300px;
}
#top-menu .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: transparent linear-gradient(90deg, #64BFBE 0%, #99CF16 100%) 0% 0% no-repeat padding-box;
}
#top-menu .sub-menu li {
  width: 100%;
}
#top-menu .sub-menu li a {
  width: 100%;
}
#top-menu .sub-menu li ul {
  left: 300px;
  top: -20px;
}
.mobile_menu_bar::before {
  color: #64bfbe;
}
.et_mobile_menu {
  border-top-color: #64bfbe;
}
.number h4::before {
  display: block !important;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 0.2em;
}
@keyframes pointer {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.pointer_icon {
  animation-name: pointer;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#footer-info {
  width: 100%;
  display: flex;
  padding: 30px 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a2;
  text-transform: uppercase;
}
#footer-info a {
  color: #99cf16;
  font-weight: 400;
}
#footer-info .left {
  margin-top: 10px;
}
#footer-info .left a {
  margin-left: 1em;
}
#footer-info .right {
  margin-left: auto;
}
#footer-info .right a span {
  /*display: none;*/
  margin-left: 2em;
}
#footer-info .twitter::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
}
#footer-info .linkedin::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
}
.add-diagonal {
  position: relative;
}
.add-diagonal::before {
  position: absolute;
  left: 50%;
  top: 900px;
  content: "";
  display: block;
  width: 130%;
  min-height: 1200px;
  background: #e3f1d9;
  transform: translateX(-50%) rotate(39deg) skew(39deg);
}
#accordion .heading {
  padding-bottom: 30px;
}
#accordion .heading::after {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  display: inline-block;
  height: 3.6em;
  width: 3.6em;
  border-radius: 50%;
  line-height: 3.6em;
  text-align: center;
  background: #f9f9f9;
  color: #003d18;
  margin-left: 1em;
  opacity: 0;
}
#accordion .heading .button {
  -webkit-background-clip: padding-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-width: 2px;
}
#accordion .heading .button:hover {
  background-color: #76c6c6;
}
#accordion .heading .button:hover {
  border-color: #76c6c6;
}
#accordion .heading .button:hover {
  color: #fff;
}
#accordion .heading.ui-state-active::after {
  opacity: 1;
}
#accordion .heading.ui-state-active .button {
  background-color: #fff;
  border: 1px solid #003d18;
  color: #003d18;
}
#accordion .heading.ui-state-active .button:hover {
  background-color: white;
}
#accordion .heading.ui-state-active .button:hover {
  border-color: #005722;
}
#accordion .heading.ui-state-active .button:hover {
  color: #003d18;
}
#accordion .content {
  color: #003d18;
}
#accordion .content h3 {
  margin-top: 30px;
  font-weight: 700;
  color: #003d18;
  font-size: 20px;
  padding: 0;
}
#accordion .content:nth-child(2) h3:nth-child(1) {
  margin-top: 0;
}
#wonderplugintabs-container-1 {
  width: 100% !important;
  max-width: none !important;
}
#wonderplugintabs-container-1 .wonderplugintabs {
  width: 100% !important;
  max-width: none !important;
}
#wonderplugintabs-container-1 .wonderplugintabs-panel-wrap {
  border: none !important;
  background: transparent !important;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-caption {
  padding: 0 !important;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-ul {
  width: 100%;
  text-align: center;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 30px 0 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 3px solid transparent !important;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li .wonderplugintabs-header-title {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #aeca0c;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li.wonderplugintabs-header-li-active-first, #wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li.wonderplugintabs-header-li-active-last {
  border-bottom: 3px solid #003d18 !important;
}
#wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li.wonderplugintabs-header-li-active-first .wonderplugintabs-header-title, #wonderplugintabs-container-1 .wonderplugintabs-header-wrap .wonderplugintabs-header-li.wonderplugintabs-header-li-active-last .wonderplugintabs-header-title {
  color: #003d18;
}
#wonderplugintabs-container-1 .wonderplugintabs-panel-inner .et_pb_section {
  background: transparent;
}
.highlight1 {
  font-size: 40px;
  font-weight: 900;
  color: #092E15;
}
.detail-thumbnail {
  display: none;
}
.dih-content {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8em;
}
.dih-container .dih-tooltip {
  /* width: 900px; */
  /* color: #ffffff; */
  /* padding: 20px; */
  /* background-color: #333333; */
  background: #fff;
  box-shadow: 0 0 63px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
.staff .position {
  color: #092E15 !important;
  font-weight: 400 !important;
}
.et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote {
  border-color: #092E15;
}
.url-cst {
  margin-bottom: 7px;
  color: #64bfbe;
  white-space: pre-line !important;
}
.url-cst::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-right: 7px;
}
.email::before {
  content: "";
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.phone::before, .mobile::before {
  content: "";
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.mc-posts-list.default-list.publications .list-item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 63px rgba(0, 0, 0, 0.1);
}
p {
  font-size: 18px;
}
.mc-posts-list.default-list.publications .list-content-wrapper {
  margin: 30px 20px 30px 20px;
}
.mc-posts-list.staff .list-title {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 0.9em;
  margin-top: 20px;
}
.mc-posts-list.staff .list-read-more {
  margin-left: auto;
  margin-top: 20px;
}
.white-popup h4.list-title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 0.6em;
}
.white-popup .position {
  font-size: 18px;
  margin-bottom: 8px;
}
.white-popup .excerpt {
  border-top: 1px solid #c6e6eb;
  padding-top: 20px;
}
.white-popup .excerpt p {
  font-size: 15px;
}
.white-popup .detail-info {
  border-top: 1px solid #FFD18E;
  margin-top: 20px;
  padding-top: 10px;
}
.top-bar {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  transition: 1s all;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* Fixing Responsive Navigation Menu */
@media (max-width: 1350px) {
  .container.et_menu_container {
    z-index: 99;
    width: 95%;
  }
}
@media (max-width: 1128px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
}
h2.page-title {
  font-weight: 700;
  font-size: 41px;
  color: #ffffff !important;
  text-align: center;
}
#main-content {
  position: relative;
  z-index: 10;
}
.et_pb_section {
  background: rgba(255, 255, 255, 0);
}
footer {
  z-index: 0;
}
.custom-footer .social {
  margin: 0 10px;
}
.custom-footer a:not(.social) {
  margin: 0 1em;
  color: #092E15;
}
.custom-footer::before {
  transform: translateY(10%);
  content: "";
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 90%;
  z-index: 0;
  background-image: url("https://www.fertilizerseurope.com/wp-content/uploads/2022/06/bottom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-title {
  line-height: 1.3em;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .page-title {
    size: 1.125rem;
  }
}
.page-heading-background {
  background-position: 50% !important;
  background-size: cover;
}
body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title, body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h1.et_pb_toggle_title, body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h2.et_pb_toggle_title, body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title, body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h4.et_pb_toggle_title, body .et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h6.et_pb_toggle_title {
  color: #5ec0d7 !important;
}
/* --------- Default Post List --------- */
.mc-posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  flex-grow: 1;
}
.mc-posts-list .list-item {
  width: 100%;
  flex-shrink: 1;
  padding-left: 3%;
  padding-top: 3%;
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-2-col .list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-3-col .list-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-3-col .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-4-col .list-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-4-col .list-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-5-col .list-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-5-col .list-item {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-6-col .list-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-6-col .list-item {
    width: 16.6666666667%;
  }
}
/* --------- Customize list by post type --------- */
.mc-posts-list {
  /* Custom list. Add as many as needed */
  /* Search results */
}
.mc-posts-list .list-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}
.mc-posts-list .list-title a {
  color: #092E15;
}
.mc-posts-list .list-thumbnail {
  display: block;
  background-position: center;
  background-size: cover;
}
.mc-posts-list .list-thumbnail img {
  display: none;
}
.mc-posts-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.mc-posts-list.default-list .list-item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.default-list .list-content-wrapper {
  margin: 30px 0 15px 0;
}
.mc-posts-list.default-list .list-bottom-bar {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
}
.mc-posts-list.default-list .list-date {
  color: #a3a3a3;
}
.mc-posts-list.default-list .list-read-more {
  margin-left: auto;
  color: #99cf16;
}
.mc-posts-list.default-list .list-read-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
.mc-posts-list.default-list .list-excerpt {
  display: none;
}
.mc-posts-list.priority .list-excerpt {
  display: block;
}
.mc-posts-list.priority .list-date {
  display: none;
}
.mc-posts-list.priority .list-read-more {
  margin: auto;
  color: #99cf16;
}
.mc-posts-list.priority .list-item-wrapper, .mc-posts-list.priority .list-bottom-bar {
  text-align: center;
}
.mc-posts-list.priority .list-item-wrapper {
  padding: 50px 50px 30px 50px;
}
.mc-posts-list.priority .list-content-wrapper {
  margin: 0;
}
.mc-posts-list.priority .list-bottom-bar {
  margin-top: 10px;
}
.mc-posts-list.priority .list-read-more {
  color: #64bfbe;
  padding-top: 3em;
}
.mc-posts-list.priority.home .list-item-wrapper {
  background: #fff;
}
.mc-posts-list.initiative .list-item-wrapper {
  position: relative;
}
.mc-posts-list.initiative .list-thumbnail {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.mc-posts-list.initiative .list-thumbnail::before {
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
}
.mc-posts-list.initiative .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.initiative .list-content-wrapper {
  margin: 0;
}
.mc-posts-list.initiative .list-title {
  position: absolute;
  left: 30px;
  bottom: 40px;
  padding-right: 30px;
  font-size: 1.5rem;
}
.mc-posts-list.initiative .list-title a {
  color: #fff;
}
.mc-posts-list.initiative .list-date {
  display: none;
}
.mc-posts-list.initiative .list-read-more {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #fff;
}
.mc-posts-list.video-list:not(.related-videos) {
  margin-left: -3%;
}
.mc-posts-list.video-list:not(.related-videos) .list-item {
  padding-left: 12%;
  padding-top: 0;
}
.mc-posts-list.video-list:not(.related-videos) .list-item .list-date, .mc-posts-list.video-list:not(.related-videos) .list-item .list-excerpt, .mc-posts-list.video-list:not(.related-videos) .list-item .list-title {
  display: none;
}
.mc-posts-list.video-list:not(.related-videos) .list-item .list-read-more {
  font-weight: 700;
  color: transparent;
}
.mc-posts-list.video-list:not(.related-videos) .list-item .list-read-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
.mc-posts-list.video-list:not(.related-videos) .list-thumbnail {
  position: relative;
}
.mc-posts-list.video-list:not(.related-videos) .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.video-list:not(.related-videos) .list-thumbnail::after {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
}
.mc-posts-list.video-list:not(.related-videos) .list-thumbnail:hover::after {
  color: #64bfbe;
}
.mc-posts-list.related-videos {
  margin-top: -3%;
}
.mc-posts-list.related-videos .list-date {
  display: none;
}
.mc-posts-list.related-videos .list-title {
  margin-top: 30px;
}
.mc-posts-list.member-list .list-item .list-item-wrapper {
  position: relative;
}
.mc-posts-list.member-list .list-item .list-item-wrapper .list-thumbnail {
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
}
.mc-posts-list.member-list .list-item .list-item-wrapper .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.member-list .list-item .list-item-wrapper .list-thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.mc-posts-list.member-list .list-item .hover-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #99cf16;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mc-posts-list.member-list .list-item .hover-wrapper .url {
  color: #fff;
  text-align: center;
  color: #000;
  white-space: nowrap;
  text-align: center;
  color: #64bfbe;
  white-space: pre-line !important;
  font-size: 17px;
  font-weight: 600;
}
.mc-posts-list.member-list .list-item .hover-wrapper .url::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  display: block;
  text-align: center;
  /*@extend %fa;
                        content: "\f08e";
                        font-size: 24px;
                        display: block;
                        text-align: center;
                        width: 100%;
                        */
}
.mc-posts-list.member-list .list-item:hover .hover-wrapper {
  opacity: 1;
}
.mc-posts-list.board .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.speakers .list-thumbnail {
  border-radius: 50%;
  max-width: 250px;
  width: 50%;
  display: inline-block;
}
.mc-posts-list.speakers .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.speakers .list-item-wrapper {
  display: block;
}
.mc-posts-list.speakers .list-item-wrapper, .mc-posts-list.speakers .list-title {
  text-align: center;
}
.mc-posts-list.speakers .list-read-more::after {
  display: none;
}
.mc-posts-list.speakers .list-title {
  margin-top: 20px;
}
.mc-posts-list.search-results {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-posts-list.search-results .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.mc-posts-list.search-results .list-item .list-item-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.mc-posts-list.search-results .list-item .list-item-wrapper:hover {
  padding-left: 2em;
  padding-right: 2em;
}
.home #ctf {
  max-width: 900px;
  margin: 0 auto;
}
.home #ctf .ctf-tweets .ctf-item {
  padding: 0;
  border: none;
}
.home #ctf .ctf-tweets .ctf-item .ctf-author-box, .home #ctf .ctf-tweets .ctf-item .ctf-tweet-media, .home #ctf .ctf-tweets .ctf-item .ctf-tweet-actions {
  display: none !important;
}
.home #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8em;
}
.home #ctf .ctf-tweets .ctf-item .ctf-tweet-content a {
  color: #99cf16;
}
#ctf.ctf-masonry {
  text-align: center;
}
#ctf.ctf-masonry .ctf-tweets .ctf-item {
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: none;
}
#ctf.ctf-masonry .ctf-tweet-media .ctf-lightbox-link, #ctf.ctf-masonry .ctf-tweet-media img, #ctf.ctf-masonry .ctf-tweet-media video {
  border-radius: 0;
}
#ctf.ctf-masonry .ctf-twitter-card {
  border-radius: 0;
}
#ctf #ctf-more {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  width: auto;
  margin-top: 30px;
}
#ctf #ctf-more:hover {
  background-color: #76c6c6;
}
#ctf #ctf-more:hover {
  border-color: #76c6c6;
}
#ctf #ctf-more:hover {
  color: #fff;
}
#ctf #ctf-more span {
  display: inline;
}
#ctf #ctf-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
ul.mc-related-attachments {
  padding: 0;
  margin-top: 3%;
}
ul.mc-related-attachments li {
  list-style-type: none;
}
ul.mc-related-attachments li a {
  font-weight: 700;
}
ul.mc-related-attachments li a::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-right: 0.5em;
}
ul.mc-related-attachments li a .extension {
  font-weight: 300;
  text-transform: uppercase;
}
.staff .position {
  color: #092E15;
  font-weight: 600;
}
.mc-posts-list.staff .list-title {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 0.9em;
}
.staff .excerpt {
  border-top: 1px solid #c2e9f2;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.staff .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 74%;
}
.staff .email::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
  margin-right: 5px;
}
.staff .phone::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
  margin-right: 5px;
}
.staff .mobile::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
  margin-right: 5px;
}
.mc-posts-list.mc-posts-list-3-col.default-list.staff:not(.staff-2022) .list-item:nth-child(-n+2) {
  width: 50%;
}
.mc-posts-list.publications .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 135%;
}
.mc-posts-list.mc-posts-list-3-col.default-list.staff:not(.staff-2022) .list-item:nth-child(-n+2) {
  width: 50%;
}
@media (min-width: 992px) {
  .mc-posts-list.mc-posts-list-3-col.default-list.staff:not(.staff-2022) .list-item:nth-child(-n+2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mc-posts-list.mc-posts-list-3-col.default-list.staff:not(.staff-2022) .list-item:nth-child(-n+2) {
    width: 100%;
  }
}
.staff-2022 .list-thumbnail {
  position: relative;
  overflow: hidden;
}
.staff-2022 .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 114.2857142857%;
}
.staff-2022 .list-thumbnail .image-hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.staff-2022 .list-thumbnail:hover .image-hover {
  opacity: 1;
}
.staff-2022 .list-info::before {
  width: 20px;
  margin-left: 0;
}
.staff-2022 .list-info a {
  color: #092E15;
}
.staff-2022 .position {
  font-size: 20px;
  font-weight: 700 !important;
  margin-bottom: 10px;
}
.staff-2022 .list-read-more {
  text-align: left;
  color: #99cf16;
  font-weight: 700;
  margin-left: 0 !important;
}
.staff-2022 .top-bar {
  margin-top: 0 !important;
}
.single-item .staff-2022 {
  margin: 0;
}
.single-item .staff-2022 .list-item {
  width: 100% !important;
  padding: 0;
}
.mc-button {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.mc-button:hover {
  background-color: #76c6c6;
}
.mc-button:hover {
  border-color: #76c6c6;
}
.mc-button:hover {
  color: #fff;
}
.mc-button::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
.mc-button.down::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.mc-button-green {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #99cf16;
  border: 1px solid #99cf16;
  color: #fff;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.mc-button-green:hover {
  background-color: #aae618;
}
.mc-button-green:hover {
  border-color: #aae618;
}
.mc-button-green:hover {
  color: #fff;
}
.mc-button-green::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
.mc-button-dark-green {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #fff;
  border: 1px solid #003d18;
  color: #003d18;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  font-size: 0.75rem;
}
.mc-button-dark-green:hover {
  background-color: white;
}
.mc-button-dark-green:hover {
  border-color: #005722;
}
.mc-button-dark-green:hover {
  color: #003d18;
}
.mc-button-dark-green::after {
  display: none;
}
.mc-button-white {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #fff;
  border: 1px solid #fff;
  color: #64bfbe;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.mc-button-white:hover {
  background-color: white;
}
.mc-button-white:hover {
  border-color: white;
}
.mc-button-white:hover {
  color: #64bfbe;
}
.mc-button-white::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  margin-left: 0.5em;
}
.mc-button-gold {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #b79c1b;
  border: 1px solid #b79c1b;
  color: #fff;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 0.75rem;
}
.mc-button-gold:hover {
  background-color: #cdaf1e;
}
.mc-button-gold:hover {
  border-color: #cdaf1e;
}
.mc-button-gold:hover {
  color: #fff;
}
.mc-button-gold::after {
  display: none;
}
.cta {
  display: inline-block;
}
.entry-content .calendar-wrapper {
  /* Disable calendar scroll
	.fc-scroller {
		overflow: visible !important;
		height: auto !important;
	}
	*/
}
.entry-content .calendar-wrapper tr, .entry-content .calendar-wrapper td {
  padding: 0;
}
.entry-content .calendar-wrapper table {
  margin: 0;
}
.entry-content .calendar-wrapper .fc-content, .entry-content .calendar-wrapper .fc-divider, .entry-content .calendar-wrapper .fc-list-heading td, .entry-content .calendar-wrapper .fc-list-view, .entry-content .calendar-wrapper .fc-popover, .entry-content .calendar-wrapper .fc-row, .entry-content .calendar-wrapper tbody, .entry-content .calendar-wrapper td, .entry-content .calendar-wrapper th, .entry-content .calendar-wrapper thead {
  border-color: #ebebeb;
}
.entry-content .calendar-wrapper .fc-head-container, .entry-content .calendar-wrapper .fc-widget-content {
  padding: 0;
}
.entry-content .calendar-wrapper .fc-event {
  background-color: #64bfbe;
  border-color: #64bfbe;
}
.entry-content .calendar-wrapper .fc-day-number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.entry-content .calendar-wrapper .fc-today {
  background-color: #f9f9f9;
}
.entry-content .calendar-wrapper .fc-today .fc-day-number {
  background-color: #99cf16;
  color: white;
}
/* Isotope filter */
.filters-button-group button {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #99cf16;
  border: 1px solid #99cf16;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin: 0 1px 1px 0;
}
.filters-button-group button:hover {
  background-color: #aae618;
}
.filters-button-group button:hover {
  border-color: #aae618;
}
.filters-button-group button:hover {
  color: #fff;
}
.filters-button-group .is-checked {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #76c6c6;
}
.filters-button-group .is-checked:hover {
  border-color: #76c6c6;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.pods-pagination-paginate {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}
.pods-pagination-paginate .page-numbers {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  color: white;
  margin: 0 0 0 1px;
  background-color: #99cf16;
  border: 1px solid #99cf16;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
}
.pods-pagination-paginate .page-numbers:hover {
  background-color: #aae618;
}
.pods-pagination-paginate .page-numbers:hover {
  border-color: #aae618;
}
.pods-pagination-paginate .page-numbers:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current {
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  font-weight: 900;
}
.pods-pagination-paginate .page-numbers.current:hover {
  background-color: #76c6c6;
}
.pods-pagination-paginate .page-numbers.current:hover {
  border-color: #76c6c6;
}
.pods-pagination-paginate .page-numbers.current:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.pods-pagination-paginate .page-numbers.next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
/* --------- Default Post detail --------- */
.single-detail {
  background: transparent;
}
.single-detail .et_pb_section {
  position: relative;
}
.single-detail .et_pb_row {
  display: flex;
  width: 80%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.page-heading-wrapper, div.et_pb_section.et_pb_section_0.page-heading-wrapper {
  padding: 0px 0 !important;
  position: relative;
  background: #fff !important;
}
.page-heading-wrapper::after, div.et_pb_section.et_pb_section_0.page-heading-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(100, 191, 190, 0.6) 0%, rgba(153, 207, 22, 0.6) 100%);
}
.page-heading-wrapper .page-title, div.et_pb_section.et_pb_section_0.page-heading-wrapper .page-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}
.detail-thumbnail img {
  width: 100%;
  display: block;
}
.single-banner {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-banner .content-wrapper {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.single-banner .detail-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #99cf16;
  padding: 0.3em 30px;
  line-height: 1.3em;
}
.single-banner .info {
  display: inline-block;
  background: #64bfbe;
  color: #fff;
  padding: 0.5em 30px;
  font-weight: 600;
}
.single-banner .info .detail-date, .single-banner .info .detail-venue {
  display: inline-block;
  margin-right: 2em;
}
.single-banner .info .detail-date::before, .single-banner .info .detail-venue::before {
  margin-right: 0.5em;
}
.single-banner .info .detail-date::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.single-banner .info .detail-date.blog::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.single-banner .info .detail-venue::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.single-banner2 {
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-banner2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.single-banner2 .content-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.single-banner2 .detail-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #99cf16;
  padding: 0.3em 30px;
  line-height: 1.3em;
}
.single-banner2 .info {
  display: inline-block;
  background: #64bfbe;
  color: #fff;
  padding: 0.5em 30px;
  font-weight: 600;
}
.single-banner2 .info .detail-date, .single-banner2 .info .detail-venue {
  display: inline-block;
  margin-right: 2em;
}
.single-banner2 .info .detail-date::before, .single-banner2 .info .detail-venue::before {
  margin-right: 0.5em;
}
.single-banner2 .info .detail-date::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.single-banner2 .info .detail-date.blog::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.single-banner2 .info .detail-venue::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.speakers-wrapper {
  background: #f9f9f9;
}
.speakers-wrapper h3 {
  text-align: center;
  color: #64bfbe;
  font-weight: 600;
}
.white-popup.speaker {
  overflow: hidden;
}
.white-popup.speaker .popup-thumbnail {
  float: left;
  width: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.white-popup.speaker .popup-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.white-popup.speaker .popup-content-wrapper {
  float: left;
  width: calc(100% - 150px);
  padding-left: 60px;
}
.related-content-wrapper {
  background: #f9f9f9;
}
.author-item {
  overflow: hidden;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.author-item:nth-child(1) {
  margin: 0;
  padding: 0;
  border: none;
}
.author-wrapper {
  overflow: hidden;
}
.author-wrapper .author-photo {
  display: block;
  width: 110px;
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.author-wrapper .author-photo:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.author-wrapper .author-content {
  width: calc(100% - 110px);
  padding: 0 20px 0 0;
  float: left;
  font-size: 14px;
  line-height: 1.4em;
}
.author-wrapper .author-content h5 {
  font-weight: 600;
}
.single #main-content {
  background: transparent !important;
}
.sidebar-heading {
  background: #64bfbe;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar-block {
  margin-bottom: 30px;
}
.share-wrapper {
  margin-top: 30px;
}
.single-detail-post .page-heading-wrapper {
  display: none;
}
.single-body {
  background: rgba(255, 255, 255, 0);
}
.single-detail-event .single-body .et_pb_row {
  padding-top: 0;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #99cf16;
  border: 1px solid #99cf16;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #aae618;
}
ul.mc-tabs li:hover {
  border-color: #aae618;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #76c6c6;
}
ul.mc-tabs li.current:hover {
  border-color: #76c6c6;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
  background: #fff;
  padding: 30px;
}
.mc-tabs-content.current {
  display: block;
}
.mc-tabs-content ul.mc-related-attachments {
  margin-top: 0;
}
/* -- Slider: Slick Slider -- */
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide {
  height: 100%;
}
.slider .slick-list > div, .slider .slick-track > div, .slider .slick-slide > div, .slider .slide > div {
  height: 100%;
}
.slider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 80%;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 30px;
  font-size: 1.875rem;
}
.slider .slick-prev {
  left: 50px;
}
.slider .slick-prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.slider .slick-next {
  right: 50px;
}
.slider .slick-next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.home-slider .slider {
  height: 50vh;
}
@media (min-width: 992px) {
  .home-slider .slider {
    height: 75vh;
  }
}
@media (max-width: 767px) {
  .home-slider .slider {
    height: 80vh;
  }
}
.home-slider .slider .slide-content-wrapper {
  align-self: center;
}
.home-slider .slider .top-title {
  display: none;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.home-slider .slider .slide-title {
  line-height: 1.3em;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  max-width: 60%;
  padding: 0;
}
@media (max-width: 767px) {
  .home-slider .slider .slide-title {
    size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .home-slider .slider .slide-title {
    max-width: 90%;
  }
}
.home-slider .slider .slide-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  max-width: 50%;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-slider .slider .slide-text {
    max-width: 90%;
  }
}
.home-slider .slider .Green {
  color: #41ad49 !important;
}
.home-slider .slider .Medium_Green {
  color: #4ca578 !important;
}
.home-slider .slider .Medium_Green_2 {
  color: #003d18 !important;
}
.home-slider .slider .Dark_Green {
  color: #112719 !important;
}
.home-slider .slider .Black {
  color: #2d2d2d !important;
}
.home-slider .slider .Moustard {
  color: #b79c1b !important;
}
.video-list .slick-list, .video-list .slick-track, .video-list .slick-slide, .video-list .slide {
  height: 100%;
  width: 100%;
}
.video-list .slick-list > div, .video-list .slick-track > div, .video-list .slick-slide > div, .video-list .slide > div {
  height: 100%;
}
.video-list .slick-prev, .video-list .slick-next {
  z-index: 999;
}
.video-list .slick-prev::before, .video-list .slick-next::before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #64bfbe;
}
.video-list .slick-prev {
  left: 0;
}
.video-list .slick-prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
.video-list .slick-next {
  right: -50px;
}
.video-list .slick-next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
}
/* -- Tabs -- */
ul.mc-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  background-color: #99cf16;
  border: 1px solid #99cf16;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #aae618;
}
ul.mc-tabs li:hover {
  border-color: #aae618;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #64bfbe;
  border: 1px solid #64bfbe;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #76c6c6;
}
ul.mc-tabs li.current:hover {
  border-color: #76c6c6;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
  background: #fff;
  padding: 30px;
}
.mc-tabs-content.current {
  display: block;
}
.mc-tabs-content ul.mc-related-attachments {
  margin-top: 0;
}
/* --------- Photo Gallery --------- */
.graphic-wrapper {
  position: relative;
}
.graphic-wrapper .background {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/fertilizerseurope/images/graphics/FE_use@2x.png);
  background-size: cover;
  background-position: center;
}
.graphic-wrapper .background:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 117.1398527865%;
}
.graphic-wrapper .rollover {
  position: absolute;
  display: inline-block;
  min-height: 100px;
  /*&#r2 {
      left: 33.45%;
      top: 20.1%;
      width: 30.35%;
      height: 15%;
    }
    &#r3 {
      left: 47.9%;
      top: 22.8%;
      width: 35.35%;
      height: 15%;

      img {
        top: auto;
        bottom: 0;
      }
    }*/
}
.graphic-wrapper .rollover:hover img, .graphic-wrapper .rollover:hover .tooltip {
  opacity: 1;
}
.graphic-wrapper .rollover img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
}
.graphic-wrapper .rollover .tooltip {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  min-width: 350px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 10px;
}
.graphic-wrapper .rollover#r1 {
  left: 54.1%;
  top: -1.3%;
  width: 17.7%;
}
.graphic-wrapper .rollover #r2, .graphic-wrapper .rollover #r3 {
  display: none;
}
.mc-var-dump {
  width: 100%;
  background: #333;
  padding: 80px;
  color: #fff;
}
code, .code {
  font-family: Courier New, monospace;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 30px;
  margin: 0;
  width: 100%;
  font-weight: 900;
}
code strong, code em, .code strong, .code em {
  color: #64bfbe;
}
.test {
  padding-top: 56.25%;
  background: red;
}
