.brafton-block__list {
  padding: 0;
}
.brafton-block__list .wrap .gray-bar {
  background: transparent;
  text-align: center;
}

.list-type-interactive-reveal {
  display: none;
}
@media only screen and (min-width: 786px) {
  .list-type-interactive-reveal {
    display: block;
  }
}
.list-type-interactive-reveal ol {
  margin-left: 3em;
  margin-top: 0;
}
.list-type-interactive-reveal table td {
  vertical-align: baseline;
}
.list-type-interactive-reveal table img {
  max-height: 50px;
  width: auto;
}
.list-type-interactive-reveal table img ~ * {
  line-height: 50px;
}
.list-type-interactive-reveal .container {
  position: relative;
  overflow: hidden;
}
.list-type-interactive-reveal .container:after {
  position: absolute;
  bottom: 0;
  display: block;
  background: #EAEDF2;
  background: linear-gradient(0deg, #eaedf2 73%, rgba(255, 255, 255, 0) 92%);
  width: 100%;
  height: 60px;
  content: "";
  z-index: 1;
}
.list-type-interactive-reveal .container .list-item {
  margin-bottom: 40px;
}
.list-type-interactive-reveal .container .list-item h3 {
  color: white;
  background-color: #B8BABC;
  margin-bottom: 0;
  padding: 0.5em 0.25em;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1030px) {
  .list-type-interactive-reveal .container .list-item h3 {
    padding: 0.5em 1.25em;
    font-size: 24px;
  }
}
.list-type-interactive-reveal .container .list-item h3.active {
  background-color: var(--brafton-green);
}
.list-type-interactive-reveal .container .list-item .text {
  height: 201px;
  min-height: 275px;
  transition: 1.2s all ease-in-out;
  margin-right: 2em;
}
.list-type-interactive-reveal .container .list-item .text h3.active ~ .reveal-content {
  z-index: 1;
}
.list-type-interactive-reveal .container .list-item .text .reveal-content, .list-type-interactive-reveal .container .list-item .text .spacer {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #EAEDF2;
  padding: 2em 3em;
  min-height: 275px;
  transition: 1.2s all ease-in-out;
}
.list-type-interactive-reveal .container .list-item .text .spacer {
  opacity: 1;
}
.list-type-interactive-reveal .container .list-item:first-child .text .reveal-content {
  opacity: 1;
}
.list-type-interactive-reveal .container .list-item:last-of-type .text {
  margin-right: 0;
}
.list-type-interactive-reveal img.open-this-interactive {
  margin: auto;
  display: block;
  position: relative;
  bottom: 50px;
  z-index: 1;
  cursor: pointer;
}
.list-type-interactive-reveal img.open-this-interactive.open {
  transform: rotate(180deg);
}

.infographics #contentInner {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 540px) {
  .infographics #contentInner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1030px) {
  .infographics #contentInner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.infographics .infographic {
  padding: 0 !important;
}
.infographics .infographic .thumb {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  transition: 0.4s all;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7) inset;
  position: relative;
}
.infographics .infographic .thumb .wp-block-button {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s background-color ease-in-out;
}
.infographics .infographic .thumb .wp-block-button .wp-block-button__link {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease-in-out;
}
.infographics .infographic .thumb:hover .wp-block-button {
  background-color: transparent;
}
.infographics .infographic .thumb:hover .wp-block-button .wp-block-button__link {
  opacity: 1;
  pointer-events: all;
}
.infographics .more {
  transition: 0.4s all;
}
.infographics + .wp-block-button {
  display: flex;
  justify-content: center;
}

dialog {
  padding: 4rem;
  border: 0;
}
dialog::backdrop {
  background-color: gray;
  opacity: 0.9;
}
dialog .infographic-popup {
  max-height: 750px;
}
dialog .infographic-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  border-radius: 100%;
  color: gray;
  border: 1px solid gray;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-items: center;
}
dialog .infographic-share {
  position: absolute;
  top: 4rem;
  left: 2rem;
  width: 2rem;
  height: 100%;
}

.fancybox-title-float-wrap {
  top: 130px;
  bottom: auto !important;
  position: fixed !important;
}
.fancybox-title-float-wrap .child {
  background: transparent !important;
}

/*# sourceMappingURL=live-reload.css.map */
