@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: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: black;
  line-height: 1.8em;
}
a {
  color: #06336e;
}
/* .et_pb_text,
.mc-posts-detail
.list-excerpt */
.cst-list ol, .cst-list ul, .single-column ol, .single-column ul, .dynamic-content-wrapper ol, .dynamic-content-wrapper ul {
  padding-left: 2em;
}
.cst-list ol li, .cst-list ul li, .single-column ol li, .single-column ul li, .dynamic-content-wrapper ol li, .dynamic-content-wrapper ul li {
  list-style-type: none;
}
.cst-list ol li::before, .cst-list ul li::before, .single-column ol li::before, .single-column ul li::before, .dynamic-content-wrapper ol li::before, .dynamic-content-wrapper ul li::before {
  box-sizing: border-box;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  display: inline-block;
  text-align: right;
}
.cst-list ol, .single-column ol, .dynamic-content-wrapper ol {
  list-style: none;
  counter-reset: li;
}
.cst-list ol li, .single-column ol li, .dynamic-content-wrapper ol li {
  counter-increment: li;
}
.cst-list ol li::before, .single-column ol li::before, .dynamic-content-wrapper ol li::before {
  content: counter(li) ". ";
  color: #06336e;
}
.cst-list ul li::before, .single-column ul li::before, .dynamic-content-wrapper ul li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  color: #06336e;
}
/*
.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);
  }
}*/
#noItemsFoundMessage {
  display: none;
  background: #169aa5;
  color: #fff;
  padding: 2em;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
}
.load-more-wrapper {
  width: 100%;
  margin: 2% 0 0 0;
}
.hero-text p {
  line-height: 1.05em;
  /*
  @if ($important) {
    
    font-size: $f-min !important;
    
    @media (min-width: $w-min) {
      @if ($fallback) {
        font-size: $fallback !important;
      }
      font-size: calcFluidFontSize($f-min, $f-max, $w-min, $w-max, px);  
    }
    @media (min-width: $w-max) {
      font-size: $f-max !important;
    }
    
  } else { */
  font-size: 26px;
}
@media (min-width: 981px) {
  .hero-text p {
    font-size: 30px;
    font-size: calc(0.0823909532 * 100vw + -54.8255250404px);
  }
}
@media (min-width: 1600px) {
  .hero-text p {
    font-size: 77px;
  }
}
/*
.mfp-iframe-holder {
  .mfp-content {
    max-width: 1920px;
  }
}

.mfp-container {
  position: fixed !important;
}


.mfp-content {
  background: $primary-color;
  color: #fff;
  padding: 5%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #fff;
  max-height: 95vh;
  
}

*/
.justified-gallery > a > .caption {
  display: none !important;
}
.mfp-bottom-bar .mfp-title {
  display: none;
}
.list-content-modal {
  overflow-y: auto;
  background: #06336e;
  color: #fff;
  padding: 5%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #fff;
  max-height: 95vh;
}
.list-content-modal .modal-title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.list-content-modal .modal-job-title {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.list-content-modal .modal-content {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding: 20px 0 60px 0;
}
.list-content-modal .modal-close {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.list-content-modal .modal-close::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-left: 0.5em;
}
.mfp-iframe-holder .mfp-close {
  opacity: 0.6;
  /*
    //background: red;
    $size: 40px;
    opacity: 1;
    z-index: 1;
    display: flex;
    top: -25px;
    padding: 0;
    height: $size;
    
    &:active {
      top: -25px;
    }
    
    &:hover {
      cursor: pointer;
    }
    
    &::before {
      display: block;
      @include fa('\f00d');
      width: $size;
      height: $size;
      line-height: $size;
      text-align: center;
      font-size: 20px;
      background: $secondary-color;
      color: $third-color;
      margin-left: auto;
      margin-right: -20px;
      border-radius: 50%;
    }
    */
}
#programme .et_pb_column {
  flex-direction: column !important;
}
@media (max-width: 1350px) {
  #top-menu, #et_search_icon {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
}
.et_mobile_menu {
  overflow: scroll !important;
  max-height: 80vh;
}
/*
#main-header {
  @include breakpoint(981px, 1600px) {

    .container {
      width: 100%;
      max-width: 100%;
      padding: 0 30px;
    }
    #top-menu {
      li {
        &.menu-item-700 {
          display: none;
        }
      }
    }
  }
}
*/
.mobile_menu_bar::before {
  color: #06336e;
}
#main-header {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
#main-header.et-fixed-header {
  box-shadow: none !important;
  border-bottom: 3px solid #06336e;
  background: #f9f9f9;
}
#main-content .container::before {
  display: none;
}
@media (min-width: 981px) {
  #top-menu li ul li a {
    font-weight: 500;
    font-size: 16px;
  }
  #top-menu li a {
    line-height: 1.4em;
  }
  #main-header .container {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #et-top-navigation {
    float: left;
    width: 100%;
  }
  #logo {
    margin-top: -7px;
  }
  #top-menu-nav {
    float: none !important;
  }
  .nav ul, .nav ul li, .nav ul li a {
    width: 280px !important;
  }
  .nav ul li a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "";
    display: inline-block;
    font-weight: "normal";
    font-size: 1em;
    margin-right: 0.5em;
  }
  .nav ul li {
    padding: 0 !important;
  }
  #top-menu {
    text-align: center;
    width: calc(100% - 17px);
  }
  #top-menu a {
    display: flex;
  }
  #top-menu > li > a {
    font-weight: 500;
  }
  #top-menu > li > a span {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #top-menu > li.menu-item-home {
    display: none;
  }
  #et_search_icon::before {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
  }
  #et_top_search {
    margin: 0;
    top: -85px;
    right: 30px;
  }
}
@media (min-width: 981px) and (min-width: 1920px) {
  #top-menu > li.menu-item-home {
    display: inline-block;
  }
}
body.home #et_search_icon::before {
  border: none;
  background: #169aa5;
}
body.home #logo {
  display: none !important;
}
body.home #logo.home-logo {
  display: inline-block !important;
}
body.home #page-container {
  padding-top: 0 !important;
}
body.home #main-header {
  background: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  border: none;
}
body.home #main-header .container {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  width: calc(100% - 100px);
}
body.home #main-header #top-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}
body.home #main-header #top-menu > li.current-menu-item > a {
  font-weight: 700;
}
body.home #main-header.et-fixed-header {
  background: #06336e !important;
}
body.home #main-header.et-fixed-header .container {
  max-width: 1920px;
  width: 80%;
}
body.home #main-header.et-fixed-header #top-menu > li > a span {
  border-color: white;
}
body.home #main-header.et-fixed-header #top-menu > li.current-menu-item > a {
  color: #169aa5 !important;
}
#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: #169aa5;
  font-size: 16px;
}
/* General list */
.mc-posts-list {
  counter-reset: css-counter 0;
  /* 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%;
    margin: 0;
  }
}
.mc-posts-list .list-item {
  counter-increment: css-counter 1;
  width: 100%;
  flex-shrink: 1;
  border: 1px solid #e5e5e5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1px;
  margin-left: -1px;
}
@media (min-width: 981px) {
  .mc-posts-list .list-item {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2%;
    padding-left: 2%;
    padding: 0;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .mc-posts-list .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1920px) {
  .mc-posts-list .list-item {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .mc-posts-list .list-item {
    width: 25%;
  }
}
.mc-posts-list .list-item.video .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.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: 100%;
}
.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: rgba(0, 0, 0, 0.02);
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
  max-height: 100%;
}
.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 {
  display: inline-block;
  line-height: 1em;
  align-self: flex-start;
}
.mc-posts-list .list-number {
  line-height: 1em;
  margin-left: auto;
  display: none;
}
.mc-posts-list .list-number::before {
  content: "0" counter(css-counter);
  content: counters(css-counter, ".", decimal-leading-zero);
}
.mc-posts-list .list-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 15px;
  padding: 20px;
}
@media (min-width: 1440px) {
  .mc-posts-list .list-content-wrapper {
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .mc-posts-list .list-content-wrapper {
    padding: 30px 30px;
  }
}
@media (min-width: 2180px) {
  .mc-posts-list .list-content-wrapper {
    padding: 40px 40px;
  }
}
.mc-posts-list .list-content-header, .mc-posts-list .list-content-footer {
  display: flex;
}
.mc-posts-list .list-content-footer {
  margin-top: auto;
  padding-top: 30px;
}
.mc-posts-list .list-content-header {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.mc-posts-list .list-date {
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 981px) {
  .mc-posts-list .list-date {
    font-size: 14px;
  }
}
@media (min-width: 2180px) {
  .mc-posts-list .list-date {
    font-size: 16px;
  }
}
.mc-posts-list .list-title {
  line-height: 1.3em;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
@media (min-width: 981px) {
  .mc-posts-list .list-title {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .mc-posts-list .list-title {
    font-size: 22px;
  }
}
@media (min-width: 2180px) {
  .mc-posts-list .list-title {
    font-size: 26px;
  }
}
.mc-posts-list .list-excerpt {
  display: none;
}
.mc-posts-list .list-read-more {
  font-size: 14px;
  margin-top: auto;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #06336e;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background: #06336e;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
}
@media (min-width: 981px) {
  .mc-posts-list .list-read-more {
    font-size: 14px;
  }
}
@media (min-width: 2180px) {
  .mc-posts-list .list-read-more {
    font-size: 16px;
  }
}
.mc-posts-list.newsletter-list .list-title {
  line-height: 1.3em;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  color: black;
}
@media (min-width: 981px) {
  .mc-posts-list.newsletter-list .list-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.3em;
  }
}
.mc-posts-list.newsletter-list .list-excerpt {
  display: block;
}
.mc-posts-list.newsletter-list .list-tag {
  background: none;
  padding: 0;
}
.mc-posts-list.newsletter-list .list-tag::before {
  display: block;
}
.mc-posts-list .event .list-date {
  margin-left: 0;
}
.mc-posts-list .event .list-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  margin-left: auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.3);
}
.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 #e5e5e5;
  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.news-home .list-item:nth-child(4), .mc-posts-list.event-home .list-item:nth-child(4) {
  display: block;
}
@media (min-width: 981px) {
  .mc-posts-list.news-home .list-item:nth-child(3), .mc-posts-list.news-home .list-item:nth-child(4), .mc-posts-list.event-home .list-item:nth-child(3), .mc-posts-list.event-home .list-item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1440px) {
  .mc-posts-list.news-home .list-item:nth-child(3), .mc-posts-list.event-home .list-item:nth-child(3) {
    display: block;
  }
}
@media (min-width: 1920px) {
  .mc-posts-list.news-home .list-item:nth-child(4), .mc-posts-list.event-home .list-item:nth-child(4) {
    display: block;
  }
}
.mc-posts-list.session-list:not(.speaker-list) {
  margin: 0;
  border-top: 3px solid #06336e;
  border-bottom: 3px solid #06336e;
}
@media (min-width: 981px) {
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item {
    width: 100%;
    padding: 0;
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
    background: #0081c5;
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .time {
    color: rgba(255, 255, 255, 0.5);
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .list-title.session-title {
    color: #fff;
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .speakers-wrapper h3 {
    color: #fff;
    border-color: #fff;
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .speaker-compact .list-title, .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .speaker-compact .list-title a, .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .speaker-compact .list-excerpt, .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(odd) .speaker-compact .list-read-more {
    color: #fff !important;
    border-color: #fff !important;
  }
  .mc-posts-list.session-list:not(.speaker-list) > div.list-item:nth-child(even) > div.list-item-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-item-wrapper {
  padding: 2% 4%;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-content-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-content-header {
  flex-direction: column;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-excerpt {
  padding-top: 10px;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-title.session-title {
  color: #06336e;
  font-weight: 600;
  font-size: 26px;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-date {
  margin-bottom: 10px;
  margin-left: 0;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 16px;
}
.mc-posts-list.session-list:not(.speaker-list) > div.list-item .list-date.time::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: 300;
}
.mc-posts-list.session-list:not(.speaker-list) .speakers-wrapper {
  margin-top: 25px;
}
.mc-posts-list.session-list:not(.speaker-list) .speakers-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  color: #06336e;
  margin-bottom: 2%;
  padding-bottom: 0.6666666667%;
  border-bottom: 1px solid #06336e;
}
.mc-posts-list.session-list:not(.speaker-list) .speakers-wrapper h3::before {
  margin-right: 0.5em;
  font-weight: 300;
}
@media (min-width: 981px) {
  .mc-posts-list.speaker-list .list-item {
    width: 25%;
  }
}
.mc-posts-list.speaker-list .list-content-wrapper {
  border: none;
}
.mc-posts-list.team_member-list .list-position, .mc-posts-list.board_member-list .list-position {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.mc-posts-list.team_member-list .list-sector, .mc-posts-list.board_member-list .list-sector {
  margin-top: auto;
  line-height: 1.3em;
  font-weight: 700;
  padding-top: 20px;
}
@media (min-width: 981px) {
  .mc-posts-list.board-single .list-item {
    width: 100%;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.board_member-list:not(.board-single) .list-item {
    width: 100%;
  }
}
.mc-posts-list.board_member-list:not(.board-single) .list-item:nth-child(odd) .list-item-wrapper {
  background: rgba(0, 0, 0, 0.05);
}
.mc-posts-list.board_member-list:not(.board-single) .list-content-wrapper {
  padding: 0;
}
.mc-posts-list.board_member-list:not(.board-single) .table-row {
  display: flex;
  flex-wrap: wrap;
}
.mc-posts-list.board_member-list:not(.board-single) .table-cell {
  width: 100%;
  padding: 10px 20px;
  line-height: 1.6em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 981px) {
  .mc-posts-list.board_member-list:not(.board-single) .table-cell {
    width: 25%;
    padding: 20px;
  }
}
.mc-posts-list.board_member-list:not(.board-single) .table-cell:nth-child(4) {
  border: none;
}
.mc-posts-list.board_member-list:not(.board-single) .list-position {
  font-size: 16px;
}
.mc-posts-list.board_member-list:not(.board-single) .list-organisation a::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.3em;
}
.mc-posts-list.board_member-list:not(.board-single) .listr-country, .mc-posts-list.board_member-list:not(.board-single) .list-position {
  color: black;
}
.mc-posts-list.board_member-list:not(.board-single) .list-country span::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.3em;
}
.mc-posts-list.board_member-list:not(.board-single) .list-title {
  font-weight: 700;
  font-size: 16px;
  color: #06336e;
}
@media (min-width: 981px) {
  .mc-posts-list.board_member-list:not(.board-single) .list-title {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .mc-posts-list.board_member-list:not(.board-single) .list-title {
    font-size: 16px;
  }
}
@media (min-width: 2180px) {
  .mc-posts-list.board_member-list:not(.board-single) .list-title {
    font-size: 16px;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.four-cols .list-item {
    width: 25%;
  }
}
.mc-posts-list.speaker-compact .list-item {
  background: rgba(255, 255, 255, 0) !important;
  border: none;
  width: 100%;
}
@media (min-width: 1440px) {
  .mc-posts-list.speaker-compact .list-item {
    width: 50%;
    flex-grow: 1;
  }
}
.mc-posts-list.speaker-compact .list-item-wrapper {
  padding: 20px 0 20px 0 !important;
}
@media (min-width: 769px) {
  .mc-posts-list.speaker-compact .list-item-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.mc-posts-list.speaker-compact .list-item-wrapper:not(.has-image) {
  flex-direction: column;
}
.mc-posts-list.speaker-compact .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .mc-posts-list.speaker-compact .list-thumbnail {
    width: 150px;
    border-radius: 50%;
  }
}
.mc-posts-list.speaker-compact .list-content-wrapper {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}
@media (min-width: 769px) {
  .mc-posts-list.speaker-compact .has-image .list-content-wrapper {
    width: calc(100% - 140px);
    padding: 0 40px !important;
    padding-top: 30px !important;
  }
}
.mc-posts-list.speaker-compact .list-content-footer {
  display: none;
}
.mc-posts-list.speaker-compact .list-excerpt {
  padding: 0 !important;
  display: block;
}
.mc-posts-list.speaker-compact .job-title {
  display: inline-block;
}
.mc-posts-list.speaker-compact .company {
  display: inline-block;
  font-weight: 500;
}
.mc-posts-list.speaker-compact .list-read-more {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border-radius: 0;
  color: #06336e;
  padding: 0;
  margin: 20px auto 0 0;
  border-bottom: 1px solid #06336e;
}
.mc-posts-list.speaker-compact .list-read-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 981px) {
  .mc-posts-list.speaker-compact .list-title {
    font-size: 22px;
  }
}
.mc-posts-list.speaker-compact .list-title, .mc-posts-list.speaker-compact .list-title a {
  color: #06336e;
}
.mc-posts-list.partners-list .list-item {
  border: none;
  margin: 0 -1px;
}
.mc-posts-list.partners-list .list-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mc-posts-list.partners-list .list-tag {
  font-size: 11px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-transform: none;
  width: 100%;
  line-height: 1.3em;
  background: #06336e;
  color: #fff;
  padding: 0.5em 0.6em;
  text-align: center;
}
.mc-posts-list.partners-list .list-tag::before {
  display: none;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (min-width: 981px) {
  .mc-posts-list.logo .list-item {
    width: 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 .list-thumbnail {
  position: relative;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  background-image: none !important;
}
.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 .hover-image {
  display: none;
}
.mc-posts-list.logo .list-thumbnail img {
  display: 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;
  transform: translate(-50%, -50%) scale(1);
}
.mc-posts-list.logo .list-thumbnail:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.mc-posts-list.member-list .list-item {
  flex-grow: unset;
  border-top: none;
}
@media (min-width: 981px) {
  .mc-posts-list.member-list .list-item {
    width: 16.6666666667%;
  }
}
.mc-posts-list.member-list .list-item:nth-child(3) .list-content-wrapper {
  border: none;
}
.mc-posts-list.member-list .list-thumbnail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mc-posts-list.member-list .list-thumbnail .list-tag {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  padding: 0.3em 0.6em;
}
.mc-posts-list.member-list .list-item-wrapper {
  height: 100% !important;
  overflow: hidden;
}
.mc-posts-list.member-list .list-content-wrapper {
  border: none;
}
.mc-posts-list.member-list .list-content-header {
  margin: 0;
  color: #000;
  padding-top: 10px;
}
.mc-posts-list.member-list .list-date {
  display: none;
}
@media (min-width: 981px) {
  .mc-posts-list.search-results .list-item {
    width: 100%;
  }
}
.mc-posts-list.search-results .list-content-wrapper {
  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.search-results .list-date {
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 981px) {
  .mc-posts-list.related-list .list-item {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .mc-posts-list.related-list .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1920px) {
  .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: 40px 20px;
}
.mc-posts-list.related-list .list-title {
  font-size: 16px;
  margin-bottom: 1em;
}
@media (min-width: 981px) {
  .mc-posts-list.related-list .list-title {
    font-size: 20px;
  }
}
.mc-posts-list.related-list .list-tag {
  font-size: 18px;
}
.mc-posts-list.related-list .list-date {
  margin: 0 0 1em 0;
  font-size: 12px;
}
.mc-posts-list.related-list .list-read-more {
  margin-right: auto;
  font-size: 14px;
}
.mc-posts-list.related-list.files-list-list .list-content-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* 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: #169aa5;
  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: #06336e;
  color: #fff;
  min-height: 200px;
  height: 100%;
}
.root-menu ul li a:hover {
  background: #169aa5;
  color: #000;
}
.root-menu ul li .label {
  font-family: "Inter", 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, .xpt-calendar-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;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #000;
}
.mc-button:hover, .xpt-calendar-button:hover {
  background-color: #0d0d0d;
}
.mc-button.dark-blue, .xpt-calendar-button.dark-blue {
  background-color: #06336e;
}
.mc-button.dark-blue:hover, .xpt-calendar-button.dark-blue:hover {
  background-color: #073e86;
}
.mc-button.light-blue, .xpt-calendar-button.light-blue {
  background-color: #209ECD;
}
.mc-button.light-blue:hover, .xpt-calendar-button.light-blue:hover {
  background-color: #29adde;
}
.mc-button.white, .xpt-calendar-button.white {
  background: #fff;
  color: #06336e;
}
.mc-button.green-blue, .xpt-calendar-button.green-blue {
  background-color: #169aa5;
}
.mc-button.green-blue:hover, .xpt-calendar-button.green-blue:hover {
  background-color: #19afbc;
}
.mc-button.dark-green, .xpt-calendar-button.dark-green {
  background: #1a9f66;
  background-color: #1a9f66;
}
.mc-button.dark-green:hover, .xpt-calendar-button.dark-green:hover {
  background-color: #1eb574;
}
.mc-button::after, .xpt-calendar-button::after {
  margin-left: 1em;
}
.mc-button.add-to-calendar.ical::after, .xpt-calendar-button.add-to-calendar.ical::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.mc-button.add-to-calendar.google::after, .xpt-calendar-button.add-to-calendar.google::after {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
}
.mc-button.register::after, .xpt-calendar-button.register::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.mc-button.website::after, .xpt-calendar-button.website::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.mc-button.programme::after, .xpt-calendar-button.programme::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.mc-button.load-more::after, .xpt-calendar-button.load-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "+";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.xpt-calendar-dropdown .xpt-calendar-button {
  background-color: #1a9f66;
  margin: 0;
}
.xpt-calendar-dropdown .xpt-calendar-button:hover {
  background-color: #1eb574;
}
.xpt-calendar-dropdown .xpt-calendar-button::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content {
  width: calc(100% - 1em);
  padding-bottom: 10px;
  background: none;
  box-shadow: none;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content .xpt-calendar-dropdown-content-wrapper {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #06336e;
  background-color: #1a9f66;
  display: flex;
  flex-direction: column;
  padding: 2em 1.5em;
  border-radius: 2em;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content .xpt-calendar-dropdown-content-wrapper:hover {
  background-color: #1eb574;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content a {
  background: transparent;
  display: flex;
  color: #fff;
  padding: 0.2em 0;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content a::after {
  margin-left: auto;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content a.link-google::after {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content a.link-outlook::after {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
}
.xpt-calendar-dropdown .xpt-calendar-dropdown-content a.download-ical-file::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.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: #06336e;
  border-color: #06336e;
}
.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: #169aa5;
  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-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-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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #169aa5;
  border: 1px solid #169aa5;
  -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: #19afbc;
}
.filters-button-group button:hover {
  border-color: #19afbc;
}
.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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #06336e;
  border: 1px solid #06336e;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #073e86;
}
.filters-button-group .is-checked:hover {
  border-color: #073e86;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
/* MC Filters */
.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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #169aa5;
  border: 1px solid #169aa5;
  -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: #19afbc;
}
.mc-filters .filter-reset:hover {
  border-color: #19afbc;
}
.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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #169aa5;
  border: 1px solid #169aa5;
  -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: #19afbc;
}
.mc-filters .filter-group.filter-group-button button:hover {
  border-color: #19afbc;
}
.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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #06336e;
  border: 1px solid #06336e;
  color: #fff;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  background-color: #073e86;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  border-color: #073e86;
}
.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 #169aa5;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("https://www.eurogas.org/wp-content/themes/eurogas//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: #06336e;
  border: 1px solid #06336e;
}
.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 #169aa5;
  /*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: #169aa5;
  border: 1px solid #169aa5;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper label:hover:before {
  border: 2px solid #4778d9 !important;
}
/* Search and Filter */
.ll-skin-melon .ui-widget {
  background: #169aa5 !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);
}
.search-filter-form-wrapper {
  /*
  .searchandfilter {
    padding: 10px 30px 0 30px;
    border: 1px solid #ebebeb;

    > ul {
      display: flex;
      flex-wrap: wrap;
      > li {
        width: 100%;
      }
    }

    label {
      width: 100%;
    }
  }

  ul {
    padding: 0;
    overflow: hidden;

    &.sf_date_field {
      display: flex;
      flex-wrap: wrap;
      li {
        width: calc(50% - 10px);
        margin-left: 20px;

        &:first-child {
          margin: 0;
        }
      }
    }

    li {
      border-top: 1px solid set-color(#000, 0.1);
      padding: 20px 0;
      border: none;
      padding-top: 0;

      &:nth-child(1) {
        padding-top: 20px;
      }

      &.sf-field-sort_order,
      &.sf-field-posts_per_page {
        width: calc(50% - 10px);

        select.sf-input-select {
          min-width: 100px;
          width: 100%;
        }

        label {
          width: 100%;
        }
      }

      &.sf-field-taxonomy-ct_councils,
      &.sf-field-posts_per_page {
        margin-left: 20px;
      }

      h4 {
        @include font(16px, 700);
        color: $secondary-color;
        text-transform: uppercase;
      }
      li {
        padding: 0 0 5px 0;
        &:nth-child(1) {
          padding-top: 0;
        }
        border: none;
      }

      &.sf-field-reset,
      &:nth-child(1) {
        border: none;
      }
      &.sf-field-reset {
        padding-top: 0;
      }
    }

    input[type="text"],
    select {
      width: 100%;
      font-size: $body-font-size;
      padding: 10px;
      border-radius: 3px;
      border-color: #ebebeb;
    }

    .sf-field-taxonomy-publication_year,
    .sf-field-taxonomy-ct_years {
      label {
        width: auto;
      }

      ul {
        display: flex;
        flex-wrap: wrap;
        li {
          width: set-column-width(5);
        }
      }
    }

    select {
      @include spacing("padding", 1em, 3em, 1em, 1em);
      display: inline-block;
      //color: #444;
      line-height: 1.3;

      //border: 1px solid $secondary-color;
      border-radius: 3px;

      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;

      background-color: #fff;
      background-image: url($theme-dir + "/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;

      option {
      }

      &::-ms-expand {
        display: none;
      }
      &:hover {
      }
      &:focus {
      }
    }

    .sf_date_field {
      .sf-date-prefix {
        width: 60px;
      }
    }
    .sf_date_field,
    .sf-field-search {
      label {
        width: 100%;
      }
    }

    .search-filter-reset {
      @include font(14px);
      color: $secondary-color;
      text-transform: uppercase;
      &::before {
        @include fa("\f057");
        margin-right: 0.3em;
      }
    }
    //.search-filter-reset,
    .sf-field-submit input {
      display: block;
      width: 100%;
      border: none;
      background: $secondary-color;
      color: #fff;
      width: 100%;
      padding: 10px;
      font-size: $body-font-size;
      border-radius: 3px;
      text-align: center;
      text-transform: uppercase;
      @include font(14px, 700);
    }
  }
  */
}
.pods-pagination-paginate, .wp-pagenavi {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
}
.pods-pagination-paginate .page-numbers, .pods-pagination-paginate .pages, .pods-pagination-paginate span, .pods-pagination-paginate a, .wp-pagenavi .page-numbers, .wp-pagenavi .pages, .wp-pagenavi span, .wp-pagenavi a {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.35em;
  text-align: center;
  color: white;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #000;
  /*
    &.prev,
    &.previouspostslink {
      &::before {
          @include fa('\f104');
      }
    }
    &.next,
    &.nextpostslink {
      &::before {
          @include fa('\f105');
      }
    }
    */
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .pages:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate a:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .pages:hover, .wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: white;
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .pages:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate a:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .pages:hover, .wp-pagenavi span:hover, .wp-pagenavi a:hover {
  border-color: #0d0d0d;
}
.pods-pagination-paginate .page-numbers:hover, .pods-pagination-paginate .pages:hover, .pods-pagination-paginate span:hover, .pods-pagination-paginate a:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .pages:hover, .wp-pagenavi span:hover, .wp-pagenavi a:hover {
  color: #000;
}
.pods-pagination-paginate .page-numbers.current, .pods-pagination-paginate .pages.current, .pods-pagination-paginate span.current, .pods-pagination-paginate a.current, .wp-pagenavi .page-numbers.current, .wp-pagenavi .pages.current, .wp-pagenavi span.current, .wp-pagenavi a.current {
  background: #000;
  color: #fff !important;
}
.pods-pagination-paginate .page-numbers.prev::before, .pods-pagination-paginate .pages.prev::before, .pods-pagination-paginate span.prev::before, .pods-pagination-paginate a.prev::before, .wp-pagenavi .page-numbers.prev::before, .wp-pagenavi .pages.prev::before, .wp-pagenavi span.prev::before, .wp-pagenavi a.prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.pods-pagination-paginate .page-numbers.next::before, .pods-pagination-paginate .pages.next::before, .pods-pagination-paginate span.next::before, .pods-pagination-paginate a.next::before, .wp-pagenavi .page-numbers.next::before, .wp-pagenavi .pages.next::before, .wp-pagenavi span.next::before, .wp-pagenavi a.next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.pods-pagination-paginate .pages, .pods-pagination-paginate .first, .pods-pagination-paginate .last, .wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
/* --------- 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: 981px) {
  .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: #06336e;
  padding: 0 !important;
}
.page-heading-wrapper .page-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
@media (min-width: 981px) {
  .page-heading-wrapper .page-title {
    font-size: 30px;
  }
}
.single {
  /*
  #additional-information {
    padding: 0 !important;
    .et_pb_row {
      padding: 0 !important;
    }
  }
  
  .dynamic-content-wrapper {
    padding: 60px 0; 
    border-top: 3px solid $primary-color;
  }
  */
}
.single .label {
  display: none;
}
.single .event-info:not(.date) .label::after {
  content: ":";
  margin: 0 0.15em;
}
.single .event-info .value {
  font-weight: 700;
}
.single .event-info.time::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: 400;
}
.single .event-info.timezone {
  margin-left: 1em;
}
.single .event-info.timezone::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: 400;
}
.single .event-info.start-time {
  margin-right: 2em;
}
.single .event-info.location::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: 300;
}
.single .video-thumbnail {
  display: block;
  width: 100%;
  background-size: cover;
  position: relative;
}
.single .video-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single .video-thumbnail::after {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  font-size: 100px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.7;
}
.single .video-thumbnail:hover::after {
  opacity: 1;
}
.single .dynamic-content-wrapper {
  display: block;
  padding: 0 0 4% 0;
}
.single .event-banner {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
.single .event-banner:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 25%;
}
.single .event-banner.boxed-banner {
  position: relative;
  background-image: none !important;
}
.single .event-banner.boxed-banner img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.single #additional-information {
  padding: 0 !important;
  margin-top: 35px;
}
.single #additional-information .et_pb_row {
  padding: 0 !important;
}
.single #programme {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
}
.single #gallery {
  margin-top: 150px;
}
.single #video {
  padding-bottom: 6%;
}
.single #buttons {
  margin-top: 60px;
}
.single #buttons .mc-button, .single #buttons .xpt-calendar-button {
  margin-right: 1em;
  margin-top: 1em;
}
.single #speakers, .single #gallery, .single #registration {
  background: rgba(0, 0, 0, 0.05);
  padding: 4% 4% 0 4%;
  margin-bottom: 4%;
}
.single #speakers h3, .single #gallery h3, .single #registration h3 {
  font-weight: 500;
  font-size: 20px;
  color: #06336e;
  margin-bottom: 2%;
  padding-bottom: 0.6666666667%;
  border-bottom: 1px solid #06336e;
}
.single #speakers h3::before, .single #gallery h3::before, .single #registration h3::before {
  margin-right: 0.5em;
  font-weight: 300;
}
.single #speakers {
  margin-top: 6%;
}
.single #gallery {
  background: none;
  padding: 0;
}
.single #registration {
  /*
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    */
  padding: 6%;
}
.single #registration h3 {
  margin-bottom: 6%;
}
.single #partners {
  margin-top: 60px;
}
.single #partners h3 {
  display: none;
  font-weight: 500;
  font-size: 20px;
  color: #06336e;
}
.single #partners h3::before {
  margin-right: 0.5em;
  font-weight: 300;
}
.single .programme-heading {
  font-size: 24px;
  color: #06336e;
  margin-bottom: 30px;
}
.single-detail .detail-date {
  font-size: 14px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-detail .detail-title {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 981px) {
  .single-detail .detail-title {
    font-size: 30px;
  }
}
.single-detail .detail-thumbnail img {
  width: 100%;
  display: block;
}
.related-content-wrapper {
  padding: 0;
}
.single .event-banner {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
.single .event-banner:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 25%;
}
.single .event-banner.boxed-banner {
  position: relative;
  background-image: none !important;
}
.single .event-banner.boxed-banner img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
/* -- 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;
  flex-wrap: wrap;
  position: relative;
}
ul.mc-tabs::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #06336e;
}
ul.mc-tabs li {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px 13px 15px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
ul.mc-tabs li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
ul.mc-tabs li.current {
  background: #06336e;
  color: #fff;
  border-color: #06336e;
}
ul.mc-tabs li:nth-child(n+2) {
  padding-left: 15px;
}
ul.mc-tabs.posts-tabs {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto;
}
ul.mc-tabs.posts-tabs::after {
  display: none;
}
ul.mc-tabs.posts-tabs li {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  background: transparent;
  color: #169aa5;
  border: 1px solid #169aa5;
  line-height: 1.8em;
}
ul.mc-tabs.posts-tabs li.current {
  background: #169aa5;
  color: #fff;
}
ul.mc-tabs.posts-tabs li::before {
  display: none;
}
ul.mc-tabs.programme-tabs li {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
ul.mc-tabs.programme-tabs li::before {
  display: none;
}
ul.mc-tabs.programme-tabs li:last-child {
  margin-right: 0;
}
ul.mc-tabs.programme-tabs li .day-title {
  font-size: 22px;
  text-transform: none;
}
ul.mc-tabs.programme-tabs li .day-venue {
  font-weight: 400;
  font-size: 14px;
  margin-top: 11px;
  text-transform: none;
}
ul.mc-tabs.programme-tabs li .day-date {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
ul.mc-tabs.programme-tabs li .day-date::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: 400;
}
.mc-tabs-content {
  display: none;
  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;
  opacity: 0;
  padding: 2% 0;
  background: #fff;
}
.mc-tabs-content.programme-content {
  padding: 0;
}
.mc-tabs-content.current {
  display: block;
  opacity: 1;
}
/* -- 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: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 30px !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-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-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: #06336e;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.home-slider .slider {
  margin: 0;
  min-height: 200px;
  height: 25vh;
  margin-bottom: 200px;
}
@media (min-width: 981px) {
  .home-slider .slider {
    min-height: 450px;
  }
}
@media (min-width: 1440px) {
  .home-slider .slider {
    min-height: 700px;
    height: 45vh;
  }
}
@media (min-width: 1920px) {
  .home-slider .slider {
    min-height: 900px;
  }
}
.home-slider .slider .slide {
  position: relative;
}
.home-slider .slider .slide::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.home-slider .slider .slide::after {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  font-size: 80px;
  color: #fff;
  opacity: 0.5;
}
.home-slider .slider .slide:hover::before, .home-slider .slider .slide:hover::after {
  opacity: 1;
}
.home-slider .slider .slide-container {
  max-width: 1920px;
  width: 80%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.home-slider .slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-slider .slider .slide-content-wrapper {
  transition: all 2.5s ease-out;
  -webkit-transition: all 2.5s ease-out;
  -moz-transition: all 2.5s ease-out;
  -ms-transition: all 2.5s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 30%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  opacity: 0;
  transform: translateY(-50px);
}
@media (min-width: 461px) {
  .home-slider .slider .slide-content-wrapper {
    top: 43%;
  }
}
@media (min-width: 461px) {
  .home-slider .slider .slide-content-wrapper {
    padding-left: 1.5em;
  }
}
.home-slider .slider .slick-current .slide-content-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
  color: #fff;
  font-weight: 700;
  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 .mc-button {
  display: none;
}
.home-slider .slider .slide-title {
  display: none;
  font-size: 36px;
  color: #fff;
  line-height: 1em;
}
@media (min-width: 461px) {
  .home-slider .slider .slide-title {
    font-size: 48px;
  }
}
@media (min-width: 981px) {
  .home-slider .slider .slide-title {
    font-size: 68px;
  }
}
.home-slider .slider .slide-text {
  display: none;
  font-size: 14px;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .home-slider .slider .slide-text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.home-slider .slick-next, .home-slider .slick-prev {
  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;
  opacity: 0.5;
  top: auto;
  bottom: 150px;
}
@media (min-width: 461px) {
  .home-slider .slick-next, .home-slider .slick-prev {
    top: 50%;
    bottom: auto;
  }
}
.home-slider .slick-next:hover, .home-slider .slick-prev:hover {
  opacity: 1;
}
.home-slider .slick-prev {
  left: 20px;
}
@media (min-width: 1280px) {
  .home-slider .slick-prev {
    left: 30px;
  }
}
.home-slider .slick-next {
  right: 30px;
}
@media (min-width: 981px) {
  .home-slider .slick-next {
    right: 30px;
  }
}
.home-slider .slick-dots {
  list-style-type: none;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 0;
  display: none !important;
  counter-reset: css-counter 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1920px;
}
@media (min-width: 461px) {
  .home-slider .slick-dots {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .home-slider .slick-dots {
    flex-direction: row;
  }
}
.home-slider .slick-dots li {
  width: 100%;
  border: 1px solid #ebebeb;
  border-left: none;
  border-top: none;
  margin: 0;
  padding: 20px 30px !important;
  counter-increment: css-counter 1;
  border-left: 1px solid #ebebeb;
  height: auto;
  display: inline-block;
  padding: 0 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1440px) {
  .home-slider .slick-dots li {
    width: 33.33%;
    margin: 0;
    border-left: none;
    padding: 40px 60px !important;
  }
  .home-slider .slick-dots li:nth-child(1) {
    border-left: 1px solid #ebebeb;
  }
}
.home-slider .slick-dots li .heading-category {
  display: flex;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 20px;
}
.home-slider .slick-dots li .heading-category, .home-slider .slick-dots li .heading-content {
  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;
}
.home-slider .slick-dots li .heading-content {
  color: black;
}
.home-slider .slick-dots li button {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1.4em;
  text-align: left;
  width: 100%;
  height: auto;
  border: none;
}
@media (min-width: 1440px) {
  .home-slider .slick-dots li button {
    font-weight: 500;
    font-size: 26px;
  }
}
.home-slider .slick-dots li button::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  font-weight: 300;
  font-size: 1.5em;
  display: block;
  margin-top: 0.2em;
  display: none;
}
@media (min-width: 981px) {
  .home-slider .slick-dots li button::after {
    margin-top: 1em;
  }
}
.home-slider .slick-dots li button:before {
  content: none;
}
.home-slider .slick-dots li.slick-active .heading-category {
  color: #1a9f66 !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;
}
.carousel.mc-posts-list .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.carousel.mc-posts-list .list-item-wrapper {
  height: 100%;
}
.carousel .slick-prev {
  left: -10px;
}
@media (min-width: 1280px) {
  .carousel .slick-prev {
    left: -30px;
  }
}
.carousel .slick-next {
  right: -10px;
}
@media (min-width: 981px) {
  .carousel .slick-next {
    right: -30px;
  }
}
.partners-list.mc-posts-list {
  margin-top: 0;
  margin-right: -5px;
  margin-bottom: 60px;
  margin-left: -5px;
  display: block;
}
.partners-list.mc-posts-list .slick-slide {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  display: block;
  float: left;
}
.partners-list.mc-posts-list .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.partners-list.mc-posts-list .list-item-wrapper {
  height: 100%;
}
.partners-list .slick-prev::before, .partners-list .slick-next::before {
  color: #06336e;
  font-size: 18px !important;
}
.partners-list .slick-prev {
  left: -10px;
}
@media (min-width: 1280px) {
  .partners-list .slick-prev {
    left: -30px;
  }
}
.partners-list .slick-next {
  right: -10px;
}
@media (min-width: 981px) {
  .partners-list .slick-next {
    right: -30px;
  }
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
ul.mc-tabs::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #06336e;
}
ul.mc-tabs li {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding: 15px 15px 13px 15px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
ul.mc-tabs li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
ul.mc-tabs li.current {
  background: #06336e;
  color: #fff;
  border-color: #06336e;
}
ul.mc-tabs li:nth-child(n+2) {
  padding-left: 15px;
}
ul.mc-tabs.posts-tabs {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto;
}
ul.mc-tabs.posts-tabs::after {
  display: none;
}
ul.mc-tabs.posts-tabs li {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  background: transparent;
  color: #169aa5;
  border: 1px solid #169aa5;
  line-height: 1.8em;
}
ul.mc-tabs.posts-tabs li.current {
  background: #169aa5;
  color: #fff;
}
ul.mc-tabs.posts-tabs li::before {
  display: none;
}
ul.mc-tabs.programme-tabs li {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
ul.mc-tabs.programme-tabs li::before {
  display: none;
}
ul.mc-tabs.programme-tabs li:last-child {
  margin-right: 0;
}
ul.mc-tabs.programme-tabs li .day-title {
  font-size: 22px;
  text-transform: none;
}
ul.mc-tabs.programme-tabs li .day-venue {
  font-weight: 400;
  font-size: 14px;
  margin-top: 11px;
  text-transform: none;
}
ul.mc-tabs.programme-tabs li .day-date {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
ul.mc-tabs.programme-tabs li .day-date::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: 400;
}
.mc-tabs-content {
  display: none;
  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;
  opacity: 0;
  padding: 2% 0;
  background: #fff;
}
.mc-tabs-content.programme-content {
  padding: 0;
}
.mc-tabs-content.current {
  display: block;
  opacity: 1;
}
@media (min-width: 981px) {
  .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-size: 1em;
  transform: rotate(90deg);
  margin-left: auto;
}
.accordion .list-title.active::after {
  transform: rotate(0deg);
}
.accordion .list-excerpt {
  display: none;
}
#ctf .ctf-tweets .ctf-item {
  padding: 0;
}
#ctf .ctf-tweets .ctf-item .ctf-author-box {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
  font-weight: 500;
  font-size: 24px;
}
#ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text br {
  display: none;
}
#ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text a {
  font-weight: 700;
}
#ctf .ctf-tweets .ctf-item .ctf-tweet-actions {
  text-align: center;
  margin-top: 20px;
}
#ctf .ctf-tweets .ctf-item .ctf-tweet-actions a {
  float: none;
}
/*
// SociableKit Linkedin home feed

body .sk-ww-linkedin-page-post .sk_post_media, .sk-linkedin-page-post-shared-info {
	display: none;
}
body .sk-ww-linkedin-page-post .post-content {
	height: auto !important;
}
.sk-secondary-data {
	font-size: 16px;
}
*/
.sk-ww-linkedin-page-post {
  overflow: visible !important;
}
.sk-linkedin-page-main-container {
  width: 100% !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post {
  width: 100% !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content {
  margin: 0 !important;
  padding: 0 !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .post-header, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .sk_readmore_btn, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .sk_post_media, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .update-components-text {
  display: none !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .sk-secondary-data {
  font-size: 18px !important;
}
.sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .sk-post-text-new, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .app-aware-link, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .app-aware-link span, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content a.ember-view, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content a.ember-view span {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 22px !important;
}
@media (min-width: 981px) {
  .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .sk-post-text-new, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .app-aware-link, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content .app-aware-link span, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content a.ember-view, .sk-linkedin-page-main-container .grid-linkedin-page-post .grid-content a.ember-view span {
    font-size: 36px !important;
  }
}
.sk-linkedin-page-main-container div[type="button"] {
  top: calc(50% - 35px) !important;
  bottom: 20px;
  margin: 0 !important;
}
.sk-linkedin-page-main-container div[type="button"]::before {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  background: #000 !important;
  border-radius: 50%;
  font-size: 16px !important;
  color: #fff;
}
.sk-linkedin-page-main-container div[type="button"].swiper-button-prev {
  left: -70px !important;
}
.sk-linkedin-page-main-container div[type="button"].swiper-button-prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.sk-linkedin-page-main-container div[type="button"].swiper-button-next {
  right: -35px !important;
}
.sk-linkedin-page-main-container div[type="button"].swiper-button-next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
}
.sk-linkedin-page-main-container div[type="button"] i {
  display: none !important;
}
.gform_wrapper.default_wrapper input[type="text"], .gform_wrapper.default_wrapper input[type="email"], .gform_wrapper.default_wrapper textarea, .gform_wrapper.default_wrapper select, .search-filter-form-wrapper.default_wrapper input[type="text"], .search-filter-form-wrapper.default_wrapper input[type="email"], .search-filter-form-wrapper.default_wrapper textarea, .search-filter-form-wrapper.default_wrapper select {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
  padding: 1em 1.5em;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2em;
  box-shadow: none;
  border: none;
  padding: 0 0 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gform_wrapper.default_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper.default_wrapper input[type="email"]::-webkit-input-placeholder, .gform_wrapper.default_wrapper textarea::-webkit-input-placeholder, .gform_wrapper.default_wrapper select::-webkit-input-placeholder, .search-filter-form-wrapper.default_wrapper input[type="text"]::-webkit-input-placeholder, .search-filter-form-wrapper.default_wrapper input[type="email"]::-webkit-input-placeholder, .search-filter-form-wrapper.default_wrapper textarea::-webkit-input-placeholder, .search-filter-form-wrapper.default_wrapper select::-webkit-input-placeholder {
  opacity: 0.5;
}
.gform_wrapper.default_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper.default_wrapper input[type="email"]:-ms-input-placeholder, .gform_wrapper.default_wrapper textarea:-ms-input-placeholder, .gform_wrapper.default_wrapper select:-ms-input-placeholder, .search-filter-form-wrapper.default_wrapper input[type="text"]:-ms-input-placeholder, .search-filter-form-wrapper.default_wrapper input[type="email"]:-ms-input-placeholder, .search-filter-form-wrapper.default_wrapper textarea:-ms-input-placeholder, .search-filter-form-wrapper.default_wrapper select:-ms-input-placeholder {
  opacity: 0.5;
}
.gform_wrapper.default_wrapper input[type="text"]::placeholder, .gform_wrapper.default_wrapper input[type="email"]::placeholder, .gform_wrapper.default_wrapper textarea::placeholder, .gform_wrapper.default_wrapper select::placeholder, .search-filter-form-wrapper.default_wrapper input[type="text"]::placeholder, .search-filter-form-wrapper.default_wrapper input[type="email"]::placeholder, .search-filter-form-wrapper.default_wrapper textarea::placeholder, .search-filter-form-wrapper.default_wrapper select::placeholder {
  opacity: 0.5;
}
.gform_wrapper.default_wrapper input[type="text"]:focus, .gform_wrapper.default_wrapper input[type="email"]:focus, .gform_wrapper.default_wrapper textarea:focus, .gform_wrapper.default_wrapper select:focus, .search-filter-form-wrapper.default_wrapper input[type="text"]:focus, .search-filter-form-wrapper.default_wrapper input[type="email"]:focus, .search-filter-form-wrapper.default_wrapper textarea:focus, .search-filter-form-wrapper.default_wrapper select:focus {
  border-color: black;
}
.gform_wrapper.default_wrapper select, .search-filter-form-wrapper.default_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.3) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.3) 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: calc(100% - 21px) calc(1.15em + 2px), calc(100% - 16px) calc(1.15em + 2px), calc(100% - 21px) calc(1.25em + 2px), calc(100% - 16px) calc(1.25em + 2px), calc(100% - 2.5em) 0.75em;
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.gform_wrapper.default_wrapper select .gf_placeholder, .search-filter-form-wrapper.default_wrapper select .gf_placeholder {
  opacity: 0.5;
}
.gform_wrapper.default_wrapper select::selection, .search-filter-form-wrapper.default_wrapper select::selection {
  color: red;
}
.gform_wrapper.default_wrapper select option, .search-filter-form-wrapper.default_wrapper select option {
  color: green;
}
.gform_wrapper.default_wrapper select option.gf_placeholder, .search-filter-form-wrapper.default_wrapper select option.gf_placeholder {
  opacity: 0.5;
}
.gform_wrapper.default_wrapper select:focus, .search-filter-form-wrapper.default_wrapper select:focus {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, black, black);
}
.gform_wrapper.default_wrapper input[type="submit"], .search-filter-form-wrapper.default_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.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background-color: #06336e;
  border: 1px solid #06336e;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}
.gform_wrapper.default_wrapper input[type="submit"]:hover, .search-filter-form-wrapper.default_wrapper input[type="submit"]:hover {
  background-color: #073e86;
}
.gform_wrapper.default_wrapper input[type="submit"]:hover, .search-filter-form-wrapper.default_wrapper input[type="submit"]:hover {
  border-color: #073e86;
}
.gform_wrapper.default_wrapper input[type="submit"]:hover, .search-filter-form-wrapper.default_wrapper input[type="submit"]:hover {
  color: #fff;
}
.gform_wrapper.light_wrapper, .search-filter-form-wrapper.light_wrapper {
  color: #fff;
}
.gform_wrapper.light_wrapper .gform_heading, .search-filter-form-wrapper.light_wrapper .gform_heading {
  border-color: rgba(255, 255, 255, 0.3);
}
.gform_wrapper.light_wrapper input[type="text"], .gform_wrapper.light_wrapper textarea, .gform_wrapper.light_wrapper select, .search-filter-form-wrapper.light_wrapper input[type="text"], .search-filter-form-wrapper.light_wrapper textarea, .search-filter-form-wrapper.light_wrapper select {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.gform_wrapper.light_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper.light_wrapper textarea::-webkit-input-placeholder, .gform_wrapper.light_wrapper select::-webkit-input-placeholder, .search-filter-form-wrapper.light_wrapper input[type="text"]::-webkit-input-placeholder, .search-filter-form-wrapper.light_wrapper textarea::-webkit-input-placeholder, .search-filter-form-wrapper.light_wrapper select::-webkit-input-placeholder {
  color: #fff;
}
.gform_wrapper.light_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper.light_wrapper textarea:-ms-input-placeholder, .gform_wrapper.light_wrapper select:-ms-input-placeholder, .search-filter-form-wrapper.light_wrapper input[type="text"]:-ms-input-placeholder, .search-filter-form-wrapper.light_wrapper textarea:-ms-input-placeholder, .search-filter-form-wrapper.light_wrapper select:-ms-input-placeholder {
  color: #fff;
}
.gform_wrapper.light_wrapper input[type="text"]::placeholder, .gform_wrapper.light_wrapper textarea::placeholder, .gform_wrapper.light_wrapper select::placeholder, .search-filter-form-wrapper.light_wrapper input[type="text"]::placeholder, .search-filter-form-wrapper.light_wrapper textarea::placeholder, .search-filter-form-wrapper.light_wrapper select::placeholder {
  color: #fff;
}
.gform_wrapper.light_wrapper input[type="text"]:focus, .gform_wrapper.light_wrapper textarea:focus, .gform_wrapper.light_wrapper select:focus, .search-filter-form-wrapper.light_wrapper input[type="text"]:focus, .search-filter-form-wrapper.light_wrapper textarea:focus, .search-filter-form-wrapper.light_wrapper select:focus {
  border-color: white;
}
.gform_wrapper.light_wrapper select, .search-filter-form-wrapper.light_wrapper select {
  background-image: linear-gradient(45deg, transparent 50%, #169aa5 50%), linear-gradient(135deg, #169aa5 50%, transparent 50%), linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.3) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.3) 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}
.gform_wrapper.light_wrapper select:focus, .search-filter-form-wrapper.light_wrapper select:focus {
  background-image: linear-gradient(45deg, transparent 50%, #169aa5 50%), linear-gradient(135deg, #169aa5 50%, transparent 50%), linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, white, white);
}
.gform_wrapper {
  /* Default Theme */
  /* Light Theme */
  /* Add new theme / modifications here */
}
.gform_wrapper.default_wrapper {
  /* Validation messages  / Errors */
}
.gform_wrapper.default_wrapper .gform_heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2%;
  margin-bottom: 4%;
  display: none;
}
.gform_wrapper.default_wrapper .gform_fields {
  column-gap: 40px;
  row-gap: 40px;
}
.gform_wrapper.default_wrapper .ginput_container_consent legend {
  display: none;
}
.gform_wrapper.default_wrapper .ginput_container_consent label a {
  font-weight: 700;
  color: #000;
}
.gform_wrapper.default_wrapper .gfield_required {
  color: #000 !important;
  margin-left: 0.3em;
}
.gform_wrapper.default_wrapper .gform_validation_errors {
  border-radius: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  text-align: center;
}
.gform_wrapper.default_wrapper .gform_validation_errors h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
  color: #000;
}
.gform_wrapper.default_wrapper .validation_message {
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #000;
  padding: 10px 0 0 0;
  margin: 0;
}
.gform_wrapper.default_wrapper .validation_message::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-size: 1em;
  margin-right: 0.5em;
}
.gform_wrapper.default_wrapper .gfield.gfield_error label, .gform_wrapper.default_wrapper .gfield.gfield_error legend {
  color: #000;
}
.gform_wrapper.default_wrapper .gfield.gfield_error input, .gform_wrapper.default_wrapper .gfield.gfield_error select, .gform_wrapper.default_wrapper .gfield.gfield_error textarea {
  border-color: #000;
}
.gform_wrapper.default_wrapper input[type="submit"] {
  display: inline-block !important;
  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 !important;
  padding-right: 1.5em !important;
  padding-bottom: 0.5em !important;
  padding-left: 1.5em !important;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 2em !important;
  font-weight: 500 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.7em !important;
}
.gform_wrapper.light_wrapper {
  /* Validation messages  / Errors */
}
.gform_wrapper.light_wrapper .ginput_container_consent label a {
  color: #06336e;
}
.gform_wrapper.light_wrapper .gfield_required {
  color: black;
}
.gform_wrapper.light_wrapper .gform_validation_errors {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gform_wrapper.light_wrapper .gform_validation_errors h2 {
  color: #000;
}
.gform_wrapper.light_wrapper .validation_message {
  color: #000;
}
.gform_wrapper.light_wrapper .gfield.gfield_error label, .gform_wrapper.light_wrapper .gfield.gfield_error legend {
  color: #000;
}
.gform_wrapper.light_wrapper .gfield.gfield_error input, .gform_wrapper.light_wrapper .gfield.gfield_error select, .gform_wrapper.light_wrapper .gfield.gfield_error textarea {
  border-color: #000;
}
.gform_wrapper .upevents li.sf-level-0.sf-item-142 {
  display: flex;
}
.gform_wrapper #field_3_16 {
  font-size: 14px;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.6);
}
.gform_wrapper #field_3_16 a {
  color: #000;
  font-weight: 700;
}
.gform_wrapper #field_2_12, .gform_wrapper #input_3_12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.gform_wrapper #field_2_12 .ginput_container_checkbox, .gform_wrapper #field_2_12 .gfield_radio, .gform_wrapper #input_3_12 .ginput_container_checkbox, .gform_wrapper #input_3_12 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper #field_2_12 .ginput_container_checkbox .gchoice, .gform_wrapper #field_2_12 .gfield_radio .gchoice, .gform_wrapper #input_3_12 .ginput_container_checkbox .gchoice, .gform_wrapper #input_3_12 .gfield_radio .gchoice {
  width: auto;
}
.gform_wrapper.contact_wrapper textarea, .gform_wrapper.registration_wrapper textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.gform_wrapper.registration_wrapper .gform_fields {
  column-gap: 20px;
}
.search-filter-form-wrapper.default_wrapper select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-color: #169aa5;
  padding: 0.71em 1.5em;
  border-radius: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #169aa5 50%), linear-gradient(135deg, #169aa5 50%, transparent 50%), linear-gradient(to right, #169aa5, #169aa5);
  background-position: calc(100% - 21px) calc(1.15em + 0px), calc(100% - 16px) calc(1.15em + 0px), calc(100% - 21px) calc(1.25em + 0px), calc(100% - 16px) calc(1.25em + 0px), calc(100% - 2.5em) 0.75em;
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.search-filter-form-wrapper.default_wrapper select .gf_placeholder {
  opacity: 0.5;
}
.search-filter-form-wrapper.default_wrapper select option.gf_placeholder {
  opacity: 0.5;
}
.search-filter-form-wrapper.default_wrapper select:focus {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #169aa5 50%), linear-gradient(135deg, #169aa5 50%, transparent 50%), linear-gradient(to right, #169aa5, #169aa5);
}
@media screen and (min-height: 1090px) {
  .search-filter-form-wrapper {
    position: sticky;
    top: 130px;
  }
}
.search-filter-form-wrapper .searchandfilter h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.search-filter-form-wrapper .searchandfilter label {
  width: 100%;
}
.search-filter-form-wrapper .searchandfilter > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.search-filter-form-wrapper .searchandfilter > ul > li {
  width: 100%;
}
.search-filter-form-wrapper .searchandfilter > ul ul {
  padding: 0;
}
.search-filter-form-wrapper .searchandfilter > ul ul li {
  padding: 0;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type {
  /* Turn checkboxes / radio buttons to buttons */
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category label, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category label, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type label {
  width: auto;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul {
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li {
  width: 100%;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul {
  display: block;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 10px 0;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 2em;
  font-weight: 500;
  background: transparent;
  color: #169aa5;
  border: 1px solid #169aa5;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li label, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li label {
  padding: 0;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li label:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li label:hover {
  cursor: pointer;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li:hover, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li:hover {
  cursor: pointer;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li input[type="radio"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li input[type="checkbox"], .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li input[type="radio"] {
  appearance: none;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li.sf-option-active {
  font-weight: 700;
}
.search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-news_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-country_test ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-video_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-event_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-resource_category ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-post-meta-member_type ul li.sf-option-active, .search-filter-form-wrapper .searchandfilter .sf-field-taxonomy-member_type ul li.sf-option-active {
  background: #169aa5;
  color: #fff;
}
.search-filter-form-wrapper .searchandfilter .sf_date_field {
  display: flex;
  flex-wrap: wrap;
}
.search-filter-form-wrapper .searchandfilter .sf_date_field li {
  width: 100%;
}
@media (min-width: 981px) {
  .search-filter-form-wrapper .searchandfilter .sf_date_field li {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}
.search-filter-form-wrapper .searchandfilter .sf_date_field li:first-child {
  margin-left: 0;
}
.search-filter-form-wrapper .searchandfilter .sf-field-submit, .search-filter-form-wrapper .searchandfilter .sf-field-reset {
  width: auto;
}
.search-filter-form-wrapper .searchandfilter .sf-field-reset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
.search-filter-form-wrapper .searchandfilter .search-filter-reset {
  font-size: 14px;
  width: auto;
  color: #169aa5;
  text-transform: uppercase;
}
.search-filter-form-wrapper .searchandfilter .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.light_wrapper .searchandfilter h4, .search-filter-form-wrapper.light_wrapper .searchandfilter .sf-field-reset a {
  color: #fff;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter > ul {
  flex-direction: row;
  margin-left: -30px;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter > ul > li {
  width: auto;
  margin-left: 30px;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter > ul > li select {
  min-width: 250px;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter > ul > li.sf-field-reset {
  margin-left: auto;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter .sf-field-post-meta-member_type label {
  width: auto;
}
.search-filter-form-wrapper.members_wrapper .searchandfilter .sf-field-post-meta-member_type ul {
  display: flex;
  flex-wrap: wrap;
}
/* --------- 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: #06336e;
}
