.wf {
  font-family: 'HindRegular', sans-serif;
  font-weight: normal;
}
.wf-700 {
  font-family: 'Hind700', sans-serif;
  font-weight: normal;
}
.wf-alt {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.wf-alt-600 {
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.wf-alt-700 {
  font-family: 'Montserrat700', sans-serif;
  font-weight: normal;
}
.wf-alt-800 {
  font-family: 'Montserrat800', sans-serif;
  font-weight: normal;
}
.wf-alt-900 {
  font-family: 'Montserrat900', sans-serif;
  font-weight: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .expand-collapse.has-feat-img .block-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
  }
}
.expand-collapse.has-feat-img .feat-img {
  padding: 3.5em;
  position: relative;
}
.expand-collapse.has-feat-img .feat-img:before {
  background: url(../../img/pattern-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .expand-collapse.has-feat-img .feat-img {
    margin-left: -15px;
    margin-right: 15px;
    width: 50%;
  }
}
.expand-collapse.has-feat-img .feat-img img {
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .expand-collapse.has-feat-img .content-inner {
    padding-top: 1.5em;
    padding-left: 1em;
    width: 50%;
  }
}
.expand-collapse.no-feat-img {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.expand-collapse.no-feat-img .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 980px) {
  .expand-collapse.no-feat-img .block-wrap {
    padding: 0 15px;
  }
}
.expand-collapse.no-feat-img + .no-feat-img:after {
  content: none !important;
}
@media only screen and (min-width: 768px) {
  .expand-collapse .content-inner {
    flex: 1;
    width: 70%;
  }
}
.expand-collapse .content-inner .description-wrap {
  max-width: 800px;
}
.expand-collapse .content-inner .description-wrap .meta-info .item {
  border: none;
}
.expand-collapse .content-inner .description-wrap + .item {
  margin-top: 1.5em;
}
.expand-collapse .item {
  background-color: #fdf7e7;
  border-radius: 10px;
  margin-top: 1em;
  max-width: 800px;
  overflow: hidden;
}
.expand-collapse .item .expand-collapse-title {
  margin: 0px;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1140px) {
  .expand-collapse .item .expand-collapse-title {
    font-size: 1.15em;
  }
}
.expand-collapse .item .expand-collapse-title a {
  background-color: #E7E6E4;
  color: #222222;
  display: block;
  font-weight: bold;
  padding: 1.1em 40px 1.1em 20px;
  position: relative;
  text-decoration: none;
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 0px solid #E8AE0F;
}
.expand-collapse .item .expand-collapse-title a.open {
  background-color: #fdf7e7;
  border-left: 8px solid #E8AE0F;
}
.expand-collapse .item .expand-collapse-title a.open span:before {
  content: "-";
}
.expand-collapse .item .expand-collapse-title a span:before {
  color: #222222;
  content: "+";
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 25px;
}
.js .expand-collapse .item .expand-collapse-description {
  display: none;
}
.expand-collapse .item .expand-collapse-description .description-wrap {
  padding: 0 40px 20px 20px;
  border-left: 8px solid #E8AE0F;
}
.expand-collapse .item .expand-collapse-description .description-wrap .link-wrap {
  margin-top: 1.5em;
}
.expand-collapse .item .expand-collapse-description .description-wrap ul:first-child,
.expand-collapse .item .expand-collapse-description .description-wrap ol:first-child {
  margin-top: 0;
}
.expand-collapse .item .expand-collapse-description.has-image .inner {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 500px) {
  .expand-collapse .item .expand-collapse-description.has-image .inner {
    display: block;
  }
}
.expand-collapse .item .expand-collapse-description.has-image .img-wrap {
  padding: 1em;
  width: 250px;
}
@media only screen and (max-width: 500px) {
  .expand-collapse .item .expand-collapse-description.has-image .img-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .expand-collapse .item .expand-collapse-description.has-image .img-wrap {
    width: 325px;
  }
}
.expand-collapse .item .expand-collapse-description.has-image .img-wrap img {
  width: 100%;
}
.expand-collapse .item .expand-collapse-description.has-image .description-wrap {
  padding-right: 1.5em;
  flex: 1;
  width: 100%;
}
.expand-collapse + .expand-collapse {
  padding-top: 1em;
}
@media only screen and (min-width: 768px) {
  .expand-collapse .sidebar-wrap {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding-left: 30px;
    width: 30%;
  }
}
.expand-collapse .sidebar-wrap .sidebar {
  width: 100%;
}
.expand-collapse.of-hidden {
  overflow: hidden;
}
.expand-collapse.hide-graphic:after {
  content: none !important;
}
.rtf.bg-color-default + .expand-collapse.bg-color-default {
  padding-top: 0;
}
.wp-block-columns .wp-block-column .expand-collapse {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-columns .wp-block-column .expand-collapse .block-wrap {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-columns .wp-block-column .expand-collapse .content-inner {
  width: 100%;
}
