@charset "UTF-8";

/* :root {
  --mine-shaft: $mine_shaft;
} */

@font-face {
  font-family: "icomoon";

  src: url("../../../fonts/icomoon.eot?fssje6");

  src: url("../../../../fonts/icomoon.eot?fssje6#iefix") format("embedded-opentype"), url("../../../../fonts/icomoon.ttf?fssje6") format("truetype"), url("../../../../fonts/icomoon.woff?fssje6") format("woff"), url("../../../../fonts/icomoon.svg?fssje6#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-slide:before {
  content: "\e902";
  color: #999;
}

.icon-left-slide:before {
  content: "\e903";
  color: #999;
}

.icon-arrow_back:before {
  content: "\e900";
}

.icon-arrow_forward:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e904";
}

.icon-mail-envelope-closed:before {
  content: "\e905";
}

.icon-phone_in_talk:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90c";
}

.icon-date_range:before {
  content: "\e908";
}

.icon-calendar_today:before {
  content: "\e909";
}

.icon-floatplane:before {
  content: "\e90d";
}

.icon-layers:before {
  content: "\e90f";
}

.icon-leaf:before {
  content: "\e90e";
}

.icon-fact_check:before {
  content: "\e910";
}

.tab-accordion {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.tab-accordion:last-child {
  margin-bottom: 0;
}

.tab-accordion-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  border: 1px solid #e79123;
  color: #ff7000;
  font-weight: bold;
  cursor: pointer;
}

.tab-accordion-label:hover {
  border: 1px solid #ff7000;
}

.tab-accordion-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.tab-accordion-content {
  padding: 0 1em;
  background: #ffffff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .tab-accordion-content p {
    word-break: break-word;
  }
}

.tab-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab-accordion input:checked + .tab-accordion-label {
  background: #e79123;
  color: #ffffff;
}

.tab-accordion input:checked + .tab-accordion-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tab-accordion input:checked ~ .tab-accordion-content {
  height: auto;
  padding: 15px;
}
/*# sourceMappingURL=../../../maps/molecules/accordion/accordion.css.map */
