.accordion-info-content ul {
  list-style-type: unset;
  padding: 0 20px 40px;
}

.accordion-info-content ul li a {
  color: #ff3333 !important;
}

#cover-spin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.gal-hide {
  display: none !important;
}
.gal-show {
  display: block !important;
}
.location-content {
  padding-bottom: 60px;
}
.accordion-title::after {
  background-position: center center;
  bottom: auto;
  width: 30px;
  height: 25px;
}
.collapsible-block .accordion-block.active .accordion-title::after {
  bottom: 10px;
}
.collapsible-block .accordion-title::after {
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-box.large-box {
  margin-top: 40px;
}
.info-accordion-content .accordion-block .accordion-title {
  padding-right: 20px;
}
.info-accordion-content .accordion-block .accordion-title::after {
  right: -8px;
  top: 4px;
}
.custom-list li a {
  color: #000 !important;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-word-break: break-word;
  word-break: break-word;
}
.two-image-element .two-image-box a:first-child {
  pointer-events: auto;
}
.link-box ul li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.link-box li a .link-icon {
  min-width: 40px;
}
.frame-type-text p a {
  -webkit-word-break: break-word;
  word-break: break-word;
}
.collapsible-block .accordion-block:last-child {
  margin-bottom: 10px;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #7eddc1;
  box-shadow: none;
}
@media (min-width: 768px) {
  .info-box.large-box {
    margin-top: 0;
  }
  .collapsible-block .accordion-block:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-section.with-breadcrumb .landing-image {
    max-width: 92.5%;
  }
  .news-listing .row {
    margin: 0 -15px;
  }
  .news-listing .row .col-md-6.col-lg-4 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .news-teaser-content a {
    display: inline-block;
  }
  /* .news-listing .row .col-md-6.col-lg-4:nth-child(2n+1), */
  .news-teaser-wrap .news-teaser:nth-child(2n + 2) {
    margin-top: 30px;
    height: 90% !important;
  }
  .news-teaser,
  .news-listing .news-teaser {
    padding: 30px 30px 340px;
  }
  .news-teaser .news-teaser-image img {
    max-height: 372px;
  }
  .link-box li a .link-icon {
    min-width: 60px;
  }
  .accordion-content-box .accordion-info-content p {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-section .container {
    padding: 0 15px;
  }
  .collapsible-block.without-image .text-teaser {
    padding-top: 40px;
  }
}

/*SLA June/July 2021*/
@media (min-width: 768px) {
  .breadcrumb li + li::after {
    top: 5px;
  }

  .info-box {
    padding: 20px 10px 20px 15px;
  }
}

@media (min-width: 992px) {
  .breadcrumb li + li::after {
    top: 8px;
  }

  .navigation nav > ul > li a {
    padding: 20px 50px 20px 20px;
  }

  .navigation {
    min-height: 100vh;
  }

  .navigation nav > ul {
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  .main-footer {
    padding-top: 100px;
  }

  .breadcrumb li + li::after {
    top: 7px;
  }
}

/*SLA Aug/Sep 2021*/
.goto-top {
  pointer-events: none;
}

.goto-top.visible {
  pointer-events: auto;
}

.text-teaser.left-text .text-teaser-content br {
  display: block;
}

.pagination-block {
  padding: 0 15px;
}

.location-bottom-icon ul.left-bottm-icon {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}


.event-detail-view .event-list-teaser {
  padding-bottom: 100px;
}

.event-detail-view .event-list-teaser .btn.back-btn {
  bottom: 30px;
}

.frame ul li:before {
  width: 8px;
  height: 8px;
  background-color: #383434;
  border-radius: 50%;
  display: none;
  left: 0;
  top: 7px;
  }

.tx-indexedsearch-res .hit {
    color: black;
    font-weight: 600;
}


@media (min-width: 576px) {
  .link-box ul li a{
    padding: 10px 15px 10px 5px;
  }
  .linkbox-header {
    padding: 40px 10px 15px 99px;
  }
}

@media (min-width: 768px) {
  .link-main-icon {
    width: 90px;
    height: 90px;
  }
  .linkbox-header {
    padding: 40px 10px 15px 86px;
  }
}

@media (min-width: 1400px) {
  .link-main-icon {
    width: 105px;
    height: 105px;
  }
  .link-box ul li a{
    padding: 10px 15px 10px 60px;
  }
  .linkbox-header {
    padding: 40px 10px 15px 115px;
  }
}

.event-category-desktop ul li a {
  color: #000;
}

.tx-faf-events .event-wrap .btn-wrap {
  padding: 0;
  position: unset;
  margin-bottom: 50px;
}


/* @media
.menu--open .milky-white-bg, .menu--open section, .menu--open div:after {
    /* background-color: rgba(18, 16, 16, 0.72) !important;
} */


@media (min-width: 992px) {
  .menu--open {
      background-color: transparent ;
  }
}

@media (min-width: 992px) {
  .menu--open .brand-logo, .menu--open .site-main, .menu--open footer {
      filter: none;
  }
}

@media (min-width: 992px) {
  .menu--open header.page.headroom--unpinned {
    display: block;
    transform: translateY(0);
  }

  .menu--open .milky-white-bg, .menu--open section, .menu--open div:after {
      background-color: transparent !important;
  }
}

.menu--open {
    overflow: hidden;
}

/* .search-menu-wrapper form .search-submit {

} */

@media (min-width: 768px) {
	.search-menu-wrapper form .search-submit {
		top:22px;
	}
}

@media (min-width: 992px) {
	.search-menu-wrapper form .search-submit {
		top:40px;
	}
}

.text-image-section.image-with-border .text-image-content h2 {
	margin-left:0;
}


/*goto top*/

.goto-top {
	right: 8px;
	bottom: 6px;
}

@media (min-width: 576px) {
	.goto-top {
		right: 30px;
		bottom: 80px;
	}
}

.link-box {
	float: none;
}

form input {	
  color:#000;
}

@media (min-width: 768px) {
    .filter-block select {
      font-size: 13px;
		  padding: 15px 28px 15px 20px;
    }
}


/*june-sla*/
@media (min-width: 992px) {
	.menu--open .navigation {
		pointer-events: none;
	}
	.menu--open .menu-trigger .bars {
		margin-top: -10px;
		width: 35px;
	}
	.menu--open .navigation a {
		pointer-events: auto;
	}

	nav > ul > li > .second-level-menu > li  {
		pointer-events: auto;
	}

	.navigation nav > ul > li.has-sub > .second-level-menu > li.has-sub > .third-level-menu {
        height: 80%;
    }
}

/*Feb-sla*/

@media (min-width: 768px) {
  .event-wrap .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
}