@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
/* Colors */
/* Global */
/* Post list */
/* Breakpoints - Should not be changed */
*, *: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: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 1.7em;
}
a {
  color: #009f65;
}
h2 {
  line-height: 1.2em;
}
.et_pb_text sup, .et_pb_text sub, .mc-posts-detail sup, .mc-posts-detail sub, .single-detail sup, .single-detail sub {
  font-size: 0.7em !important;
}
.et_pb_text ol, .et_pb_text ul, .mc-posts-detail ol, .mc-posts-detail ul, .single-detail ol, .single-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, .single-detail ol li, .single-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, .single-detail ol li::before, .single-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, .single-detail ol {
  list-style: none;
  counter-reset: li;
}
.et_pb_text ol li, .mc-posts-detail ol li, .single-detail ol li {
  counter-increment: li;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before, .single-detail ol li::before {
  content: counter(li) ". ";
  color: #009f65;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before, .single-detail 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: #009f65;
}
#noItemsFoundMessage {
  display: none;
  background: #006842;
  color: #fff;
  padding: 2em;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
}
.load-more-wrapper {
  width: 100%;
  margin: 2% 2% 0 2%;
}
ul.side-menu {
  padding-left: 0 !important;
}
ul.side-menu > li::before {
  display: none;
}
ul.side-menu ul {
  padding-left: 1em;
  padding-bottom: 0;
  margin: 0 0 0 0;
}
ul.side-menu ul li {
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding: 0.75em 0;
}
ul.side-menu ul li::before {
  display: none;
  padding-left: 0;
}
ul.side-menu ul li li {
  font-weight: 700 !important;
  border-bottom: none;
  padding: 0;
}
ul.side-menu ul ul {
  margin: 1em 0;
}
ul.side-menu ul ul ul {
  padding-left: 0;
  padding-bottom: 0;
}
ul.side-menu ul li li li {
  font-weight: 400 !important;
  padding-left: 1em;
}
ul.side-menu ul li li li.page_item_has_children {
  font-weight: 700 !important;
}
ul.side-menu ul li li li::before {
  content: '';
}
ul.side-menu ul li li li a {
  color: #000;
}
ul.side-menu ul li li li::before {
  color: #000;
}
ul.side-menu ul li li li li::before {
  content: '';
}
ul.side-menu .children li {
  font-weight: 400;
}
ul.side-menu .children li::before {
  display: inline-block;
}
.icon-wrapper {
  position: relative;
  background-image: none !important;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border: none;
  width: 60px;
  height: 60px;
  background: #009f65;
  display: inline-block;
  border-radius: 50%;
}
.icon-wrapper img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.icon-wrapper img {
  display: inline;
  max-width: 60%;
  max-height: 60%;
}
h1.page-title, .page-title h1 {
  font-weight: 700;
}
.sidebar-heading {
  color: #009f65;
  font-weight: 700;
  border-bottom: 1px solid #009f65;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
html, body {
  overflow-x: hidden;
}
.custom-column.et_pb_row_6col .et_pb_column_1_6, .custom-column.et_pb_row_4col .et_pb_column_1_4 {
  width: 100%;
}
@media (max-width: 980px) {
  .custom-column.et_pb_row_6col .et_pb_column_1_6, .custom-column.et_pb_row_4col .et_pb_column_1_4 {
    Margin-right: 0;
  }
  .custom-column.et_pb_row_6col .et_pb_column:nth-last-child(-n+3), .custom-column.et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
}
.mobile_menu_bar::before {
  color: #009f65;
}
#top-menu-nav {
  display: none;
}
@media (min-width: 1280px) {
  #top-menu-nav {
    display: block;
  }
}
#et_mobile_nav_menu {
  display: block;
}
@media (min-width: 1280px) {
  #et_mobile_nav_menu {
    display: none;
  }
}
#main-header {
  box-shadow: none;
}
#main-header .container {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 1600px) {
  #main-header .container {
    padding: 0;
    max-width: 1400px;
    width: 80%;
  }
}
#main-content .container::before {
  display: none;
}
#top-menu li.current-menu-ancestor > a {
  color: #009f65 !important;
}
#top-menu li {
  padding-right: 8px;
}
@media (min-width: 1440px) {
  #top-menu li {
    padding-right: 22px;
  }
}
#top-menu li a {
  line-height: 1.4em;
}
#top-menu li.current-menu-item > a {
  color: #009f65 !important;
}
#top-menu .sub-menu {
  border-color: #009f65;
}
#et-info-phone::before {
  display: none;
}
#main-footer {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
#main-footer a, #main-footer span {
  display: inline-block;
  color: #fff;
}
#main-footer span {
  margin-right: 2em;
}
#main-footer a {
  margin-left: 2em;
}
#main-footer .social {
  color: #006842;
  font-size: 16px;
}
/* General list */
.mc-posts-list {
  /* Custom lists below */
  /* Videos List */
  /* Search results List */
}
@media (min-width: 980px) {
  .mc-posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -2%;
  }
}
.mc-posts-list .list-item {
  width: 100%;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 980px) {
  .mc-posts-list .list-item {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2%;
    padding-left: 2%;
    width: 33.3333333333%;
  }
}
.mc-posts-list .list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.mc-posts-list .list-thumbnail {
  position: relative;
  overflow: hidden;
  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 .hover-image {
  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;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.mc-posts-list .list-thumbnail.boxed {
  position: relative;
  background-image: none !important;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.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-thumbnail.boxed .hover-image {
  display: none;
}
.mc-posts-list .list-thumbnail:hover .hover-image {
  transform: translate(-50%, -50%) scale(1.1);
}
.mc-posts-list .list-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.mc-posts-list .list-read-more {
  font-size: 14px;
  margin-top: auto;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #009f65;
}
.mc-posts-list .list-read-more::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;
  margin-left: 0.5em;
}
.mc-posts-list .list-title {
  line-height: 1.3em;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 980px) {
  .mc-posts-list .list-title {
    font-size: 20px;
  }
}
.mc-posts-list .list-date, .mc-posts-list .list-title, .mc-posts-list .list-excerpt {
  display: block;
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-posts-list .list-date {
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin: 0;
}
.mc-posts-list.stagger-list .list-item {
  opacity: 0;
}
.mc-posts-list.stagger-list .list-item.display {
  opacity: 1;
}
.mc-posts-list.event-list .list-thumbnail.boxed {
  display: none;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mc-posts-list.video-list .list-date, .mc-posts-list.video-list .list-excerpt {
  display: none;
}
.mc-posts-list.video-list .list-read-more {
  padding: 0;
}
.mc-posts-list.logo .list-item {
  width: 100%;
}
@media (min-width: 769px) {
  .mc-posts-list.logo .list-item {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.logo .list-item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .mc-posts-list.logo .list-item {
    width: 16.6666666667%;
  }
}
.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 .hover-image {
  display: none;
}
.mc-posts-list.logo .list-thumbnail {
  position: relative;
  background-image: none !important;
  background-color: #fff;
  border: 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;
  width: 80%;
  height: auto;
}
.mc-posts-list.logo .list-content-wrapper {
  display: none;
  background: #333;
  position: relative;
  left: 0;
  top: 0;
}
@media (min-width: 980px) {
  .mc-posts-list.search-results .list-item {
    width: 100%;
  }
}
.mc-posts-list.search-results .list-content-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2%;
}
.mc-posts-list.search-results .list-title, .mc-posts-list.search-results .list-excerpt, .mc-posts-list.search-results .list-date {
  margin-top: 0;
}
@media (min-width: 980px) {
  .mc-posts-list.related-list .list-item {
    width: 33.3333333333%;
  }
}
.mc-posts-list.related-list .list-title {
  font-size: 16px;
}
@media (min-width: 980px) {
  .mc-posts-list.related-list .list-title {
    font-size: 20px;
  }
}
.mc-posts-list.related-list .list-read-more {
  font-size: 0.8em;
}
.mc-posts-list.related-list:not(.video-list) .list-thumbnail {
  display: none;
}
.mc-posts-list.task_force-list .list-item-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .mc-posts-list.task_force-list .list-item-wrapper {
    margin-bottom: 0px;
  }
}
.mc-posts-list.news-list .list-thumbnail {
  display: none;
}
@media (min-width: 980px) {
  .mc-posts-list.news-list.row-list .list-item {
    width: 50%;
  }
}
.mc-posts-list.news-list.row-list .list-excerpt {
  display: block;
  margin: 0 0 1em 0;
}
@media (min-width: 980px) {
  .mc-posts-list.task_force-list .list-item {
    width: 100%;
  }
}
.mc-posts-list.task_force-list .list-date, .mc-posts-list.task_force-list .list-excerpt {
  display: none;
}
.mc-posts-list.news-home .list-item {
  flex-grow: 1;
}
@media (min-width: 980px) {
  .mc-posts-list.news-home .list-item:nth-child(1) {
    width: 100%;
  }
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-item-wrapper {
  flex-direction: row;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://www.ecetoc.org/wp-content/uploads/2021/11/news-background1.png');
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-thumbnail {
  display: none;
  width: 50%;
  order: 2;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-content-wrapper {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3vw;
  border-right: none;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-date {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-excerpt {
  margin-top: 0;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-title {
  margin: 0;
}
@media (min-width: 980px) {
  .mc-posts-list.news-home .list-item:nth-child(1) .list-title {
    font-size: 36px;
  }
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-title a {
  color: #009f65;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-title a, .mc-posts-list.news-home .list-item:nth-child(1) .list-excerpt, .mc-posts-list.news-home .list-item:nth-child(1) .list-read-more {
  color: #fff;
}
.mc-posts-list.news-home .list-item:nth-child(1) .list-read-more {
  margin-top: 0;
}
.mc-posts-list.news-home .list-item:not(:nth-child(1)) .list-title a, .mc-posts-list.news-home .list-item:not(:nth-child(1)) .list-read-more {
  color: #006842;
}
.mc-posts-list.news-home .list-item:not(:nth-child(1)) .list-title a {
  position: relative;
  display: inline-block;
}
.mc-posts-list.row-list {
  /*
    .has-image {
      .list-thumbnail {
        width: 400px;
      }
      .list-content-wrapper {
        width: calc(100% - 150px);
        padding-right: 60px;
      }
    } */
}
@media (min-width: 980px) {
  .mc-posts-list.row-list .list-item {
    width: 100%;
  }
}
.mc-posts-list.row-list .list-item-wrapper {
  flex-direction: row;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2%;
}
.mc-posts-list.row-list .list-thumbnail {
  order: 2;
}
.mc-posts-list.row-list .list-content-wrapper {
  justify-content: center;
  order: 1;
}
.mc-posts-list.row-list .list-links-wrapper {
  margin-top: 0;
}
.mc-posts-list.row-list .list-title {
  margin: 0;
}
.mc-posts-list.row-list .list-read-more {
  padding: 0;
}
.mc-posts-list.row-list .list-excerpt {
  display: none;
}
.mc-posts-list.no-thumbnail .list-thumbnail {
  display: none;
}
.mc-posts-list.publication-list .list-thumbnail {
  position: relative;
  background-image: none !important;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.mc-posts-list.publication-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.publication-list .list-thumbnail .hover-image {
  display: none;
}
.publication-list .list-links-wrapper {
  margin-top: auto;
}
.publication-list .list-links-wrapper a {
  margin-right: 1em;
}
.board_member-list .list-item, .secretariat_member-list .list-item {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .board_member-list .list-item, .secretariat_member-list .list-item {
    width: 33.3333333333%;
    margin-bottom: 0px;
  }
}
.board_member-list .list-thumbnail, .secretariat_member-list .list-thumbnail {
  background-color: #f9f9f9;
}
.board_member-list .list-thumbnail:before, .secretariat_member-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 134.8148148148%;
}
.board_member-list .list-excerpt, .secretariat_member-list .list-excerpt {
  margin: 0;
  font-weight: 700;
}
.board_member-list .list-title, .secretariat_member-list .list-title {
  padding: 0;
  color: #006842;
}
@media (min-width: 980px) {
  .secretariat_member-list .list-item {
    width: 25%;
  }
}
.secretariat_member-list .list-thumbnail:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.secretariat_member-list .list-title a {
  color: #000;
}
.secretariat_member-list .list-links-wrapper {
  display: flex;
  flex-direction: row;
}
.secretariat_member-list .list-links-wrapper .list-read-more {
  padding: 0;
}
.secretariat_member-list .list-links-wrapper .list-linkedin {
  margin-left: auto;
}
/* RELATED ITEMS */
.entry-content ul.mc-related-attachments {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.entry-content ul.mc-related-attachments a {
  font-weight: 700;
  font-size: 12px;
  background: #006842;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 1px 1px 0;
  padding: 0.5em 1em;
}
.entry-content ul.mc-related-attachments 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;
}
/* ROOT menu */
.root-menu ul {
  padding: 0 !important;
}
@media (min-width: 980px) {
  .root-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -2%;
  }
}
@media (min-width: 980px) {
  .root-menu ul.two-cols li {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2%;
    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;
}
@media (min-width: 980px) {
  .root-menu ul li {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2%;
    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: #009f65;
  color: #fff;
  min-height: 200px;
  height: 100%;
}
.root-menu ul li a:hover {
  background: #006842;
  color: #000;
}
.root-menu ul li .label {
  font-family: "Raleway", 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;
}
.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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #009f65;
  border: 1px solid #009f65;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.mc-button:hover {
  background-color: #00b975;
}
.mc-button:hover {
  border-color: #00b975;
}
.mc-button:hover {
  color: #fff;
}
.mc-button.light {
  background-color: transparent;
  border: 1px solid #fff;
}
.mc-button.light:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button.light:hover {
  border-color: white;
}
.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-row table {
  border-left: 0 hidden transparent !important;
  border-right: 0 hidden transparent !important;
  border-bottom: 0 hidden transparent !important;
}
.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: #009f65;
  border-color: #009f65;
}
.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: #006842;
  color: white;
}
.entry-content .calendar-wrapper .fc-button-group .fc-button, .entry-content .calendar-wrapper .fc-toolbar .fc-button {
  border-radius: 0 !important;
}
.entry-content .calendar-wrapper .fc-button-group .fc-button.fc-prev-button .fc-icon::before, .entry-content .calendar-wrapper .fc-toolbar .fc-button.fc-prev-button .fc-icon::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;
}
.entry-content .calendar-wrapper .fc-button-group .fc-button.fc-next-button .fc-icon::before, .entry-content .calendar-wrapper .fc-toolbar .fc-button.fc-next-button .fc-icon::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;
}
.entry-content .calendar-wrapper .fc-button-group .fc-button .fc-icon::after, .entry-content .calendar-wrapper .fc-toolbar .fc-button .fc-icon::after {
  display: none;
}
/* 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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #006842;
  border: 1px solid #006842;
  -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: #008252;
}
.filters-button-group button:hover {
  border-color: #008252;
}
.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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #009f65;
  border: 1px solid #009f65;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #00b975;
}
.filters-button-group .is-checked:hover {
  border-color: #00b975;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.mc-filters {
  margin-bottom: 2%;
}
.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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #006842;
  border: 1px solid #006842;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 20px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  font-size: 14px;
}
.mc-filters .filter-reset:hover {
  background-color: #008252;
}
.mc-filters .filter-reset:hover {
  border-color: #008252;
}
.mc-filters .filter-reset:hover {
  color: #fff;
}
.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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #006842;
  border: 1px solid #006842;
  -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: #008252;
}
.mc-filters .filter-group.filter-group-button button:hover {
  border-color: #008252;
}
.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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #009f65;
  border: 1px solid #009f65;
  color: #fff;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  background-color: #00b975;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  border-color: #00b975;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  color: #fff;
}
.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 #006842;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("http://dev.morris-chapman.com/wpdivi//wp-content/themes/default.dev//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: #009f65;
  border: 1px solid #009f65;
}
.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 #006842;
  /*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: #006842;
  border: 1px solid #006842;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper label:hover:before {
  border: 2px solid #4778d9 !important;
}
.search-filter-wrapper {
  background: #009f65;
  padding: 40px;
  color: #fff;
}
.search-filter-wrapper h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.search-filter-wrapper ul {
  padding: 0 !important;
}
.search-filter-wrapper ul li {
  padding: 20px 0;
}
.search-filter-wrapper input[type="text"], .search-filter-wrapper textarea, .search-filter-wrapper select {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 1em 1.5em;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2em;
  color: #fff;
}
.search-filter-wrapper input[type="text"]::-webkit-input-placeholder, .search-filter-wrapper textarea::-webkit-input-placeholder, .search-filter-wrapper select::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-filter-wrapper input[type="text"]:-ms-input-placeholder, .search-filter-wrapper textarea:-ms-input-placeholder, .search-filter-wrapper select:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-filter-wrapper input[type="text"]::placeholder, .search-filter-wrapper textarea::placeholder, .search-filter-wrapper select::placeholder {
  opacity: 1;
  color: #fff;
}
.search-filter-wrapper .sf-field-search label {
  display: block;
}
.search-filter-wrapper .sf-field-taxonomy-publication_category {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search-filter-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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.search-filter-wrapper input[type="submit"]:hover {
  background-color: rgba(13, 13, 13, 0);
}
.search-filter-wrapper input[type="submit"]:hover {
  border-color: white;
}
.search-filter-wrapper input[type="submit"]:hover {
  color: #fff;
}
.search-filter-wrapper a.search-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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.search-filter-wrapper a.search-filter-reset:hover {
  background-color: rgba(13, 13, 13, 0);
}
.search-filter-wrapper a.search-filter-reset:hover {
  border-color: rgba(13, 13, 13, 0);
}
.search-filter-wrapper a.search-filter-reset:hover {
  color: #fff;
}
.search-filter-wrapper a.search-filter-reset::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;
  margin-left: 1em;
}
.search-filter-wrapper .sf-field-submit, .search-filter-wrapper .sf-field-reset {
  display: inline-block;
}
.pods-pagination-paginate, .wp-pagenavi {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}
.pods-pagination-paginate .pages, .wp-pagenavi .pages {
  display: none;
}
.pods-pagination-paginate .page-numbers, .pods-pagination-paginate .page, .pods-pagination-paginate span, .pods-pagination-paginate .nextpostslink, .pods-pagination-paginate .previouspostslink, .wp-pagenavi .page-numbers, .wp-pagenavi .page, .wp-pagenavi span, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  color: white;
  margin: 0 0 0 1px;
  background-color: #006842;
  border: 1px solid #006842;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .page:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate .nextpostslink:hover, .pods-pagination-paginate .previouspostslink:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .page:hover, .wp-pagenavi span:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  background-color: #008252;
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .page:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate .nextpostslink:hover, .pods-pagination-paginate .previouspostslink:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .page:hover, .wp-pagenavi span:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  border-color: #008252;
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .page:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate .nextpostslink:hover, .pods-pagination-paginate .previouspostslink:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .page:hover, .wp-pagenavi span:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current, .pods-pagination-paginate .page.current, .pods-pagination-paginate span.current, .pods-pagination-paginate .nextpostslink.current, .pods-pagination-paginate .previouspostslink.current, .wp-pagenavi .page-numbers.current, .wp-pagenavi .page.current, .wp-pagenavi span.current, .wp-pagenavi .nextpostslink.current, .wp-pagenavi .previouspostslink.current {
  background-color: #009f65;
  border: 1px solid #009f65;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff !important;
  font-weight: 900;
}
.pods-pagination-paginate .page-numbers.current:hover, .pods-pagination-paginate .page.current:hover, .pods-pagination-paginate span.current:hover, .pods-pagination-paginate .nextpostslink.current:hover, .pods-pagination-paginate .previouspostslink.current:hover, .wp-pagenavi .page-numbers.current:hover, .wp-pagenavi .page.current:hover, .wp-pagenavi span.current:hover, .wp-pagenavi .nextpostslink.current:hover, .wp-pagenavi .previouspostslink.current:hover {
  background-color: #00b975;
}
.pods-pagination-paginate .page-numbers.current:hover, .pods-pagination-paginate .page.current:hover, .pods-pagination-paginate span.current:hover, .pods-pagination-paginate .nextpostslink.current:hover, .pods-pagination-paginate .previouspostslink.current:hover, .wp-pagenavi .page-numbers.current:hover, .wp-pagenavi .page.current:hover, .wp-pagenavi span.current:hover, .wp-pagenavi .nextpostslink.current:hover, .wp-pagenavi .previouspostslink.current:hover {
  border-color: #00b975;
}
.pods-pagination-paginate .page-numbers.current:hover, .pods-pagination-paginate .page.current:hover, .pods-pagination-paginate span.current:hover, .pods-pagination-paginate .nextpostslink.current:hover, .pods-pagination-paginate .previouspostslink.current:hover, .wp-pagenavi .page-numbers.current:hover, .wp-pagenavi .page.current:hover, .wp-pagenavi span.current:hover, .wp-pagenavi .nextpostslink.current:hover, .wp-pagenavi .previouspostslink.current:hover {
  color: #fff !important;
}
.pods-pagination-paginate .page, .pods-pagination-paginate span.current, .wp-pagenavi .page, .wp-pagenavi span.current {
  line-height: 1.4em;
}
.pods-pagination-paginate .previouspostslink, .pods-pagination-paginate .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 1.55em;
}
.pods-pagination-paginate .next, .pods-pagination-paginate .prev, .wp-pagenavi .next, .wp-pagenavi .prev {
  padding: 0;
}
.pods-pagination-paginate .prev::before, .pods-pagination-paginate .previouspostslink::before, .wp-pagenavi .prev::before, .wp-pagenavi .previouspostslink::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 .next::before, .pods-pagination-paginate .nextpostslink::before, .wp-pagenavi .next::before, .wp-pagenavi .nextpostslink::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;
}
.wp-pagenavi {
  margin-left: 2%;
}
/* --------- Default Post detail --------- */
/* START Single DIVI Fix*/
.single #main-content .container {
  padding-top: 0 !important;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}
.single #main-content .container::before {
  display: none;
}
.single-section, .et_pb_section {
  padding: 70px 0;
}
.single-section .single-row, .single-section .et_pb_row, .et_pb_section .single-row, .et_pb_section .et_pb_row {
  padding: 35px 0;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .single-section .single-row, .single-section .et_pb_row, .et_pb_section .single-row, .et_pb_section .et_pb_row {
    display: flex;
  }
}
/* END Fix */
.page-heading-wrapper {
  background: #009f65;
  padding: 0 !important;
}
.page-heading-wrapper .page-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
@media (min-width: 980px) {
  .page-heading-wrapper .page-title {
    font-size: 30px;
  }
}
/* detail PUBLICATIONS */
.single-detail-publication .single-section {
  padding: 70px 0 0 0;
}
.single-detail-publication .publication-detail {
  padding: 0 0 30px 0;
}
/* end detail PUBLICATIONS */
.single-detail .detail-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .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: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.related-content-wrapper {
  background: #f9f9f9;
}
/* -- 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;
  display: flex;
  position: relative;
}
ul.mc-tabs::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #006842;
}
ul.mc-tabs li {
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px 13px 0;
  color: #006842;
  text-transform: uppercase;
  line-height: 1em;
  margin-right: 2px;
  margin-bottom: 2px;
}
ul.mc-tabs 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;
  margin-right: 0.5em;
}
ul.mc-tabs li.current {
  background: #006842;
  color: #fff;
  padding-left: 15px;
}
ul.mc-tabs li:nth-child(n+2) {
  padding-left: 15px;
}
.mc-tabs-content {
  display: none;
  padding: 2%;
  background: #fff;
}
.mc-tabs-content.current {
  display: block;
}
/* -- Slider: Slick Slider -- */
.slick-slider {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.slick-slider .slick-list, .slick-slider .slick-track, .slick-slider .slick-slide, .slick-slider .slide {
  height: 100%;
}
.slick-slider .slick-list > div, .slick-slider .slick-track > div, .slick-slider .slick-slide > div, .slick-slider .slide > div {
  height: 100%;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 999;
}
.slick-slider .slick-prev::before, .slick-slider .slick-next::before {
  color: #009f65;
  opacity: 1;
  font-size: 24px !important;
}
.slick-slider .slick-prev {
  left: -20px;
}
.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;
}
.slick-slider .slick-next {
  right: -20px;
}
.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;
}
.slick-slider .slick-dots li button::before {
  font-size: 14px;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #009f65;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.home-slider .slider {
  height: 100vh;
  max-height: 630px;
  min-height: 300px;
  /*.video-background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      max-width:none;
    }

    .fluid-width-video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        height: 100%;
        padding-top:0 !important;

        iframe {
            box-sizing: border-box;
            height: 56.25vw;
            left: 50%;
            min-height: 100%;
            min-width: 100%;
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            width: 177.77777778vh;
            max-width:none;
        }
      }
    }
    */
}
.home-slider .slider .slide {
  position: relative;
}
.home-slider .slider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 80%;
  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 {
  margin: auto auto auto 0;
  width: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
}
@media (min-width: 769px) {
  .home-slider .slider .slide-content-wrapper {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .home-slider .slider {
    height: 50vh;
    max-height: 500px;
    min-height: 300px;
  }
}
.home-slider .slider .mc-slide-button {
  margin-top: 60px;
}
.home-slider .slider .slide-title {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .home-slider .slider .slide-title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .home-slider .slider .slide-title {
    font-size: 36px;
  }
}
.home-slider .slider .slide-text {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
@media (min-width: 769px) {
  .home-slider .slider .slide-text {
    font-size: 24px;
  }
}
.home-slider .slick-prev::before, .home-slider .slick-next::before {
  font-size: 36px !important;
  color: #fff;
}
.carousel .slick-track {
  display: flex !important;
}
.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;
  height: auto;
}
.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%;
}
/* -- 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;
  display: flex;
  position: relative;
}
ul.mc-tabs::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #006842;
}
ul.mc-tabs li {
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px 13px 0;
  color: #006842;
  text-transform: uppercase;
  line-height: 1em;
  margin-right: 2px;
  margin-bottom: 2px;
}
ul.mc-tabs 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;
  margin-right: 0.5em;
}
ul.mc-tabs li.current {
  background: #006842;
  color: #fff;
  padding-left: 15px;
}
ul.mc-tabs li:nth-child(n+2) {
  padding-left: 15px;
}
.mc-tabs-content {
  display: none;
  padding: 2%;
  background: #fff;
}
.mc-tabs-content.current {
  display: block;
}
@media (min-width: 980px) {
  .accordion .list-item {
    width: 100%;
  }
}
.accordion .list-excerpt {
  display: none;
}
.accordion .list-title {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  display: flex;
}
.accordion .list-title:hover {
  cursor: pointer;
}
.accordion .list-title::after {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s 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';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
  transform: rotate(90deg);
  margin-left: auto;
}
.accordion .list-title.active::after {
  transform: rotate(0deg);
}
.accordion .list-excerpt {
  display: none;
}
.gform_wrapper {
  /* Custom forms */
}
.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 textarea, .gform_wrapper select {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  padding: 1em 1.5em;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2em;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper textarea::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.85em;
  padding-right: 2.55em;
  padding-bottom: 0.85em;
  padding-left: 2.55em;
  background-color: #009f65;
  border: 1px solid #009f65;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: #00b975;
}
.gform_wrapper input[type="submit"]:hover {
  border-color: #00b975;
}
.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;
}
.gform_wrapper.newsletter_wrapper #field_xxxx_xxxx {
  width: calc(50% - 20px);
}
/* Ninja forms */
.label-left .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 2%;
  text-align: right;
  width: 19% !important;
  order: 5;
}
.nf-form-content {
  padding: 5px;
  max-width: 1000px;
  margin: inherit !important;
}
.label-left .nf-field-element {
  display: inline-block;
  width: 73% !important;
  order: 10;
}
#ninja_forms_required_items, .nf-field-container {
  clear: both;
  position: relative;
  margin-bottom: 15px !important;
}
.label-left .nf-field-label label {
  width: initial !important;
}
#ctf .ctf-tweet-items .ctf-item {
  padding: 0;
}
#ctf .ctf-tweet-items .ctf-item .ctf-author-box {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-content {
  padding: 0 5vw;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-content .ctf-tweet-text {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-content .ctf-tweet-text br {
  display: none;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-content .ctf-tweet-text a {
  font-weight: 700;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-actions {
  text-align: center;
  margin-top: 20px;
}
#ctf .ctf-tweet-items .ctf-item .ctf-tweet-actions a {
  float: none;
}
/* --------- Photo Gallery --------- */
.scroller-status {
  margin-top: 2%;
  text-align: center;
}
.scroller-status .infinite-scroll-request img {
  max-width: 60px;
}
.scroller-status .infinite-scroll-last {
  border-top: 1px solid #ebebeb;
  padding-top: 2%;
}
.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: #009f65;
}
