@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&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: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 1.8em;
}
.home #page-container {
  padding-top: 30px !important;
}
.et_boxed_layout {
  background: #e8e8e8;
}
.et_boxed_layout #page-container {
  box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.1);
}
.et_boxed_layout #page-container, .et_boxed_layout #top-header, .et_boxed_layout #main-header {
  width: 100% !important;
}
.et_boxed_layout #main-header .container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .et_boxed_layout #main-header .container {
    padding: 0;
    width: 80%;
  }
}
.et_boxed_layout #top-header .container {
  width: 80%;
}
a {
  color: #1c8a44;
}
.et_pb_text sup, .et_pb_text sub, .mc-posts-detail sup, .mc-posts-detail sub, .single-body sup, .single-body sub, .list-excerpt sup, .list-excerpt sub {
  font-size: 0.8em;
}
.et_pb_text ol, .et_pb_text ul, .mc-posts-detail ol, .mc-posts-detail ul, .single-body ol, .single-body ul, .list-excerpt ol, .list-excerpt ul {
  padding-left: 2em;
}
.et_pb_text ol li, .et_pb_text ul li, .mc-posts-detail ol li, .mc-posts-detail ul li, .single-body ol li, .single-body ul li, .list-excerpt ol li, .list-excerpt 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, .single-body ol li::before, .single-body ul li::before, .list-excerpt ol li::before, .list-excerpt 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, .single-body ol, .list-excerpt ol {
  list-style: none;
  counter-reset: li;
}
.et_pb_text ol li, .mc-posts-detail ol li, .single-body ol li, .list-excerpt ol li {
  counter-increment: li;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before, .single-body ol li::before, .list-excerpt ol li::before {
  content: counter(li) ". ";
  color: #1c8a44;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before, .single-body ul li::before, .list-excerpt ul li::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
  color: #1c8a44;
  font-weight: 600;
}
.et_boxed_layout #page-container .et_pb_row {
  width: 95%;
}
@media (min-width: 1200px) {
  .et_boxed_layout #page-container .et_pb_row {
    width: 80%;
  }
}
.et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
  max-width: 1400px;
}
@media (min-width: 981px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
    width: 80%;
  }
}
.font-stack2 {
  font-family: "Space Grotesk", sans-serif;
}
.news-slider-wrapper {
  position: relative;
}
.news-slider-wrapper .mc-button {
  margin-top: auto;
}
.read-more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.read-more::after {
  margin-left: 1em;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.root-menu ul {
  padding: 0 !important;
}
@media (min-width: 981px) {
  .root-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -3%;
  }
}
@media (min-width: 981px) {
  .root-menu ul.two-cols li {
    padding-top: 3%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3%;
    width: 50%;
  }
}
.root-menu ul li {
  list-style-type: none;
  width: 100%;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 981px) {
  .root-menu ul li {
    padding-top: 3%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3%;
    width: 33.3333333333%;
  }
}
.root-menu ul li::before {
  display: none;
}
.root-menu ul li .item-wrapper {
  display: block;
  height: 100%;
}
.root-menu ul li a {
  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: flex;
  flex-direction: column;
  padding: 30px;
  background: #1c8a44;
  color: #fff;
  min-height: 200px;
  height: 100%;
}
.root-menu ul li a:hover {
  background: #ffd101;
  color: #000;
}
.root-menu ul li .label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
}
.root-menu ul li .read-more {
  font-weight: 700;
  font-size: 12px;
  margin-top: auto;
  text-transform: uppercase;
}
.billion .percent-value:before {
  content: '€ ';
}
.billion .percent-value:after {
  content: ' billion';
}
.et_pb_number_counter .percent {
  height: 60px;
}
.interactive-factsheet .list-date {
  background-color: #ffd101 !important;
  color: #000 !important;
}
.ammapDescriptionWindow {
  background: #ffd101;
}
.gform_wrapper ul {
  padding: 0;
}
.gform_wrapper ul li {
  list-style-type: none;
  width: 100%;
}
.gform_wrapper ul > li label {
  display: none;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.gform_wrapper .gform_fields .gfield {
  margin: 10px;
}
.gform_wrapper input[type="text"], .gform_wrapper select {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  padding: 1em 1.2em;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2em;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper select::placeholder {
  opacity: 1;
}
.gform_wrapper input[type="submit"] {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: #209f4e;
}
.gform_wrapper input[type="submit"]:hover {
  border-color: #209f4e;
}
.gform_wrapper input[type="submit"]:hover {
  color: #fff;
}
.gform_wrapper .ginput_container_checkbox, .gform_wrapper .ginput_container_consent {
  overflow: hidden;
}
.gform_wrapper .ginput_container_checkbox label, .gform_wrapper .ginput_container_consent label {
  display: inline;
  font-size: 16px;
}
.gform_wrapper .ginput_container_checkbox ul li, .gform_wrapper .ginput_container_consent ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.gform_wrapper .ginput_container_checkbox ul li input, .gform_wrapper .ginput_container_consent ul li input {
  float: left;
}
.gform_wrapper .ginput_container_checkbox ul li label, .gform_wrapper .ginput_container_consent ul li label {
  width: calc(100% - 20px);
  float: right;
  padding-left: 5px;
  display: inline-block;
  line-height: 1.4em;
}
.gform_wrapper .ginput_container_consent input {
  float: left;
  margin-top: 2px;
}
.gform_wrapper .ginput_container_consent label {
  width: calc(90% - 20px);
  float: left;
  padding-left: 5px;
  display: inline-block;
  line-height: 1.4em;
}
.filter_wrapper .gform_title {
  color: #1c8a44;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.filter_wrapper input, .filter_wrapper select {
  width: 100%;
}
.filter_wrapper #field_1_2, .filter_wrapper #field_1_4 {
  width: calc(50% - 20px);
}
.filter_wrapper .gform_footer {
  text-align: right;
  margin-top: 30px;
  display: none;
}
.filter_wrapper .buttons-wrapper {
  display: flex;
  margin: 0 -10px;
}
.filter_wrapper .buttons-wrapper .submit, .filter_wrapper .buttons-wrapper .reset {
  margin: 0 10px;
}
.filter_wrapper .buttons-wrapper .submit {
  width: 65%;
}
.filter_wrapper .buttons-wrapper .reset {
  width: 35%;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
body.home #logo, body.page-id-321 #logo {
  display: none !important;
}
body.home #page-container .home-logo, body.page-id-321 #page-container .home-logo {
  display: inline-block !important;
}
.mobile_menu_bar::before {
  color: #fff;
}
body:not(.home) .mobile_menu_bar::before {
  color: #1c8a44;
}
.sub-menu {
  background: #fff !important;
}
.home .et-fixed-header#main-header .nav li ul {
  background: #fff;
}
.home #et_search_icon::before {
  color: #fff;
}
.home #main-header {
  background: transparent;
  border: none;
}
.home #main-header::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3967787799) 100%);
  opacity: 1;
}
.home #main-header.et-fixed-header {
  background: #1c8a44 !important;
}
.home #main-header.et-fixed-header::before {
  opacity: 0;
}
.home #top-menu li a {
  color: #fff;
}
.home #page-container {
  padding-top: 30px !important;
}
#page-container {
  padding-top: 145px !important;
}
body:not(.home) .et-fixed-header#main-header {
  background: #fff;
}
#main-header {
  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;
  box-shadow: none;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
