body {
  font-family: Sintony, sans-serif;
  font-size: 0.875rem;
  color: #333333;
}

a {
  color: #2f2f2f;
}
a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

figure {
  margin-bottom: 0px;
}

label {
  font-weight: 700;
}

header {
  margin-bottom: 1rem;
}

::placeholder {
  opacity: 0.5 !important;
}

.alert {
  border-radius: 0;
}

.btn {
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}
.btn.btn-primary {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #eb6200;
  border-color: #eb6200;
  color: #ffffff;
}
.btn.btn-third {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #333333;
}
.btn.btn-outline-primary {
  background-color: transparent;
  border-color: #2f2f2f;
  color: #2f2f2f;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  border-color: #eb6200;
  color: #eb6200;
}
.btn.btn-outline-third {
  background-color: transparent;
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.btn.btn-default {
  background-color: transparent;
  border-color: #2f2f2f;
  color: #2f2f2f;
}

.border.border-primary {
  border-color: #2f2f2f !important;
}
.border.border-secondary {
  border-color: #eb6200 !important;
}
.border.border-third {
  border-color: #d6d6d6 !important;
}

.text-primary {
  color: #2f2f2f !important;
}

.text-secondary {
  color: #eb6200 !important;
}

.text-third {
  color: #d6d6d6 !important;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
}
.form-control[readonly] {
  background-color: #f0f0f0;
}

.table.firstcolumnicon tr td:first-child {
  width: 15px;
}

.breadcrumb {
  display: block;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.card {
  border: none;
  border-radius: 0;
  background-color: #f0f0f0;
}
.card .card-header {
  background-color: #2f2f2f;
  border-radius: 0;
}
.card .card-header a {
  padding: 0.5rem 0.75rem;
  color: #ffffff;
}
.card .card-body {
  padding: 0.5rem 0.75rem;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding-bottom: 40px;
}
.carousel .carousel-inner .carousel-item .carousel-caption .title {
  color: #333333;
}
.carousel .carousel-inner .carousel-item .carousel-caption .title a {
  color: inherit;
}
.carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
  color: #777777;
}
.carousel .carousel-indicators {
  margin-bottom: 0;
}
.carousel .carousel-indicators li {
  background-color: #ffffff;
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.carousel .carousel-indicators li.active {
  background-color: #2f2f2f;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  z-index: 20;
}
.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  width: 30px;
  height: 30px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 2px;
}
.nav-tabs .nav-item .nav-link {
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #2f2f2f;
  color: #ffffff;
}

.image .image-embed-item {
  max-width: 100%;
  height: auto;
}

.video .video-embed,
.video .audio-embed,
.audio .video-embed,
.audio .audio-embed {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.video .video-embed .video-embed-item,
.video .video-embed .audio-embed-item,
.video .audio-embed .video-embed-item,
.video .audio-embed .audio-embed-item,
.audio .video-embed .video-embed-item,
.audio .video-embed .audio-embed-item,
.audio .audio-embed .video-embed-item,
.audio .audio-embed .audio-embed-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video .video-embed {
  background-color: #f0f0f0;
}

.audio .audio-embed {
  background-color: #f0f0f0;
}

.ce-gallery[data-ce-aspectratio="0"] .video-embed,
.ce-gallery[data-ce-aspectratio="0"] .audio-embed {
  padding-bottom: 50%;
}
.ce-gallery[data-ce-aspectratio="1"] .video-embed,
.ce-gallery[data-ce-aspectratio="1"] .audio-embed {
  padding-bottom: 75%;
}
.ce-gallery[data-ce-aspectratio="2"] .video-embed,
.ce-gallery[data-ce-aspectratio="2"] .audio-embed {
  padding-bottom: 100%;
}
.ce-gallery[data-ce-aspectratio="3"] .video-embed,
.ce-gallery[data-ce-aspectratio="3"] .audio-embed {
  padding-bottom: 133.333%;
}
.ce-gallery[data-ce-aspectratio="4"] .video-embed,
.ce-gallery[data-ce-aspectratio="4"] .audio-embed {
  padding-bottom: 200%;
}

.image-caption,
.video-caption,
.audio-caption {
  font-size: 0.8rem;
  color: #777777;
  margin-top: 0.2rem;
}

.ce-bodytext p:last-child {
  margin-bottom: 0;
}

.ce-textpic.ce-left.ce-intext .ce-gallery, .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 50%;
}
.ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="0"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="0"] {
  width: 50%;
}
.ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="1"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="1"] {
  width: 33%;
}
.ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="2"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="2"] {
  width: 66%;
}
.ce-textpic.ce-left.ce-intext .ce-gallery .ce-row {
  margin-right: 0px;
}
.ce-textpic.ce-right.ce-intext .ce-gallery .ce-row {
  margin-left: 0px;
}
.ce-textpic.ce-above .ce-gallery, .ce-textpic.ce-below .ce-gallery {
  float: none;
}
.ce-textpic.ce-above .ce-gallery .ce-outer,
.ce-textpic.ce-above .ce-gallery .ce-inner, .ce-textpic.ce-below .ce-gallery .ce-outer,
.ce-textpic.ce-below .ce-gallery .ce-inner {
  position: inherit;
  float: none;
  right: auto;
  left: auto;
}

.ce-gallery .ce-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.ce-gallery .ce-row:last-child {
  margin-bottom: 15px;
}
.ce-gallery .ce-row .ce-column {
  margin-right: 0;
  padding: 0px 15px;
}
.ce-gallery .ce-row .ce-column figure {
  width: 100%;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.3333333333%;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667%;
}
.ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.2857142857%;
}
.ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5%;
}

@media (max-width: 767px) {
  .ce-textpic.ce-left.ce-intext .ce-gallery, .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="0"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="0"] {
    width: 100%;
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="1"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="1"] {
    width: 100%;
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-ratio="2"], .ce-textpic.ce-right.ce-intext .ce-gallery[data-ce-ratio="2"] {
    width: 100%;
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row {
    margin-right: -15px;
  }
  .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
  }
  .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row {
    margin-left: -15px;
  }
  .ce-textpic .ce-bodytext {
    overflow: visible;
  }
  .ce-gallery .ce-row {
    margin-bottom: 0px;
  }
  .ce-gallery .ce-row:last-child .ce-column:last-child {
    margin-bottom: 0px;
  }
  .ce-gallery .ce-row .ce-column {
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin-bottom: 30px;
  }
}
.frame.frame-layout-1, .frame.frame-layout-2, .frame.frame-layout-3 {
  padding: 1rem;
}
.frame.frame-layout-1 p:last-child, .frame.frame-layout-2 p:last-child, .frame.frame-layout-3 p:last-child {
  margin-bottom: 0;
}
.frame.frame-layout-1 {
  background-color: #2f2f2f;
  color: #ffffff;
}
.frame.frame-layout-1 a {
  color: #ffffff;
}
.frame.frame-layout-2 {
  background-color: #eb6200;
  color: #ffffff;
}
.frame.frame-layout-2 a {
  color: #ffffff;
}
.frame.frame-layout-3 {
  background-color: #d6d6d6;
  color: #333333;
}
.frame.frame-layout-3 a {
  color: #333333;
}

.frame-type-uploads ul li:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-right: 5px;
}

ul.list-primary, ul.list-secondary, ul.list-third {
  list-style-type: none;
}
ul.list-primary li, ul.list-secondary li, ul.list-third li {
  margin-bottom: 9px;
}
ul.list-primary li:before, ul.list-secondary li:before, ul.list-third li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  float: left;
  margin: 2px 0 0 -24px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 0px;
  padding-top: 0px;
}
ul.list-primary li:last-child, ul.list-secondary li:last-child, ul.list-third li:last-child {
  margin-bottom: 0px;
}
ul.list-primary li:before {
  background-color: #2f2f2f;
  color: #ffffff;
}
ul.list-secondary li:before {
  background-color: #eb6200;
  color: #ffffff;
}
ul.list-third li:before {
  background-color: #d6d6d6;
  color: #333333;
}

ol.list-primary, ol.list-secondary, ol.list-third {
  list-style-type: none;
  counter-reset: circle-counter;
}
ol.list-primary li, ol.list-secondary li, ol.list-third li {
  margin-bottom: 9px;
  counter-increment: circle-counter;
}
ol.list-primary li:before, ol.list-secondary li:before, ol.list-third li:before {
  content: counter(circle-counter);
  width: 18px;
  height: 18px;
  border-radius: 2px;
  float: left;
  margin: 2px 0 0 -24px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 1px;
  padding-top: 0px;
}
ol.list-primary li:last-child, ol.list-secondary li:last-child, ol.list-third li:last-child {
  margin-bottom: 0px;
}
ol.list-primary li:before {
  background-color: #2f2f2f;
  color: #ffffff;
}
ol.list-secondary li:before {
  background-color: #eb6200;
  color: #ffffff;
}
ol.list-third li:before {
  background-color: #d6d6d6;
  color: #333333;
}

.navmain nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navmain nav .navigation-toggler {
  color: #ffffff;
  border: none;
  position: relative;
  overflow: hidden;
  margin: 5px 7px;
  padding: 0;
  width: 40px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}
