@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
@font-face {
  font-family: "Graphik";
  src: url("../font/Graphik-Regular-Web.woff2") format("woff2"), url("../font/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../font/Graphik-Medium-Web.woff2") format("woff2"), url("../font/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../font/Graphik-Semibold-Web.woff2") format("woff2"), url("../font/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../font/Graphik-Super-Web.woff2") format("woff2"), url("../font/Graphik-Super-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
/* 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: "Graphik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: black;
  line-height: 1.8em;
}
a {
  color: #ef7724;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.03em;
}
.et_pb_text sup, .et_pb_text sub, .mc-posts-detail sup, .mc-posts-detail 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, .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, .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, .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, .list-excerpt ol {
  list-style: none;
  counter-reset: li;
}
.et_pb_text ol li, .mc-posts-detail ol li, .list-excerpt ol li {
  counter-increment: li;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before, .list-excerpt ol li::before {
  content: counter(li) ". ";
  color: #ef7724;
}
.et_pb_text ul li::before, .mc-posts-detail 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: #ef7724;
}
/*
.et_pb_section .et_pb_row,
.et_section_specialty .et_pb_row,
.container {
  width: calc(100% - 80px);
  max-width: 1400px;

  @include breakpoint(md) {
    width: calc(100% - 120px);
  }
}
*/
.home-heading-wrapper > div {
  display: flex;
}
.home-heading-wrapper > div h2 {
  padding: 0;
}
.home-heading-wrapper > div p {
  margin-left: auto;
  margin-top: auto;
  line-height: 1em;
}
.key-data .et_pb_blurb_content {
  display: flex;
}
.key-data .et_pb_main_blurb_image {
  width: 100px;
  margin: 0;
}
.key-data .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -5px;
}
.mobile_menu_bar::before {
  color: #ef7724;
}
#top-header {
  border-bottom: 1px solid #ebebeb;
}
#et-secondary-menu > ul > li.current_page_item a {
  color: #ef7724;
}
#main-header {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
#et-top-navigation {
  font-weight: 500;
}
#top-menu li a {
  line-height: 1.4em;
}
#top-menu li.current-menu-item > a {
  color: #ef7724;
}
#top-menu .sub-menu {
  border-color: #ef7724;
}
/* 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;
}
@media (min-width: 981px) {
  .mc-posts-list .list-item {
    padding-top: 3%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3%;
    width: 50%;
  }
}
.mc-posts-list .list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.mc-posts-list .list-item-wrapper:not(.has-image) {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 0 0;
}
.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: 40%;
}
.mc-posts-list .list-thumbnail img {
  display: none;
}
.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-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.mc-posts-list .list-read-more {
  margin-top: auto;
  padding-top: 20px;
  font-weight: 700;
  display: none;
}
.mc-posts-list .list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
}
@media (min-width: 981px) {
  .mc-posts-list .list-title {
    font-weight: 700;
    font-size: 30px;
  }
}
.mc-posts-list .list-title::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;
  font-size: 0.7em;
  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;
  margin-left: 0.4em;
  color: #ef7724;
}
.mc-posts-list .list-title:hover::after {
  color: #000;
}
.mc-posts-list .list-date, .mc-posts-list .list-title, .mc-posts-list .list-excerpt {
  display: block;
  margin-top: 3%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-posts-list .list-date {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.4;
}
.mc-posts-list .list-excerpt {
  display: none;
}
.mc-posts-list.stagger-list .list-item {
  opacity: 0;
}
.mc-posts-list.stagger-list .list-item.display {
  opacity: 1;
}
.mc-posts-list.hide-thumbnails .list-thumbnail {
  display: none;
}
.mc-posts-list.hide-thumbnails .list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 0 0;
}
@media (min-width: 981px) {
  .mc-posts-list.one-column .list-item {
    width: 100%;
  }
}
.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:not(.carousel) .list-item {
    width: 25%;
  }
}
.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 img {
  width: 100%;
}
.mc-posts-list.logo .list-thumbnail {
  position: relative;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
}
.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.tab-slider {
  margin: 0;
}
@media (min-width: 981px) {
  .mc-posts-list.tab-slider .list-item {
    width: 100%;
    padding: 0;
  }
}
.mc-posts-list.tab-slider .list-date {
  display: none;
}
.mc-posts-list.tab-slider .list-item-wrapper {
  flex-direction: row;
  justify-content: space-between;
}
.mc-posts-list.tab-slider .list-thumbnail {
  order: 2;
}
.mc-posts-list.tab-slider .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.mc-posts-list.tab-slider .list-content-wrapper {
  order: 1;
  padding-right: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mc-posts-list.tab-slider .list-title {
  margin: 0;
}
@media (min-width: 981px) {
  .mc-posts-list.tab-slider .list-title {
    font-size: 40px;
  }
}
.mc-posts-list.tab-slider .list-excerpt {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.mc-posts-list.tab-slider .list-thumbnail, .mc-posts-list.tab-slider .list-content-wrapper {
  width: 49%;
}
.mc-posts-list.tab-slider .list-read-more {
  margin-top: 0;
  display: inline-block;
}
@media (min-width: 981px) {
  .mc-posts-list.glossary-list .list-item {
    width: 33.3333333333%;
  }
}
.mc-posts-list.glossary-list .list-item-wrapper {
  padding-bottom: 0;
}
.mc-posts-list.glossary-list .list-title {
  color: #ef7724;
}
.mc-posts-list.glossary-list .list-title::after {
  display: none;
}
.mc-posts-list.glossary-list .list-title::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;
  font-size: 0.7em;
  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;
  margin-right: 0.4em;
  color: #ef7724;
}
.mc-posts-list.glossary-list .list-excerpt {
  display: block;
}
@media (min-width: 981px) {
  .mc-posts-list.search-results .list-item {
    width: 100%;
  }
}
.mc-posts-list.search-results .list-item .list-title, .mc-posts-list.search-results .list-item .list-excerpt {
  margin-top: 0;
}
/* 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: -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;
}
@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: #ef7724;
  color: #fff;
  min-height: 200px;
  height: 100%;
}
.root-menu ul li a:hover {
  background: #000;
  color: #000;
}
.root-menu ul li .label {
  font-family: "Graphik", 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 {
  font-weight: 700;
  font-size: 16px;
  color: #ef7724;
}
.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;
  margin-left: 0.5em;
}
.mc-button.light {
  color: #fff;
}
.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: #ef7724;
  border-color: #ef7724;
}
.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: black;
  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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #000;
  border: 1px solid #000;
  -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: #0d0d0d;
}
.filters-button-group button:hover {
  border-color: #0d0d0d;
}
.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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #ef7724;
  border: 1px solid #ef7724;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #f1863c;
}
.filters-button-group .is-checked:hover {
  border-color: #f1863c;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.mc-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  display: flex;
}
.mc-filters .filter-reset {
  /*@include btn();
    @include btn-background( $secondary-color );
    @include btn-border (1px, solid, $secondary-color);
    @include border-radius(3px);
    @include btn-color (#fff);*/
  border: none;
  background: transparent;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #ef7724;
  font-size: 14px;
}
.mc-filters .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: 0.3em;
}
.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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #000;
  border: 1px solid #000;
  -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: #0d0d0d;
}
.mc-filters .filter-group.filter-group-button button:hover {
  border-color: #0d0d0d;
}
.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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #ef7724;
  border: 1px solid #ef7724;
  color: #fff;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  background-color: #f1863c;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  border-color: #f1863c;
}
.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 #000;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("http://ertmsnet.webhosting.be/wp-content/themes/ertms//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: #ef7724;
  border: 1px solid #ef7724;
}
.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 #000;
  /*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: #000;
  border: 1px solid #000;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper label:hover:before {
  border: 2px solid #4778d9 !important;
}
.page-id-55 .mc-filters {
  border: none;
}
.pods-pagination-paginate {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}
.pods-pagination-paginate .page-numbers {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  color: white;
  margin: 0 0 0 1px;
  background-color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
}
.pods-pagination-paginate .page-numbers:hover {
  background-color: #0d0d0d;
}
.pods-pagination-paginate .page-numbers:hover {
  border-color: #0d0d0d;
}
.pods-pagination-paginate .page-numbers:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current {
  background-color: #ef7724;
  border: 1px solid #ef7724;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  font-weight: 900;
}
.pods-pagination-paginate .page-numbers.current:hover {
  background-color: #f1863c;
}
.pods-pagination-paginate .page-numbers.current:hover {
  border-color: #f1863c;
}
.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 {
  padding: 0 !important;
}
.page-heading-wrapper .et_pb_row {
  padding-bottom: 0 !important;
}
.page-heading-wrapper .page-title {
  padding: 0;
  font-weight: 700;
  font-size: 26px;
  border-bottom: 5px solid #ef7724;
  color: #ef7724;
  padding-bottom: 1em;
}
.single #main-content .container {
  padding-top: 0 !important;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}
.single-detail .detail-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
}
@media (min-width: 981px) {
  .single-detail .detail-title {
    font-size: 48px;
  }
}
.single-detail .detail-thumbnail img {
  width: 100%;
  display: block;
}
.single-detail .detail-date {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.4;
}
/* -- 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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #0d0d0d;
}
ul.mc-tabs li:hover {
  border-color: #0d0d0d;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #ef7724;
  border: 1px solid #ef7724;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #f1863c;
}
ul.mc-tabs li.current:hover {
  border-color: #f1863c;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* -- Slider: Slick Slider -- */