#et_top_search {
  margin-top: 8px;
}
#top-menu li {
  padding-right: 5px;
}
@media (min-width: 1200px) {
  #top-menu li {
    padding-right: 22px;
  }
}
#top-menu li a {
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
}
#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
  color: #1c8a44;
}
#top-menu li .sub-menu a {
  color: #000;
  text-transform: none;
}
#top-menu li.members-link {
  padding-right: 0;
}
#top-menu li.members-link a {
  color: #000;
}
#top-menu li.members-link a::after {
  display: none;
}
#top-menu li.members-link a span {
  display: inline-block;
  background: #ffd101;
  padding: 5px 25px 5px 10px;
  position: relative;
}
#top-menu li.members-link a span::after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 800;
}
#top-menu .sub-menu {
  border-color: #1c8a44;
}
.et_boxed_layout {
  background: #e8e8e8;
}
.et_boxed_layout #page-container {
  box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.1);
}
/* General list */
.mc-posts-list {
  /* Custom lists below */
  /* Videos List */
  /* Search results List */
}
@media (min-width: 981px) {
  .mc-posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -3%;
  }
}
.mc-posts-list .list-item {
  width: 100%;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 981px) {
  .mc-posts-list .list-item {
    padding-top: 3%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3%;
    width: 33.3333333333%;
  }
}
.mc-posts-list .line-break, .mc-posts-list .list-section-header {
  flex-basis: 100%;
}
.mc-posts-list .list-section-header {
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin: 3% 0 0 3%;
  border-bottom: 2px solid #1c8a44;
  color: #1c8a44;
  padding: 0 0 2% 0;
}
.mc-posts-list .list-item-wrapper {
  position: relative;
}
.mc-posts-list .list-thumbnail {
  background-size: cover;
  background-position: center;
  display: block;
}
.mc-posts-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.mc-posts-list .list-thumbnail img {
  display: none;
}
.mc-posts-list .list-thumbnail.boxed {
  background: #f9f9f9;
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
  border: none;
}
.mc-posts-list .list-thumbnail.boxed img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list .list-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  line-height: 1.1em;
}
@media (min-width: 981px) {
  .mc-posts-list .list-title {
    font-weight: 700;
    font-size: 24px;
  }
}
.mc-posts-list .has-image .list-date {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #1c8a44;
  display: block;
  margin: 0;
  line-height: 1em;
  padding: 1.5em 3em;
}
.mc-posts-list .list-date {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.mc-posts-list .list-title, .mc-posts-list .list-excerpt, .mc-posts-list .list-read-more, .mc-posts-list .add-to-calendar {
  display: block;
  margin-top: 3%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-posts-list .links-wrapper {
  display: flex;
}
.mc-posts-list .list-read-more, .mc-posts-list .add-to-calendar {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.mc-posts-list .list-read-more::after, .mc-posts-list .add-to-calendar::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
  margin-left: 0.8em;
}
.mc-posts-list .add-to-calendar {
  display: none;
}
.mc-posts-list .addeventatc {
  line-height: unset;
  box-shadow: none !important;
  padding: 0 !important;
  color: #1c8a44 !important;
}
.mc-posts-list .addeventatc:hover {
  background-color: transparent !important;
  font-size: 12px;
}
.mc-posts-list .addeventatc .addeventatc_icon {
  display: none;
}
.mc-posts-list .add-to-calendar {
  margin-left: auto;
}
.mc-posts-list .add-to-calendar::after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.mc-posts-list.stagger-list .list-item {
  opacity: 0;
}
.mc-posts-list.stagger-list .list-item.display {
  opacity: 1;
}
@media (min-width: 981px) {
  .mc-posts-list.members-catalog-list .list-item {
    width: 25%;
  }
}
.mc-posts-list.members-catalog-list .list-thumbnail {
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.mc-posts-list.members-catalog-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.members-catalog-list .list-thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list.members-catalog-list .list-thumbnail img {
  display: block;
}
.mc-posts-list.members-catalog-list .list-title {
  margin-top: 20px;
}
@media (min-width: 981px) {
  .mc-posts-list.members-catalog-list .list-title {
    font-size: 18px;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.substance-list .list-item {
    width: 50%;
  }
}
.mc-posts-list.substance-list .list-item .list-item-wrapper {
  padding: 20px;
  border: 1px solid #ebebeb;
}
.mc-posts-list.substance-list .list-date, .mc-posts-list.substance-list .list-excerpt {
  display: none;
}
.mc-posts-list.substance-list .list-title {
  font-size: 16px;
  margin: 0;
}
.mc-posts-list.substance-list .list-read-more {
  margin-top: 10px;
  color: #00a8c5;
}
.mc-posts-list.staff_member-list .list-thumbnail, .mc-posts-list.board_member-list .list-thumbnail {
  background-position: top center;
  position: relative;
}
.mc-posts-list.staff_member-list .list-thumbnail:before, .mc-posts-list.board_member-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.staff_member-list .tag, .mc-posts-list.board_member-list .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #1c8a44;
  display: block;
  margin: 0;
  line-height: 1em;
  padding: 1.5em 3em;
}
.mc-posts-list.staff_member-list .list-date, .mc-posts-list.board_member-list .list-date {
  display: none;
}
.mc-posts-list.staff_member-list .info, .mc-posts-list.board_member-list .info {
  display: block;
}
.mc-posts-list.staff_member-list .position, .mc-posts-list.board_member-list .position {
  font-weight: 700;
  margin-bottom: 5px;
}
.mc-posts-list.board_member-list .list-thumbnail {
  background-color: #f9f9f9;
}
.mc-posts-list.board_member-list .info {
  display: inline;
}
.mc-posts-list.staff_member-list .list-item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.staff_member-list .list-content-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.staff_member-list .list-read-more {
  margin-top: auto;
  display: none;
}
@media (min-width: 981px) {
  .mc-posts-list.contacts-list .list-item {
    width: 100%;
  }
}
.mc-posts-list.contacts-list .list-section-header {
  display: none;
}
.mc-posts-list.contacts-list .list-item-wrapper {
  display: flex;
  flex-direction: row;
}
.mc-posts-list.contacts-list .list-thumbnail {
  width: 100px;
  order: 1;
}
.mc-posts-list.contacts-list .tag {
  display: none;
}
.mc-posts-list.contacts-list .list-content-wrapper {
  order: 2;
  width: calc(100% - 100px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mc-posts-list.contacts-list .info {
  display: block;
  font-size: 14px;
}
.mc-posts-list.contacts-list .position {
  margin-bottom: 10px;
}
.mc-posts-list.contacts-list .phone, .mc-posts-list.contacts-list .email {
  color: #000;
  line-height: 1.6em;
}
.mc-posts-list.contacts-list .list-title {
  margin-top: 0;
}
@media (min-width: 981px) {
  .mc-posts-list.contacts-list .list-title {
    font-size: 20px;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.project-list .list-item {
    width: 100%;
  }
}
.mc-posts-list.project-list .list-item-wrapper {
  background: #f9f9f9;
  padding: 40px;
}
@media (min-width: 768px) {
  .mc-posts-list.project-list .list-item-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.mc-posts-list.project-list .list-thumbnail {
  width: 200px;
  background: #fff;
}
.mc-posts-list.project-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.project-list .list-content-wrapper {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .mc-posts-list.project-list .list-content-wrapper {
    width: calc(100% - 200px);
    padding-left: 40px;
    padding-top: 0;
  }
}
.mc-posts-list.project-list .list-excerpt {
  margin-top: 20px;
}
.mc-posts-list.project-list .list-title {
  margin-top: 0;
}
.mc-posts-list.project-list .info-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mc-posts-list.project-list .info-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.mc-posts-list.project-list .info-wrapper .info {
  font-size: 14px;
  /*text-transform: uppercase;*/
  width: 50%;
}
.mc-posts-list.project-list .info-wrapper .info .label {
  font-weight: 700;
}
.mc-posts-list.project-list .info-wrapper .info .value {
  white-space: nowrap;
}
.mc-posts-list.focus-list {
  margin: 0;
}
@media (min-width: 981px) {
  .mc-posts-list.focus-list .list-item {
    padding: 0;
    width: 100%;
  }
}
.mc-posts-list.focus-list .list-item-wrapper {
  display: flex;
}
.mc-posts-list.focus-list .list-thumbnail {
  width: 30%;
  order: 2;
  background-image: none !important;
}
.mc-posts-list.focus-list .list-thumbnail::before {
  display: none;
}
.mc-posts-list.focus-list .list-thumbnail img {
  display: block;
  border: 2px solid #fff;
}
.mc-posts-list.focus-list .list-content-wrapper {
  width: 70%;
  order: 1;
  padding-right: 2vw;
}
.mc-posts-list.focus-list .list-date {
  display: none;
}
.mc-posts-list.focus-list .list-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 26px;
}
@media (min-width: 981px) {
  .mc-posts-list.focus-list .list-title {
    font-size: 36px;
  }
}
.mc-posts-list.focus-list .list-read-more {
  display: inline-block;
  color: #000;
  padding-top: 1.8vw;
}
@media (min-width: 981px) {
  .mc-posts-list.news-home .list-title, .mc-posts-list.event-home .list-title {
    font-weight: 700;
    font-size: 36px;
  }
}
.mc-posts-list.news-home .list-read-more, .mc-posts-list.event-home .list-read-more {
  font-size: 14px;
}
.mc-posts-list.news-home {
  margin: 0;
}
.mc-posts-list.news-home .list-item {
  padding: 0;
}
.mc-posts-list.news-home .list-thumbnail {
  display: none;
}
.mc-posts-list.news-home .list-date {
  margin-top: 15px;
  padding: 0;
  position: static;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.mc-posts-list.member_news-list .list-thumbnail {
  position: relative;
}
.mc-posts-list.member_news-list .list-member {
  font-size: 12px;
  padding: 0 3em;
  text-transform: uppercase;
  display: block;
  background: #ffd101;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
}
.mc-posts-list.member_news-list .list-member span {
  font-weight: 700;
}
.mc-posts-list.event-home {
  margin: 0;
}
.mc-posts-list.event-home .list-item {
  padding: 0;
  width: 100%;
}
.mc-posts-list.event-home .list-item-wrapper {
  position: relative;
}
.mc-posts-list.event-home .list-thumbnail {
  margin-bottom: 30px;
}
.mc-posts-list.event-home .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media (min-width: 981px) {
  .mc-posts-list.featured-topic .list-item {
    width: 100%;
  }
}
.mc-posts-list.featured-topic .list-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mc-posts-list.featured-topic .list-thumbnail, .mc-posts-list.featured-topic .list-content-wrapper {
  width: 47.25%;
}
.mc-posts-list.featured-topic .list-thumbnail {
  order: 2;
  background-color: #1c8a44;
  position: relative;
}
.mc-posts-list.featured-topic .list-thumbnail img {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.mc-posts-list.featured-topic .list-content-wrapper {
  order: 1;
  margin-right: 5.5%;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.featured-topic .list-content-wrapper h2 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #1c8a44;
}
.mc-posts-list.featured-topic .list-content-wrapper h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.mc-posts-list.featured-topic .list-excerpt {
  display: block !important;
}
.mc-posts-list.featured-topic .mc-button {
  width: auto;
  margin-top: auto;
  align-self: flex-start;
}
@media (min-width: 981px) {
  .mc-posts-list.event-temp .list-item-wrapper {
    display: flex;
  }
  .mc-posts-list.event-temp .list-thumbnail {
    width: 48%;
  }
  .mc-posts-list.event-temp .list-content-wrapper {
    width: 48%;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mc-posts-list.event-temp .list-title {
    margin-top: 0;
  }
}
.mc-posts-list.event-list .add-to-calendar {
  display: inline-block;
}
.mc-posts-list.past-events .add-to-calendar {
  display: none;
}
.mc-posts-list.committee-list .list-item-wrapper {
  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: #ffd101;
  padding: 30px;
  height: 100%;
  min-height: 200px;
}
.mc-posts-list.committee-list .list-item-wrapper:hover {
  background: #1c8a44;
}
.mc-posts-list.committee-list .list-item-wrapper:hover .list-title, .mc-posts-list.committee-list .list-item-wrapper:hover .list-read-more {
  color: #fff;
}
.mc-posts-list.committee-list .list-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.committee-list .list-date, .mc-posts-list.committee-list .list-excerpt {
  display: none;
}
.mc-posts-list.committee-list .list-title, .mc-posts-list.committee-list .list-read-more {
  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;
}
.mc-posts-list.committee-list .list-read-more {
  padding-top: 20px;
  margin-top: auto;
  color: #000;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (min-width: 981px) {
  .mc-posts-list.logo .list-item {
    width: 20%;
  }
}
.mc-posts-list.logo .list-item-wrapper {
  height: auto !important;
  position: relative;
}
.mc-posts-list.logo .list-item-wrapper:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo .list-thumbnail {
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.mc-posts-list.logo .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo .list-thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list.logo .list-thumbnail img {
  display: block;
}
.mc-posts-list.logo .list-content-wrapper {
  display: none;
  background: #333;
  position: relative;
  left: 0;
  top: 0;
}
.mc-posts-list.page-list .list-excerpt, .mc-posts-list.page-list .list-date {
  display: none;
}
.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-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#ctf .ctf-tweets .ctf-item, #ctf .ctf-tweets .ctf-owl-item, #ctf .ctf-tweet-items .ctf-item, #ctf .ctf-tweet-items .ctf-owl-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
}
#ctf .ctf-tweets .ctf-owl-item, #ctf .ctf-tweet-items .ctf-owl-item {
  padding: 0;
}
#ctf .ctf-tweets .ctf-author-box, #ctf .ctf-tweet-items .ctf-author-box {
  order: 2;
  margin: 30px 0;
}
#ctf .ctf-tweets .ctf-author-box *, #ctf .ctf-tweet-items .ctf-author-box * {
  color: #1c8a44 !important;
}
@media (min-width: 981px) {
  #ctf .ctf-tweets .ctf-tweet-content, #ctf .ctf-tweet-items .ctf-tweet-content {
    display: flex;
  }
}
#ctf .ctf-tweets .ctf-tweet-content p.ctf-tweet-text, #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text {
  flex-grow: 1;
  padding-right: 3% !important;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 981px) {
  #ctf .ctf-tweets .ctf-tweet-content p.ctf-tweet-text, #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text {
    order: 2;
    width: 50%;
  }
}
@media (min-width: 981px) {
  #ctf .ctf-tweets .ctf-tweet-content p.ctf-tweet-text, #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text {
    font-size: 24px;
    line-height: 1.6em;
  }
}
#ctf .ctf-tweets .ctf-tweet-content p.ctf-tweet-text br, #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text br {
  display: none;
}
@media (min-width: 981px) {
  #ctf .ctf-tweets .ctf-tweet-content .ctf-tweet-media, #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media {
    order: 1;
    width: 50%;
    padding-right: 3%;
  }
}
#ctf .ctf-tweets .ctf-tweet-content .ctf-tweet-media .ctf-image, #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media .ctf-image {
  width: 100%;
}
#ctf .ctf-tweets .ctf-tweet-content .ctf-tweet-media img, #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media img {
  width: 100%;
}
#ctf .ctf-tweets .ctf-tweet-actions, #ctf .ctf-tweet-items .ctf-tweet-actions {
  order: 3;
}
#ctf .ctf-owl-nav {
  display: block !important;
  position: absolute !important;
  right: 0;
  top: -80px;
}
#ctf .ctf-owl-nav .ctf-owl-prev, #ctf .ctf-owl-nav .ctf-owl-next {
  position: static !important;
  background: transparent !important;
  padding: 0;
  margin: 0;
}
#ctf .ctf-owl-nav .ctf-owl-prev svg, #ctf .ctf-owl-nav .ctf-owl-next svg {
  display: none;
}
#ctf .ctf-owl-nav .ctf-owl-prev::before, #ctf .ctf-owl-nav .ctf-owl-next::before {
  color: #000;
  font-size: 24px !important;
}
#ctf .ctf-owl-nav .ctf-owl-prev {
  margin-right: 20px;
}
#ctf .ctf-owl-nav .ctf-owl-prev::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
#ctf .ctf-owl-nav .ctf-owl-next::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
ul.mc-related-attachments {
  padding: 3% 0;
  list-style-type: none;
}
ul.mc-related-attachments li a {
  display: inline-block;
  background: #ffd101;
  color: #000;
  padding: 0.4em 1em;
  font-weight: 700;
}
ul.mc-related-attachments li a .extension {
  font-weight: 400;
}
ul.mc-related-attachments li a::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
  margin-right: 0.5em;
}
.addeventatc_dropdown .copyx {
  display: none !important;
}
.mc-button {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.mc-button:hover {
  background-color: #209f4e;
}
.mc-button:hover {
  border-color: #209f4e;
}
.mc-button:hover {
  color: #fff;
}
.mc-button::after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.mc-button::after {
  margin-left: 1em;
}
.mc-button.outlined {
  background-color: transparent;
  color: #1c8a44;
}
.mc-button.outlined:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button.outlined:hover {
  color: #1c8a44;
}
.mc-button.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.mc-button.white:hover {
  background-color: white;
}
.mc-button.white:hover {
  border-color: white;
}
.mc-button.white:hover {
  color: #000;
}
.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: #1c8a44;
  border-color: #1c8a44;
}
.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: #ffd101;
  color: white;
}
/* Isotope filter */
.filters-button-group button {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 0 1px;
  margin-right: 1px;
  margin-bottom: 0;
}
.filters-button-group button:hover {
  background-color: #ffd61b;
}
.filters-button-group button:hover {
  border-color: #ffd61b;
}
.filters-button-group button:hover {
  color: #fff;
}
.filters-button-group .is-checked {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #209f4e;
}
.filters-button-group .is-checked:hover {
  border-color: #209f4e;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.mc-filters .filter-reset {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #000;
  margin-top: 20px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  font-size: 14px;
}
.mc-filters .filter-reset:hover {
  background-color: #ffd61b;
}
.mc-filters .filter-reset:hover {
  border-color: #ffd61b;
}
.mc-filters .filter-reset:hover {
  color: #000;
}
.mc-filters .filter-group {
  border: 1px solid #ddd;
  padding: 10px;
}
.mc-filters .filter-group legend {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  color: #000;
}
.mc-filters .filter-group.filter-group-button button {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  font-size: 14px;
}
.mc-filters .filter-group.filter-group-button button:hover {
  background-color: #209f4e;
}
.mc-filters .filter-group.filter-group-button button:hover {
  border-color: #209f4e;
}
.mc-filters .filter-group.filter-group-button button:hover {
  color: #fff;
}
.mc-filters .filter-group.filter-group-button button:hover {
  cursor: pointer;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  color: #000;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  background-color: #ffd61b;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  border-color: #ffd61b;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  color: #000;
}
.mc-filters .filter-group.filter-group-select select {
  padding-top: 1em;
  padding-right: 3em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: inline-block;
  color: #444;
  line-height: 1.3;
  font-size: 14px;
  border: 1px solid #ffd101;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("https://dev.unife.org//wp-content/themes/unife//images/arrow-down.svg"), linear-gradient(to bottom, #eee 0%, #eee 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.mc-filters .filter-group.filter-group-select select::-ms-expand {
  display: none;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* hover style just for information */
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input:checked ~ .checkmark {
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #ffd101;
  /*Mark*/
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #ffd101;
  border: 1px solid #ffd101;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper label:hover:before {
  border: 2px solid #4778d9 !important;
}
.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: black;
  margin: 0 0 0 1px;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  color: #000;
}
.pods-pagination-paginate .page-numbers:hover {
  background-color: #ffd61b;
}
.pods-pagination-paginate .page-numbers:hover {
  border-color: #ffd61b;
}
.pods-pagination-paginate .page-numbers:hover {
  color: #000;
}
.pods-pagination-paginate .page-numbers.current {
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current:hover {
  background-color: #209f4e;
}
.pods-pagination-paginate .page-numbers.current:hover {
  border-color: #209f4e;
}
.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';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.pods-pagination-paginate .page-numbers.next::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
/* --------- Default Post detail --------- */
.page-heading-wrapper {
  border-top: 10px solid #8fbe00;
  padding: 0 0 0 0 !important;
}
.page-heading-wrapper .page-title {
  color: #1C8A44;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
}
.single-body {
  padding-top: 0 !important;
}
.single #main-content .container {
  padding-top: 0 !important;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}