.navmain nav .navigation-toggler:focus {
  outline: none;
}
.navmain nav .navigation-toggler:not(.collapsed) span {
  background: none;
}
.navmain nav .navigation-toggler:not(.collapsed) span:before, .navmain nav .navigation-toggler:not(.collapsed) span:after {
  transition-delay: 0s, 0.3s;
}
.navmain nav .navigation-toggler:not(.collapsed) span:before {
  top: 0;
  transform: rotate(45deg);
}
.navmain nav .navigation-toggler:not(.collapsed) span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navmain nav .navigation-toggler span {
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #ffffff;
}
.navmain nav .navigation-toggler span:before, .navmain nav .navigation-toggler span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.navmain nav .navigation-toggler span:before {
  top: -8px;
  transition-property: top, transform;
}
.navmain nav .navigation-toggler span:after {
  bottom: -8px;
  transition-property: bottom, transform;
}
.navmain nav .navigation-nav {
  overflow: hidden;
  max-height: 999px;
  transition: max-height 0.3s ease-in;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 21;
}
.navmain nav .navigation-nav.collapsed {
  max-height: 0px;
  transition: max-height 0.3s ease-out;
}
.navmain nav .navigation-nav > ul {
  padding-bottom: 1px !important;
}
.navmain nav .navigation-nav > ul > li a {
  color: #fff;
}
.navmain nav .navigation-nav > ul > li.active > a, .navmain nav .navigation-nav > ul > li.current > a {
  background-color: #222222;
  color: #fff;
}
.navmain nav .navigation-nav > ul > li.active > a:hover, .navmain nav .navigation-nav > ul > li.active > a:focus, .navmain nav .navigation-nav > ul > li.current > a:hover, .navmain nav .navigation-nav > ul > li.current > a:focus {
  background-color: #222222;
  color: #fff;
}
.navmain nav .navigation-nav > ul > li.active > a i.children-toggle:after, .navmain nav .navigation-nav > ul > li.current > a i.children-toggle:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  content: "";
}
.navmain nav .navigation-nav > ul > li.active > a i.children-toggle.collapsed:after, .navmain nav .navigation-nav > ul > li.current > a i.children-toggle.collapsed:after {
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  content: "";
}
.navmain nav .navigation-nav > ul > li ul > li.active > a, .navmain nav .navigation-nav > ul > li ul > li.current > a {
  background-color: #222222;
}
.navmain nav .navigation-nav > ul > li ul > li.active > a:hover, .navmain nav .navigation-nav > ul > li ul > li.active > a:focus, .navmain nav .navigation-nav > ul > li ul > li.current > a:hover, .navmain nav .navigation-nav > ul > li ul > li.current > a:focus {
  background-color: #222222;
}
.navmain nav .navigation-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.navmain nav .navigation-nav ul li {
  padding: 0;
  margin: 0;
  margin-top: 1px;
}
.navmain nav .navigation-nav ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem;
  background-color: #2f2f2f;
  color: #fff;
  text-transform: none;
}
.navmain nav .navigation-nav ul li a:hover, .navmain nav .navigation-nav ul li a:focus {
  text-decoration: none;
  background-color: #222222;
}
.navmain nav .navigation-nav ul li a i.children-toggle {
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  width: 30px;
}
.navmain nav .navigation-nav ul li a i.children-toggle:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.navmain nav .navigation-nav ul li a i.children-toggle.collapsed:after {
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.navmain nav .navigation-nav ul li ul {
  margin: 0;
  padding: 0;
  border: 0;
  max-height: 999px;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
.navmain nav .navigation-nav ul li ul.collapsed {
  max-height: 0;
  transition: all 0.3s ease-out;
}
.navmain nav .navigation-nav ul li ul li a {
  padding: 0.6rem 1rem;
  padding-left: 2rem;
}
.navmain nav .navigation-nav ul li ul li ul li a {
  padding-left: 3rem;
}
.navmain nav .navigation-nav ul li ul li ul li ul li a {
  padding-left: 4rem;
}
.navmain nav .navigation-nav ul li ul li ul li ul li ul li a {
  padding-left: 5rem;
}
.navmain nav .navigation-search {
  /*
  .navsearch {
      .searchbox {
          min-width: 300px;
          .form-search {
              .finder {
                  position: relative;
                  .tx-indexedsearch-searchbox-sword {
                  }
                  button {
                      position: absolute;
                      top: 1px;
                      bottom: 1px;
                      right: 1px;
                      border: 0;
                      background-color: transparent;
                      color: $color-primary;
                  }
              }
          }
      }
  }
  */
}
.navmain nav .navigation-search ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navmain nav .navigation-search ul li.active, .navmain nav .navigation-search ul li.current {
  background-color: #2f2f2f;
}
.navmain nav .navigation-search ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem;
  background-color: transparent;
  color: #fff;
  text-transform: none;
}
.navmain nav .navigation-search ul li a:hover, .navmain nav .navigation-search ul li a:focus {
  text-decoration: none;
  background-color: #2f2f2f;
}
@media (min-width: 992px) {
  .navmain nav .navigation-nav {
    position: relative;
    max-height: inherit;
    overflow: visible;
    width: auto;
  }
  .navmain nav .navigation-nav.collapsed {
    max-height: inherit;
  }
  .navmain nav .navigation-nav > ul {
    display: flex;
    background-color: transparent;
    padding-bottom: 0px !important;
  }
  .navmain nav .navigation-nav > ul > li {
    display: inline-block;
    position: relative;
    margin-top: 0;
  }
  .navmain nav .navigation-nav > ul > li > a {
    padding-right: 1rem !important;
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
  }
  .navmain nav .navigation-nav > ul > li > a:after {
    display: none;
  }
  .navmain nav .navigation-nav > ul > li:hover > a,
  .navmain nav .navigation-nav > ul > li > a:hover,
  .navmain nav .navigation-nav > ul > li > a:focus {
    background-color: #2f2f2f;
  }
  .navmain nav .navigation-nav > ul > li.active:hover > a,
  .navmain nav .navigation-nav > ul > li.active > a,
  .navmain nav .navigation-nav > ul > li.active > a:hover,
  .navmain nav .navigation-nav > ul > li.active > a:focus, .navmain nav .navigation-nav > ul > li.current:hover > a,
  .navmain nav .navigation-nav > ul > li.current > a,
  .navmain nav .navigation-nav > ul > li.current > a:hover,
  .navmain nav .navigation-nav > ul > li.current > a:focus {
    background-color: #2f2f2f;
  }
  .navmain nav .navigation-nav ul li:hover > ul {
    display: block;
    max-height: inherit !important;
    top: 100%;
    transition: top 0.1s ease-in !important;
    overflow: visible;
  }
  .navmain nav .navigation-nav ul li a {
    white-space: nowrap;
    padding-left: 1rem !important;
  }
  .navmain nav .navigation-nav ul li ul {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 21;
    max-height: 0;
    min-width: 200px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .navmain nav .navigation-nav ul li ul li {
    display: block;
    position: relative;
  }
  .navmain nav .navigation-nav ul li ul li:hover > a,
  .navmain nav .navigation-nav ul li ul li > a:hover,
  .navmain nav .navigation-nav ul li ul li > a:focus {
    background-color: #222222;
  }
  .navmain nav .navigation-nav ul li ul li.active:hover > a,
  .navmain nav .navigation-nav ul li ul li.active > a:hover,
  .navmain nav .navigation-nav ul li ul li.active > a:focus, .navmain nav .navigation-nav ul li ul li.current:hover > a,
  .navmain nav .navigation-nav ul li ul li.current > a:hover,
  .navmain nav .navigation-nav ul li ul li.current > a:focus {
    background-color: #222222;
  }
  .navmain nav .navigation-nav ul li ul li:last-child {
    margin-bottom: 1px !important;
  }
  .navmain nav .navigation-nav ul li ul li a {
    padding-left: 1rem;
  }
  .navmain nav .navigation-nav ul li ul li ul {
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    left: 100% !important;
    max-height: 0 !important;
    min-width: 200px;
    margin-top: -1px;
  }
  .navmain nav .navigation-nav ul li ul li.children > a {
    padding-right: 2rem;
  }
  .navmain nav .navigation-nav ul li ul li.children > a:after {
    border-color: transparent transparent transparent #fff;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  .navmain nav .navigation-nav ul li ul li.children.active > a:after, .navmain nav .navigation-nav ul li ul li.children.current > a:after {
    border-color: transparent transparent transparent #fff;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    content: "";
  }
  .navmain nav .navigation-nav ul li ul li:hover > ul {
    display: block;
    max-height: inherit !important;
    left: 100% !important;
  }
}

.navside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navside ul li a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #777777;
}
.navside ul li.active > a {
  background-color: #d6d6d6;
  color: #2f2f2f;
}
.navside ul li ul {
  margin-left: 1rem;
}
.navside ul li ul li.active > a {
  background-color: transparent;
  color: #2f2f2f;
}
.navside ul.parent li a {
  background-color: #2f2f2f;
  color: #ffffff;
}

.navbreadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbreadcrumb ul li {
  display: inline;
}
.navbreadcrumb ul li a {
  margin: 0px 3px;
  color: inherit;
}
.navbreadcrumb ul li a:hover {
  text-decoration: none;
}
.navbreadcrumb ul li:after {
  content: "/";
}
.navbreadcrumb ul li:last-child:after {
  content: "";
}

.navtop .navsocial a {
  font-size: 1.2rem;
  color: #eb6200;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop .navlang {
  display: inline-block;
}
.navtop .navlang .text-muted img {
  opacity: 0.3;
}
.navtop .navlang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navtop .navlang ul li {
  display: inline;
  margin: 0px 3px;
}
.navtop .navlang ul li a {
  color: inherit;
}
.navtop .navlang ul li a:hover {
  text-decoration: none;
}
.navtop .navlang ul li.active a span {
  text-decoration: underline;
}
.navtop .navlang ul li.active span {
  text-decoration: underline;
}
.navtop .navcart a,
.navtop .navaccount a {
  position: relative;
  font-size: 1.2rem;
}
.navtop .navcart a .overlay,
.navtop .navaccount a .overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #eb6200;
  color: #fff;
  font-size: 0.6rem;
}

.navfooter .navinfo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navfooter .navinfo ul li {
  display: inline;
  margin: 0px 3px;
}
.navfooter .navinfo ul li a {
  color: #ffffff;
}
.navfooter .navinfo ul li a:hover {
  text-decoration: none;
}
.navfooter .navinfo ul li.active a span {
  text-decoration: underline;
}
.navfooter .navinfo ul li.active span {
  text-decoration: underline;
}
.navfooter .copyright {
  color: #ffffff;
}
.navfooter .copyright a {
  color: #ffffff;
}
.navfooter .copyright a:hover {
  text-decoration: none;
}

ul.f3-widget-paginator,
ul.tx-indexedsearch-browsebox {
  display: inline-block;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
ul.f3-widget-paginator li,
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  border: 1px solid #d6d6d6;
  margin-right: 1px;
  color: #2f2f2f;
}
ul.f3-widget-paginator li.current,
ul.tx-indexedsearch-browsebox li.current {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  color: #ffffff;
  padding: 6px 12px;
}
ul.f3-widget-paginator li:has(strong),
ul.tx-indexedsearch-browsebox li:has(strong) {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  color: #ffffff;
}
ul.f3-widget-paginator li:has(strong) a,
ul.tx-indexedsearch-browsebox li:has(strong) a {
  color: #ffffff;
  cursor: default;
}
ul.f3-widget-paginator li:has(strong):hover a,
ul.tx-indexedsearch-browsebox li:has(strong):hover a {
  background-color: #2f2f2f;
}
ul.f3-widget-paginator li.more,
ul.tx-indexedsearch-browsebox li.more {
  padding: 6px 9px;
}
ul.f3-widget-paginator li:hover a,
ul.tx-indexedsearch-browsebox li:hover a {
  background-color: #d6d6d6;
}
ul.f3-widget-paginator li strong,
ul.tx-indexedsearch-browsebox li strong {
  font-weight: inherit;
  display: inline-block;
}
ul.f3-widget-paginator li a,
ul.tx-indexedsearch-browsebox li a {
  padding: 6px 12px;
  display: block;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: 12rem;
  position: relative;
}

.header {
  padding: 2rem 0;
}
.header .container .logos .logo img,
.header .container .logos .logo-addon img {
  max-height: 75px;
  width: auto;
}

@media (max-width: 575px) {
  .header {
    padding: 1rem 0;
  }
  .header .container .logos .logo img,
  .header .container .logos .logo-addon img {
    max-height: 100%;
  }
}
.navmain {
  background-color: #eb6200;
  border-top: 2px solid #2f2f2f;
}

@media (max-width: 991px) {
  .navmain .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.subheader {
  background-color: #d6d6d6;
}

.main {
  padding: 2rem 0 0 0;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 0;
  background-color: #eb6200;
  border-top: 2px solid #2f2f2f;
}
.footer .container .logos {
  text-align: left;
  padding-top: 2rem;
}
.footer .container .logos .logo img,
.footer .container .logos .logo-addon-footer img {
  max-height: 75px;
  width: auto;
}

.spinner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #f0f0f0;
  opacity: 0.8;
  justify-content: center;
  align-items: center;
  display: none;
}
.spinner.show {
  display: flex;
}
.spinner .spinner-border {
  width: 3rem;
  height: 3rem;
}

