@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arial&display=swap');
body {
  font-family: 'Source Sans Pro', sans-serif;
}
p {
  font-size: 18px;
}
h1 {
  color: #9bb400;
  font-size: 24px;
}
h2 {
  color: #9bb400;
  font-size: 22px;
}
h3 {
  color: #9bb400;
  font-size: 20px;
}
h4 {
  color: #9bb400;
  font-size: 18px;
}
h5 {
  color: #9bb400;
  font-size: 18px;
}
h6 {
  color: #9bb400;
  font-size: 18px;
}
a {
  color: #e0007a;
}
a:hover {
  color: #663366;
  transition: 0.3s;
}
b {
  font-weight: 700;
}
ul {
  margin-left: 1.5rem;
}
li {
  font-size: 18px;
}
li p {
  margin-bottom: 0.5rem;
}
.wrapper {
  max-width: 1355px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
main {
  min-height: 600px;
}
.dotted-line-flipped {
  transform: rotate(180deg) scaleX(-1);
}
.brown-background {
  background-color: #eee9d7;
}
.kalam {
  font-family: 'Kalam', cursive;
}
.block-margin {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mobile-block-margin {
    margin-bottom: 50px;
  }
}
.block-padding {
  padding-bottom: 50px;
}
.relative {
  position: relative;
}
.image-container img.dotted-line-flipped {
  width: 240px;
}
@media only screen and (max-width: 1399px) {
  .image-container img.dotted-line-flipped {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .image-container img.dotted-line-flipped {
    width: unset;
    display: none;
  }
}
.image-container img.dotted-line {
  width: 240px;
}
@media only screen and (max-width: 1399px) {
  .image-container img.dotted-line {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .image-container img.dotted-line {
    width: unset;
    display: none;
  }
}
.image-container.content {
  float: right;
}
.button,
.custom-button,
button {
  background-color: #e0007a;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 130px 130px 0px 130px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  font-size: 18px;
  transition: 0.3s ease;
}
.button p,
.custom-button p,
button p {
  margin-bottom: 0px;
}
.button:hover,
.custom-button:hover,
button:hover {
  background-color: #e0007a;
  color: #fff;
  opacity: .9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.custom-button.pink,
.button.pink,
button.pink {
  background-color: #e0007a;
}
.custom-button.purple,
.button.purple,
button.purple {
  background-color: #663366;
}
.custom-button.green,
.button.green,
button.green {
  background-color: #9bb400;
}
.ccm-block-express-form .button {
  background-color: #9bb400;
}
.ccm-block-express-form .form-check .form-check-input:checked {
  background-color: #9bb400;
  border-color: #9bb400;
}
.brown-white-block-margin {
  margin-bottom: 230px;
}
.bottom-margin-home {
  margin-bottom: 25px;
}
.ccm-dashboard-express-form .text-muted.small {
  visibility: hidden;
}
.ccm-dashboard-express-form .text-muted.small:before {
  content: "*";
  display: inline;
  visibility: initial;
}
input[type="file"] {
  display: block;
  /* Display as block element */
}
.form-group.captcha {
  margin-bottom: 1rem;
}
.grecaptcha-badge {
  z-index: 1000;
}
.kwaliteit-footer {
  margin-top: 40px;
  position: relative;
}
.kwaliteit-footer .cert-wrap {
  position: absolute;
  left: 0;
  top: -60px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.16));
  z-index: 500;
}
.kwaliteit-footer .cert-wrap .certificate {
  background: #fff;
  padding: 12px 40px 12px 12px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
}
.kwaliteit-footer .cert-wrap .certificate img {
  width: 120px;
  display: block;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.image-slider-banner {
  position: relative;
}
.image-slider-banner .rslides {
  max-height: 600px;
}
.image-slider-banner .rslides img {
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.image-slider-banner .rslides_nav {
  background: none;
  opacity: unset;
  height: 55px;
  width: 55px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: -100px;
}
.image-slider-banner .prev {
  background-image: url("/application/themes/welschapsocius/img/arrow_left.svg");
  background-repeat: no-repeat;
}
.image-slider-banner .next {
  background-image: url("/application/themes/welschapsocius/img/arrow_right.svg");
  background-repeat: no-repeat;
}
.image-slider-banner .hero-bow {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 40px solid #fff;
  overflow: hidden;
}
.image-slider-banner .hero-text {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 11;
}
.image-slider-banner .hero-text .pink-speech-bubble {
  width: 520px;
  min-height: 200px;
  background-color: #e0007a;
  border-radius: 130px 130px 0px 130px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .image-slider-banner .hero-text .pink-speech-bubble {
    width: 100%;
    min-height: 220px;
  }
}
.image-slider-banner .hero-text .pink-speech-bubble .speech-bubble-text {
  color: #fff;
  padding: 50px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .image-slider-banner .hero-text .pink-speech-bubble .speech-bubble-text {
    padding: 50px 30px;
  }
}
.image-slider-banner .hero-text .pink-speech-bubble .speech-bubble-text p {
  font-family: 'Kalam', cursive;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.items {
  margin-bottom: 100px;
}
@media only screen and (min-width: 576px) {
  .temp-flex {
    display: flex;
  }
}
.item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 1em;
}
.item > div {
  width: 100%;
}
.item img {
  height: 300px;
  width: 100%;
  display: inline-block;
  object-fit: cover;
  border-radius: 8px;
}
.item img:hover,
.item img:focus {
  opacity: .9;
  transition: 0.3s;
}
.item h3 {
  font-size: 26px;
  margin: 40px 0 0;
}
.item a.default-button {
  text-transform: uppercase;
}
.item-icon {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  background: #9bb400;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-decoration: none;
  padding: 50px 12px;
  border-radius: 75px 0px;
  text-align: center;
}
.item-icon > div {
  width: 100%;
}
.item-icon img {
  height: 100px;
  display: inline-block;
}
.item-icon h3 {
  margin: 40px 0 0;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  font-family: 'Alata', sans-serif;
}
.item-icon:hover,
.item-icon:focus {
  opacity: .9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.item-icon:hover img,
.item-icon:focus img {
  transform: scale(1.05);
  transition: 0.3s;
}
.item.general .button {
  width: fit-content;
  margin-top: 40px;
}
.item.general .button p {
  margin-bottom: 0px;
}
.row .temp-flex:nth-child(4n+1) .item-icon {
  margin-right: 13px;
  margin-left: 0px;
}
.row .temp-flex:nth-child(4n+2) .item-icon {
  margin-left: 8px;
  margin-right: 8px;
}
.row .temp-flex:nth-child(4n+3) .item-icon {
  margin-left: 8px;
  margin-right: 8px;
}
.row .temp-flex:nth-child(4n) .item-icon {
  margin-left: 13px;
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .row .temp-flex:nth-child(2n+1) .item-icon {
    margin-right: 8px;
    margin-left: 0px;
  }
  .row .temp-flex:nth-child(2n) .item-icon {
    margin-left: 8px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .row .temp-flex:nth-child(1n) .item-icon {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.right-image-row .image-with-background {
  width: 100%;
  position: relative;
  height: fit-content;
  margin-top: 3%;
}
.right-image-row .image-with-background img.right-image {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  top: -3%;
  aspect-ratio: 1;
  background-color: #eee9d7;
}
.right-image-row .image-with-background::after {
  content: "";
  display: block;
  width: 99%;
  border-radius: 50%;
  z-index: -1;
  position: relative;
  top: 3%;
  right: -2%;
  aspect-ratio: 1;
}
.right-image-row .image-with-background.brown-border::after {
  background-color: #eee9d7;
}
@media only screen and (min-width: 768px) {
  .left-image-row .image-container {
    margin-right: 25px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .left-image-row .image-container {
    margin-right: 50px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .left-image-row .image-container.right-image {
    margin-left: 25px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .left-image-row .image-container.right-image {
    margin-left: 50px;
    margin-right: 0px;
  }
}
.left-image-row .image-container .image-with-background {
  width: 100%;
  position: relative;
  height: fit-content;
  margin-top: 3%;
}
.left-image-row .image-container .image-with-background img.left-image {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  top: -3%;
  aspect-ratio: 1;
  background-color: #eee9d7;
}
.left-image-row .image-container .image-with-background::after {
  content: "";
  display: block;
  width: 99%;
  border-radius: 50%;
  z-index: -1;
  position: relative;
  top: 3%;
  right: -2%;
  aspect-ratio: 1;
}
.left-image-row .image-container .image-with-background.brown-border::after {
  background-color: #eee9d7;
}
.left-image-row .dotted-line-image-text-content {
  position: relative;
}
.left-image-row .dotted-line-image-text-content .dotted-line-image-text {
  position: absolute;
  bottom: -160px;
  right: 0px;
  z-index: 100;
  width: 240px;
}
.left-image-row .dotted-line-image-text-content h1.kalam {
  font-size: 30px;
}
.left-image-row .dotted-line-image-text-content p.kalam {
  font-size: 30px;
  color: #9bb400;
  margin-bottom: 0px;
  line-height: 1.2;
}
.left-image-row .hero-quote {
  margin-bottom: 20px;
  z-index: 200;
  position: relative;
  width: 160px;
}
.left-image-row .margin-dotted-line {
  padding-bottom: 160px;
}
.left-image-row .mirrored {
  transform: scale(-1, 1);
}
.left-image-row .mirrored .text-end img {
  transform: scale(-1, 1);
}
.left-image-row .mirrored .dotted-line-image-text-content .text {
  transform: scale(-1, 1);
}
.image-banner {
  position: relative;
}
.image-banner h1 {
  color: #fff;
  font-size: 45px;
  font-family: 'Kalam', cursive;
  font-weight: 700;
}
.image-banner div.ccm-block-hero-image {
  min-height: 0px;
}
.image-banner div.ccm-block-hero-image-cover,
.image-banner div.ccm-block-hero-image {
  height: unset !important;
}
.image-banner.bow-top .hero-quote-container {
  position: relative;
}
.image-banner.bow-top .hero-quote-container .hero-quote {
  position: absolute;
  z-index: 500;
  top: 25px;
  width: 160px;
}
.image-banner.bow-top .hero-bow-top {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.image-banner.bow-top .hero-bow-top img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-banner.bow-top div.ccm-block-hero-image div.ccm-block-hero-image-image,
.image-banner.bow-top div.ccm-block-hero-image div.ccm-block-hero-image-text {
  height: 480px;
}
.image-banner.bow-top .ccm-block-hero-image-text {
  display: block;
}
.image-banner.bow-top .wrapper {
  height: 100%;
}
.image-banner.bow-top .wrapper .row {
  height: 100%;
}
.image-banner.bow-top .wrapper .row .hero-text-container {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 110px;
}
.image-banner.bow-top .wrapper .row .hero-text-container .hero-quote-text {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Kalam', cursive;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.2;
}
.image-banner.ripped {
  position: relative;
  margin: 75px 0px 0px 0px;
}
.image-banner.ripped .hero-ripped-top {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.image-banner.ripped .hero-ripped-top img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-banner.ripped .hero-ripped-bottom {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.image-banner.ripped .hero-ripped-bottom img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-banner.ripped div.ccm-block-hero-image div.ccm-block-hero-image-image,
.image-banner.ripped div.ccm-block-hero-image div.ccm-block-hero-image-text {
  height: 480px;
}
.image-banner.ripped .ccm-block-hero-image-text {
  display: block;
}
.image-banner.ripped .wrapper {
  height: 100%;
}
.image-banner.ripped .wrapper .row {
  height: 100%;
}
.image-banner.ripped .wrapper .row .hero-text-container {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-banner.ripped .wrapper .row .hero-text-container .hero-quote-text {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Kalam', cursive;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.2;
}
.image-banner.ripped .hero-quote-container {
  position: relative;
}
.image-banner.ripped .hero-quote-container .hero-quote {
  position: absolute;
  z-index: 500;
  top: -75px;
  width: 160px;
}
.image-banner.content-page {
  background: #a182a1;
  height: 450px;
  margin-bottom: 85px;
  background-position: center;
  background-size: cover;
}
.image-banner.content-page .hero-bow-bottom {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.image-banner.content-page .hero-bow-bottom img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-banner.content-page .ccm-block-hero-image-image {
  background: #a182a1;
}
.image-banner.content-page .content-page-hero-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 11;
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble {
  width: 520px;
  min-height: 240px;
  background-color: #9bb400;
  border-radius: 130px 130px 0px 130px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble {
    display: none;
  }
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble .speech-bubble-text {
  color: #fff;
  padding: 70px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble .speech-bubble-text p {
  font-family: 'Kalam', cursive;
  font-size: 38px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble .speech-bubble-text h1 {
  font-size: 36px;
  font-weight: 700;
}
.image-banner.content-page .content-page-hero-wrapper .hero-text-container .green-speech-bubble .speech-bubble-text .hero-quote-text {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: 'Kalam', cursive;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.2;
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title {
  position: absolute;
  bottom: -35px;
  right: 200px;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title {
    right: unset;
  }
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
  background-color: #e0007a;
  border-radius: 130px 130px 0px 130px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
    float: left;
    margin-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
    margin-left: 230px;
  }
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text {
  color: #fff;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 370px;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text {
    min-width: unset;
  }
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.image-banner.content-page .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text .hero-quote-text {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: 'Kalam', cursive;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.2;
}
.image-banner.content-page-small-image {
  background: #eee9d7;
  height: 450px;
  margin-bottom: 85px;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .image-banner.content-page-small-image {
    background-image: none !important;
    margin-bottom: 115px;
  }
}
.image-banner.content-page-small-image .hero-bow-bottom {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.image-banner.content-page-small-image .hero-bow-bottom img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-banner.content-page-small-image .ccm-block-hero-image-image {
  background: #9bb400;
}
.image-banner.content-page-small-image .content-page-hero-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container {
    right: unset;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper {
  width: 520px;
  min-height: 240px;
  float: right;
}
@media only screen and (max-width: 991px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper {
    width: 100%;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper .banner-text {
  color: #663366;
  padding: 70px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper .banner-text {
    padding: 70px 30px 70px 130px;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper .banner-text p {
  font-family: 'Kalam', cursive;
  font-size: 38px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper .banner-text .hero-title {
  color: #663366;
  font-family: 'Kalam', cursive;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-text-container .banner-text-wrapper .banner-text h1 {
  color: #663366;
  font-size: 36px;
  font-weight: 700;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title {
  position: absolute;
  bottom: -35px;
  right: 200px;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 1399px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title {
    right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title {
    right: unset;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title img {
  height: 400px;
  width: 600px;
  border-radius: 80px 0px 10px 10px;
  bottom: 30px;
  right: 300px;
  z-index: -1;
  position: absolute;
  object-fit: cover;
  max-width: 700px;
}
@media only screen and (max-width: 1199px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title img {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title img {
    display: none;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
  background-color: #e0007a;
  border-radius: 130px 130px 0px 130px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
    float: left;
    width: calc(100% - 66px);
  }
}
@media only screen and (min-width: 576px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble {
    margin-left: 230px;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text {
  color: #fff;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 370px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text {
    min-width: unset;
  }
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.image-banner.content-page-small-image .content-page-hero-wrapper .hero-pink-wrapper .hero-text-container-page-title .pink-speech-bubble .speech-bubble-text .hero-quote-text {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: 'Kalam', cursive;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.2;
}
.agenda-item {
  position: relative;
}
.agenda-item a {
  text-decoration: none;
}
.agenda-item .green-agenda-item {
  background-color: #96b134;
  padding: 35px 20px 35px 70px;
  border-radius: 10px;
  margin-left: 50px;
  margin-bottom: 50px;
  overflow-wrap: break-word;
}
.agenda-item .green-agenda-item a {
  color: #fff;
  text-decoration: none;
}
.agenda-item .green-agenda-item h3 {
  color: #fff;
  font-size: 26px;
}
.agenda-item .agenda-item-date {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  z-index: 10;
}
.agenda-item .agenda-item-date a {
  color: #96b134;
  text-decoration: none;
  font-weight: 600;
}
.agenda-item .agenda-item-date .inner-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agenda-item .agenda-item-date .inner-date p {
  font-weight: 700;
  margin-bottom: 0px;
  color: #96b134;
  font-size: 22px;
  margin-bottom: -5px;
  margin-top: -5px;
}
.agenda-item .agenda-item-date .inner-date p.date-number {
  font-size: 32px;
  margin-bottom: -8px;
  margin-top: -8px;
}
.agenda-item .agenda-item-date .inner-date .no-date {
  font-size: 40px;
  color: #fff;
}
.agenda-item .agenda-item-date .inner-date .no-date:hover {
  color: #fff;
}
.agenda-item:hover .green-agenda-item {
  opacity: .9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.agenda-item:hover .agenda-item-date {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.agenda-item:hover .agenda-item-date .inner-date {
  opacity: .9;
  transition: 0.3s;
}
.agenda-item-brown {
  position: relative;
}
.agenda-item-brown a {
  text-decoration: none;
}
.agenda-item-brown .green-agenda-item {
  background-color: #96b134;
  padding: 35px 20px 35px 70px;
  border-radius: 10px;
  margin-left: 50px;
  margin-bottom: 50px;
  overflow-wrap: break-word;
}
.agenda-item-brown .green-agenda-item a {
  color: #fff;
  text-decoration: none;
}
.agenda-item-brown .green-agenda-item h3 {
  color: #fff;
  font-size: 26px;
}
.agenda-item-brown .agenda-item-date {
  background-color: #eee9d7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  z-index: 10;
}
.agenda-item-brown .agenda-item-date a {
  color: #96b134;
  text-decoration: none;
  font-weight: 600;
}
.agenda-item-brown .agenda-item-date .inner-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agenda-item-brown .agenda-item-date .inner-date p {
  font-weight: 700;
  margin-bottom: 0px;
  color: #96b134;
  font-size: 22px;
  margin-bottom: -5px;
  margin-top: -5px;
}
.agenda-item-brown .agenda-item-date .inner-date p.date-number {
  font-size: 32px;
  margin-bottom: -8px;
  margin-top: -8px;
}
.agenda-item-brown .agenda-item-date .inner-date .no-date {
  font-size: 40px;
  color: #96b134;
}
.agenda-item-brown .agenda-item-date .inner-date .no-date:hover {
  color: #96b134;
}
.agenda-item-brown:hover .green-agenda-item {
  opacity: .9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.agenda-item-brown:hover .agenda-item-date {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.agenda-item-brown:hover .agenda-item-date .inner-date {
  opacity: .9;
  transition: 0.3s;
}
.agenda-button {
  margin-top: 30px;
  margin-bottom: 25px;
}
.is-invalid {
  border-color: #dc3545 !important;
}
.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 4px;
}
.verhalen .verhaal-item {
  margin-bottom: 50px;
  width: 100%;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper {
  position: relative;
  margin-bottom: 40px;
  height: 350px;
  border-radius: 80px 0px 10px 10px;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper img {
  width: 100%;
  border-radius: 80px 0px 10px 10px;
  height: 100%;
  object-fit: cover;
  padding-bottom: 100px;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper img.no-padding {
  padding-bottom: 0px;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper .green-text-area {
  background-color: #9bb400;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper .green-text-area .name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper .green-text-area .name:hover {
  color: #fff;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper .green-text-area .function-title {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
.verhalen .verhaal-item .verhaal-item-img-wrapper .green-text-area .function-title:hover {
  color: #000;
}
.verhalen .verhaal-item .verhaal-title h3 {
  color: #663366;
  font-weight: 700;
}
.verhalen .verhaal-item .verhaal-content {
  color: #663366;
  margin-bottom: 20px;
}
.verhalen .verhaal-item .button {
  width: fit-content;
}
.verhalen .verhaal-item-detail {
  margin-bottom: 50px;
  width: 100%;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper {
  position: relative;
  margin-bottom: 40px;
  height: 500px;
  border-radius: 80px 0px 10px 10px;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper img {
  width: 100%;
  border-radius: 80px 0px 10px 10px;
  height: 100%;
  object-fit: cover;
  padding-bottom: 100px;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper .green-text-area {
  background-color: #9bb400;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper .green-text-area .name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper .green-text-area .name:hover {
  color: #fff;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper .green-text-area .function-title {
  color: #000;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
}
.verhalen .verhaal-item-detail .verhaal-item-img-wrapper .green-text-area .function-title:hover {
  color: #000;
}
.verhalen .verhaal-item-detail .verhaal-title {
  margin-bottom: 30px;
}
.verhalen .verhaal-item-detail .verhaal-title h3 {
  color: #663366;
  font-size: 24px;
  font-weight: 600;
}
.verhalen .verhaal-item-detail .verhaal-content {
  color: #663366;
  font-size: 20px;
}
.row .temp-flex:nth-child(3n+1) .verhaal-item {
  margin-right: 32px;
  margin-left: 0px;
}
.row .temp-flex:nth-child(3n+2) .verhaal-item {
  margin-left: 16px;
  margin-right: 16px;
}
.row .temp-flex:nth-child(3n) .verhaal-item {
  margin-left: 32px;
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .row .temp-flex:nth-child(2n+1) .verhaal-item {
    margin-right: 51px;
    margin-left: 0px;
  }
  .row .temp-flex:nth-child(1n) .verhaal-item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .row .temp-flex:nth-child(1n) .verhaal-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.verhalen {
  display: flex;
  flex-wrap: wrap;
}
.verhaal-item {
  margin-bottom: 90px;
  width: calc(1.33%);
  display: flex;
  flex-direction: column;
}
.verhaal-item-img-wrapper {
  position: relative;
  margin-bottom: 40px;
  height: 100%;
  border-radius: 80px 0px 10px 10px;
}
.verhaal-item-img-wrapper img {
  width: 100%;
  border-radius: 80px 0px 10px 10px;
  object-fit: cover;
}
.verhaal-item a.button {
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  .verhaal-item {
    width: calc(-1%);
  }
}
@media only screen and (max-width: 575px) {
  .verhaal-item {
    width: 100%;
  }
}
.verhaal-item-img-wrapper img {
  width: 100%;
  border-radius: 80px 0px 10px 10px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.verhaal-item-img-wrapper img + .verhaal-item a.button:hover,
.verhaal-item-img-wrapper:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
.verhaal-item a.button:hover {
  cursor: pointer;
}
.verhaal-item-img-wrapper {
  position: relative;
  margin-bottom: 40px;
  height: 100%;
  border-radius: 80px 0px 10px 10px;
  overflow: hidden;
}
.verhaal-item .verhaal-item-img-wrapper img {
  transition: transform 0.3s ease;
}
.verhaal-item:hover .verhaal-item-img-wrapper img {
  transform: scale(1.05);
}
.verhaal-item:hover .button {
  background-color: #e0007a;
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.page-vacature .icons p {
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
.page-vacature .icons > div {
  display: inline-block;
  margin-right: 10px;
}
.page-vacature .icons > div a {
  display: inline-block;
  margin-right: 10px;
}
.page-vacature .icons > div a:last-child {
  margin-right: 0;
}
.page-vacature .icons > div .icon {
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: #663366;
  font-size: 1.5em;
  padding-top: 5px;
  vertical-align: -3px;
}
.page-vacature .icons > div img {
  height: 45px;
  margin-top: -4px;
}
.page-vacature .icons > div:last-child {
  margin-right: 0;
}
.page-vacature .vacature-opties {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-vacature .vacature-opties {
    display: block;
  }
  .page-vacature .vacature-opties .custom-button {
    margin-bottom: 20px;
  }
  .page-vacature .vacature-opties .icons {
    margin-bottom: 30px;
  }
  .page-vacature .vacature-opties .icons p {
    display: block;
    margin-bottom: 10px;
  }
}
.page-vacature h1 {
  color: #9bb400;
  font-size: 2rem;
  margin-bottom: 20px;
}
.page-vacature h2 {
  color: #9bb400;
  font-size: 2rem;
  margin-bottom: 20px;
}
.page-vacature .hours-per-week {
  color: #e0007a;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.75rem;
}
.page-vacature .information-area {
  margin-bottom: 20px;
}
.page-vacature .information-area .information-icon {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 30px;
}
.page-vacature .information-area .information-icon i {
  margin-right: 2px;
  width: 20px;
  color: #9bb400;
  text-align: center;
}
.verhalen .verhaal-item.vacature-item .vacature-button {
  margin-top: auto;
}
.verhalen .verhaal-item.vacature-item .verhaal-item-img-wrapper {
  height: 240px;
}
.verhalen .verhaal-item.vacature-item .information-area {
  margin-bottom: 10px;
}
.verhalen .verhaal-item.vacature-item .information-area .information-icon {
  margin-bottom: 10px;
}
.verhalen .verhaal-item.vacature-item .information-area .information-icon i {
  margin-right: 10px;
  width: 20px;
  color: #9bb400;
}
#toggleSearchForm {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 1.6em;
}
#toggleSearchForm:hover,
#toggleSearchForm:focus {
  color: #fff;
}
#site-search-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.6);
}
#site-search-wrapper .wrapper {
  position: relative;
  background: white;
  border-radius: 16px;
  margin: 32px auto;
  padding: 16px;
  max-width: 400px;
}
@media only screen and (max-width: 440px) {
  #site-search-wrapper .wrapper {
    margin: 32px 16px;
  }
}
#site-search-wrapper .gsc-results-wrapper-overlay {
  top: 16px !important;
  left: 16px !important;
  width: calc(100% - 32px) !important;
  /*height: 96% !important;*/
  margin: 32px auto;
  border-radius: 16px;
}
#site-search-wrapper h2 {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
}
#site-search-wrapper #closeSearchForm {
  position: absolute;
  top: 16px;
  right: 6px;
  margin: 0;
  background: #e0007a;
  object-fit: contain;
  width: 42px;
  height: 42px;
  padding: 6px;
  border-radius: 30px;
  margin-right: 24px;
  cursor: pointer;
}
#site-search-wrapper .gsc-tabHeader.gsc-tabhActive,
#site-search-wrapper .gcsc-find-more-on-google {
  color: #663366;
}
#site-search-wrapper .gsc-tabHeader.gsc-tabhActive .gcsc-find-more-on-google-magnifier,
#site-search-wrapper .gcsc-find-more-on-google .gcsc-find-more-on-google-magnifier {
  fill: #663366;
}
#site-search-wrapper .gsc-tabHeader.gsc-tabhActive {
  border-bottom: 2px solid #663366;
}
#site-search-wrapper .gsc-control-cse button.gsc-search-button {
  background: #663366;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  line-height: 42px;
}
#site-search-wrapper .gsc-control-cse button.gsc-search-button svg {
  transform: scale(1.5);
}
#site-search-wrapper .gsc-control-cse {
  padding: 2em 1em 1em 1em;
}
.search-menu-container {
  align-items: center;
  display: flex;
}
.header-nav-bg {
  background-color: #663366;
  min-height: 105px;
}
.header-nav-bg .top-navigation-padding {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-nav-bg .header-logo {
  display: inline-block;
}
.header-nav-bg .header-logo img.logo-header {
  width: 250px;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .header-logo img.logo-header {
    display: none;
  }
}
.header-nav-bg .navigation-menu {
  display: inline-block;
  float: right;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu {
    width: 100%;
  }
}
.header-nav-bg .navigation-menu .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.header-nav-bg .navigation-menu .navbar-light .navbar-nav .nav-link {
  color: white;
}
.header-nav-bg .navigation-menu .nav-item .nav-link {
  padding: 0px;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
}
.header-nav-bg .navigation-menu .nav-item:first-child .nav-link {
  margin-left: 0;
}
.header-nav-bg .navigation-menu .nav-item:not(:first-child) {
  margin-left: 85px;
}
@media only screen and (max-width: 1399px) {
  .header-nav-bg .navigation-menu .nav-item:not(:first-child) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu .nav-item:not(:first-child) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu .nav-item:first-child {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu .nav-item {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav-bg .navigation-menu .navbar-brand.logo-mobile {
    display: none;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-toggler .icon-bar {
  background-color: #fff;
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-toggler:focus {
  box-shadow: none;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-brand img {
    max-height: 100px;
  }
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar {
    --bs-navbar-padding-y: 0rem;
  }
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-brand {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu {
  background-color: #663366;
  min-width: 100%;
  width: auto;
  border: unset;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu {
    display: block;
    padding: 0px;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 18px;
    padding: 0.25rem 1rem 0rem 1rem;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #e0007a;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #663366;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: #e0007a;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #663366;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: #e0007a;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #663366;
  }
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: #663366;
}
.header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active:hover {
  background-color: #e0007a;
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active:hover {
    background-color: #663366;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav-bg .navigation-menu .dropdown-toggle::after {
    display: none;
  }
}
div.ccm-block-top-navigation-bar .navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
}
nav.navbar.navbar-expand-xl.navbar-light {
  height: 100%;
}
.ccm-block-top-navigation-bar {
  height: 100%;
}
nav.navbar .container-fluid {
  margin-right: 115px;
}
@media only screen and (max-width: 1199px) {
  nav.navbar .container-fluid {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 415px) {
  nav.navbar .container-fluid {
    display: block !important;
  }
  nav.navbar .container-fluid .logo-mobile img {
    margin-bottom: 20px;
  }
}
footer {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
footer .footer-background {
  background-color: #eee9d7;
  padding-top: 60px;
  font-size: 18px;
}
footer .footer-background .page-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -5px;
}
@media only screen and (max-width: 991px) {
  footer .footer-background .page-list {
    margin-bottom: 30px;
  }
}
footer .footer-background .ccm-block-page-list-page-entry {
  display: inline-block;
  padding-right: 50px;
  font-weight: 700;
}
footer .footer-background .ccm-block-page-list-page-entry a {
  color: black;
  text-decoration: none;
}
footer .footer-background .ccm-block-page-list-page-entry a:hover {
  color: #e0007a;
}
@media only screen and (max-width: 991px) {
  footer .footer-background .ccm-block-page-list-page-entry {
    padding-right: 10px;
  }
}
footer .footer-background .socials {
  float: right;
}
footer .footer-background .socials .facebook-logo {
  display: inline-block;
  margin-right: 30px;
}
footer .footer-background .socials .linkedin-logo {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  footer .footer-background .socials {
    margin-top: 20px;
    float: left;
  }
}
footer .footer-background .footer-divider {
  border-bottom: 1px solid black;
  margin-top: 50px;
}
footer .footer-background .footer-bottom {
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 700;
}
footer .footer-background .footer-bottom .footer-left {
  display: inline-block;
  float: left;
}
footer .footer-background .footer-bottom .footer-left .socius-link {
  color: #e0007a;
  text-decoration: none;
}
footer .footer-background .footer-bottom .footer-left .socius-link:hover {
  color: #663366;
}
@media only screen and (max-width: 767px) {
  footer .footer-background .footer-bottom .footer-left {
    margin-right: 10px;
  }
}
footer .footer-background .footer-bottom .footer-right {
  display: inline-block;
  float: right;
  font-weight: 500;
  font-size: 18px;
}
footer .footer-background .footer-bottom .footer-right .dhost-link {
  color: black;
  text-decoration: none;
  cursor: text;
}
@media only screen and (max-width: 767px) {
  footer .footer-background .footer-bottom .footer-right {
    float: left;
  }
}
footer .footer-background .arrow-up-pink {
  width: 52px;
  height: 52px;
  position: absolute;
  right: calc(0.75rem);
  top: -140px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 500;
}
footer .cert-wrap {
  position: absolute;
  left: 0;
  top: -560px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.16));
  z-index: 500;
  display: none;
}
footer .cert-wrap .certificate {
  background: #fff;
  padding: 12px 40px 12px 12px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
}
footer .cert-wrap .certificate img {
  width: 120px;
  display: block;
}
.page-front-footer footer {
  margin-top: 0px;
}
.page-front-footer .footer-background .arrow-up-pink {
  width: 52px;
  height: 52px;
  position: absolute;
  right: calc(0.75rem);
  top: -220px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 500;
}
.front-page-footer footer {
  margin-top: 0px;
  padding-top: 0px;
}
.front-page-footer footer .cert-wrap {
  display: block;
}
.front-page-footer .footer-background .arrow-up-pink {
  width: 52px;
  height: 52px;
  position: absolute;
  right: calc(0.75rem);
  top: -220px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 500;
}
.image-banner.bow-top:not(.page-front .image-banner) {
  margin-bottom: -100px;
}
.solicitation-item {
  position: relative;
  background-color: #eee9d7;
  min-height: 225px;
  border-radius: 80px 0px 10px 10px;
  margin-right: 20px;
  margin-bottom: 70px;
}
.solicitation-item .image {
  height: 100%;
  width: 400px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  border-radius: 80px 0px 10px 10px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .solicitation-item .image {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .solicitation-item .image {
    height: 225px;
    width: 100%;
    bottom: unset;
    top: 20px;
  }
}
.solicitation-item .content {
  padding-top: 20px;
  margin-left: 450px;
  margin-right: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .solicitation-item .content {
    margin-left: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .solicitation-item .content {
    margin-left: 20px;
    width: 100%;
    padding-top: 260px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
}
.solicitation-item .content .title h3 {
  color: #663366;
  font-weight: 700;
}
.solicitation-item .button {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
