.article--content blockquote {
  border-left: 3px #def81a solid;
  padding: 0 0 0 6rem;
  margin: 3rem 0;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 700;
}

.article--content blockquote em {
  display: block;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  opacity: .7;
  text-align: right;
  font-style: normal;
}

.selecter ~ .select2-container {
  width: 100% !important;
  margin-left: 0 !important;
}

.selecter ~ .select2-container--focus .select2-selection--multiple {
  border: 0 !important;
}

.selecter ~ .select2-container .select2-selection--multiple {
  border: 0;
  margin-top: 5px;
  border-radius: 0;
}

.selecter ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  background: #def81a;
}

.selecter ~ .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 8px;
}

.select2-container--open .select2-dropdown--below {
  left: 0px !important;
  top: 10px !important;
}

.loader {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .6;
}

.loader img {
  min-width: 36px;
  margin: 0 20px;
}

.loader--special {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.loader--special img {
  margin-left: 0;
}

#filters > div {
  max-width: 20%;
}

#filters > div select:focus {
  outline: none;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.embed-responsive {
  position: relative;
  display: inline-table;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contentContainer--black a:not(.btn) {
  color: #def81a;
}

.contentContainer--black ul {
  margin: 2rem 0 2rem 4rem;
}

.contentContainer--black ul li {
  margin-top: 1.5rem;
}
/*# sourceMappingURL=typo.css.map */