.agfw-carousel .carousel-inner .carousel-item .carousel-caption .title {
  color: #2f2f2f;
}

.agfw-accordion .card {
  margin-bottom: 1rem;
}
.agfw-accordion .card .card-header {
  padding: 0;
  border-bottom: none;
  color: #ffffff;
}
.agfw-accordion .card .card-header a {
  position: relative;
  padding-right: 2rem;
}
.agfw-accordion .card .card-header a span {
  position: absolute;
  right: 0.75rem;
  top: 0.7rem;
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.agfw-accordion .card .card-header a span:before {
  content: "\f068";
}
.agfw-accordion .card .card-header a.collapsed span {
  transform: rotate(0deg);
}
.agfw-accordion .card .card-header a.collapsed span:before {
  content: "\f067";
}
@media (max-width: 767px) {
  .agfw-accordion .card .card-body .image {
    width: 100% !important;
  }
}
.agfw-accordion .card .card-body .card-text p:last-child {
  margin-bottom: 0;
}
.agfw-accordion .card .card-body .card-text ol, .agfw-accordion .card .card-body .card-text ul {
  overflow: hidden;
}

.agfw-tab .nav-tabs {
  border-bottom: none;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .agfw-tab .tab-content .card .card-body .image {
    width: 100% !important;
  }
}
.agfw-tab .tab-content .card .card-body .card-text p:last-child {
  margin-bottom: 0;
}
.agfw-tab .tab-content .card .card-body .card-text ol, .agfw-tab .tab-content .card .card-body .card-text ul {
  overflow: hidden;
}

.agfw-pictogram {
  background-color: #2f2f2f;
}
.agfw-pictogram .pictogram-content {
  position: relative;
}
.agfw-pictogram .pictogram-content .pictogram-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: right center;
  background-repeat: no-repeat;
}
.agfw-pictogram .pictogram-content .pictogram-items {
  font-size: 1px;
  line-height: 1px;
  margin: -0.2rem;
}
.agfw-pictogram .pictogram-content .pictogram-items .pictogram-item {
  width: 100px;
  height: 75px;
  margin: 0.2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.agfw-pictogram .pictogram-content .pictogram-items .pictogram-item .pictogram-image {
  transition: transform 0.3s;
}
.agfw-pictogram .pictogram-content .pictogram-items .pictogram-item .pictogram-image:hover {
  transform: scale(1.1);
}
.agfw-pictogram .pictogram-content .pictogram-title {
  color: #ffffff;
}

.agfw-googlemaps {
  position: relative;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}
.agfw-googlemaps .iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-googlemaps .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  z-index: 2;
}
.agfw-googlemaps .overlay.hidden {
  display: none;
}
.agfw-googlemaps .overlay .text {
  color: #ffffff;
  background-color: #2f2f2f;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.agfw-googlemaps .overlay .text a {
  color: inherit;
  text-decoration: underline;
}

.agfw-teaser .items .item {
  margin-bottom: 30px;
}
.agfw-teaser .items .item .content .title {
  border-top: 1px solid #2f2f2f;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.agfw-teaser .items .item .content .teaser {
  margin-bottom: 1.5rem;
}
.agfw-teaser[data-ce-imageorient="25"] .items .item .content {
  border-left: 0px;
  border-right: 2px solid #ffffff;
}

.agfw-teasertile .items .item {
  margin-bottom: 30px;
  position: relative;
}
.agfw-teasertile .items .item .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f0f0;
  z-index: -1;
}
.agfw-teasertile .items .item .background .image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.agfw-teasertile .items .item .content {
  position: relative;
}
.agfw-teasertile .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-teasertile .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-teasertile .items .item .content .teaser {
  padding: 0.5rem 0.75rem 3rem 0.75rem;
  color: #333333;
  transition: color 0.5s;
}
.agfw-teasertile .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-teasertile .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-teasertile .items .item:hover .background .image {
  opacity: 0.1;
}

.agfw-teasercard .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-teasercard .items .item .background {
  position: relative;
}
.agfw-teasercard .items .item .background .image {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agfw-teasercard .items .item .content {
  position: relative;
  border-left: 2px solid #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .agfw-teasercard .items .item .content {
    border-left: 0px;
    border-top: 2px solid #ffffff;
  }
}
.agfw-teasercard .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-teasercard .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-teasercard .items .item .content .teaser {
  padding: 0.5rem 0.75rem;
  padding-bottom: 3rem;
}
.agfw-teasercard .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-teasercard .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-teasercard[data-ce-imageorient="25"] .items .item .content {
  border-left: 0px;
  border-right: 2px solid #ffffff;
}

.agfw-teasermediatile .items .item {
  margin-bottom: 30px;
  position: relative;
}
.agfw-teasermediatile .items .item .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f0f0;
  z-index: -1;
}
.agfw-teasermediatile .items .item .content {
  position: relative;
}
.agfw-teasermediatile .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-teasermediatile .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-teasermediatile .items .item .content .media {
  display: block;
}
.agfw-teasermediatile .items .item .content .subtitle h5 {
  font-size: inherit !important;
  font-weight: bold;
  line-height: inherit;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-teasermediatile .items .item .content .teaser {
  padding: 0rem 0.75rem 3rem 0.75rem;
  color: #333333;
  transition: color 0.5s;
}
.agfw-teasermediatile .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-teasermediatile .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-logotile .items {
  margin-bottom: -30px;
}
.agfw-logotile .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  padding: 15px 30px;
}
.agfw-logotile .items .item:hover .image {
  transform: scale(1.1);
}
.agfw-logotile .items .item .image {
  padding-bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
}

.agfw-pdfviewer {
  border: 1px solid #2f2f2f;
  background-color: #f0f0f0;
}
.agfw-pdfviewer .carousel-inner {
  padding-bottom: 100%;
  z-index: 2;
}
.agfw-pdfviewer .carousel-inner .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-pdfviewer .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2rem 2rem 3rem 2rem;
  display: none;
  pointer-events: none;
}
.agfw-pdfviewer .carousel-controls {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  background-color: #2f2f2f;
  padding: 5px 0px;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.agfw-pdfviewer .carousel-controls .carousel-control-prev,
.agfw-pdfviewer .carousel-controls .carousel-control-next {
  position: static;
  z-index: auto;
  left: auto;
  right: auto;
  width: auto;
  opacity: 1;
  padding: 3px 5px;
}
.agfw-pdfviewer .carousel-controls .carousel-control-prev:hover,
.agfw-pdfviewer .carousel-controls .carousel-control-next:hover {
  background-color: #2f2f2f;
  opacity: 0.5;
}
.agfw-pdfviewer .carousel-controls .carousel-control-prev span,
.agfw-pdfviewer .carousel-controls .carousel-control-next span {
  width: 25px;
  height: 25px;
}
.agfw-pdfviewer .carousel-controls .carousel-control-page .pages {
  border: 0;
  color: #2f2f2f;
}
.agfw-pdfviewer .carousel-controls .carousel-control-page .continuereading {
  color: #2f2f2f;
  background-color: #ffffff;
  border: 0;
}
.agfw-pdfviewer .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #ffffff;
  z-index: 2;
  pointer-events: none;
}
.agfw-pdfviewer .spinner .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agfw-pdfviewer .error {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  pointer-events: none;
  color: #2f2f2f;
  background-color: #ffffff;
}
.agfw-pdfviewer .error .message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agfw-contactform .contactform .acceptPrivacyPolicyBox a {
  color: inherit;
  text-decoration: underline;
}
.agfw-contactform .detailbox {
  margin-bottom: 30px;
}
.agfw-contactform .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-contactform .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-contactform .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-contactform .detailbox .content .sections {
  border-top: 1px solid #fff;
  margin-top: 0.75rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}
.agfw-contactform .detailbox .content .buttons {
  border-top: 1px solid #fff;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.agfw-event.list .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}
.agfw-event.show .detailbox {
  border-left: 2px solid #2f2f2f;
}
.agfw-event.show .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-event.show .eventsincluded .title {
  font-weight: bold;
}
.agfw-event.show .eventsincluded .events ul {
  margin: 10px 0px 0px 0px;
  padding-left: 20px;
}
.agfw-event.show .price table tr td:first-child {
  padding-right: 10px;
}

.agfw-eventlatest .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}

.agfw-eventarchive .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}

.agfw-news.list .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}
.agfw-newslatest .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}