.slider, .carousel {
  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 {
  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 {
  height: 100%;
}
.slider .slick-prev, .slider .slick-next, .carousel .slick-prev, .carousel .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before, .carousel .slick-prev::before, .carousel .slick-next::before {
  color: #ef7724;
  opacity: 1;
  font-size: 24px !important;
}
.slider .slick-prev, .carousel .slick-prev {
  left: -20px;
}
.slider .slick-prev::before, .carousel .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 {
  right: -20px;
}
.slider .slick-next::before, .carousel .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 {
  bottom: -60px;
}
.slider .slick-dots li button::before, .carousel .slick-dots li button::before {
  font-size: 14px;
}
.slider .slick-dots li.slick-active button::before, .carousel .slick-dots li.slick-active button::before {
  color: #ef7724;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.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;
  }
}
.tab-slider .slick-dots {
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  bottom: -100px;
}
.tab-slider .slick-dots li {
  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;
  width: 23.5%;
  height: auto;
  display: inline-block;
  border-top: 1px solid #000;
  margin: 0;
  padding: 1em 0 0 0;
  opacity: 0.4;
}
.tab-slider .slick-dots li:hover {
  opacity: 0.5;
}
.tab-slider .slick-dots li::before {
  content: "Benefit";
  display: block;
  width: 100%;
  text-align: left;
}
.tab-slider .slick-dots li button {
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  padding: 0;
  width: auto;
  height: auto;
  color: #000;
  border: none;
}
.tab-slider .slick-dots li button:before {
  content: none;
}
.tab-slider .slick-dots li.slick-active {
  opacity: 1;
}
.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, .carousel .slick-next {
  left: 20px;
  right: auto;
  top: auto;
  bottom: -80px;
  display: inline-block;
  height: 30px;
  width: 35px;
  background: #ef7724;
}
.carousel .slick-prev::before, .carousel .slick-next::before {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.carousel .slick-prev {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: left;
  padding-left: 10px;
}
.carousel .slick-next {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: right;
  padding-right: 10px;
  left: 50px;
}
/* -- 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: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #0d0d0d;
}
ul.mc-tabs li:hover {
  border-color: #0d0d0d;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #ef7724;
  border: 1px solid #ef7724;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #f1863c;
}
ul.mc-tabs li.current:hover {
  border-color: #f1863c;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
.mc-accordion .list-item-wrapper {
  padding-bottom: 0 !important;
}
@media (min-width: 981px) {
  .mc-accordion .list-item {
    width: 100%;
  }
}
.mc-accordion .list-excerpt {
  margin-top: 1%;
}
.mc-accordion .list-title {
  margin-top: 1%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mc-accordion .list-title span {
  display: block;
}
.mc-accordion .list-title .text {
  margin-right: auto;
  width: calc(100% - 100px);
}
.mc-accordion .list-title .icon {
  width: 100px;
  text-align: right;
}
.mc-accordion .list-title .icon::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;
  font-size: 0.7em;
  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-accordion .list-title::after {
  display: none;
}
.mc-accordion .list-title.active {
  background: none;
  color: #ef7724;
}
.mc-accordion .list-title.active .icon::after {
  transform: rotate(90deg);
  color: #ef7724;
}
.mc-accordion .list-title:hover {
  cursor: pointer;
}
.map_wrapper {
  width: 100%;
  display: flex;
  min-height: 60vh;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: none;
  padding: 0;
}
.map_wrapper #map {
  width: 100%;
  max-height: 52vh;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#panel-wrapper {
  width: 350px;
  max-height: 52vh;
  padding-right: 20px;
}
#panel-wrapper .accordion, #panel-wrapper .accordion-parent {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  background: #f9f9f9;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
#panel-wrapper .accordion::before, #panel-wrapper .accordion-parent::before {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  font-size: 1em;
  margin-right: 0.5em;
}
#panel-wrapper .accordion-parent::before {
  display: none;
}
#panel-wrapper .vehicles {
  margin-top: 30px;
}
#panel-wrapper .parent-title, #panel-wrapper .accordion-parent {
  background: #ef7724;
  color: #fff;
  padding: 15px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
#panel-wrapper .go-back {
  font-weight: 700;
  font-size: 12px;
  border: none;
  color: #ef7724;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
  background: #fff;
}
#panel-wrapper .go-back::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;
  padding-right: 6px;
}
#panel-wrapper .go-back:first-of-type {
  margin-top: 0;
  position: absolute;
  top: -32px;
}
#panel-wrapper .active, #panel-wrapper .accordion:hover {
  color: #ef7724;
}
#panel-wrapper .active::before, #panel-wrapper .accordion:hover::before {
  margin-right: 0.7em;
}
#panel-wrapper .accordion-content {
  padding: 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}
#panel-wrapper .accordion-content.active {
  display: block;
}
#panel-wrapper #panel {
  overflow-y: scroll;
  height: fit-content;
  max-height: 100%;
}
ul.regions-list {
  list-style-type: none;
  padding: 0px;
}
ul.regions-list li.region-list-item {
  padding: 8px 18px;
  margin: 4px 0;
  background-color: #eee;
  cursor: pointer;
}
#datatable {
  width: 100% !important;
  border-bottom: none;
}
#datatable thead {
  background: #ef7724;
}
#datatable thead .sorting {
  padding: 8px;
  position: relative;
  color: #fff;
  background: none !important;
}
#datatable thead .sorting::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  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;
}
#datatable thead th {
  border: none;
  color: #ef7724;
}
#datatable tbody tr.odd {
  background: #f9f9f9;
}
#datatable_wrapper {
  /* margin-top: 60px; */
}
#datatable_filter {
  margin-bottom: 12px;
}
#datatable_length {
  display: none;
}
/*

table#datatable.dataTable thead tr th {
    text-align: left;
    vertical-align: bottom;
}

table#datatable.dataTable thead tr th,
table#datatable.dataTable tbody tr td {
    padding: 8px;
    line-height: 16px;
    border-top: 0px solid #dddddd;
    font-size: 14px;
    border-right: 0;
    border-left: 0;
    -webkit-transition: background-color ease-out 0.4s;
}

table#datatable.dataTable tbody tr {
    -webkit-transition: background-color ease-out 0.4s;
}

table#datatable.dataTable tbody tr.even td {
    background-color: #A4AEB9;
}

table#datatable.dataTable tbody tr.odd td {
    background-color: #B0B9C4;
}

table#datatable.dataTable tbody tr:hover td {
    background-color: #F58025;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color ease-out 0.4s;
}

table#datatable.dataTable thead tr th:nth-of-type(2),
table#datatable.dataTable thead tr th:nth-of-type(3) {
    width: 2px !important;
}

table#datatable.dataTable thead tr th:nth-of-type(1) {
    width: 20px !important;
}

table#datatable.dataTable thead tr th {
    color: #fff;
    background-color: #656870;
    -webkit-transition: background-color ease-out 0.4s;
}

table#datatable.dataTable thead tr th:hover {
    color: #fff;
    background-color: #F58025;
}
*/
a.paginate_button {
  padding: 0 !important;
  background: 0 !important;
  border: 0 !important;
}
/* --------- 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: #ef7724;
}