.single-detail .detail-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media all {
  .single-detail .detail-title {
    font-size: 36px;
  }
}
.single-detail .detail-thumbnail img {
  width: 100%;
  display: block;
}
.single-detail .detail-date {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.single-detail.single-detail-committee .detail-title {
  margin-bottom: 20px;
}
.single-detail.single-detail-staff_member .detail-position {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.single-detail.single-detail-staff_member .info.email {
  display: inline-block;
  margin-top: 30px;
}
.committee-info-box {
  padding: 30px;
}
.committee-info-box.data {
  background: #1c8a44;
  color: #fff;
}
.committee-info-box.data .label {
  font-weight: 700;
}
.committee-info-box.contacts {
  margin-top: 30px;
  background: #ffd101;
}
.committee-info-box a {
  color: #000;
}
.commitee-detail-row {
  margin-bottom: 10px;
}
.commitee-detail-row span {
  display: block;
}
.commitee-detail-row .label {
  font-weight: 600;
  font-size: 16px;
}
.commitee-detail-row .value {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFD101;
}
.related-content-wrapper {
  background: #f9f9f9;
}
.related-content-wrapper .mc-posts-list .list-thumbnail {
  background: #fff;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #ffd61b;
}
ul.mc-tabs li:hover {
  border-color: #ffd61b;
}
ul.mc-tabs li:hover {
  color: #000;
}
ul.mc-tabs li.current {
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #209f4e;
}
ul.mc-tabs li.current:hover {
  border-color: #209f4e;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* -- Slider: Slick Slider -- */
.slider, .carousel, .slick-slider {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide, .carousel .slick-list, .carousel .slick-track, .carousel .slick-slide, .carousel .slide, .slick-slider .slick-list, .slick-slider .slick-track, .slick-slider .slick-slide, .slick-slider .slide {
  height: 100%;
}
.slider .slick-list > div, .slider .slick-track > div, .slider .slick-slide > div, .slider .slide > div, .carousel .slick-list > div, .carousel .slick-track > div, .carousel .slick-slide > div, .carousel .slide > div, .slick-slider .slick-list > div, .slick-slider .slick-track > div, .slick-slider .slick-slide > div, .slick-slider .slide > div {
  height: 100%;
}
.slider .slick-prev, .slider .slick-next, .carousel .slick-prev, .carousel .slick-next, .slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before, .carousel .slick-prev::before, .carousel .slick-next::before, .slick-slider .slick-prev::before, .slick-slider .slick-next::before {
  color: #000;
  opacity: 1;
  font-size: 24px !important;
}
.slider .slick-prev, .carousel .slick-prev, .slick-slider .slick-prev {
  left: -20px;
}
.slider .slick-prev::before, .carousel .slick-prev::before, .slick-slider .slick-prev::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.slider .slick-next, .carousel .slick-next, .slick-slider .slick-next {
  right: -20px;
}
.slider .slick-next::before, .carousel .slick-next::before, .slick-slider .slick-next::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
}
.slider .slick-dots, .carousel .slick-dots, .slick-slider .slick-dots {
  bottom: -60px;
}
.slider .slick-dots li button::before, .carousel .slick-dots li button::before, .slick-slider .slick-dots li button::before {
  font-size: 14px;
}
.slider .slick-dots li.slick-active button::before, .carousel .slick-dots li.slick-active button::before, .slick-slider .slick-dots li.slick-active button::before {
  color: #1c8a44;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.news-home .slick-prev, .news-home .slick-next {
  top: -20px;
  font-size: 20px !important;
}
.news-home .slick-prev {
  left: auto;
  right: 40px;
}
.news-home .slick-next {
  right: 0;
}
.home-slider .slider .slide {
  position: relative;
}
.home-slider .slider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.home-slider .slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-slider .slider .slide-content-wrapper {
  align-self: center;
  margin: auto;
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-content-wrapper {
    width: 50%;
  }
}
@media (min-width: 981px) {
  .home-slider .slider {
    height: 75vh;
  }
}
.home-slider .slider .slide-title {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.home-slider .slider .slide-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-title {
    font-size: 36px;
  }
}
.home-slider .slider .slide-text {
  font-size: 14px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.home-slider .slick-prev {
  left: 0px;
}
@media (min-width: 1200px) {
  .home-slider .slick-prev {
    left: -30px;
  }
}
.home-slider .slick-next {
  right: 0;
}
@media (min-width: 981px) {
  .home-slider .slick-next {
    right: -30px;
  }
}
.carousel.mc-posts-list {
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 60px;
  margin-left: -20px;
  display: block;
}
.carousel.mc-posts-list .slick-slide {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  display: block;
  float: left;
}
.carousel.mc-posts-list .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.carousel.mc-posts-list .list-item-wrapper {
  height: 100%;
}
.carousel .slick-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .carousel .slick-prev {
    left: -30px;
  }
}
.carousel .slick-next {
  right: -10px;
}
@media (min-width: 981px) {
  .carousel .slick-next {
    right: -30px;
  }
}
.carousel.members-home {
  padding-top: 3%;
}
.carousel.members-home .slick-prev, .carousel.members-home .slick-next {
  top: -25px;
}
.carousel.members-home .slick-prev {
  left: auto;
  right: 60px;
}
.carousel.members-home .slick-next {
  right: 20px;
}
@media (max-width: 980px) {
  .carousel.quick_link-list .slick-prev, .carousel.quick_link-list .slick-next {
    top: auto;
    bottom: -60px;
  }
  .carousel.quick_link-list .slick-prev {
    left: calc(50% - 30px);
  }
  .carousel.quick_link-list .slick-next {
    right: calc(50% - 30px);
  }
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  display: inline-block;
  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: 0.8em;
  padding-right: 3.2em;
  padding-bottom: 0.8em;
  padding-left: 3.2em;
  background-color: #ffd101;
  border: 1px solid #ffd101;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #ffd61b;
}
ul.mc-tabs li:hover {
  border-color: #ffd61b;
}
ul.mc-tabs li:hover {
  color: #000;
}
ul.mc-tabs li.current {
  background-color: #1c8a44;
  border: 1px solid #1c8a44;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #209f4e;
}
ul.mc-tabs li.current:hover {
  border-color: #209f4e;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* --------- Photo Gallery --------- */
.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: #1c8a44;
}
