@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
/* Colors */
/* Global */
/* Post list */
/* Breakpoints - Should not be changed */
/* Search and Filter */
.ll-skin-melon .ui-widget {
  background: #00A091 !important;
}
.ll-skin-melon .ui-datepicker th {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0;
}
.ll-skin-melon td .ui-state-default {
  color: black;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: rgba(0, 0, 0, 0.2);
}
.mc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper {
  width: 300px;
  margin-top: 3%;
}
.search-filter-results {
  width: calc(100% - 330px);
  margin-left: 30px;
}
.search-filter-form-wrapper * {
  box-sizing: border-box;
}
.search-filter-form-wrapper .searchandfilter {
  padding: 10px 20px 0 20px;
  border: 1px solid #ebebeb;
}
.search-filter-form-wrapper .searchandfilter > ul {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper .searchandfilter > ul > li {
  padding-top: 0 !important;
}
.search-filter-form-wrapper .searchandfilter label {
  width: 100%;
}
.search-filter-form-wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
.search-filter-form-wrapper ul.sf_date_field {
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper ul.sf_date_field li {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.search-filter-form-wrapper ul.sf_date_field li:first-child {
  margin: 0;
}
.search-filter-form-wrapper ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  border: none;
  padding-top: 0;
}
.search-filter-form-wrapper ul li:nth-child(1) {
  padding-top: 20px;
}
.search-filter-form-wrapper ul li.sf-field-sort_order, .search-filter-form-wrapper ul li.sf-field-posts_per_page {
  width: calc(50% - 10px);
}
.search-filter-form-wrapper ul li.sf-field-sort_order select.sf-input-select, .search-filter-form-wrapper ul li.sf-field-posts_per_page select.sf-input-select {
  min-width: 100px;
  width: 100%;
}
.search-filter-form-wrapper ul li.sf-field-sort_order label, .search-filter-form-wrapper ul li.sf-field-posts_per_page label {
  width: 100%;
}
.search-filter-form-wrapper ul li.sf-field-taxonomy-ct_councils, .search-filter-form-wrapper ul li.sf-field-posts_per_page {
  margin-left: 20px;
}
.search-filter-form-wrapper ul li h4 {
  font-weight: 700;
  font-size: 16px;
  color: #00A091;
  text-transform: uppercase;
}
.search-filter-form-wrapper ul li li {
  padding: 0 0 5px 0;
  border: none;
}
.search-filter-form-wrapper ul li li:nth-child(1) {
  padding-top: 0;
}
.search-filter-form-wrapper ul li.sf-field-reset, .search-filter-form-wrapper ul li:nth-child(1) {
  border: none;
}
.search-filter-form-wrapper ul li.sf-field-reset {
  padding-top: 0;
}
.search-filter-form-wrapper ul input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 25px !important;
  border-radius: 3px;
  border-color: #ebebeb;
}
.search-filter-form-wrapper ul select {
  width: 100%;
  height: 50px;
}
.search-filter-form-wrapper ul .sf-field-search {
  width: 100%;
}
.search-filter-form-wrapper ul .sf-field-taxonomy-country, .search-filter-form-wrapper ul .sf-field-taxonomy-member_category, .search-filter-form-wrapper ul .sf-field-taxonomy-member_sub_category {
  width: 100%;
}
.search-filter-form-wrapper ul .sf-field-taxonomy-country label, .search-filter-form-wrapper ul .sf-field-taxonomy-member_category label, .search-filter-form-wrapper ul .sf-field-taxonomy-member_sub_category label {
  width: 100%;
  font-size: 14px;
}
.search-filter-form-wrapper ul .sf-field-taxonomy-country ul, .search-filter-form-wrapper ul .sf-field-taxonomy-member_category ul, .search-filter-form-wrapper ul .sf-field-taxonomy-member_sub_category ul {
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper ul .sf-field-taxonomy-country ul li, .search-filter-form-wrapper ul .sf-field-taxonomy-member_category ul li, .search-filter-form-wrapper ul .sf-field-taxonomy-member_sub_category ul li {
  width: 100%;
  display: flex;
}
.search-filter-form-wrapper ul select {
  padding-top: 1em;
  padding-right: 3em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: inline-block;
  line-height: 1.3;
  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, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-filter-form-wrapper ul select::-ms-expand {
  display: none;
}
.search-filter-form-wrapper ul .sf_date_field .sf-date-prefix {
  width: 60px;
}
.search-filter-form-wrapper ul .sf_date_field label, .search-filter-form-wrapper ul .sf-field-search label {
  width: 100%;
}
.search-filter-form-wrapper ul .search-filter-reset {
  font-size: 14px;
  color: #00A091;
  text-transform: uppercase;
}
.search-filter-form-wrapper ul .search-filter-reset::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.3em;
}
.search-filter-form-wrapper ul .sf-field-submit input {
  display: block;
  width: 100%;
  border: none;
  background: #00A091;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
/* 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: -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: 981px) {
  .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;
  display: block;
  background-size: cover;
  background-position: center;
}
.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;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
}
.mc-posts-list .list-thumbnail:hover .hover-image {
  transform: translate(-50%, -50%) scale(1.1);
}
.mc-posts-list .list-thumbnail.boxed {
  background: #f9f9f9;
  position: relative;
  background-image: none !important;
}
.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.boxed img {
  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;
  transform: translate(-50%, -50%) scale(1);
}
.mc-posts-list .list-thumbnail.boxed:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.mc-posts-list .list-thumbnail:hover .hover-image {
  transform: translate(-50%, -50%) scale(1.1);
}
.mc-posts-list .list-tag {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
  color: #fff;
  background: #8fc64c;
  align-self: flex-start;
  padding: 0.5em 1em;
  margin-bottom: 15px;
}
.mc-posts-list .list-tag::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
.mc-posts-list .list-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 15px;
}
.mc-posts-list .list-date {
  font-size: 12px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.mc-posts-list .list-title {
  line-height: 1.3em;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 981px) {
  .mc-posts-list .list-title {
    font-size: 22px;
  }
}
.mc-posts-list .list-read-more {
  font-size: 14px;
  margin-top: auto;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8fc64c;
}
.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.row-list .list-item {
    width: 100%;
  }
}
.mc-posts-list.row-list .has-image .list-thumbnail {
  width: 200px;
}
.mc-posts-list.row-list .has-image .list-content-wrapper {
  width: calc(100% - 200px);
  padding-left: 30px;
}
.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: 1;
  align-self: flex-start;
}
.mc-posts-list.row-list .list-content-wrapper {
  justify-content: center;
  order: 2;
}
.mc-posts-list.row-list .list-links-wrapper {
  margin-top: 0;
}
.mc-posts-list.row-list .list-title {
  margin: 0;
  padding: 0;
}
.mc-posts-list.row-list .list-date {
  margin-top: 0;
}
.mc-posts-list.row-list .list-read-more {
  padding: 0;
}
.mc-posts-list.row-list.thumbnail-right .list-thumbnail {
  order: 2;
}
.mc-posts-list.row-list.thumbnail-right .list-content-wrapper {
  order: 1;
  padding-left: 0;
  padding-right: 60px;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mc-posts-list.testimonial-list {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 30px 0;
  background: #fff;
}
@media (min-width: 981px) {
  .mc-posts-list.testimonial-list .list-item {
    padding: 0;
  }
}
.mc-posts-list.testimonial-list .list-excerpt {
  font-size: 20px;
}
.mc-posts-list.testimonial-list .list-excerpt::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
  font-weight: 700;
}
.mc-posts-list.testimonial-list .list-excerpt::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-left: 0.5em;
  font-weight: 700;
}
.mc-posts-list.testimonial-list .list-name {
  font-size: 14px;
  margin-top: 20px;
}
@media (min-width: 981px) {
  .mc-posts-list.testimonial-list .list-item-wrapper {
    flex-direction: row;
  }
}
.mc-posts-list.testimonial-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 981px) {
  .mc-posts-list.testimonial-list .list-thumbnail {
    width: 300px;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.testimonial-list .list-content-wrapper {
    width: calc(100% - 300px);
    justify-content: center;
    padding: 0 60px;
  }
}
.mc-posts-list.testimonial-list .slick-dots {
  bottom: -70px;
}
.mc-posts-list.testimonial-list .slick-prev {
  left: -40px;
}
.mc-posts-list.testimonial-list .slick-next {
  right: -40px;
}
.mc-posts-list.logo-list {
  margin-top: 4%;
  box-sizing: border-box;
}
.mc-posts-list.logo-list .list-item {
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .mc-posts-list.logo-list .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .mc-posts-list.logo-list .list-item {
    width: 25%;
  }
}
.mc-posts-list.logo-list .list-item-wrapper {
  height: auto !important;
  position: relative;
}
.mc-posts-list.logo-list .list-item-wrapper:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo-list .list-thumbnail {
  position: relative;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.mc-posts-list.logo-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo-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.logo-list .list-thumbnail img {
  display: block;
}
.mc-posts-list.logo-list .list-thumbnail .title-holder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.mc-posts-list.logo-list .list-thumbnail .icon {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 25px;
  text-align: center;
  line-height: 30px;
}
.mc-posts-list.logo-list .list-thumbnail .icon::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  font-size: 12px;
}
.mc-posts-list.logo-list .list-content-wrapper {
  display: none;
}
.mc-posts-list.logo-list .label {
  display: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 981px) {
  .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;
}
.mc-posts-list.related-list.video-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
@media (min-width: 981px) {
  .mc-posts-list.related-list .list-item {
    width: 25%;
  }
}
.mc-posts-list.related-list .list-item-wrapper {
  background: #fff;
}
.mc-posts-list.related-list .list-content-wrapper {
  padding: 20px;
}
.mc-posts-list.related-list .list-title {
  font-size: 16px;
}
@media (min-width: 981px) {
  .mc-posts-list.related-list .list-title {
    font-size: 20px;
  }
}
/* 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: #00A091;
  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-size: 1em;
  margin-right: 0.5em;
}
/* ROOT menu */
.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: -2%;
  }
}
@media (min-width: 981px) {
  .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: 981px) {
  .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: #8fc64c;
  color: #fff;
  min-height: 200px;
  height: 100%;
}
.root-menu ul li a:hover {
  background: #00A091;
  color: #000;
}
.root-menu ul li .label {
  font-family: "Open Sans", 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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #8fc64c;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #8fc64c;
  text-decoration: none;
  text-transform: uppercase;
}
.mc-button:hover {
  color: #fff;
}
.mc-button:hover {
  background-color: #9bcc5f;
}
.page-id-27081 .body-wrap {
  width: calc(100% - 80px);
  max-width: 1920px;
}
div.wpgmp-map-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*.location_listing1 {
		order: 2;
		width: 33%;
	}
	.wpgmp_map_parent {
		order: 3;
		width: 66%;
	}*/
}
@media (min-width: 981px) {
  div.wpgmp-map-1 {
    flex-direction: row;
  }
}
div.wpgmp-map-1 .wpgmp_filter_wrappers {
  order: 1;
  width: 100%;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
div.wpgmp-map-1 .wpgmp_filter_wrappers .wpgmp_search_form {
  margin: 0;
}
div.wpgmp-map-1 .wpgmp_filter_wrappers .wpgmp_search_form input {
  border: 1px solid #ebebeb;
  padding: 1.5em 1em;
  border-radius: 0;
  font-size: 16px;
}
div.wpgmp-map-1 .wpgmp_filter_wrappers .wpgmp_search_form input:focus {
  border-color: #00A091;
}
div.wpgmp-map-1 .wpgmp_filter_wrappers .wpgmp_before_listing {
  display: none;
}
div.wpgmp-map-1 .location_pagination1 {
  display: none;
}
div.wpgmp-map-1 .wpgmp_no_locations {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
}
div.wpgmp-map-1 .wpgmp_map_parent {
  float: none !important;
  margin-bottom: 0;
}
@media (min-width: 981px) {
  div.wpgmp-map-1 .wpgmp_map_parent {
    order: 2;
    width: 66% !important;
  }
}
div.wpgmp-map-1 .location_listing1 {
  display: none;
  float: none !important;
  padding-top: 0;
  overflow-y: scroll;
  height: 800px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 981px) {
  div.wpgmp-map-1 .location_listing1 {
    display: block;
    order: 1;
    width: 34% !important;
  }
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container {
  margin: 0;
  height: 100%;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_categories, div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .fc-item-default, div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .fc-component-6 {
  height: 100%;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations {
  float: none;
  margin: 0;
  border: none;
  padding: 0 !important;
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  height: 20% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  /*
				.wpgmp_locations_content {
					&::before {
						@include fa('\f3c5');
						margin-right: 0.5em;
					}
				}
				.wpgmp_location_title {
					margin: 0;
					display: flex;
					.place_title {
						@include font(16px, 700, $font-stack);
					}
				}

				.fc-badge.info {
					display: none;
				}
				
				*/
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 15px 0;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content .location-address {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content .location-address::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content .location-website {
  display: inline-block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  color: #00A091;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-content .location-website::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.4em;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-thumbnail {
  width: 150px;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-thumbnail .fc-feature-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #ebebeb;
  position: relative;
}
div.wpgmp-map-1 .location_listing1 .wpgmp_listing_container .wpgmp_locations .location-wrapper .location-thumbnail img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
}
.wpgmp_infowindow img.wp-post-image {
  max-width: 150px !important;
  margin-bottom: 20px;
}
.wpgmp_infowindow .fc-itemcontent-padding {
  padding: 0;
}
.wpgmp_infowindow .website-link {
  display: inline-block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #00A091;
  text-decoration: none;
}
.wpgmp_infowindow .website-link::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
.wpgmp_infowindow .website-link.hidden {
  display: none;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}
/*

.wpgmp_listing_container .wpgmp_locations {
	 background: #ffffff!important;
	 .wpgmp_locations_head {
		 color:#cd071e!important;
	 }
	 .wpgmp_location_title a {
		 color: #000!important;
	}
}
*/
/* -- 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: #8fc64c;
  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-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-size: 1em;
}
.slick-slider .slick-dots {
  padding-left: 0;
}
.slick-slider .slick-dots li button::before {
  font-size: 14px;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #8fc64c;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.home-slider .slider .video-background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-slider .slider .video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
.home-slider .slider .video-background .fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  height: 100%;
  padding-top: 0 !important;
}
.home-slider .slider .video-background .fluid-width-video-wrapper 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;
  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: 769px) {
  .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: 769px) {
  .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: 769px) {
  .home-slider .slider .slide-title {
    font-size: 36px;
  }
}
.home-slider .slider .slide-text {
  font-size: 14px;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .home-slider .slider .slide-text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.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%;
}
/* Slider Clean Loading */
.no-js .slick-slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.no-js .slick-slider-wrapper .home-slider {
  background: #8fc64c;
}
@media (min-width: 981px) {
  .no-js .slick-slider-wrapper {
    height: 75vh;
    min-height: 700px;
  }
}
.no-js .slick-slider-wrapper .slider {
  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;
  opacity: 0;
}
#member-map-container {
  min-height: 600px;
}
#mapcontent {
  line-height: 1.5em;
  font-size: 12px;
}
#mapcontent .row {
  margin-top: 10px;
}
#mapcontent .row:nth-child(1) {
  margin-top: 0;
}
#mapcontent a {
  color: #8fc64c;
  font-weight: 700;
}
#mapcontent h4 {
  font-weight: 700;
}
.ammapDescriptionWindow {
  background: #fff;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.ammapDescriptionTitle {
  font-size: 18px;
  color: #8fc64c;
}
.wpgmp_infowindow.fc-item-aare div {
  width: 100%;
}
.wpgmp_infowindow a {
  margin-top: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.ct-members-link {
  display: flex;
  margin-top: 5px;
  padding: 8px 0 5px 0;
  border-top: 1px solid #ebebeb;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.ct-members-link .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  width: calc(100% - 75px);
}
.ct-members-link .read-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  color: #8fc64c;
  margin-left: 10px;
}
.ct-members-link .logo-wrapper {
  border: 1px solid #ebebeb;
  width: 75px;
  position: relative;
}
.ct-members-link .logo-wrapper:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.ct-members-link .logo-wrapper img {
  position: relative;
  background-image: none !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.ct-members-link .logo-wrapper img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.ct-members-link:hover {
  text-decoration: none !important;
}
.mc-large-text {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  line-height: 1.1em;
}
.page-id-26227 .wrap #content {
  padding: 40px 0;
}
.page-id-26227 .wp-block-columns .wp-block-column:nth-of-type(1) {
  padding-top: 30px;
}
.mc-cta-box {
  margin-top: 30px;
  background: #00A091;
  padding: 40px;
}
.mc-cta-box p {
  color: #fff;
}
.page-id-41 .wp-block-columns .wp-block-column {
  flex-basis: 100% !important;
}
.page-id-41 .wp-block-columns .wp-block-column:nth-child(2) {
  display: none;
}
/*
@import 'modules/_global.scss';
@import 'modules/_header.scss';
@import 'modules/_footer.scss';
@import 'modules/_post-list.scss';
@import 'modules/_buttons.scss';
@import 'modules/_calendar.scss';
@import 'modules/_filters.scss';
@import 'modules/_pagination.scss';
@import 'modules/_post-detail.scss';
@import 'modules/_tabs.scss';
@import 'modules/_slider.scss';
@import 'modules/_tabs.scss';
@import 'modules/_accordion.scss';
@import 'modules/_twitter.scss';
@import 'modules/_forms.scss';
@import 'modules/_photo-gallery.scss';
@import 'modules/_infinite-scroll.scss';
@import 'modules/_dev.scss';
*/