.agfw-newsexternal.list .item .image .placeholder {
  width: 100%;
  padding-bottom: 50%;
  background-color: #f0f0f0;
}
.agfw-newsexternal.list .item .image .imageexternal {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.agfw-newsexternal.list .item .image .imageexternal img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agfw-glossary.list .filter {
  margin-bottom: 1.5rem;
  border: 1px solid #2f2f2f;
  padding: 0.5rem 0.75rem;
  background-color: #f0f0f0;
}
.agfw-glossary.list .filter .group {
  display: flex;
  align-items: center;
  margin: 0rem -0.25rem;
}
.agfw-glossary.list .filter .group .letters,
.agfw-glossary.list .filter .group .searchterm {
  align-items: center;
}
.agfw-glossary.list .filter .group .letters {
  padding-right: 10px;
}
.agfw-glossary.list .filter .group .letters ul {
  padding: 0 !important;
  margin: 0 !important;
}
.agfw-glossary.list .filter .group .letters ul li {
  display: inline-block;
  margin: 0px 2px 0px 0px;
}
.agfw-glossary.list .filter .group .letters ul li a {
  display: inline-block;
  padding: 0px 3px;
  min-width: 1rem;
  text-align: center;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.agfw-glossary.list .filter .group .letters ul li a:hover,
.agfw-glossary.list .filter .group .letters ul li a:focus, .agfw-glossary.list .filter .group .letters ul li.selected a {
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  text-decoration: none;
}
.agfw-glossary.list .filter .group .searchterm {
  flex: 1;
}
.agfw-glossary.list .filter .group .searchterm .finder {
  position: relative;
}
.agfw-glossary.list .filter .group .searchterm .finder input {
  min-width: 180px;
  margin-bottom: 0;
}
.agfw-glossary.list .filter .group .searchterm .finder button {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border: 0;
  background-color: transparent;
  color: #2f2f2f;
}
@media (max-width: 991px) {
  .agfw-glossary.list .filter .group {
    display: block;
  }
  .agfw-glossary.list .filter .group .letters {
    margin-bottom: 10px;
  }
}
.agfw-network.list .googlemap,
.agfw-networkparticipant.list .googlemap {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar:before,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .header,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .title,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text ul,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text ul li,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text ul li i,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text ul li ul.list,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .text ul li ul.list li,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .image,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .image .background,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .image .background.image,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-network.list .googlemap.googlemap-api .infosidebar .image .background.logo,
.agfw-networkparticipant.list .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
  .agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
  .agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button img,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-network.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before,
.agfw-networkparticipant.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-network.show .googlemap,
.agfw-networkparticipant.show .googlemap {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar:before,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .header,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .title,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li i,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li ul.list,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li ul.list li,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background.image,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background.logo,
.agfw-networkparticipant.show .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
  .agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
  .agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button img,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before,
.agfw-networkparticipant.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-network.show .detailbox,
.agfw-networkparticipant.show .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-network.show .detailbox .title,
.agfw-networkparticipant.show .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-network.show .detailbox .title h4,
.agfw-networkparticipant.show .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-network.show .detailbox .content,
.agfw-networkparticipant.show .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-network.show .detailbox .content .items table:not(.table-borderless) td,
.agfw-networkparticipant.show .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-network.show .detailbox .content .items table tr[data-href]:hover,
.agfw-networkparticipant.show .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-network.show .detailbox .content .link,
.agfw-networkparticipant.show .detailbox .content .link {
  color: inherit;
}
.agfw-network.show .detailbox .content .link .btn,
.agfw-networkparticipant.show .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-network.show .detailbox.logo,
.agfw-networkparticipant.show .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-network.show .detailbox.logo .aspectratio-content-inside,
.agfw-networkparticipant.show .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-network.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-networkparticipant.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-network.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-networkparticipant.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-network.inquiry-new .title,
.agfw-networkparticipant.inquiry-new .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-network.inquiry-new .title h3,
.agfw-networkparticipant.inquiry-new .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-network.inquiry-new .content,
.agfw-networkparticipant.inquiry-new .content {
  background-color: #f0f0f0;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-network.inquiry-new .content .acceptPrivacyPolicyBox a,
.agfw-networkparticipant.inquiry-new .content .acceptPrivacyPolicyBox a {
  color: inherit;
  text-decoration: underline;
}

.agfw-network.list .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-network.list .items .item .background {
  position: relative;
}
.agfw-network.list .items .item .background .image {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agfw-network.list .items .item .content {
  position: relative;
  border-left: 2px solid #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .agfw-network.list .items .item .content {
    border-left: 0px;
    border-top: 2px solid #ffffff;
  }
}
.agfw-network.list .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-network.list .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-network.list .items .item .content .teaser {
  padding: 0.5rem 0.75rem;
}
.agfw-network.list .items .item .content .details {
  padding: 0.5rem 0.75rem;
  padding-bottom: 3rem;
}
.agfw-network.list .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-network.list .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-network.show .googlemap {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-network.show .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-network.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-network.show .participants .items .item {
  border-top: 2px solid #2f2f2f;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  transition: background-color 0.3s;
}
.agfw-network.show .participants .items .item:hover {
  background-color: #e8e8e8;
}
.agfw-network.show .participants .items .item .background {
  position: relative;
  padding: 30px;
}
.agfw-network.show .participants .items .item .background .image {
  padding-bottom: 33%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.agfw-network.show .participants .items .item .background .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-network.show .participants .items .item .content {
  padding: 0.5rem;
  border-top: 2px solid #fff;
  color: #333333;
}
.agfw-network.show .participants .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  margin: 0px !important;
  font-weight: bold;
}
.agfw-networkparticipant.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-networkparticipant.show .detailbox.social {
  background-color: transparent;
}
.agfw-networkparticipant.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-networkparticipant.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-networkparticipant.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-networkparticipant.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-networkparticipant.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-networkparticipant.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-networkparticipant.show .detailbox.services .content ul, .agfw-networkparticipant.show .detailbox.products .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-networkparticipant.show .detailbox.services .content ul li, .agfw-networkparticipant.show .detailbox.products .content ul li {
  margin-bottom: 6px;
}
.agfw-networkparticipant.show .detailbox.services .content ul li:before, .agfw-networkparticipant.show .detailbox.products .content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-networkparticipant.show .detailbox.services .content ul li:last-child, .agfw-networkparticipant.show .detailbox.products .content ul li:last-child {
  margin-bottom: 0px;
}

.agfw-exhibition .boothmap figure,
.agfw-exhibitionregistration .boothmap figure {
  width: 100%;
  height: auto;
  margin: 0px !important;
  border: 1px solid #d6d6d6;
}
.agfw-exhibition .boothmap svg.item,
.agfw-exhibitionregistration .boothmap svg.item {
  transition: all ease 0.3s;
  overflow: visible;
  fill: #fff;
  stroke: #333333;
}
.agfw-exhibition .boothmap svg.item text,
.agfw-exhibitionregistration .boothmap svg.item text {
  fill: #333333;
  stroke: none;
  font-size: 12px;
  text-anchor: middle;
}
.agfw-exhibition .boothmap.interactive svg.item.type-0.status-0:hover,
.agfw-exhibitionregistration .boothmap.interactive svg.item.type-0.status-0:hover {
  cursor: pointer;
}
.agfw-exhibition .boothmap.interactive svg.item.type-0.status-0:hover rect,
.agfw-exhibitionregistration .boothmap.interactive svg.item.type-0.status-0:hover rect {
  fill: #2f2f2f;
}
.agfw-exhibition .boothmap svg.item.selected rect,
.agfw-exhibition .boothmap g.legend rect.selected,
.agfw-exhibitionregistration .boothmap svg.item.selected rect,
.agfw-exhibitionregistration .boothmap g.legend rect.selected {
  fill: #99cc99 !important;
}
.agfw-exhibition .boothmap svg.item.type-0.status-0 rect,
.agfw-exhibition .boothmap g.legend rect.status-0,
.agfw-exhibitionregistration .boothmap svg.item.type-0.status-0 rect,
.agfw-exhibitionregistration .boothmap g.legend rect.status-0 {
  fill: #fff;
}
.agfw-exhibition .boothmap svg.item.type-0.status-1 rect,
.agfw-exhibition .boothmap g.legend rect.status-1,
.agfw-exhibitionregistration .boothmap svg.item.type-0.status-1 rect,
.agfw-exhibitionregistration .boothmap g.legend rect.status-1 {
  fill: #d6d6d6;
}
.agfw-exhibition .boothmap svg.item.type-0.status-2 rect,
.agfw-exhibition .boothmap g.legend rect.status-2,
.agfw-exhibitionregistration .boothmap svg.item.type-0.status-2 rect,
.agfw-exhibitionregistration .boothmap g.legend rect.status-2 {
  fill: #d6d6d6;
}
.agfw-exhibition .boothmap svg.item.type-0.status-3 rect,
.agfw-exhibition .boothmap g.legend rect.status-3,
.agfw-exhibitionregistration .boothmap svg.item.type-0.status-3 rect,
.agfw-exhibitionregistration .boothmap g.legend rect.status-3 {
  fill: #2f2f2f;
}
.agfw-exhibition .boothmap svg.item.type-1 rect,
.agfw-exhibitionregistration .boothmap svg.item.type-1 rect {
  fill: #2f2f2f;
}
.agfw-exhibition .boothmap svg.item.type-2 rect,
.agfw-exhibitionregistration .boothmap svg.item.type-2 rect {
  fill: #d4edfc;
}
.agfw-exhibition .boothmap g.legend rect.catering,
.agfw-exhibitionregistration .boothmap g.legend rect.catering {
  fill: #d4edfc;
}
.agfw-exhibition .boothmap g.legend,
.agfw-exhibitionregistration .boothmap g.legend {
  stroke: #333333;
}
.agfw-exhibition .boothmap g.legend rect,
.agfw-exhibitionregistration .boothmap g.legend rect {
  fill: #fff;
  stroke: #333333;
}
.agfw-exhibition .boothlist .items .item,
.agfw-exhibitionregistration .boothlist .items .item {
  background-color: #f0f0f0;
  padding: 15px 30px;
  margin-bottom: 30px;
  position: relative;
}
.agfw-exhibition .boothlist .items .item .background,
.agfw-exhibitionregistration .boothlist .items .item .background {
  padding-bottom: 50%;
  transition: transform 0.3s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.agfw-exhibition .boothlist .items .item .background .text,
.agfw-exhibitionregistration .boothlist .items .item .background .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  color: #333333;
}
.agfw-exhibition .boothlist .items .item:hover .background,
.agfw-exhibitionregistration .boothlist .items .item:hover .background {
  transform: scale(1.1);
}
.agfw-exhibition .boothlist .items .item .corner,
.agfw-exhibitionregistration .boothlist .items .item .corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 40%;
  text-align: right;
  background: linear-gradient(to top right, transparent calc(50% - 1px), transparent, #2f2f2f calc(50% + 1px));
}
.agfw-exhibition .boothlist .items .item .corner .number,
.agfw-exhibitionregistration .boothlist .items .item .corner .number {
  display: inline-block;
  color: #fff;
  padding-top: 6%;
  padding-right: 6%;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 991px) {
  .agfw-exhibition .boothlist .items .item .corner .number,
  .agfw-exhibitionregistration .boothlist .items .item .corner .number {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .agfw-exhibition .boothlist .items .item .corner .number,
  .agfw-exhibitionregistration .boothlist .items .item .corner .number {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 400px) {
  .agfw-exhibition .boothlist .items .item .corner .number,
  .agfw-exhibitionregistration .boothlist .items .item .corner .number {
    font-size: 20px;
    line-height: 20px;
  }
}
.agfw-exhibition.showboothbooking .detailbox,
.agfw-exhibitionregistration.showboothbooking .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-exhibition.showboothbooking .detailbox .title,
.agfw-exhibitionregistration.showboothbooking .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-exhibition.showboothbooking .detailbox .title h4,
.agfw-exhibitionregistration.showboothbooking .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-exhibition.showboothbooking .detailbox .content,
.agfw-exhibitionregistration.showboothbooking .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-exhibition.showboothbooking .detailbox .content .items table:not(.table-borderless) td,
.agfw-exhibitionregistration.showboothbooking .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-exhibition.showboothbooking .detailbox .content .items table tr[data-href]:hover,
.agfw-exhibitionregistration.showboothbooking .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-exhibition.showboothbooking .detailbox .content .link,
.agfw-exhibitionregistration.showboothbooking .detailbox .content .link {
  color: inherit;
}
.agfw-exhibition.showboothbooking .detailbox .content .link .btn,
.agfw-exhibitionregistration.showboothbooking .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar:before,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .header,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .title,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li i,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list li,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.image,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.logo,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow,
  .agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image,
  .agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button img,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-exhibition.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before,
.agfw-exhibitionregistration.showboothbooking .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-exhibition.showboothbooking .detailbox.logo,
.agfw-exhibitionregistration.showboothbooking .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-exhibition.showboothbooking .detailbox.logo .aspectratio-content-inside,
.agfw-exhibitionregistration.showboothbooking .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-exhibition.showboothbooking .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-exhibitionregistration.showboothbooking .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-exhibition.showboothbooking .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-exhibitionregistration.showboothbooking .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-exhibition.showboothbooking .detailbox.logo .member,
.agfw-exhibitionregistration.showboothbooking .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-exhibition.showboothbooking .detailbox.social,
.agfw-exhibitionregistration.showboothbooking .detailbox.social {
  background-color: transparent;
}
.agfw-exhibition.showboothbooking .detailbox.social .items,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-exhibition.showboothbooking .detailbox.social .items .item,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-exhibition.showboothbooking .detailbox.social .items .item i,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-exhibition.showboothbooking .detailbox.social .items .item a,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-exhibition.showboothbooking .detailbox.social .items .item a i,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-exhibition.showboothbooking .detailbox.social .items .item:last-child,
.agfw-exhibitionregistration.showboothbooking .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content {
  padding: 0px;
  position: relative;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content .boothimage,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content .boothimage {
  position: relative;
  padding-bottom: 50%;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content .boothimage .image,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content .boothimage .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content .boothimage .image img,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content .boothimage .image img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content .boothimage .overlay,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content .boothimage .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content .boothimage .overlay i,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content .boothimage .overlay i {
  font-size: 3rem;
  color: #ffffff;
  border-radius: 5px;
  padding: 1px 4px;
  opacity: 0.9;
}
.agfw-exhibition.showboothbooking .detailbox.virtualbooth .content:hover .image img,
.agfw-exhibitionregistration.showboothbooking .detailbox.virtualbooth .content:hover .image img {
  opacity: 0.7;
}
.agfw-exhibition.showboothbooking .modal .modal-dialog,
.agfw-exhibitionregistration.showboothbooking .modal .modal-dialog {
  max-width: 75%;
}
@media (max-width: 767px) {
  .agfw-exhibition.showboothbooking .modal .modal-dialog,
  .agfw-exhibitionregistration.showboothbooking .modal .modal-dialog {
    max-width: 95%;
  }
}
.agfw-exhibition.showboothbooking .modal .modal-dialog .modal-content .modal-body .video,
.agfw-exhibitionregistration.showboothbooking .modal .modal-dialog .modal-content .modal-body .video {
  position: relative;
  padding-bottom: 50%;
}
.agfw-exhibition.showboothbooking .modal .modal-dialog .modal-content .modal-body .video iframe,
.agfw-exhibitionregistration.showboothbooking .modal .modal-dialog .modal-content .modal-body .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agfw-exhibitionregistration .detailbox {
  margin-bottom: 30px;
}
.agfw-exhibitionregistration .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-exhibitionregistration .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-exhibitionregistration .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-exhibitionregistration .progressbar .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.agfw-exhibitionregistration .progressbar .steps .step {
  background-color: #d6d6d6;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  color: #333333;
}
.agfw-exhibitionregistration .progressbar .steps .step:first-child {
  margin-left: 0;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-1:after, .agfw-exhibitionregistration .progressbar .steps .step.step-2:after, .agfw-exhibitionregistration .progressbar .steps .step.step-3:after, .agfw-exhibitionregistration .progressbar .steps .step.step-4:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #d6d6d6;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-2:before, .agfw-exhibitionregistration .progressbar .steps .step.step-3:before, .agfw-exhibitionregistration .progressbar .steps .step.step-4:before, .agfw-exhibitionregistration .progressbar .steps .step.step-5:before {
  position: absolute;
  top: 50%;
  left: 0%;
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  border-left-color: white;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-2.current:before, .agfw-exhibitionregistration .progressbar .steps .step.step-3.current:before, .agfw-exhibitionregistration .progressbar .steps .step.step-4.current:before, .agfw-exhibitionregistration .progressbar .steps .step.step-5.current:before {
  border-color: #2f2f2f;
  border-left-color: white;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-2.active:before, .agfw-exhibitionregistration .progressbar .steps .step.step-3.active:before, .agfw-exhibitionregistration .progressbar .steps .step.step-4.active:before, .agfw-exhibitionregistration .progressbar .steps .step.step-5.active:before {
  border-color: #eb6200;
  border-left-color: white;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-1 {
  z-index: 4;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-2 {
  z-index: 3;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-3 {
  z-index: 2;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-4 {
  z-index: 1;
}
.agfw-exhibitionregistration .progressbar .steps .step.step-5 {
  z-index: 0;
}
.agfw-exhibitionregistration .progressbar .steps .step.current {
  background-color: #2f2f2f;
  color: #ffffff;
}
.agfw-exhibitionregistration .progressbar .steps .step.current:after {
  border-left-color: #2f2f2f;
}
.agfw-exhibitionregistration .progressbar .steps .step.active {
  background-color: #eb6200;
  color: #ffffff;
}
.agfw-exhibitionregistration .progressbar .steps .step.active:after {
  border-left-color: #eb6200;
}
.agfw-exhibitionregistration .progressbar .steps .step.active .icon {
  display: none;
}
.agfw-exhibitionregistration .progressbar .steps .step .icon {
  display: none;
}
.agfw-exhibitionregistration .progressbar .steps .step .text {
  display: inline-block;
  z-index: 1;
}

.agfw-exhibitionexhibitor.list .items .item {
  background-color: #f0f0f0;
  padding: 15px 30px;
  margin-bottom: 30px;
  position: relative;
}
.agfw-exhibitionexhibitor.list .items .item .background {
  padding-bottom: 50%;
  transition: transform 0.3s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.agfw-exhibitionexhibitor.list .items .item .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-exhibitionexhibitor.list .items .item:hover .background {
  transform: scale(1.1);
}
.agfw-exhibitionexhibitor.show .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-exhibitionexhibitor.show .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-exhibitionexhibitor.show .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-exhibitionexhibitor.show .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-exhibitionexhibitor.show .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-exhibitionexhibitor.show .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-exhibitionexhibitor.show .detailbox .content .link {
  color: inherit;
}
.agfw-exhibitionexhibitor.show .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-exhibitionexhibitor.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-exhibitionexhibitor.show .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-exhibitionexhibitor.show .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-exhibitionexhibitor.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-exhibitionexhibitor.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-exhibitionexhibitor.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-exhibitionexhibitor.show .detailbox.social {
  background-color: transparent;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-exhibitionexhibitor.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content {
  padding: 0px;
  position: relative;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content .boothimage {
  position: relative;
  padding-bottom: 50%;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content .boothimage .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content .boothimage .image img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content .boothimage .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content .boothimage .overlay i {
  font-size: 3rem;
  color: #ffffff;
  border-radius: 5px;
  padding: 1px 4px;
  opacity: 0.9;
}
.agfw-exhibitionexhibitor.show .detailbox.virtualbooth .content:hover .image img {
  opacity: 0.7;
}
.agfw-exhibitionexhibitor.show .modal .modal-dialog {
  max-width: 75%;
}
@media (max-width: 767px) {
  .agfw-exhibitionexhibitor.show .modal .modal-dialog {
    max-width: 95%;
  }
}
.agfw-exhibitionexhibitor.show .modal .modal-dialog .modal-content .modal-body .video {
  position: relative;
  padding-bottom: 50%;
}
.agfw-exhibitionexhibitor.show .modal .modal-dialog .modal-content .modal-body .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agfw-project.show .detailbox,
.agfw-projectpartner.show .detailbox,
.agfw-projectsupporter.show .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-project.show .detailbox .title,
.agfw-projectpartner.show .detailbox .title,
.agfw-projectsupporter.show .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-project.show .detailbox .title h4,
.agfw-projectpartner.show .detailbox .title h4,
.agfw-projectsupporter.show .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-project.show .detailbox .content,
.agfw-projectpartner.show .detailbox .content,
.agfw-projectsupporter.show .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-project.show .detailbox .content .items table:not(.table-borderless) td,
.agfw-projectpartner.show .detailbox .content .items table:not(.table-borderless) td,
.agfw-projectsupporter.show .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-project.show .detailbox .content .items table tr[data-href]:hover,
.agfw-projectpartner.show .detailbox .content .items table tr[data-href]:hover,
.agfw-projectsupporter.show .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-project.show .detailbox .content .link,
.agfw-projectpartner.show .detailbox .content .link,
.agfw-projectsupporter.show .detailbox .content .link {
  color: inherit;
}
.agfw-project.show .detailbox .content .link .btn,
.agfw-projectpartner.show .detailbox .content .link .btn,
.agfw-projectsupporter.show .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-project.show .detailbox.logo,
.agfw-projectpartner.show .detailbox.logo,
.agfw-projectsupporter.show .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-project.show .detailbox.logo .aspectratio-content-inside,
.agfw-projectpartner.show .detailbox.logo .aspectratio-content-inside,
.agfw-projectsupporter.show .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-project.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-projectpartner.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-projectsupporter.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-project.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-projectpartner.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-projectsupporter.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-project.show .detailbox.downloads .content ul,
.agfw-projectpartner.show .detailbox.downloads .content ul,
.agfw-projectsupporter.show .detailbox.downloads .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-project.show .detailbox.downloads .content ul li,
.agfw-projectpartner.show .detailbox.downloads .content ul li,
.agfw-projectsupporter.show .detailbox.downloads .content ul li {
  margin-bottom: 6px;
}
.agfw-project.show .detailbox.downloads .content ul li:before,
.agfw-projectpartner.show .detailbox.downloads .content ul li:before,
.agfw-projectsupporter.show .detailbox.downloads .content ul li:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-project.show .detailbox.links .content ul,
.agfw-projectpartner.show .detailbox.links .content ul,
.agfw-projectsupporter.show .detailbox.links .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-project.show .detailbox.links .content ul li,
.agfw-projectpartner.show .detailbox.links .content ul li,
.agfw-projectsupporter.show .detailbox.links .content ul li {
  margin-bottom: 6px;
}
.agfw-project.show .detailbox.links .content ul li:before,
.agfw-projectpartner.show .detailbox.links .content ul li:before,
.agfw-projectsupporter.show .detailbox.links .content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-project.show .detailbox.links .content ul li:last-child,
.agfw-projectpartner.show .detailbox.links .content ul li:last-child,
.agfw-projectsupporter.show .detailbox.links .content ul li:last-child {
  margin-bottom: 0px;
}
.agfw-project.inquiry-new .title,
.agfw-projectpartner.inquiry-new .title,
.agfw-projectsupporter.inquiry-new .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-project.inquiry-new .title h3,
.agfw-projectpartner.inquiry-new .title h3,
.agfw-projectsupporter.inquiry-new .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-project.inquiry-new .content,
.agfw-projectpartner.inquiry-new .content,
.agfw-projectsupporter.inquiry-new .content {
  background-color: #f0f0f0;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-project.inquiry-new .content .acceptPrivacyPolicyBox a,
.agfw-projectpartner.inquiry-new .content .acceptPrivacyPolicyBox a,
.agfw-projectsupporter.inquiry-new .content .acceptPrivacyPolicyBox a {
  color: inherit;
  text-decoration: underline;
}

.agfw-project.list .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-project.list .items .item .background {
  position: relative;
}
.agfw-project.list .items .item .background .image {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agfw-project.list .items .item .content {
  position: relative;
  border-left: 2px solid #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .agfw-project.list .items .item .content {
    border-left: 0px;
    border-top: 2px solid #ffffff;
  }
}
.agfw-project.list .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-project.list .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-project.list .items .item .content .teaser {
  padding: 0.5rem 0.75rem;
}
.agfw-project.list .items .item .content .details {
  padding: 0.5rem 0.75rem;
  padding-bottom: 3rem;
}
.agfw-project.list .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-project.list .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-project.show .videos .image {
  padding-bottom: 50%;
  position: relative;
}
.agfw-project.show .videos .image .image-embed-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.agfw-project.show .videos .carousel-control-prev,
.agfw-project.show .videos .carousel-control-next {
  bottom: 40px;
}
.agfw-project.show .videos .carousel-control-prev span,
.agfw-project.show .videos .carousel-control-next span {
  transform: translateY(15px);
}
.agfw-project.show .videos .carousel-indicators {
  margin-bottom: 15px;
}
.agfw-project.show .videos .carousel-indicators li {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.agfw-project.show .detailbox.projectsupporters .content, .agfw-project.show .detailbox.projectpartners .content {
  padding: 0;
}
.agfw-project.show .detailbox.projectsupporters .items .item, .agfw-project.show .detailbox.projectpartners .items .item {
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ffffff;
}
.agfw-project.show .detailbox.projectsupporters .items .item .aspectratio-content-inside, .agfw-project.show .detailbox.projectpartners .items .item .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-project.show .detailbox.projectsupporters .items .item .aspectratio-content-inside .aspectratio-content-inside-center, .agfw-project.show .detailbox.projectpartners .items .item .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-project.show .detailbox.projectsupporters .items .item .aspectratio-content-inside .aspectratio-content-inside-center img, .agfw-project.show .detailbox.projectpartners .items .item .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-project.show .detailbox.projectsupporters .items .item .member, .agfw-project.show .detailbox.projectpartners .items .item .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-project.show .detailbox.projectsupporters .items a .item img, .agfw-project.show .detailbox.projectpartners .items a .item img {
  transition: transform 0.3s ease;
}
.agfw-project.show .detailbox.projectsupporters .items a .item:hover img, .agfw-project.show .detailbox.projectpartners .items a .item:hover img {
  transform: scale(1.1);
}

.agfw-projectpartner.list .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-projectpartner.list .items .item .content {
  position: relative;
  height: 100%;
}
.agfw-projectpartner.list .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-projectpartner.list .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-projectpartner.list .items .item .content .background {
  position: relative;
  border-bottom: 2px solid #fff;
}
.agfw-projectpartner.list .items .item .content .background .image {
  padding-bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1rem;
}
.agfw-projectpartner.list .items .item .content .background .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-projectpartner.list .items .item .content .teaser {
  padding: 0.5rem 0.75rem;
}
.agfw-projectpartner.list .items .item .content .details {
  padding: 0.5rem 0.75rem;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
}
.agfw-projectpartner.list .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-projectpartner.list .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-projectpartner.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-projectpartner.show .detailbox.social {
  background-color: transparent;
}
.agfw-projectpartner.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-projectpartner.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-projectpartner.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-projectpartner.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-projectpartner.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-projectpartner.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-projectpartner.show .detailbox.projects .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-projectpartner.show .detailbox.projects .content .items table tr[data-href]:hover {
  cursor: pointer;
}

.agfw-projectsupporter.list .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-projectsupporter.list .items .item .content {
  position: relative;
  height: 100%;
}
.agfw-projectsupporter.list .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-projectsupporter.list .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-projectsupporter.list .items .item .content .background {
  position: relative;
  border-bottom: 2px solid #fff;
}
.agfw-projectsupporter.list .items .item .content .background .image {
  padding-bottom: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1rem;
}
.agfw-projectsupporter.list .items .item .content .background .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-projectsupporter.list .items .item .content .teaser {
  padding: 0.5rem 0.75rem;
}
.agfw-projectsupporter.list .items .item .content .details {
  padding: 0.5rem 0.75rem;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
}
.agfw-projectsupporter.list .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-projectsupporter.list .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-projectsupporter.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-projectsupporter.show .detailbox.social {
  background-color: transparent;
}
.agfw-projectsupporter.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-projectsupporter.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-projectsupporter.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-projectsupporter.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-projectsupporter.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-projectsupporter.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-projectsupporter.show .detailbox.projects .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-projectsupporter.show .detailbox.projects .content .items table tr[data-href]:hover {
  cursor: pointer;
}

.agfw-organization.list .googlemap, .agfw-organization.show .googlemap {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar, .agfw-organization.show .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar:before, .agfw-organization.show .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .header, .agfw-organization.show .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .title, .agfw-organization.show .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text ul, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text ul li, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text ul li i, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text ul li ul.list, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .text ul li ul.list li, .agfw-organization.show .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .image, .agfw-organization.show .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .image .background, .agfw-organization.show .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .image .background.image, .agfw-organization.show .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-organization.list .googlemap.googlemap-api .infosidebar .image .background.logo, .agfw-organization.show .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button img, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-organization.list .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before, .agfw-organization.show .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-organization.list .filter .toggleOrganizationListFilter button {
  position: relative;
}
.agfw-organization.list .filter .toggleOrganizationListFilter button:after {
  border-color: transparent transparent #2f2f2f transparent;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:after {
  border-color: #2f2f2f transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  content: "";
}
.agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:hover, .agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:active, .agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:focus, .agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:focus-within, .agfw-organization.list .filter .toggleOrganizationListFilter button.collapsed:focus-visible {
  background-color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
  color: #2f2f2f !important;
}
.agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed) {
  color: #2f2f2f !important;
  border-color: #d6d6d6 !important;
}
.agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):after {
  border-color: transparent transparent #2f2f2f transparent;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  content: "";
}
.agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):hover, .agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):active, .agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):focus, .agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):focus-within, .agfw-organization.list .filter .toggleOrganizationListFilter button:not(.collapsed):focus-visible {
  background-color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
  color: #2f2f2f !important;
}
.agfw-organization.list .filter .organizationListFilter .items {
  overflow: hidden;
  max-height: 9999px;
  transition: height 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .agfw-organization.list .filter .organizationListFilter .items {
    max-height: inherit;
    transition: none !important;
    padding: 0;
    border: 0;
    border-top: 0;
  }
  .agfw-organization.list .filter .organizationListFilter .items .collapsed {
    transition: none !important;
  }
  .agfw-organization.list .filter .organizationListFilter .items .item {
    margin: 0px 1px !important;
    margin-bottom: 0 !important;
  }
}
.agfw-organization.list .filter .organizationListFilter .items.collapsed {
  max-height: 0;
  transition: height 0.3s ease;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .agfw-organization.list .filter .organizationListFilter .items.collapsed {
    max-height: inherit;
  }
}
@media only print {
  .agfw-organization.list .filter .organizationListFilter .items.collapsed {
    max-height: inherit;
  }
}
.agfw-organization.list .filter .organizationListFilter .items .item {
  margin: 0px 0px;
  margin-bottom: 0.5rem;
  flex-basis: 25% !important;
}
.agfw-organization.list .filter .organizationListFilter .items .item:first-child {
  margin-left: 0;
}
.agfw-organization.list .filter .organizationListFilter .items .item:last-child {
  margin-right: 0;
}
.agfw-organization.list .filter .organizationListFilter .items .item .title {
  display: block;
  color: #fff;
  padding: 5px 5px;
  position: relative;
  background-color: #2f2f2f;
  margin-bottom: 2px;
}
.agfw-organization.list .filter .organizationListFilter .items .item .content {
  padding: 0px 0px;
}
.agfw-organization.list > .items .item {
  border-top: 2px solid #2f2f2f;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  transition: background-color 0.3s;
}
.agfw-organization.list > .items .item:hover {
  background-color: #e8e8e8;
}
.agfw-organization.list > .items .item .background {
  position: relative;
  padding: 30px;
}
.agfw-organization.list > .items .item .background .image {
  padding-bottom: 33%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.agfw-organization.list > .items .item .background .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-organization.list > .items .item .content {
  padding: 0.5rem;
  border-top: 2px solid #fff;
  color: #333333;
}
.agfw-organization.list > .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  margin: 0px !important;
  font-weight: bold;
}
.agfw-organization.show .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-organization.show .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-organization.show .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-organization.show .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-organization.show .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-organization.show .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-organization.show .detailbox .content .link {
  color: inherit;
}
.agfw-organization.show .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-organization.show .detailbox.map .googlemap {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 270px;
  max-width: 270px;
  display: none;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .header {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
  position: relative;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .title {
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text {
  padding: 0.5rem;
  padding-top: 0;
  position: relative;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li i {
  margin-right: 5px;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .text ul li ul.list li {
  display: list-item;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.image {
  background-size: cover;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .infosidebar .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c {
  transform: translate(-50%, -100%);
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0;
  box-shadow: none;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
  border: 1px solid #ffffff;
  max-width: 200px !important;
  min-width: 200px !important;
}
@media (max-width: 991px) {
  .agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow {
    max-width: none !important;
    min-width: none !important;
  }
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .title h4 {
  font-size: inherit;
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 0.3rem 1.75rem 0.3rem 0.5rem;
  margin: 0;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .text {
  padding: 0.5rem;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
  padding-bottom: 50%;
  position: relative;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image {
    display: none;
  }
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.image {
  background-size: cover;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .image .background.logo {
  background-size: contain;
  margin: 0.3rem;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c .gm-style-iw-d .infowindow .link {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button {
  top: -1px !important;
  right: -2px !important;
  opacity: 1 !important;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.agfw-organization.show .detailbox.map .googlemap.googlemap-api .gm-style .gm-style-iw-c button:before {
  font-weight: 900 !important;
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #ffffff !important;
}
.agfw-organization.show .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-organization.show .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-organization.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-organization.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-organization.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-organization.show .detailbox.social {
  background-color: transparent;
}
.agfw-organization.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-organization.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-organization.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-organization.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-organization.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-organization.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-organization.show .detailbox.country .content ul, .agfw-organization.show .detailbox.state .content ul, .agfw-organization.show .detailbox.services .content ul, .agfw-organization.show .detailbox.products .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-organization.show .detailbox.country .content ul li, .agfw-organization.show .detailbox.state .content ul li, .agfw-organization.show .detailbox.services .content ul li, .agfw-organization.show .detailbox.products .content ul li {
  margin-bottom: 6px;
}
.agfw-organization.show .detailbox.country .content ul li:before, .agfw-organization.show .detailbox.state .content ul li:before, .agfw-organization.show .detailbox.services .content ul li:before, .agfw-organization.show .detailbox.products .content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-organization.show .detailbox.country .content ul li:last-child, .agfw-organization.show .detailbox.state .content ul li:last-child, .agfw-organization.show .detailbox.services .content ul li:last-child, .agfw-organization.show .detailbox.products .content ul li:last-child {
  margin-bottom: 0px;
}

.agfw-organizationregistration .detailbox {
  margin-bottom: 30px;
}
.agfw-organizationregistration .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-organizationregistration .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-organizationregistration .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-organizationregistration .detailbox .content .description {
  font-style: italic;
}
.agfw-organizationregistration .progressbar .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.agfw-organizationregistration .progressbar .steps .step {
  background-color: #d6d6d6;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  color: #333333;
}
.agfw-organizationregistration .progressbar .steps .step:first-child {
  margin-left: 0;
}
.agfw-organizationregistration .progressbar .steps .step.step-1:after, .agfw-organizationregistration .progressbar .steps .step.step-2:after, .agfw-organizationregistration .progressbar .steps .step.step-3:after, .agfw-organizationregistration .progressbar .steps .step.step-4:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #d6d6d6;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-organizationregistration .progressbar .steps .step.step-2:before, .agfw-organizationregistration .progressbar .steps .step.step-3:before, .agfw-organizationregistration .progressbar .steps .step.step-4:before, .agfw-organizationregistration .progressbar .steps .step.step-5:before {
  position: absolute;
  top: 50%;
  left: 0%;
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  border-left-color: white;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-organizationregistration .progressbar .steps .step.step-2.current:before, .agfw-organizationregistration .progressbar .steps .step.step-3.current:before, .agfw-organizationregistration .progressbar .steps .step.step-4.current:before, .agfw-organizationregistration .progressbar .steps .step.step-5.current:before {
  border-color: #2f2f2f;
  border-left-color: white;
}
.agfw-organizationregistration .progressbar .steps .step.step-2.active:before, .agfw-organizationregistration .progressbar .steps .step.step-3.active:before, .agfw-organizationregistration .progressbar .steps .step.step-4.active:before, .agfw-organizationregistration .progressbar .steps .step.step-5.active:before {
  border-color: #eb6200;
  border-left-color: white;
}
.agfw-organizationregistration .progressbar .steps .step.step-1 {
  z-index: 4;
}
.agfw-organizationregistration .progressbar .steps .step.step-2 {
  z-index: 3;
}
.agfw-organizationregistration .progressbar .steps .step.step-3 {
  z-index: 2;
}
.agfw-organizationregistration .progressbar .steps .step.step-4 {
  z-index: 1;
}
.agfw-organizationregistration .progressbar .steps .step.step-5 {
  z-index: 0;
}
.agfw-organizationregistration .progressbar .steps .step.current {
  background-color: #2f2f2f;
  color: #ffffff;
}
.agfw-organizationregistration .progressbar .steps .step.current:after {
  border-left-color: #2f2f2f;
}
.agfw-organizationregistration .progressbar .steps .step.active {
  background-color: #eb6200;
  color: #ffffff;
}
.agfw-organizationregistration .progressbar .steps .step.active:after {
  border-left-color: #eb6200;
}
.agfw-organizationregistration .progressbar .steps .step.active .icon {
  display: none;
}
.agfw-organizationregistration .progressbar .steps .step .icon {
  display: none;
}
.agfw-organizationregistration .progressbar .steps .step .text {
  display: inline-block;
  z-index: 1;
}

.agfw-organizationservice.list .items .item,
.agfw-organizationproduct.list .items .item {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.agfw-organizationservice.list .items .item .content,
.agfw-organizationproduct.list .items .item .content {
  position: relative;
  height: 100%;
}
.agfw-organizationservice.list .items .item .content .title,
.agfw-organizationproduct.list .items .item .content .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-organizationservice.list .items .item .content .title h3,
.agfw-organizationproduct.list .items .item .content .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-organizationservice.list .items .item .content .background,
.agfw-organizationproduct.list .items .item .content .background {
  position: relative;
  border-bottom: 2px solid #fff;
}
.agfw-organizationservice.list .items .item .content .background .image,
.agfw-organizationproduct.list .items .item .content .background .image {
  padding-bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1rem;
}
.agfw-organizationservice.list .items .item .content .details,
.agfw-organizationproduct.list .items .item .content .details {
  padding: 0.5rem 0.75rem;
  padding-bottom: 3.5rem;
  font-weight: bold;
}
.agfw-organizationservice.list .items .item .content .link,
.agfw-organizationproduct.list .items .item .content .link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.agfw-organizationservice.list .items .item .content .link .btn,
.agfw-organizationproduct.list .items .item .content .link .btn {
  background-color: #fafafa;
}
.agfw-organizationservice.show .videos .image,
.agfw-organizationproduct.show .videos .image {
  padding-bottom: 50%;
  position: relative;
}
.agfw-organizationservice.show .videos .image .image-embed-item,
.agfw-organizationproduct.show .videos .image .image-embed-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.agfw-organizationservice.show .videos .carousel-control-prev,
.agfw-organizationservice.show .videos .carousel-control-next,
.agfw-organizationproduct.show .videos .carousel-control-prev,
.agfw-organizationproduct.show .videos .carousel-control-next {
  bottom: 40px;
}
.agfw-organizationservice.show .videos .carousel-control-prev span,
.agfw-organizationservice.show .videos .carousel-control-next span,
.agfw-organizationproduct.show .videos .carousel-control-prev span,
.agfw-organizationproduct.show .videos .carousel-control-next span {
  transform: translateY(15px);
}
.agfw-organizationservice.show .videos .carousel-indicators,
.agfw-organizationproduct.show .videos .carousel-indicators {
  margin-bottom: 15px;
}
.agfw-organizationservice.show .videos .carousel-indicators li,
.agfw-organizationproduct.show .videos .carousel-indicators li {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.agfw-organizationservice.show .detailbox,
.agfw-organizationproduct.show .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-organizationservice.show .detailbox .title,
.agfw-organizationproduct.show .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-organizationservice.show .detailbox .title h4,
.agfw-organizationproduct.show .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-organizationservice.show .detailbox .content,
.agfw-organizationproduct.show .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-organizationservice.show .detailbox .content .items table:not(.table-borderless) td,
.agfw-organizationproduct.show .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-organizationservice.show .detailbox .content .items table tr[data-href]:hover,
.agfw-organizationproduct.show .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-organizationservice.show .detailbox .content .link,
.agfw-organizationproduct.show .detailbox .content .link {
  color: inherit;
}
.agfw-organizationservice.show .detailbox .content .link .btn,
.agfw-organizationproduct.show .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-organizationservice.show .detailbox.logo,
.agfw-organizationproduct.show .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-organizationservice.show .detailbox.logo .aspectratio-content-inside,
.agfw-organizationproduct.show .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-organizationservice.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-organizationproduct.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-organizationservice.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-organizationproduct.show .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-organizationservice.show .detailbox.logo .member,
.agfw-organizationproduct.show .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-organizationservice.show .detailbox.tags .content ul,
.agfw-organizationproduct.show .detailbox.tags .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-organizationservice.show .detailbox.tags .content ul li,
.agfw-organizationproduct.show .detailbox.tags .content ul li {
  margin-bottom: 6px;
}
.agfw-organizationservice.show .detailbox.tags .content ul li:before,
.agfw-organizationproduct.show .detailbox.tags .content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-organizationservice.show .detailbox.tags .content ul li:last-child,
.agfw-organizationproduct.show .detailbox.tags .content ul li:last-child {
  margin-bottom: 0px;
}
.agfw-organizationservice.show .detailbox.services .content ul, .agfw-organizationservice.show .detailbox.products .content ul,
.agfw-organizationproduct.show .detailbox.services .content ul,
.agfw-organizationproduct.show .detailbox.products .content ul {
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0px;
}
.agfw-organizationservice.show .detailbox.services .content ul li, .agfw-organizationservice.show .detailbox.products .content ul li,
.agfw-organizationproduct.show .detailbox.services .content ul li,
.agfw-organizationproduct.show .detailbox.products .content ul li {
  margin-bottom: 6px;
}
.agfw-organizationservice.show .detailbox.services .content ul li:before, .agfw-organizationservice.show .detailbox.products .content ul li:before,
.agfw-organizationproduct.show .detailbox.services .content ul li:before,
.agfw-organizationproduct.show .detailbox.products .content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: -23px;
  color: #2f2f2f;
}
.agfw-organizationservice.show .detailbox.services .content ul li:last-child, .agfw-organizationservice.show .detailbox.products .content ul li:last-child,
.agfw-organizationproduct.show .detailbox.services .content ul li:last-child,
.agfw-organizationproduct.show .detailbox.products .content ul li:last-child {
  margin-bottom: 0px;
}
.agfw-organizationservice.show .detailbox.social,
.agfw-organizationproduct.show .detailbox.social {
  background-color: transparent;
}
.agfw-organizationservice.show .detailbox.social .items,
.agfw-organizationproduct.show .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-organizationservice.show .detailbox.social .items .item,
.agfw-organizationproduct.show .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-organizationservice.show .detailbox.social .items .item i,
.agfw-organizationproduct.show .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-organizationservice.show .detailbox.social .items .item a,
.agfw-organizationproduct.show .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-organizationservice.show .detailbox.social .items .item a i,
.agfw-organizationproduct.show .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-organizationservice.show .detailbox.social .items .item:last-child,
.agfw-organizationproduct.show .detailbox.social .items .item:last-child {
  margin-right: 0px;
}
.agfw-organizationservice.showorganization .detailbox,
.agfw-organizationproduct.showorganization .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-organizationservice.showorganization .detailbox .title,
.agfw-organizationproduct.showorganization .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-organizationservice.showorganization .detailbox .title h4,
.agfw-organizationproduct.showorganization .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-organizationservice.showorganization .detailbox .content,
.agfw-organizationproduct.showorganization .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-organizationservice.showorganization .detailbox .content .items table:not(.table-borderless) td,
.agfw-organizationproduct.showorganization .detailbox .content .items table:not(.table-borderless) td {
  border-top: 1px solid #7c7c7c;
}
.agfw-organizationservice.showorganization .detailbox .content .items table tr[data-href]:hover,
.agfw-organizationproduct.showorganization .detailbox .content .items table tr[data-href]:hover {
  cursor: pointer;
}
.agfw-organizationservice.showorganization .detailbox .content .link,
.agfw-organizationproduct.showorganization .detailbox .content .link {
  color: inherit;
}
.agfw-organizationservice.showorganization .detailbox .content .link .btn,
.agfw-organizationproduct.showorganization .detailbox .content .link .btn {
  background-color: #fafafa;
}
.agfw-organizationservice.showorganization .detailbox.logo,
.agfw-organizationproduct.showorganization .detailbox.logo {
  border-top: 2px solid #2f2f2f;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.agfw-organizationservice.showorganization .detailbox.logo .aspectratio-content-inside,
.agfw-organizationproduct.showorganization .detailbox.logo .aspectratio-content-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agfw-organizationservice.showorganization .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center,
.agfw-organizationproduct.showorganization .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.agfw-organizationservice.showorganization .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img,
.agfw-organizationproduct.showorganization .detailbox.logo .aspectratio-content-inside .aspectratio-content-inside-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agfw-organizationservice.showorganization .detailbox.logo .member,
.agfw-organizationproduct.showorganization .detailbox.logo .member {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 0.6rem;
  padding: 1px 3px;
}
.agfw-organizationservice.showorganization .detailbox.social,
.agfw-organizationproduct.showorganization .detailbox.social {
  background-color: transparent;
}
.agfw-organizationservice.showorganization .detailbox.social .items,
.agfw-organizationproduct.showorganization .detailbox.social .items {
  margin-bottom: -10px;
}
.agfw-organizationservice.showorganization .detailbox.social .items .item,
.agfw-organizationproduct.showorganization .detailbox.social .items .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.agfw-organizationservice.showorganization .detailbox.social .items .item i,
.agfw-organizationproduct.showorganization .detailbox.social .items .item i {
  font-size: 1.8rem;
  color: #f0f0f0;
}
.agfw-organizationservice.showorganization .detailbox.social .items .item a,
.agfw-organizationproduct.showorganization .detailbox.social .items .item a {
  display: inline-block;
}
.agfw-organizationservice.showorganization .detailbox.social .items .item a i,
.agfw-organizationproduct.showorganization .detailbox.social .items .item a i {
  color: #2f2f2f;
}
.agfw-organizationservice.showorganization .detailbox.social .items .item:last-child,
.agfw-organizationproduct.showorganization .detailbox.social .items .item:last-child {
  margin-right: 0px;
}

.agfw-user .detailbox {
  margin-bottom: 30px;
}
.agfw-user .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-user .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-user .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-user .detailbox .content .buttons {
  border-top: 1px solid #fff;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.agfw-userregistrationnewsletter .detailbox {
  margin-bottom: 30px;
}
.agfw-userregistrationnewsletter .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-userregistrationnewsletter .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-userregistrationnewsletter .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-userregistrationnewsletter .detailbox .content .buttons {
  border-top: 1px solid #fff;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.agfw-cart .cartsummary .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-cart .cartsummary .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-cart .cartsummary .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-cart .cartsummary .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-cart .cartsummary .detailbox .content table tr {
  border-bottom: 1px solid #fff;
}
.agfw-cart .cartsummary .detailbox .content table tr:last-child {
  border-bottom: none;
}
.agfw-cart .cartsummary .detailbox .content table tr td {
  line-height: 1.5rem;
}
.agfw-cart .cartsettings .detailbox {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  overflow: hidden;
}
.agfw-cart .cartsettings .detailbox .title {
  background-color: #eb6200;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-cart .cartsettings .detailbox .title h4 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-cart .cartsettings .detailbox .content {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-cart .cartsettings .detailbox .content .item {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.agfw-cart .cartsettings .detailbox .content .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.agfw-cart .show .items .item,
.agfw-cart .show .items .detailbox {
  margin-bottom: 30px;
}
.agfw-cart .show .items .item .title,
.agfw-cart .show .items .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-cart .show .items .item .title h3,
.agfw-cart .show .items .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-cart .show .items .item .title h3 a,
.agfw-cart .show .items .detailbox .title h3 a {
  color: #fff;
}
.agfw-cart .show .items .item .content,
.agfw-cart .show .items .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-cart .show .items .item .info,
.agfw-cart .show .items .detailbox .info {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0rem 0.75rem 0.5rem 0.75rem;
}
.agfw-cart .show .items .item .info .actions .btn.btn-custom,
.agfw-cart .show .items .detailbox .info .actions .btn.btn-custom {
  background-color: #fff;
  border-color: #fff;
  color: #2f2f2f;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agfw-cart .show .items .item .info .actions .remove,
.agfw-cart .show .items .detailbox .info .actions .remove {
  margin-right: 27px;
}
.agfw-cart .show .items .item .info .actions .amount,
.agfw-cart .show .items .detailbox .info .actions .amount {
  color: #2f2f2f;
  min-width: 27px;
}
.agfw-cart .show .items .item .info .actions .amount .increment i,
.agfw-cart .show .items .item .info .actions .amount .decrement i,
.agfw-cart .show .items .detailbox .info .actions .amount .increment i,
.agfw-cart .show .items .detailbox .info .actions .amount .decrement i {
  font-size: 0.7rem;
}
.agfw-cart .checkout .detailbox {
  margin-bottom: 30px;
}
.agfw-cart .checkout .detailbox > .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.agfw-cart .checkout .detailbox > .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.agfw-cart .checkout .detailbox > .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.agfw-cart .checkout .detailbox > .content .description {
  font-style: italic;
}
.agfw-cart .checkout .progressbar .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.agfw-cart .checkout .progressbar .steps .step {
  background-color: #d6d6d6;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  color: #333333;
}
.agfw-cart .checkout .progressbar .steps .step:first-child {
  margin-left: 0;
}
.agfw-cart .checkout .progressbar .steps .step.step-1:after, .agfw-cart .checkout .progressbar .steps .step.step-2:after, .agfw-cart .checkout .progressbar .steps .step.step-3:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #d6d6d6;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-cart .checkout .progressbar .steps .step.step-2:before, .agfw-cart .checkout .progressbar .steps .step.step-3:before, .agfw-cart .checkout .progressbar .steps .step.step-4:before {
  position: absolute;
  top: 50%;
  left: 0%;
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #d6d6d6;
  border-left-color: white;
  border-width: 18px;
  margin-top: -18px;
}
.agfw-cart .checkout .progressbar .steps .step.step-2.current:before, .agfw-cart .checkout .progressbar .steps .step.step-3.current:before, .agfw-cart .checkout .progressbar .steps .step.step-4.current:before {
  border-color: #2f2f2f;
  border-left-color: white;
}
.agfw-cart .checkout .progressbar .steps .step.step-2.active:before, .agfw-cart .checkout .progressbar .steps .step.step-3.active:before, .agfw-cart .checkout .progressbar .steps .step.step-4.active:before {
  border-color: #eb6200;
  border-left-color: white;
}
.agfw-cart .checkout .progressbar .steps .step.step-1 {
  z-index: 4;
}
.agfw-cart .checkout .progressbar .steps .step.step-2 {
  z-index: 3;
}
.agfw-cart .checkout .progressbar .steps .step.step-3 {
  z-index: 1;
}
.agfw-cart .checkout .progressbar .steps .step.step-4 {
  z-index: 0;
}
.agfw-cart .checkout .progressbar .steps .step.current {
  background-color: #2f2f2f;
  color: #ffffff;
}
.agfw-cart .checkout .progressbar .steps .step.current:after {
  border-left-color: #2f2f2f;
}
.agfw-cart .checkout .progressbar .steps .step.active {
  background-color: #eb6200;
  color: #ffffff;
}
.agfw-cart .checkout .progressbar .steps .step.active:after {
  border-left-color: #eb6200;
}
.agfw-cart .checkout .progressbar .steps .step.active .icon {
  display: none;
}
.agfw-cart .checkout .progressbar .steps .step .icon {
  display: none;
}
.agfw-cart .checkout .progressbar .steps .step .text {
  display: inline-block;
  z-index: 1;
}
.agfw-cart .checkout.invoice .form-control:not(.alert-danger) {
  background-color: #fff;
}
.agfw-cart .checkout.attendee .attendees .attendee {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.agfw-cart .checkout.attendee .attendees .attendee:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.agfw-cart .checkout.attendee .attendees .attendee .form-control:not(.alert-danger) {
  background-color: #fff;
}
.agfw-cart .checkout.attendee .attendees .attendee .title {
  text-decoration: underline;
}
.agfw-cart .checkout.summary .invoice .content .title {
  text-decoration: underline;
}
.agfw-cart .checkout.summary .events .content .events .event {
  margin-bottom: 1.5rem;
  background-color: #fff;
  padding: 0.5rem;
}
.agfw-cart .checkout.summary .events .content .events .event .title {
  padding: 0rem 0rem 0.5rem 0rem;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
}
.agfw-cart .checkout.summary .events .content .events .event .title a:hover {
  text-decoration: none;
}
.agfw-cart .checkout.summary .events .content .events .event .info {
  padding: 0.5rem 0.5rem;
  background-color: #fff;
}
.agfw-cart .checkout.summary .events .content .events .event .info .details .items,
.agfw-cart .checkout.summary .events .content .events .event .info .events .items,
.agfw-cart .checkout.summary .events .content .events .event .info .attendees .items {
  margin: 0;
  padding-left: 15px;
}
.agfw-cart .checkout.summary .events .content .events .event .info .details .items .item,
.agfw-cart .checkout.summary .events .content .events .event .info .events .items .item,
.agfw-cart .checkout.summary .events .content .events .event .info .attendees .items .item {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.agfw-cart .checkout.summary .events .content .events .event .info .details .items .item a:hover,
.agfw-cart .checkout.summary .events .content .events .event .info .events .items .item a:hover,
.agfw-cart .checkout.summary .events .content .events .event .info .attendees .items .item a:hover {
  text-decoration: none;
}
.agfw-cart .checkout.summary .events .content .events .event .subtotal {
  padding: 0.5rem 0rem 0rem 0rem;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.agfw-cart .checkout.summary .events .content .events .event .subtotal .totalprice {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .agfw-cart .checkout.summary .events .content .events .event .subtotal .price {
    flex: 0 0 30%;
  }
  .agfw-cart .checkout.summary .events .content .events .event .subtotal .amount {
    flex: 0 0 30%;
  }
  .agfw-cart .checkout.summary .events .content .events .event .subtotal .totalprice {
    flex: 0 0 40%;
  }
}
.agfw-cart .checkout.summary .events .content .total .content {
  background-color: #fff;
  padding: 0.5rem;
  display: inline-block;
}
.agfw-cart .checkout.summary .events .content .total .content table tr {
  border-bottom: 1px solid #f0f0f0;
}
.agfw-cart .checkout.summary .events .content .total .content table tr:last-child {
  border-bottom: 0;
}
.agfw-cart .checkout.summary .events .content .total .content table tr:last-child td {
  padding-bottom: 0;
}
.agfw-cart .checkout.summary .events .content .total .content table tr:first-child td {
  padding-top: 0;
}
.agfw-cart .checkout.summary .events .content .total .content table tr.gross {
  font-weight: 600;
}
.agfw-cart .checkout.summary .events .content .total .content table tr td {
  padding: 0.3rem 0rem;
}
.agfw-cart .checkout.summary .events .content .total .content table tr td:last-child {
  padding-left: 1rem;
  width: 1%;
}
.tx-indexedsearch-res {
  background-color: #f0f0f0;
  padding: 1rem;
  margin-bottom: 1rem;
}
.tx-indexedsearch-res h3 {
  font-size: inherit;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ffffff;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-icon img {
  vertical-align: top;
}
.tx-indexedsearch-res .tx-indexedsearch-title {
  font-weight: bold;
}
.tx-indexedsearch-res .tx-indexedsearch-title:after {
  content: " - ";
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  font-weight: bold;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin-bottom: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #ffffff;
  margin-bottom: 0px;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt,
.tx-indexedsearch-res .tx-indexedsearch-info dd {
  display: inline;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-text-item-path p,
.tx-indexedsearch-res .tx-indexedsearch-info dd.tx-indexedsearch-text-item-path p {
  display: inline !important;
}

.frame-type-felogin_login .detailbox {
  margin-bottom: 30px;
}
.frame-type-felogin_login .detailbox .title {
  background-color: #2f2f2f;
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
.frame-type-felogin_login .detailbox .title h3 {
  font-size: inherit !important;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0px !important;
}
.frame-type-felogin_login .detailbox .content {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.frame-type-felogin_login .detailbox .content .buttons {
  border-top: 1px solid #fff;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

#cookieman-modal .modal-dialog .modal-content .modal-header {
  margin-bottom: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .card-header {
  padding: 8px 5px;
  margin-bottom: 0;
  background-color: #2f2f2f;
  border-bottom: 2px solid #fff;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .card-header a:hover {
  text-decoration: none;
}
#cookieman-modal .modal-dialog .modal-content .modal-body button[data-toggle=collapse][data-target="#cookieman-settings"]:after {
  font-size: 1.5rem;
}
#cookieman-modal .modal-dialog .modal-content .modal-body a[data-toggle=collapse]:after {
  font-size: 1.5rem;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer button {
  margin-left: 0.25rem;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer button[data-cookieman-accept-none] {
  background-color: #fff !important;
  border-color: #2f2f2f !important;
  color: #2f2f2f !important;
}

/*# sourceMappingURL=styles.css.map */
