@charset "UTF-8";
.color-gray {
  color: #7B7B7B !important;
}
#comment-wrap {
  display: none;
}
.et_pb_column_26 .btn--book a {
  background-color: #6CB33F;
}
html:not(.et-fb-top-html.et-fb-preview--desktop) {
  font-size: 20px;
  color: #7B7B7B;
  font-family: europa, sans-serif;
}
.bg-color {
  background-color: #EDEDED;
}
.bg-color--1 {
  background-color: #1C1C1C !important;
}
.bg-color--2 {
  background-color: #494949 !important;
}
.bg-color--3 {
  background-color: #797979 !important;
}
.bg-color--4 {
  background-color: #B3B3B3 !important;
}
.home--hero_banner--section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2021/04/hero-banner-home@2x.png);
  position: relative;
}
.home--hero_banner--container .et_pb_code_inner {
  position: relative;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home--hero_banner--container h1 {
  text-align: center;
  font-size: 64px;
  color: #ffffff;
  font-family: europa, sans-serif;
}
.home--hero_banner--container h1 span {
  display: inline-block;
  position: relative;
}
.home--hero_banner--container h1 span:before {
  content: '';
  display: block;
  height: 4px;
  background-color: #6CB33F;
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  z-index: -1;
}
.home--hero_banner--container p {
  position: absolute;
  left: 50%;
  margin-left: -58px;
  bottom: 40px;
}
.home--hero_banner--container p img {
  width: 160px;
  height: auto;
}
#individuals, #couples, #families, #youth {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
}
.content--section {
  padding: 128px 0 !important;
  background-color: #EDEDED;
}
.content--head {
  background-color: #2E2E2E;
}
.content--head--youth {
  background-color: #797979;
}
.content--head--families {
  background-color: #494949;
}
.content--head--couples {
  background-color: #2E2E2E;
}
.content--head--individuals {
  background-color: #B3B3B3;
}
.content--head h3 {
  padding-left: 64px;
  padding-right: 64px;
  height: 80px;
  align-items: center;
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
}
@media (max-width: 991.98px) {
  .content--head h3 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.content--link {
  padding-left: 49px;
  padding-right: 49px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .content--link {
    padding-left: 0;
    padding-right: 0;
  }
}
.content--link a {
  font-size: 24px;
  padding: 16px 32px 16px 32px;
  background-color: #131313;
  color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 24px;
}
@media (max-width: 1399.98px) {
  .content--link a {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width: 991.98px) {
  .content--link a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .content--link a {
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
}
.content--link a:hover {
  color: #ffffff;
  text-decoration: none;
}
.content--link--donate {
  padding: 16px 96px 16px 32px !important;
  background-color: #6CB33F !important;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url(/wp-content/uploads/2021/04/ico-give@2x.png);
  background-position: calc(100% - 36px) center;
}
@media (max-width: 575.98px) {
  .content--link--donate {
    margin-right: 0 !important;
    padding: 16px 48px 16px 32px !important;
    background-size: 16px;
    background-position: calc(100% - 20px) center;
  }
}
.content--link--green {
  padding: 16px 32px 16px 32px !important;
  background-color: #6CB33F !important;
  background-repeat: no-repeat;
  background-size: 32px;
}
.content--text {
  padding: 64px !important;
}
.content--text--heart h2:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 64px;
  height: 64px;
  background-image: url(/wp-content/uploads/2021/04/ico-support-heart@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content--text--heart .download-list {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.content--text--heart .download-list a {
  width: 100%;
  padding: 12px 32px 12px 80px;
  margin-bottom: 24px;
  margin-right: 32px;
  border-radius: 30px;
  box-shadow: 0px 0px 8px rgba(19, 19, 19, 0.3);
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
  background-color: #ffffff;
  background-image: url(/wp-content/uploads/2021/05/report-green.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: 24px center;
}
.content--text--heart .download-list a:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .content--text--heart .download-list a {
    width: 100%;
    margin-right: 0;
  }
}
.content--text--heart .download-list a:hover {
  background-image: url(/wp-content/uploads/2021/05/report-white.svg);
  background-color: #6CB33F;
  color: #ffffff;
}
.content--text h2 {
  font-family: europa, sans-serif;
  font-size: 56px;
  color: #6CB33F;
  font-weight: 400;
  padding-bottom: 34px;
  position: relative;
}
.content--text h3 {
  font-family: europa, sans-serif;
  font-size: 40px;
  color: #6CB33F;
  font-weight: 400;
  padding-bottom: 34px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .content--text h3 {
    font-size: 32px;
  }
}
.content--text h4 {
  font-size: 28px;
  font-family: europa, sans-serif;
  color: #7B7B7B;
}
.content--text p {
  font-family: europa, sans-serif;
  color: #7B7B7B;
}
.content--text ul {
  padding: 0;
  margin: 0 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.content--text ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  font-size: 20px;
  color: #6CB33F;
  position: relative;
  width: auto;
  margin-right: 30px;
  list-style: none;
}
.content--text ul li:nth-child(1) {
  width: 100%;
}
.content--text ul li:nth-child(1) img {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .content--text ul li {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .content--text ul li {
    width: 100%;
  }
}
.content--text ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6CB33F;
}
.content--rounded {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.content--rounded--top.active {
  border-radius: 30px 30px 0 0;
}
.content--rounded--bottom {
  display: none;
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 0 64px;
}
.content--rounded--bottom > .et_pb_module_inner > .et_pb_de_mach_archive_loop > .repeater-cont > .grid-posts > .dmach-grid-item {
  padding: 64px 0;
  border-bottom: 1px solid #C5C5C5;
}
.content--rounded--bottom > .et_pb_module_inner > .et_pb_de_mach_archive_loop > .repeater-cont > .grid-posts > .dmach-grid-item:last-child {
  border-bottom: none;
}
.content--rounded--bottom.active {
  display: block;
}
.content--rounded--bottom .et_pb_section {
  background-color: transparent;
}
.content--rounded--padding {
  padding: 40px 40px;
  color: #ffffff;
}
.content--rounded--margin {
  margin: 0 40px;
}
.content--rounded--green {
  background-color: #6CB33F;
}
.content--rounded--green .content--desc, .content--rounded--green .content--rounded--header {
  color: #ffffff !important;
}
.content--rounded--green .content--desc {
  background-image: url(/wp-content/uploads/2021/04/ico-arrow-right-white.svg);
}
.content--rounded--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2021/06/hands.jpg);
}
.content--rounded--header {
  min-height: 80px;
  font-size: 56px;
  font-weight: 400;
  font-family: europa, sans-serif;
  color: #6CB33F;
  padding-bottom: 64px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80px auto;
}
.content--rounded--header--partner {
  background-image: url(/wp-content/uploads/2021/04/ico-partner@2x.png);
}
.content--rounded--header--give {
  background-image: url(/wp-content/uploads/2021/04/ico-give@2x.png);
}
.content--rounded--head_type {
  min-height: 196px;
  font-size: 56px;
  font-weight: 400;
  font-family: europa, sans-serif;
  color: #6CB33F;
  line-height: 110%;
  padding-right: 40px;
  background-image: url(/wp-content/uploads/2021/04/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
}
.content--rounded--bg--black {
  background-color: #131313;
  height: inherit !important;
}
.content--rounded p span {
  color: #6CB33F;
}
.content--list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content--list--black {
  justify-content: flex-start;
}
.content--list--black ul li {
  color: #7B7B7B !important;
}
.content--list--black ul li:before {
  background-color: #7B7B7B !important;
}
.content--list ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content--list ul li {
  color: #ffffff;
  list-style: none;
  padding-bottom: 32px;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  width: 100%;
}
.content--list ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6CB33F;
}
.content--list ul li:last-child {
  padding-bottom: 0;
}
.content--desc {
  font-size: 21px;
  color: #7B7B7B;
  line-height: 130%;
  padding-right: 72px;
  background-image: url(/wp-content/uploads/2021/04/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.content--container {
  position: relative;
}
.content--container.content--get-involved {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.content--container .charitable-registration {
  font-size: 24px;
  color: #8D8D8D;
}
.content--btn_list {
  margin: -24px 0 !important;
}
.content--btn_list .content--rounded {
  padding: 40px 56px !important;
  margin: 24px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .content--btn_list .content--rounded {
    margin: 24px 12px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .content--btn_list .content--rounded--header {
    font-size: 48px;
  }
}
.content--header--section {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 991.98px) {
  .content--header--section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.content--header--section h3 {
  text-align: center;
  font-size: 32px;
  color: #131313;
}
@media (max-width: 991.98px) {
  .content--header--section h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .content--header--section h3 {
    font-size: 20px;
  }
}
.content--header--section h3 span, .content--header--section h3 strong {
  color: #6CB33F;
}
.content--header--section h3 strong {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-size: 48px;
}
.content--header--container p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  line-height: 200%;
  font-family: europa, sans-serif;
}
.content--header--container p.info {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  text-align: left;
}
.content--text {
  font-size: 20px;
  color: #7B7B7B;
}
.content--text--wrap {
  padding: 24px 0 0;
  background-repeat: no-repeat;
  background-size: 64px auto;
  background-position: right center;
}
.content--text--wrap:first-child {
  padding: 0;
}
.content--text--wrap strong {
  color: #6CB33F;
  font-weight: 400;
}
.content--text--ico--heart {
  padding: 0 96px 0 0 !important;
  background-image: url(/wp-content/uploads/2021/04/ico-support-heart@2x.png);
}
.content--logo {
  padding: 64px !important;
}
.content--logo .row:nth-child(3) {
  padding-bottom: 40px;
  border-bottom: 1px dashed #aaa;
}
@media (max-width: 991.98px) {
  .content--logo {
    padding: 64px 16px !important;
  }
}
.content--logo h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}
.content--logo h2 span {
  color: #6CB33F;
}
@media (max-width: 1199.98px) {
  .content--logo h2 span {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .content--logo h2 {
    font-size: 32px;
  }
}
.content--logo h3 {
  font-size: 32px;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #6CB33F;
}
.content--logo .logo--list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.content--logo .logo--list--merge {
  width: 40% !important;
}
.content--logo .logo--list.our-funders li:nth-child(1) {
  width: 50%;
}
.content--logo .logo--list.our-funders li:nth-child(2) {
  width: 50%;
}
.content--logo .logo--list.our-funders li:nth-child(3) {
  width: 40%;
}
.content--logo .logo--list.our-funders li:nth-child(4) {
  width: 30%;
}
.content--logo .logo--list.our-funders li:nth-child(5) {
  width: 30%;
}
.content--logo .logo--list li {
  padding: 16px 16px;
  width: 20%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .content--logo .logo--list li {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .content--logo .logo--list li {
    width: 33.3%;
  }
}
@media (max-width: 575.98px) {
  .content--logo .logo--list li {
    width: 50%;
  }
}
.content--involved {
  padding: 64px !important;
}
@media (max-width: 991.98px) {
  .content--involved {
    padding: 64px 16px !important;
  }
  .content--involved .plr-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.content--involved * {
  color: #7B7B7B;
}
.content--involved h2 {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 40px;
}
.content--involved h2 strong {
  padding-bottom: 24px;
  color: #131313;
  font-family: europa, sans-serif;
  font-weight: 700;
  display: block;
}
.content--involved h2 span {
  color: #6CB33F;
}
@media (max-width: 991.98px) {
  .content--involved h2 {
    font-size: 32px;
  }
}
.content--involved p {
  font-size: 16px;
  line-height: 240%;
}
.content--involved p strong {
  font-weight: 400;
  color: #6CB33F;
}
.content--involved .green-heart {
  width: 160px;
}
.content--involved .list {
  padding: 16px 0 0;
  margin: 0;
}
.content--involved .list li {
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 16px;
  list-style: none;
  position: relative;
}
.content--involved .list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7B7B7B;
  position: absolute;
  left: 0;
  top: 12px;
}
.content--involved .list li:last-child {
  padding-bottom: 0;
}
.content--thankyou {
  font-size: 24px;
  color: #6CB33F;
  font-weight: 400;
}
.content--box {
  padding: 64px !important;
}
@media (max-width: 991.98px) {
  .content--box {
    padding: 64px 16px !important;
  }
}
.content--box ul {
  padding-left: 32px;
}
.content--box ul.list {
  padding-left: 0;
}
.content--box ul.list li {
  list-style: none;
}
.content--box ul li {
  font-size: 16px;
  padding-bottom: 8px;
}
.content--box ul li:last-child {
  padding-bottom: 0;
  color: #2E2E2E;
}
.content--box h2 {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 40px;
  color: #6CB33F;
}
@media (max-width: 767.98px) {
  .content--box h2 {
    font-size: 32px;
    text-align: center;
  }
}
.content--box h3 span, .content--box h4 span, .content--box h5 span {
  color: #6CB33F;
}
.content--box p {
  font-size: 16px;
  line-height: 200%;
}
.content--box .content--link {
  padding-left: 0;
  padding-right: 0;
}
.content--box .content--link a {
  font-size: 24px;
  padding: 16px 32px 16px 32px;
  background-color: #131313;
  color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .content--box .content--link a {
    margin-right: 8px;
  }
}
.content--partner {
  padding-top: 56px;
}
.content--partner p {
  height: 116px;
}
.content--partner p img {
  width: auto;
  max-height: 100% !important;
}
.content--partner h3 {
  padding-top: 24px;
  font-size: 32px;
  color: #6CB33F;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .content--partner h3 {
    font-size: 24px;
  }
}
.content--history--header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2021/04/bg-history@2x-scaled.jpg);
  padding-top: 0 !important;
  height: 320px;
  display: flex;
  align-items: center;
}
.content--history--header h3 {
  color: #ffffff;
  padding-bottom: 0 !important;
}
.content-resource--wrap {
  min-height: 620px;
  padding: 64px 16px !important;
}
.content-resource--date {
  padding-bottom: 32px !important;
}
.content-resource--attached {
  padding-top: 40px;
}
.content-resource--attached a {
  padding: 16px 24px 16px 64px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #6CB33F;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.4s;
  background-image: url(/wp-content/uploads/2021/05/download-ico.svg);
  background-size: 32px auto;
  background-position: 24px center;
  background-repeat: no-repeat;
}
.content-resource--attached a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(19, 19, 19, 0.8);
}
.member-ship--list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.member-ship--list li {
  padding: 0 24px !important;
  list-style: none !important;
}
.member-ship--list li:before {
  display: none !important;
}
.programs--schedule {
  /* 			padding: 40px 40px 8px !important;
			background-color: $black;
			border-radius: $radius;
			margin-bottom: 32px !important;
			margin-top: 16px !important; */
}
.programs--schedule .dmach-grid-item {
  background-color: #131313;
  padding-left: 40px;
  padding-right: 40px;
  border-raidus: 0;
}
.programs--schedule .dmach-grid-item:first-child {
  margin-top: 24px;
  padding-top: 40px;
  border-radius: 30px 30px 0 0;
}
.programs--schedule .dmach-grid-item:last-child {
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-radius: 0 0 30px 30px;
}
.programs--schedule .et_pb_de_mach_archive_loop, .programs--schedule .repeater-cont {
  margin: 0 !important;
}
.programs--schedule .dmach-acf-value {
  color: #ffffff;
}
.programs--schedule span {
  color: #ffffff;
}
.programs--description p {
  font-family: europa, sans-serif;
  color: #7B7B7B;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 4px !important;
}
.programs--description a:hover {
  color: #6CB33F;
}
.profile--list {
  padding: 0 64px !important;
}
@media (max-width: 991.98px) {
  .profile--list {
    padding: 0 32px !important;
  }
}
.profile--list .row {
  margin: 0 -26px;
}
.profile--list h4 {
  color: #6CB33F;
  font-size: 32px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
  padding-bottom: 16px;
}
.profile--wrap {
  padding: 26px !important;
}
.profile--image {
  margin: 0 auto;
  width: 100%;
  height: 289px;
  background-image: url(/wp-content/uploads/2021/06/Heart-Icon-Grey.png);
  background-repeat: none;
  background-size: cover;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}
.profile--image img {
  width: 100%;
  height: 289px;
  object-fit: cover;
}
.profile--name {
  padding-top: 16px;
  text-align: center;
  color: #6CB33F;
  font-size: 24px;
}
.profile--title {
  padding-top: 4px;
  font-size: 16px;
  text-align: center;
  color: #131313;
}
.bg--green {
  background-color: #6CB33F;
}
.btn--arrow {
  padding: 32px 40px;
  border-radius: 20px;
  font-size: 24px;
  color: #ffffff;
  background-color: #6CB33F;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-bottom: 16px;
  background-size: 20px auto;
  background-image: url(/wp-content/uploads/2021/04/ico-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}
.btn--arrow:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn--see-more {
  max-width: 300px;
  background-color: #6CB33F;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  padding: 16px 16px;
  border-radius: 30px;
  font-family: europa, sans-serif;
  text-align: center;
  display: block;
}
.btn--see-more:hover {
  color: #ffffff;
}
.btn--call, .btn--book {
  display: flex;
  gap: 16px;
}
.btn--call a, .btn--book a {
  padding: 20px 32px !important;
  color: #ffffff;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 30px;
  font-size: 24px;
  font-family: europa, sans-serif;
}
.btn--call a {
  background-color: #131313;
}
.btn--call a:hover {
  color: #ffffff;
}
.btn--book a {
  background-color: #6CB33F;
}
.btn--book a:hover {
  color: #ffffff;
}
.quick-access--container {
  padding: 64px 49px !important;
}
.quick-access--container h3, .quick-access--container h4 {
  color: #6CB33F;
}
.quick-access--container h3 {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
  padding-bottom: 64px;
}
@media (max-width: 1399.98px) {
  .quick-access--container h3 {
    padding-bottom: 32px;
  }
}
.quick-access--container p {
  font-size: 20px;
  line-height: 1.8em;
  color: #7B7B7B;
  letter-spacing: 1px;
}
.quick-access--container .schedule--container {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 64px 40px;
  border-radius: 30px;
  background-color: #131313;
}
@media (max-width: 1399.98px) {
  .quick-access--container .schedule--container {
    margin-top: 40px;
  }
}
@media (max-width: 1399.98px) {
  .quick-access--container .schedule--container {
    padding: 64px 64px;
  }
}
.quick-access--container .schedule--container h4 {
  padding-bottom: 16px;
  padding-top: 24px;
}
.quick-access--container .schedule--container h4:first-child {
  padding-top: 0;
}
.quick-access--container .schedule--container ul {
  padding: 0;
}
.quick-access--container .schedule--container ul li {
  color: #ffffff;
  list-style: none;
  font-size: 16px;
  padding-bottom: 4px;
}
.quick-access--container .schedule--container ul li:last-child {
  padding-bottom: 0;
}
.quick-access--container .content--link {
  padding-left: 0;
  padding-right: 0;
}
.schedule--wrap {
  font-family: europa, sans-serif;
  color: #7B7B7B;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 32px !important;
}
.schedule--wrap > .et_pb_column {
  display: block;
}
.schedule--wrap .dmach-acf-before {
  display: inline;
}
.schedule--title {
  padding-bottom: 12px !important;
}
.schedule--title .dmach-acf-value {
  color: #6CB33F;
}
.schedule--day {
  padding-bottom: 12px !important;
  padding-left: 4px;
}
.schedule--time {
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  position: relative;
}
.schedule--time:before {
  content: '-';
  display: block;
  position: absolute;
  left: 0px;
}
.schedule--contact {
  position: relative;
  padding-left: 12px !important;
  position: relative;
}
.schedule--contact:before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
}
.schedule--title, .schedule--day, .schedule--time {
  /* display: inline; */
}
.btn--quick {
  display: flex;
  height: 120px;
  border-radius: 30px;
  background-color: #B3B3B3;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #ffffff;
  font-family: europa, sans-serif;
  text-decoration: none;
}
.btn--quick:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn--quick--container .row {
  margin-left: -20px;
  margin-right: -20px;
}
.btn--quick--container .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.btn--quick--contact {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 76px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  margin: 0 auto;
  background-color: #6CB33F;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn--quick--contact br {
  display: none;
}
.btn--quick--individuals {
  background-color: #B3B3B3;
}
.btn--quick--couples {
  background-color: #797979;
}
.btn--quick--families {
  background-color: #494949;
}
.btn--quick--youth {
  background-color: #1C1C1C;
}
.container--box {
  border-radius: 30px;
  background-color: #ffffff;
  padding: 32px 32px !important;
  color: #7B7B7B;
  font-family: europa, sans-serif;
  font-size: 16px;
}
.container--box--CCA .row {
  justify-content: center;
  align-items: center;
}
.container--mt {
  margin-top: 80px;
}
.container--mb {
  margin-bottom: 80px !important;
}
.section--video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(19, 19, 19, 0.95);
}
.section--video:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(19, 19, 19, 0.4);
  transition-duration: 0.4s;
  opacity: 0;
}
.section--video:hover:before {
  opacity: 1;
}
.section--video:hover .et_pb_code_inner {
  opacity: 1;
}
.section--video .et_pb_code_inner {
  text-align: center;
  display: block;
  opacity: 0;
  transition-duration: 0.4s;
}
.section--video .et_pb_code_inner a {
  display: inline-block;
}
.section--video--our_team {
  background-image: url(/wp-content/uploads/2021/04/img-video-home@2x.jpg);
}
.section--video--container {
  height: 760px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dmach-search-form .et_pb_de_mach_search_posts_item {
  margin-bottom: 0 !important;
}
input[type=text].divi-filter-item::-webkit-input-placeholder {
  color: #131313 !important;
}
input[type=text].divi-filter-item:-moz-placeholder {
  color: #131313 !important;
}
input[type=text].divi-filter-item::-moz-placeholder {
  color: #131313 !important;
}
input[type=text].divi-filter-item:-ms-input-placeholder {
  color: #131313 !important;
}
.resources--list {
  min-height: 1400px;
}
.resources--search {
  width: 100%;
}
.resources--search--wrap {
  padding-top: 80px !important;
  position: relative;
  z-index: 10;
}
.resources--search--wrap.resources--search--width .et_pb_column_4_4 {
  justify-content: flex-end;
}
.resources--search--wrap.resources--search--width .resources--search {
  max-width: 460px;
}
.resources--search--wrap .et_pb_column_4_4 {
  display: flex;
  justify-content: flex-start;
}
.resources--search--wrap .divi-location-fullwidth {
  width: 100%;
}
.resources--search--wrap .et_pb_de_mach_search_posts_item:nth-child(2) {
  justify-content: flex-end;
}
.resources--search--wrap .et_pb_de_mach_search_posts_item:nth-child(2) .et_pb_module_inner {
  width: 100%;
}
.resources--search #dmach-search-form {
  display: flex;
  justify-content: space-between;
}
.resources--search .dmach-search-items {
  width: calc(100% - 120px) !important;
}
.resources--search .dmach-search-items input {
  height: 48px;
  font-family: europa, sans-serif;
  border: none;
  border-bottom: 2px solid #131313;
  background-color: transparent;
  color: #131313;
  font-size: 24px;
}
.resources--search .button_container {
  display: flex;
}
.resources--search .search-btn {
  font-family: europa, sans-serif;
  padding: 0.3em 0.7em 0.3em 0.7em;
  border: 1px solid #6CB33F;
  background-color: #6CB33F;
  color: #ffffff;
}
.resources--search .search-btn:hover {
  padding: 0.3em 0.7em 0.3em 0.7em;
  border: 1px solid #6CB33F;
}
.resources--search .search-btn:after {
  display: none;
}
.resources--post--list {
  padding: 24px 36px 40px !important;
  border-radius: 20px;
  position: relative;
  /* Button */
}
.resources--post--list .wp-block-button__link {
  display: none;
}
.resources--post--list:before {
  content: '';
  display: block;
  width: 122px;
  height: 76px;
  background-image: url(/wp-content/uploads/2021/05/ico-download.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: top center;
  position: absolute;
  top: 20px;
  left: 32px;
}
@media (max-width: 575.98px) {
  .resources--post--list:before {
    display: none;
  }
}
.resources--post--list:after {
  position: absolute;
  font-size: 16px;
  color: #6CB33F;
  bottom: 12px;
  right: 32px;
  font-family: europa, sans-serif;
  content: 'View resource';
  display: none;
}
.resources--post--list .et_pb_column_1_4 {
  width: 160px;
}
.resources--post--list .et_pb_column_3_4 {
  width: calc(100% - 160px);
}
.resources--post--list * {
  font-family: europa, sans-serif;
}
.resources--post--date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .resources--post--date {
    position: relative;
    font-size: 12px;
    padding-bottom: 4px !important;
    display: block;
  }
}
.resources--post--content .et_pb_module_inner {
  font-size: 16px;
  max-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  word-wrap: break-word;
  color: #7B7B7B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.resources--post--content .et_pb_module_inner * {
  display: inline;
}
.resources--post--content .et_pb_module_inner br {
  display: none;
}
.resources--post--content .et_pb_module_inner iframe {
  display: none;
}
.resources--post--content figure {
  display: none;
}
.resources--post--title h4 {
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #131313;
}
.resources--post--title a {
  text-decoration: none;
}
.resources--post--thumbnail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.resources--post--thumbnail img {
  width: 96px;
}
.hero-banner--section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: calc(100vh - 80px);
  max-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner--section--program {
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
}
.hero-banner--section--program::after {
  content: "";
  background-image: url(/wp-content/uploads/2021/06/R6__0666-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.hero-banner--section--pes {
  background-image: url(/wp-content/uploads/2021/05/bg-pes.jpg);
}
.hero-banner--section--involved {
  background-image: url(/wp-content/uploads/2021/04/bg-involved@2x.jpg);
}
.hero-banner--section--resource {
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(/wp-content/uploads/2021/04/hero-resource@2x.jpg);
}
.hero-banner--section--resource::after {
  content: "";
  background-image: url(/wp-content/uploads/2021/06/R6__1460.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.hero-banner--section--ourteam {
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
}
.hero-banner--section--ourteam::after {
  content: "";
  background-image: url(/wp-content/uploads/2021/06/BW_Saskatoon_Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.hero-banner--section--about {
  background-image: url(/wp-content/uploads/2021/04/bg-news@2x.jpg);
}
.hero-banner--section--youth {
  background-color: #232323;
  height: 320px;
}
.hero-banner--wrap h2 {
  text-align: center;
  font-size: 64px;
  color: #ffffff;
  font-family: europa, sans-serif;
}
.hero-banner--wrap h2 img {
  height: 112px;
}
.hero-banner--wrap h2 span {
  display: inline-block;
  position: relative;
}
.hero-banner--wrap h2 span:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  content: '';
  display: block;
  z-index: -1;
  height: 4px;
  background-color: #6CB33F;
}
/* Toggle */
.toggle--link {
  cursor: pointer;
  padding-top: 16px;
  padding-right: 80px;
  justify-content: flex-end;
  position: relative;
  display: flex;
}
@media (max-width: 991.98px) {
  .toggle--link {
    border-top: 1px dashed #C5C5C5;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 24px;
    justify-content: flex-start;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .toggle--link {
    font-size: 16px;
    padding-top: 24px;
  }
}
.toggle--link:before, .toggle--link:after {
  width: 15px;
  height: 3px;
  background-color: #6CB33F;
  position: absolute;
  right: 48px;
  top: 28px;
  content: '';
  display: block;
  transition-duration: 0.4s;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .toggle--link:before, .toggle--link:after {
    top: 52px;
  }
}
@media (max-width: 575.98px) {
  .toggle--link:before, .toggle--link:after {
    right: 16px;
    top: 36px;
  }
}
.toggle--link:after {
  transform: rotate(270deg);
}
.toggle--link p {
  transition-duration: 0.4s;
}
.toggle--link:hover {
  /* &:after,
			&:before {
				transform: rotate(0deg);
			} */
}
.toggle--link:hover p {
  color: #6CB33F;
}
.toggle--link.active:after, .toggle--link.active:before {
  transform: rotate(0deg) !important;
}
.toggle--link.active .toggle--expand {
  display: none !important;
}
.toggle--link.active .toggle--collapse {
  display: block !important;
}
.toggle--expand {
  padding-right: 48px;
  margin-right: -48px;
}
@media (max-width: 991.98px) {
  .toggle--expand {
    width: 100%;
  }
}
.toggle--collapse {
  padding-right: 48px;
  margin-right: -48px;
  display: none;
}
@media (max-width: 991.98px) {
  .toggle--collapse {
    width: 100%;
  }
}
.toggle--content {
  padding-left: 24px !important;
  padding-right: 24px !important;
  height: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
@media (max-width: 575.98px) {
  .toggle--content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.toggle--content.active {
  height: auto;
}
.toggle--content h4 {
  color: #6CB33F;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 48px;
  display: block;
}
@media (max-width: 575.98px) {
  .toggle--content h4 {
    font-size: 32px;
  }
}
.toggle--content strong {
  font-weight: 400;
  color: #6CB33F;
}
.toggle--container {
  padding-bottom: 64px;
  padding-top: 64px;
  border-bottom: 1px solid #C5C5C5;
}
.toggle--container:last-child {
  border-bottom: 0;
}
.toggle--container a {
  text-decoration: none;
}
.toggle--container a:hover {
  color: #6CB33F;
}
.toggle--container a.btn {
  margin-top: 64px;
  font-size: 24px;
  padding: 16px 32px 16px 32px;
  background-color: #131313;
  color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 24px;
}
.btn--primary {
  background-color: #6CB33F !important;
}
.btn--primary:hover {
  color: #ffffff !important;
}
.btn--list--content a {
  text-decoration: none;
}
.btn--collapse {
  padding-right: 80px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 70px;
}
.btn--collapse:before, .btn--collapse:after {
  width: 15px;
  height: 3px;
  background-color: #6CB33F;
  position: absolute;
  right: 48px;
  top: 16px;
  content: '';
  display: block;
  transition-duration: 0.4s;
  transform: rotate(180deg);
}
.btn--collapse span {
  font-size: 24px;
  transition-duration: 0.4s;
  color: #131313 !important;
}
.btn--collapse .Collapse {
  display: none;
}
.btn--collapse.active .Expand {
  display: none;
}
.btn--collapse.active .Collapse {
  display: block;
}
.btn--collapse.active:after {
  transform: rotate(0deg);
}
.btn--collapse:after {
  transform: rotate(270deg);
}
.btn--collapse:hover {
  /* &:after {
				transform: rotate(0deg);
			} */
}
.btn--collapse:hover span {
  color: #6CB33F;
}
#Directors, #Executive, #Programs {
  display: none;
}
#Directors.active, #Executive.active, #Programs.active {
  display: block;
}
/* Post */
.post-list--wrap {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .post-list--wrap {
    padding: 0 !important;
  }
}
.post-list--wrap * {
  font-family: europa, sans-serif;
}
.post-list--content {
  padding: 36px 40px 32px !important;
  position: relative;
}
@media (max-width: 991.98px) {
  .post-list--content {
    padding: 14px 40px 12px !important;
  }
}
.post-list--row {
  display: flex;
  flex-direction: row;
}
.post-list--row .et_pb_column_1_4 {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .post-list--row .et_pb_column_1_4 {
    width: 100%;
    flex-wrap: wrap;
  }
}
.post-list--row .et_pb_column_1_4 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .post-list--row .et_pb_column_1_4 img {
    width: 100%;
    height: auto;
  }
}
.post-list--row .et_pb_column_3_4 {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .post-list--row .et_pb_column_3_4 {
    width: 100%;
  }
}
.post-list--row .et_pb_column_3_4:before {
  content: 'Read More';
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 16px;
  font-size: 16px;
  color: #6CB33F;
}
@media (max-width: 991.98px) {
  .post-list--row .et_pb_column_3_4:before {
    bottom: 4px;
  }
}
.post-list--title {
  padding: 0 0 24px !important;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .post-list--title {
    padding: 0 0 12px !important;
  }
}
.post-list--title a {
  text-decoration: none;
}
.post-list--title a:hover h5 {
  color: #6CB33F;
}
.post-list--title h5 {
  font-size: 24px;
  font-weight: 700;
  transition-duration: 0.4s;
}
@media (max-width: 991.98px) {
  .post-list--title h5 {
    font-size: 20px;
  }
}
.post-list--container {
  padding-top: 16px;
}
.post-list--container .et_pb_module_inner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1em;
  height: 2em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.post-list--container .et_pb_module_inner * {
  font-size: 16px;
}
.post-list--container .et_pb_module_inner ul {
  display: none;
}
.post-list--container p {
  font-size: 16px;
  max-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-list--container p br {
  display: none;
}
.post-list--date {
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
.post-list--date span {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .post-list--date {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .post-list--date span {
    font-size: 12px;
  }
}
.post-list--thumbnail {
  max-width: 100%;
}
.post-list--thumbnail img {
  width: 100%;
  min-width: 160px;
  height: 170px;
  object-fit: cover;
}
.post-list--section {
  padding: 0 16px !important;
}
/* Pagenation */
.divi-filter-pagination ul.page-numbers li {
  border: none;
}
.divi-filter-pagination ul.page-numbers li span.current {
  color: #6CB33F;
  background-color: transparent;
}
.divi-filter-pagination ul.page-numbers li a {
  color: #7B7B7B;
}
/* Calendar */
.mec-selected-day {
  background-color: transparent !important;
}
.mec-selected-day a {
  border-radius: 50% !important;
  background-color: #6CB33F;
}
.mec-box-calendar .mec-calendar .mec-has-event a {
  border-radius: 50% !important;
}
.mec-box-calendar .mec-calendar dt {
  border: none !important;
  border-radius: 50% !important;
}
.mec-box-calendar .mec-calendar .mec-calendar-table-head dt {
  background-color: transparent !important;
  border-radius: 50% !important;
}
.mec-box-calendar .mec-calendar .mec-calendar-table-head dt:hover {
  background-color: transparent !important;
}
.home--whats-new h2 {
  color: #6CB33F;
  font-weight: 400;
}
.pes--list .grid-col {
  margin-bottom: 24px;
}
.pes--list .grid-col .et_pb_section {
  padding: 32px 40px;
  border-radius: 30px;
}
.pes--list .et_pb_column {
  position: relative;
}
.pes--list .et_pb_column h3 {
  font-family: europa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-right: 260px;
}
@media (max-width: 767.98px) {
  .pes--list .et_pb_column h3 {
    padding-right: 0;
  }
}
.pes--list .et_pb_column a {
  text-decoration: none;
}
.pes--link {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767.98px) {
  .pes--link {
    padding-top: 12px !important;
    position: relative;
  }
}
.pes--link a {
  text-decoration: none;
}
.pes--link a span {
  font-family: europa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6CB33F;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .pes--link a span {
    font-size: 16px;
  }
}
.pes--link a:hover {
  text-decoration: none;
}
.pes--contact {
  padding-bottom: 120px;
}
.pes--contact .info {
  font-size: 24px;
  color: #7B7B7B;
  line-height: 1.4;
}
/*  */
/* Cateogry */
.category-menu {
  background-color: transparent !important;
  padding-top: 32px;
}
.category-menu .et_pb_menu__wrap {
  justify-content: center;
}
.category-menu ul {
  margin: 0 auto;
}
.category-menu ul li {
  margin-top: 0;
}
.et_pb_newsletter_description_content {
  color: #131313;
}
#left-area .entry-content p {
  line-height: 2em;
}
#left-area .entry-content ul li {
  padding-bottom: 8px;
}
#left-area .entry-content ul li:last-child {
  padding-bottom: 0;
}
#Youth .content--rounded.active, #Families .content--rounded.active, #Couples .content--rounded.active, #Individuals .content--rounded.active {
  margin-bottom: 0;
}
#Youth .content--rounded--bottom, #Families .content--rounded--bottom, #Couples .content--rounded--bottom, #Individuals .content--rounded--bottom {
  margin-bottom: 40px;
}
/* Franch */
body:lang(fr) .nav--social--donate a {
  min-width: 164px;
}
body:lang(fr) .content--link a {
  font-size: 16px;
  padding: 12px 32px;
}
body:lang(fr) .content--link--donate {
  padding: 12px 86px 12px 32px !important;
}
/* Spanish */
body:lang(es) .content--link a {
  font-size: 16px;
  padding: 12px 32px;
}
body:lang(es) .content--link--donate {
  padding: 12px 86px 12px 32px !important;
}
/* Arabic */
body:lang(ar) .nav--social li a {
  text-align: left;
}
body:lang(ar) .nav--social li:last-child {
  padding-right: 10px;
}
/* Event */
#search-2, #recent-comments-2, #archives-2, #categories-2, #meta-2 {
  display: none;
}
/* Category */
#divi_filter {
  display: flex;
  z-index: 99;
  position: relative;
  padding-bottom: 32px;
}
#divi_filter .et_pb_de_mach_search_posts_item:first-child .search_filter_cont {
  display: flex;
  align-items: center;
}
#divi_filter .et_pb_de_mach_search_posts_item:first-child .search_filter_cont select {
  display: none;
}
#divi_filter .et_pb_de_mach_search_posts_item:first-child .search_filter_cont select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
#divi_filter .et_pb_de_mach_search_posts_item:first-child .divi-filter-item {
  background-color: transparent;
}
#divi_filter .et_pb_de_mach_search_posts_item:nth-child(2) .et_pb_contact_field {
  text-align: right;
}
#divi_filter .et_pb_de_mach_search_posts_item:nth-child(2) input[type="text"] {
  max-width: 320px;
  width: 100%;
  height: 46px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(https://family-service-saskatoon.websitepro.hosting/wp-content/uploads/2021/06/loupe.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: calc(100% - 12px) center;
  border-bottom: 2px solid #131313;
  font-size: 16px;
  color: #131313;
  transition-duration: 0.4s;
}
#divi_filter .et_pb_de_mach_search_posts_item:nth-child(2) input[type="text"]:focus {
  background-color: white;
}
#divi_filter .et_pb_button {
  border: none;
  background-color: #6CB33F;
  color: #ffffff;
  text-decoration: none;
}
#divi_filter .et_pb_button:after {
  display: none;
}
#divi_filter .divi-filter-containter {
  display: flex;
}
#divi_filter .button_container {
  margin-top: 0 !important;
  margin-left: 24px !important;
  display: none;
}
#divi_filter .select-selected {
  background-color: #6CB33F;
  border-radius: 16px;
  min-width: 240px;
}
#divi_filter .select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
#divi_filter .select-selected.select-arrow-active {
  border-radius: 16px 16px 0 0;
}
#divi_filter .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: calc(50% - 8px);
}
#divi_filter .select-items {
  position: absolute;
  background-color: #6CB33F;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 16px 16px;
}
#divi_filter .select-items div, #divi_filter .select-selected {
  color: #ffffff;
  padding: 8px 40px 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
#divi_filter .select-hide {
  display: none;
}
#divi_filter .select-items div:hover, #divi_filter .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#divi_filter .et_pb_contact_field_options_title {
  padding-right: 32px;
}
#mec_sf_category_419 {
  /* border: 1px solid $primary; */
  /* 	margin-bottom: 24px; */
  color: #131313;
}
.mec-wrap .mec-totalcal-box {
  padding: 10px 5px 0;
}
/* .mec-sl-folder {
	background-color: $primary !important;
	border: 1px solid $primary !important;
	&:before {
		color: $white;
	}
} */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fcustom_codes%2F40-scss-default.scss%22%2C%22(stdin)%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA%2BDC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBC%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAA3hDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsiDD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp3DJ%3BADu4DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BACloED%3BAD0oEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAC7zED%3BADs0EE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC70EH%3BADs1EA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F7EF%3BAAAA%3BAD08EA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACx%2FEF%3BADggFC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACzgFD%3BADihFC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACthFD%3BAD8hFC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACliFD%3BADwiFA%3BAAAA%3BAAAA%3BACxiFA%3BADijFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACrsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */