@charset "UTF-8";
/**
 *	@desc a boxshadow mixim, inspired by materialize design.
 *	you can use it like this: @include box_shadow(2); e.g. on a hover, active
 *	state etc.
 */
@import url("https://p.typekit.net/p.css?s=1&k=etk2fkg&ht=tk&f=28069.28070.28072.28073.28076&a=4184827&app=typekit&e=css");
body[data-aos-easing=amref-bounce] [data-aos], [data-aos][data-aos][data-aos-easing=amref-bounce] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos=step-2] {
  transform: translateX(100%);
  transition-property: transform;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
[data-aos=step-2].aos-animate {
  transform: translateX(0);
}
@media screen and (max-width: 39.9375em) {
  [data-aos=step-2] {
    transform: translateX(0%);
    transform: translateY(0%);
    width: 100% !important;
    position: absolute !important;
    top: 100vh;
  }
  [data-aos=step-2].aos-animate {
    transform: translateY(0%);
    height: 100vh !important;
  }
}

[data-aos=step-1] {
  transform: translateX(0%);
  transition-property: transform;
}
[data-aos=step-1].aos-animate {
  transform: translateX(-25%);
}
@media screen and (max-width: 39.9375em) {
  [data-aos=step-1].aos-animate {
    transform: translateX(0) translateY(-25%);
  }
}

[data-aos=step-3] {
  transform: translateX(100%);
  opacity: 0;
  transition-property: transform opacity;
}
@media screen and (max-width: 39.9375em) {
  [data-aos=step-3] {
    position: absolute !important;
    opacity: 1;
    transform: translateX(0);
    bottom: 0;
    top: auto;
  }
}
[data-aos=step-3].aos-animate {
  transform: translateX(0);
  opacity: 1;
}
[data-aos=step-3].aos-animate + [data-aos=circle-grow].aos-animate {
  transform: scale(1);
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}
@media screen and (max-width: 39.9375em) {
  [data-aos=step-3].aos-animate + [data-aos=circle-grow].aos-animate {
    opacity: 1;
  }
}
[data-aos=step-3].aos-animate + [data-aos=circle-grow] + .scrollDown {
  opacity: 0;
  transform: translateY(100%);
}

[data-aos=step-4] {
  transform: translateY(100%);
  transition-property: transform;
}
[data-aos=step-4].aos-animate {
  transform: translateY(0);
}

[data-aos=hide-element] {
  opacity: 1;
  transition-property: opacity;
}
[data-aos=hide-element].aos-animate {
  opacity: 0;
}

[data-aos=show-scroller] {
  opacity: 0;
  transform: translateY(100%);
  transition-property: opacity transform;
  transition-delay: 0ms;
}
[data-aos=show-scroller].aos-animate {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.6s;
}
@media screen and (max-width: 39.9375em) {
  [data-aos=show-scroller].aos-animate {
    opacity: 0;
    transform: scale(0.7) translateY(100%);
  }
}

[data-aos=circle-grow] {
  transform: scale(0.5) translateY(100%);
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
  transition-property: opacity transform clip-path;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition-delay: 0ms;
}
@media screen and (max-width: 39.9375em) {
  [data-aos=circle-grow] {
    transform: scale(1) translateX(0%);
    -webkit-clip-path: none;
            clip-path: none;
    transition-delay: 0ms;
    position: absolute !important;
    bottom: 0;
    top: auto;
  }
}
[data-aos=circle-grow].aos-animate {
  opacity: 1;
  transform: scale(0.7);
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
  transition-delay: 450ms;
}
@media screen and (max-width: 39.9375em) {
  [data-aos=circle-grow].aos-animate {
    transform: scale(1) translateX(0%);
    -webkit-clip-path: none;
            clip-path: none;
    transition-delay: 0ms;
  }
}

[data-aos=done].aos-animate .bar {
  position: fixed !important;
  top: 0 !important;
  height: 50vh !important;
  margin-top: 0 !important;
}

.heroanimationfixzindex {
  padding-top: 300vh;
}
.heroanimationfixzindex .hero-animation {
  position: absolute;
  top: 0;
  height: 300vh;
  width: 100%;
  z-index: 2;
}

.hero-animation {
  overflow: hidden;
  position: relative;
  clip: rect(0, auto, auto, 0);
}
.hero-animation:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 30vh;
  z-index: 0;
  pointer-events: none;
}
.hero-animation .hero-pager {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
}
.hero-animation .hero-pager a {
  display: block;
  color: #fff;
  position: relative;
}
.hero-animation .hero-pager a:after {
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: "";
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.2s ease;
}
.hero-animation .hero-pager a.is-active {
  transform: scale(0.6);
}
.hero-animation .hero-pager a.is-active:after {
  transform: translate(-50%, -50%) scale(2);
}
.hero-animation .hero-pager a:hover {
  transform: scale(0.6);
}
.hero-animation section.hero {
  pointer-events: none;
}
.hero-animation .scrollDown {
  left: 50%;
  bottom: 1rem;
  padding: 0 2rem;
  position: fixed;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .scrollDown {
    left: 0rem;
    bottom: 1rem;
    position: absolute;
  }
}
.hero-animation .scrollDown .mouse {
  float: left;
  margin-right: 0.5rem;
}
.hero-animation .scrollDown.centered {
  display: flex;
  right: 0;
  justify-content: center;
}
.hero-animation .hero3 {
  text-align: center;
  display: block;
  z-index: 1;
}
.hero-animation .hero3 .scrollDown {
  left: 0;
  position: absolute;
  white-space: nowrap;
}
.hero-animation .hero3 .button, .hero-animation .hero3 .clickdform #btnSubmit, .clickdform .hero-animation .hero3 #btnSubmit, .hero-animation .hero3 form .submit, form .hero-animation .hero3 .submit {
  position: absolute;
  pointer-events: all;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero3 {
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
  }
  .hero-animation .hero3 .scrollDown {
    bottom: 0.5rem;
  }
  .hero-animation .hero3 .button, .hero-animation .hero3 .clickdform #btnSubmit, .clickdform .hero-animation .hero3 #btnSubmit, .hero-animation .hero3 form .submit, form .hero-animation .hero3 .submit {
    bottom: 3rem;
  }
}
.hero-animation .hero-text {
  position: fixed;
  width: 50%;
  height: 100vh;
  right: 0;
  xtop: 0;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero-text {
    width: 100%;
  }
}
.hero-animation .hero-text > .hero-item {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  width: 100% !important;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero-text > .hero-item {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 1rem !important;
  }
  .hero-animation .hero-text > .hero-item h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.hero-animation .hero-image {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
}
.hero-animation .hero-image-half {
  height: 50vh;
  width: 50%;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero-image-half {
    width: 100%;
  }
}
.hero-animation section {
  position: relative;
  width: 100%;
}
.hero-animation .hero .hero-title {
  position: absolute;
  left: 50%;
  bottom: 20%;
  z-index: 10;
  width: auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  transform: translateY(50%);
  padding-left: 60px;
  max-width: 100%;
}
.hero-animation .hero .hero-title > * {
  margin: 0;
  width: 100%;
  padding: 0 1rem;
}
.hero-animation .hero .hero-title h1 {
  padding: 0 1rem;
  font-size: 50px;
}
.hero-animation .hero .hero-title h2 {
  font-weight: 300;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero .hero-title {
    left: 1rem;
    min-height: 80px;
    bottom: 25%;
    padding-left: 40px;
  }
  .hero-animation .hero .hero-title h1 {
    padding: 0rem 1rem;
    font-size: 40px;
  }
}
.hero-animation .hero .circles {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 100;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero .circles {
    left: 1rem;
    bottom: 25%;
    width: 80px;
    height: 80px;
  }
}
.hero-animation .hero .bar {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-top: 50px;
  transform: translateX(-50%);
  width: 14px !important;
  height: 164.6vh;
  z-index: 1;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 39.9375em) {
  .hero-animation .hero .bar {
    left: 1rem;
    bottom: 25%;
    margin-top: 30px;
    top: 75%;
    width: 7px !important;
    height: 170.6vh;
  }
}

.herocontainer-v2 {
  position: relative;
  z-index: 10;
  xoverflow: hidden;
}
.herocontainer-v2 .hero section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 75em) {
  .herocontainer-v2 .hero section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.herocontainer-v2 .hero section h1 {
  font-size: 2rem;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .herocontainer-v2 .hero section h1 {
    font-size: 2.8rem;
  }
}
.herocontainer-v2 .hero section h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 2rem;
  width: 100%;
}
.herocontainer-v2 .hero section h2 strong {
  font-weight: 600;
}
.herocontainer-v2 .hero section .lead,
.herocontainer-v2 .hero section .lead p {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .herocontainer-v2 .hero section h1 {
    font-size: 1.5rem;
  }
  .herocontainer-v2 .hero section h2 {
    font-size: 1rem;
  }
}
.herocontainer-v2 .hero .hero-item {
  height: 100vh;
  text-align: center;
  overflow: hidden;
}
.herocontainer-v2 .hero .hero-item.full {
  width: 100%;
  z-index: 100;
  height: auto;
  padding-bottom: 4rem;
  min-height: 50vh;
}
.herocontainer-v2 .hero .hero-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  xbackground-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  height: 25%;
  pointer-events: none;
  z-index: 1;
}
.herocontainer-v2 .hero .hero-item .bg-image, .herocontainer-v2 .hero .hero-item .notification-container .notification-popup .notification-image, .notification-container .notification-popup .herocontainer-v2 .hero .hero-item .notification-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.herocontainer-v2 .hero .hero-item .bg-image.bg-perspective, .herocontainer-v2 .hero .hero-item .notification-container .notification-popup .bg-perspective.notification-image, .notification-container .notification-popup .herocontainer-v2 .hero .hero-item .bg-perspective.notification-image {
  transition: transform 1s ease;
}
.herocontainer-v2 .hero .hero-item .bg-image.bg-blur, .herocontainer-v2 .hero .hero-item .notification-container .notification-popup .bg-blur.notification-image, .notification-container .notification-popup .herocontainer-v2 .hero .hero-item .bg-blur.notification-image {
  filter: blur(3px);
  margin: 0;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer-v2 .hero .hero-item {
    padding: 1rem !important;
    height: auto !important;
  }
  .herocontainer-v2 .hero .hero-item section {
    padding: 0;
  }
  .herocontainer-v2 .hero .hero-item.sticky {
    min-height: 40vh;
  }
}
.herocontainer-v2 .hero .hero-item .button, .herocontainer-v2 .hero .hero-item .clickdform #btnSubmit, .clickdform .herocontainer-v2 .hero .hero-item #btnSubmit, .herocontainer-v2 .hero .hero-item form .submit, form .herocontainer-v2 .hero .hero-item .submit {
  margin-bottom: 0.38rem;
}
.herocontainer-v2 .circles-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: -50vh;
  margin-top: -50vh;
  z-index: 100;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.herocontainer-v2 .circles {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -118px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer-v2 .circles {
    left: 0.5rem;
    bottom: 25%;
    width: 40px;
    height: 40px;
    top: -36px;
  }
}
.herocontainer-v2 .bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  width: 14px !important;
  height: 100vh;
  z-index: 1;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer-v2 .bar {
    left: 0.5rem;
    margin-top: 0;
    top: 0;
    width: 4.6666666667px !important;
  }
}

.text-white {
  color: #fff;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.right,
.left {
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 64em) {
  .flex-order-1 {
    order: 1;
  }
  .flex-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 63.9375em) {
  .noflex-small {
    xdisplay: block !important;
    min-height: 0 !important;
  }
  .flex-order-1 {
    height: auto !important;
  }
}
.algemeen .bar, .clickdform #btnSubmit .bar, .reveal-overlay form[data-type=cms-form] .submit .bar {
  background-color: #f09d91;
}
.algemeen .circles #outher path, .clickdform #btnSubmit .circles #outher path, .reveal-overlay form[data-type=cms-form] .submit .circles #outher path {
  fill: #f09d91;
}

.mijn-lijf .bar {
  background-color: #98bd66;
}
.mijn-lijf .circles #outher path {
  fill: #98bd66;
}

.schoon-water .bar {
  background-color: #7eb9dc;
}
.schoon-water .circles #outher path {
  fill: #7eb9dc;
}

.zorgverleners .bar {
  background-color: #ffdb83;
}
.zorgverleners .circles #outher path {
  fill: #ffdb83;
}

.zorg-voor-iedereen .bar {
  background-color: #a0cdcb;
}
.zorg-voor-iedereen .circles #outher path {
  fill: #a0cdcb;
}

.aspect-wrap {
  width: 100%;
  background-color: #000;
}
.aspect-wrap .aspect-container {
  background-color: #f09d91;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

html.lock {
  overflow-y: scroll;
  height: 100vh;
}
html.lock body {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

.overlay {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998 !important;
  display: flex;
  padding: 1rem;
  -webkit-animation: overlayreveal forwards 0.8s 0s;
          animation: overlayreveal forwards 0.8s 0s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.overlay.overlayplayer {
  z-index: 9999 !important;
  -webkit-animation: close forwards 0.8s 0s;
          animation: close forwards 0.8s 0s;
  pointer-events: none;
  display: none;
  opacity: 0;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
}
.overlay.overlayplayer.visible {
  display: flex;
  pointer-events: initial;
  -webkit-animation: overlayreveal forwards 0.8s 0s;
          animation: overlayreveal forwards 0.8s 0s;
}
.overlay.overlayplayer.visible .inner {
  -webkit-animation: fadedown forwards 0.6s 0.8s;
          animation: fadedown forwards 0.6s 0.8s;
}
.overlay.overlayplayer.closed {
  display: flex !important;
  opacity: 0;
  transition: none;
}
.overlay.overlayplayer .inner {
  height: auto;
  width: 100%;
  max-width: 64rem;
  max-height: 100%;
  overflow: visible;
  -webkit-animation: fadeup forwards 0.6s 0.8s;
          animation: fadeup forwards 0.6s 0.8s;
  margin-bottom: auto;
  margin: 0 auto;
}
.overlay.overlayplayer .inner .close {
  top: -3rem;
  right: 0;
  font-size: 1.4rem;
}
.overlay.overlayplayer .inner .close strong {
  float: left;
  line-height: 16px;
  width: 16px;
}
.overlay.overlayplayer .inner .doneren {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.overlay.overlayplayer .inner .responsive-embed {
  width: 100%;
  margin: 0;
}
.overlay .inner {
  background-color: #fff;
  height: 100%;
  max-height: 40rem;
  max-width: 60rem;
  margin: auto;
  position: relative;
  display: flex;
  border-radius: 4px;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.9);
  -webkit-animation: fadedown forwards 0.6s 0.8s;
          animation: fadedown forwards 0.6s 0.8s;
  overflow: hidden;
}
.img-boven.overlay .inner {
  display: block;
  max-height: none;
  height: auto;
  overflow-y: visible;
  max-width: 38rem;
}

.overlay .inner .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
.overlay .inner .image-column {
  width: 50%;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: contrast(1.2) brightness(1);
  -webkit-animation: filterimage forwards 0.8s 1s;
          animation: filterimage forwards 0.8s 1s;
  top: 0;
}
.img-boven.overlay .inner .image-column {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.overlay .inner .content-column {
  width: 50%;
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.img-boven.overlay .inner .content-column {
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.img-boven.overlay .inner .content-column:after {
  display: none;
}

.overlay .inner .content-column:after {
  content: " ";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 5.5rem;
  left: 50%;
  z-index: 0;
}
.overlay .inner .content-column > div:last-of-type {
  margin-bottom: 4rem;
}
.overlay .inner .content-column h2 {
  font-size: 2rem;
  line-height: 1.1;
}
.overlay .inner .content-column .doneren {
  position: absolute;
  bottom: 1rem;
  left: 75%;
  transform: translateX(-50%);
  z-index: 1;
}
.img-boven.overlay .inner .content-column .doneren {
  left: 50%;
}

@media screen and (max-width: 63.9375em) {
  .overlay .inner .image-column {
    width: 40%;
  }
  .overlay .inner .content-column {
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .overlay .inner .content-column .doneren {
    left: 70%;
  }
  .overlay .inner .content-column:after {
    left: 40%;
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .overlay {
    display: block;
  }
  .overlay .close {
    padding: 0.5rem;
    position: fixed;
    z-index: 100;
    right: 0.5rem;
    top: 0.5rem;
  }
  .overlay .inner {
    display: block;
    max-height: none;
    max-width: none;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .overlay .inner .image-column {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .overlay .inner .content-column {
    padding: 1rem;
    width: 100%;
    height: auto;
  }
  .overlay .inner .content-column:after {
    display: none;
  }
  .overlay .inner .content-column h2 {
    font-size: 1.6rem;
  }
  .overlay .inner .content-column .doneren {
    left: 50%;
  }
}
.overlay .inner {
  opacity: 0;
  transform: translateY(-1rem);
}
.overlay .inner .image-column {
  filter: contrast(0) brightness(0);
}
.overlay.close-overlay {
  opacity: 1;
  -webkit-animation: close forwards 0.8s 0.6s;
          animation: close forwards 0.8s 0.6s;
  pointer-events: none;
}
.overlay.close-overlay .inner {
  -webkit-animation: fadeup forwards 0.6s 0s;
          animation: fadeup forwards 0.6s 0s;
  opacity: 1;
  transform: translateY(0);
}

@media (min-aspect-ratio: 14/9) {
  .overlayplayer .inner {
    width: 133.3333333333vh !important;
  }
}
@-webkit-keyframes overlayreveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlayreveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes filterimage {
  0% {
    filter: contrast(0) brightness(0);
  }
  100% {
    filter: contrast(1.2) brightness(1);
  }
}
@keyframes filterimage {
  0% {
    filter: contrast(0) brightness(0);
  }
  100% {
    filter: contrast(1.2) brightness(1);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1rem);
  }
}
@keyframes fadeup {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1rem);
  }
}
#CybotCookiebotDialogBody {
  font-family: "americane", sans-serif !important;
  max-width: 730px !important;
  font-weight: 300 !important;
}

.CookieDeclarationDialogText,
.CookieDeclarationIntro,
.CookieDeclarationLastUpdated {
  margin: 0 0 14px 0 !important;
}

.CookieDeclarationTypeHeader {
  font-weight: bold !important;
}

.CookieDeclarationTypeDescription {
  margin: 2px 0 16px 0 !important;
}

#CybotCookiebotDialogBodyContent {
  padding: 16px 0 16px 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
  font-family: "americane", sans-serif !important;
}

#CybotCookiebotDialogBodyContentText {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
}

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
  font-family: "americane", sans-serif !important;
}

.CybotCookiebotDialogBodyButton {
  border-radius: 100px !important;
  padding: 0.7rem 1rem !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin: 8px 12px 0 2px !important;
  width: 240px !important;
  font-family: "americane", sans-serif !important;
}

#CybotCookiebotDialogBodyButtons {
  display: flex !important;
  align-items: center !important;
  margin: 0 0 6px 6px !important;
}

#CybotCookiebotDialogBodyButtonDetails {
  padding-top: 0 !important;
  background-image: none !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  #CybotCookiebotDialogBody {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #CybotCookiebotDialogBodyButtons {
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
}
.block-layout .block {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  float: left;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.block-layout .block[data-layout=groot] .block-image.bg-16-9::before {
  padding-top: 0% !important;
}
.block-layout .block .block-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block-layout .block .block-content .block-buttons {
  margin-top: auto;
}
.block-layout .block .block-content .block-buttons a {
  margin-right: 0.5rem;
}
.block-layout .block .block-content .block-buttons a.algemeen-light:hover {
  color: #fff;
}
.block-layout .block.mb-0 {
  margin-bottom: 0 !important;
}
.block-layout .block.bg-algemeen .block-content {
  padding: 0.75rem 1rem;
  color: #fff;
}
.block-layout .block.bg-algemeen .block-image {
  border-radius: 0;
}
.block-layout .block.bg-algemeen .block-image.bg-16-9 .responsive-embed.widescreen {
  padding-bottom: 0px;
}
.block-layout .block.bg-algemeen .button-icon {
  background-color: #fff;
  color: #000;
}
.block-layout .block.bg-algemeen .button-icon .heart {
  opacity: 1;
}
.block-layout .block.bg-algemeen[data-layout="1/2"] .block-image, .block-layout .block.bg-algemeen[data-layout="1/3"] .block-image {
  margin-bottom: 0.25rem;
}
.block-layout .block.bg-algemeen[data-layout="1/1"] .block-image {
  height: 100%;
}
.block-layout .block.bg-algemeen[data-layout="1/1"] .block-left {
  margin: 0 !important;
}
.block-layout .block .block-left {
  width: 65%;
  margin-right: 1rem;
}
.block-layout .block .block-left {
  width: 65%;
  margin-right: 1rem;
}
.block-layout .block .block-image {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .block-layout .block .block-image {
    padding-top: 56.25%;
  }
  .block-layout .block .block-image.bg-16-9 {
    padding-top: 0;
  }
}
.block-layout .block .block-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-layout .block .block-image.bg-16-9:before {
  content: "";
  display: flex;
  padding-top: 5%;
}
.block-layout .block .block-image.block-image-contain {
  padding: 0 !important;
}
.block-layout .block .block-image.block-image-contain:before {
  display: none !important;
}
.block-layout .block .block-image.block-image-contain .block-img {
  position: relative !important;
}
.block-layout .block .block-image .block-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
  margin-bottom: 0;
}
.block-layout .block .block-image .block-image-extras {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  position: absolute;
  flex-wrap: wrap-reverse;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.block-layout .block .block-image .block-image-extras .block-icons {
  max-width: none !important;
  position: absolute;
  bottom: 0.5rem;
  right: 55%;
  height: 80px !important;
  width: auto;
}
.block-layout .block .block-image .block-image-extras h3 {
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
  margin-bottom: 0.5rem !important;
  text-align: right;
  width: 100%;
  padding-left: 1rem;
  margin-left: auto;
}
.block-layout .block[data-layout="1/1"] .block-image-extras .block-icons {
  height: 50px !important;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] .block-left {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] .block-content {
  order: 1;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-left {
  order: 1;
  margin-right: 1rem;
  margin-left: 0;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-content {
  order: 2;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-left {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-content {
  order: 1;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-left {
  order: 1;
  margin-right: 1rem;
  margin-left: 0;
}
.block-layout .block[data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] ~ [data-layout="1/1"] .block-content {
  order: 2;
}
.block-layout .block[data-layout="1/2"] {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  flex-direction: column;
}
.block-layout .block[data-layout="1/2"] h3 {
  font-size: 1.2rem;
}
.block-layout .block[data-layout="1/2"] .block-left {
  width: 100%;
}
.block-layout .block[data-layout="1/2"] .block-image {
  margin-bottom: 1rem;
}
.block-layout .block[data-layout="1/2"] .block-image:before {
  padding-top: 66.6666666667%;
}
.block-layout .block[data-layout="1/2"] .block-image.bg-16-9 .responsive-embed {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.block-layout .block[data-layout="1/2"] .block-image-extras .block-icons {
  height: 50px !important;
}
.block-layout .block[data-layout="1/2"].no-margin {
  margin-right: 0;
}
.block-layout .block[data-layout="1/3"] {
  width: calc(33.3333333333% - 0.6666666667rem);
  margin-right: 1rem;
  flex-direction: column;
}
.block-layout .block[data-layout="1/3"] h3 {
  font-size: 1.1rem;
}
.block-layout .block[data-layout="1/3"] .block-left {
  width: 100%;
}
.block-layout .block[data-layout="1/3"] .block-image {
  margin-bottom: 1rem;
}
.block-layout .block[data-layout="1/3"] .block-image-extras .block-icons {
  height: 40px !important;
}
.block-layout .block[data-layout="1/3"] .block-buttons a ~ a {
  margin-top: 0.5rem;
}
.block-layout .block[data-layout="1/3"].no-margin {
  margin-right: 0 !important;
}
@media screen and (max-width: 39.9375em) {
  .block-layout .block {
    width: 100% !important;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .block-layout .block .block-left {
    width: 100% !important;
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .block-layout .block .block-content {
    order: 2 !important;
  }
  .block-layout .block .block-image {
    margin-bottom: 1rem;
  }
  .block-layout .block .block-image:before {
    padding-top: 66.6666666667%;
  }
  .block-layout .block .block-image-extras .block-icons {
    height: 50px !important;
  }
  .block-layout .block .block-image-extras.block-has-title {
    top: 0;
    height: 100%;
  }
  .block-layout .block .block-image-extras.block-has-title .block-icons {
    top: 1rem;
    bottom: auto;
  }
  .block-layout .block .block-image-extras.block-has-title h3 {
    margin-top: auto;
  }
  .block-layout .block .block-image-extras h3 {
    width: 100% !important;
    font-size: 1.3rem !important;
  }
  .block-layout .block[data-layout=groot] .block-image-extras .block-icons {
    height: 50px !important;
  }
  .block-layout .block[data-layout="1/1"].bg-algemeen .block-image {
    margin-bottom: 0.25rem;
  }
}
.block-layout .block[data-layout=groot] {
  width: 100% !important;
  flex-direction: column;
}
.block-layout .block[data-layout=groot] .block-left {
  width: 100% !important;
  order: 1 !important;
}
.block-layout .block[data-layout=groot] .block-content {
  order: 2 !important;
}
.block-layout .block[data-layout=groot] .block-image {
  margin-bottom: 1rem;
}
.block-layout .block[data-layout=groot] .block-image:before {
  padding-top: 56.25%;
}
.block-layout .block[data-layout=groot] .block-image-extras h3 {
  width: 50%;
  font-size: 1.5rem;
}
.block-layout .button img.heart, .block-layout .clickdform #btnSubmit img.heart, .clickdform .block-layout #btnSubmit img.heart, .block-layout form .submit img.heart, form .block-layout .submit img.heart {
  margin-bottom: -10px;
  margin-top: -10px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, form[data-type=cms-form] .reveal.submit, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*
$fa-font-path: "../vendors/fontawesome-pro-5.6.3-web/webfonts";
@import "../vendors/fontawesome-pro-5.6.3-web/scss/fontawesome";
//@import "../vendors/fontawesome-pro-5.6.3-web/scss/light";
@import "../vendors/fontawesome-pro-5.6.3-web/scss/brands";
@import "../vendors/fontawesome-pro-5.6.3-web/scss/solid";
//@import '../vendors/fontawesome-pro-5.6.3-web/scss/regular';
*/
/*
$fa-font-path: "../vendors/fontawesome-pro-6.0.0-alpha3/webfonts";
@import "../vendors/fontawesome-pro-6.0.0-alpha3/scss/fontawesome";
//@import "../vendors/fontawesome-pro-6.0.0-alpha3/scss/light";
@import "../vendors/fontawesome-pro-6.0.0-alpha3/scss/brands";
@import "../vendors/fontawesome-pro-6.0.0-alpha3/scss/solid";
*/
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-check::before {
  content: "\f00c";
}

.fa-circle::before {
  content: "\f111";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-file::before {
  content: "\f15b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendors/fontawesome-subset/webfonts/fa-brands-400.woff2") format("woff2"), url("../vendors/fontawesome-subset/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../vendors/fontawesome-subset/webfonts/fa-solid-900.woff2") format("woff2"), url("../vendors/fontawesome-subset/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 20px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "americane", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6, .theme-list-item > div:not(.connector),
.cta-item > div:not(.connector) {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
.xxlarge-push-0,
.xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  max-width: 60rem;
  margin: 0 auto;
}

.grid-container-padded {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container-padded {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 60em) {
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid-x, form[data-type=cms-form] ul, .theme-list-item,
.cta-item {
  display: flex;
  flex-flow: row wrap;
}

.cell, form[data-type=cms-form] ul li, .theme-list-item > div:not(.connector),
.cta-item > div:not(.connector) {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto, form[data-type=cms-form] ul li.auto, .theme-list-item > div.auto:not(.connector),
.cta-item > div.auto:not(.connector) {
  flex: 1 1 0px;
}
.cell.shrink, form[data-type=cms-form] ul li.shrink, .theme-list-item > div.shrink:not(.connector),
.cta-item > div.shrink:not(.connector) {
  flex: 0 0 auto;
}

.grid-x > .auto, form[data-type=cms-form] ul > .auto, .theme-list-item > .auto,
.cta-item > .auto {
  width: auto;
}
.grid-x > .shrink, form[data-type=cms-form] ul > .shrink, .theme-list-item > .shrink,
.cta-item > .shrink {
  width: auto;
}

.grid-x > small-shrink, form[data-type=cms-form] ul > small-shrink, .theme-list-item > small-shrink,
.cta-item > small-shrink, .grid-x > small-full, form[data-type=cms-form] ul > small-full, .theme-list-item > small-full,
.cta-item > small-full, .grid-x > small-1, form[data-type=cms-form] ul > small-1, .theme-list-item > small-1,
.cta-item > small-1, .grid-x > small-2, form[data-type=cms-form] ul > small-2, .theme-list-item > small-2,
.cta-item > small-2, .grid-x > small-3, form[data-type=cms-form] ul > small-3, .theme-list-item > small-3,
.cta-item > small-3, .grid-x > small-4, form[data-type=cms-form] ul > small-4, .theme-list-item > small-4,
.cta-item > small-4, .grid-x > small-5, form[data-type=cms-form] ul > small-5, .theme-list-item > small-5,
.cta-item > small-5, .grid-x > small-6, form[data-type=cms-form] ul > small-6, .theme-list-item > small-6,
.cta-item > small-6, .grid-x > small-7, form[data-type=cms-form] ul > small-7, .theme-list-item > small-7,
.cta-item > small-7, .grid-x > small-8, form[data-type=cms-form] ul > small-8, .theme-list-item > small-8,
.cta-item > small-8, .grid-x > small-9, form[data-type=cms-form] ul > small-9, .theme-list-item > small-9,
.cta-item > small-9, .grid-x > small-10, form[data-type=cms-form] ul > small-10, .theme-list-item > small-10,
.cta-item > small-10, .grid-x > small-11, form[data-type=cms-form] ul > small-11, .theme-list-item > small-11,
.cta-item > small-11, .grid-x > small-12, form[data-type=cms-form] ul > small-12, .theme-list-item > small-12,
.cta-item > small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, form[data-type=cms-form] ul > medium-shrink, .theme-list-item > medium-shrink,
.cta-item > medium-shrink, .grid-x > medium-full, form[data-type=cms-form] ul > medium-full, .theme-list-item > medium-full,
.cta-item > medium-full, .grid-x > medium-1, form[data-type=cms-form] ul > medium-1, .theme-list-item > medium-1,
.cta-item > medium-1, .grid-x > medium-2, form[data-type=cms-form] ul > medium-2, .theme-list-item > medium-2,
.cta-item > medium-2, .grid-x > medium-3, form[data-type=cms-form] ul > medium-3, .theme-list-item > medium-3,
.cta-item > medium-3, .grid-x > medium-4, form[data-type=cms-form] ul > medium-4, .theme-list-item > medium-4,
.cta-item > medium-4, .grid-x > medium-5, form[data-type=cms-form] ul > medium-5, .theme-list-item > medium-5,
.cta-item > medium-5, .grid-x > medium-6, form[data-type=cms-form] ul > medium-6, .theme-list-item > medium-6,
.cta-item > medium-6, .grid-x > medium-7, form[data-type=cms-form] ul > medium-7, .theme-list-item > medium-7,
.cta-item > medium-7, .grid-x > medium-8, form[data-type=cms-form] ul > medium-8, .theme-list-item > medium-8,
.cta-item > medium-8, .grid-x > medium-9, form[data-type=cms-form] ul > medium-9, .theme-list-item > medium-9,
.cta-item > medium-9, .grid-x > medium-10, form[data-type=cms-form] ul > medium-10, .theme-list-item > medium-10,
.cta-item > medium-10, .grid-x > medium-11, form[data-type=cms-form] ul > medium-11, .theme-list-item > medium-11,
.cta-item > medium-11, .grid-x > medium-12, form[data-type=cms-form] ul > medium-12, .theme-list-item > medium-12,
.cta-item > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > large-shrink, form[data-type=cms-form] ul > large-shrink, .theme-list-item > large-shrink,
.cta-item > large-shrink, .grid-x > large-full, form[data-type=cms-form] ul > large-full, .theme-list-item > large-full,
.cta-item > large-full, .grid-x > large-1, form[data-type=cms-form] ul > large-1, .theme-list-item > large-1,
.cta-item > large-1, .grid-x > large-2, form[data-type=cms-form] ul > large-2, .theme-list-item > large-2,
.cta-item > large-2, .grid-x > large-3, form[data-type=cms-form] ul > large-3, .theme-list-item > large-3,
.cta-item > large-3, .grid-x > large-4, form[data-type=cms-form] ul > large-4, .theme-list-item > large-4,
.cta-item > large-4, .grid-x > large-5, form[data-type=cms-form] ul > large-5, .theme-list-item > large-5,
.cta-item > large-5, .grid-x > large-6, form[data-type=cms-form] ul > large-6, .theme-list-item > large-6,
.cta-item > large-6, .grid-x > large-7, form[data-type=cms-form] ul > large-7, .theme-list-item > large-7,
.cta-item > large-7, .grid-x > large-8, form[data-type=cms-form] ul > large-8, .theme-list-item > large-8,
.cta-item > large-8, .grid-x > large-9, form[data-type=cms-form] ul > large-9, .theme-list-item > large-9,
.cta-item > large-9, .grid-x > large-10, form[data-type=cms-form] ul > large-10, .theme-list-item > large-10,
.cta-item > large-10, .grid-x > large-11, form[data-type=cms-form] ul > large-11, .theme-list-item > large-11,
.cta-item > large-11, .grid-x > large-12, form[data-type=cms-form] ul > large-12, .theme-list-item > large-12,
.cta-item > large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > xlarge-shrink, form[data-type=cms-form] ul > xlarge-shrink, .theme-list-item > xlarge-shrink,
.cta-item > xlarge-shrink, .grid-x > xlarge-full, form[data-type=cms-form] ul > xlarge-full, .theme-list-item > xlarge-full,
.cta-item > xlarge-full, .grid-x > xlarge-1, form[data-type=cms-form] ul > xlarge-1, .theme-list-item > xlarge-1,
.cta-item > xlarge-1, .grid-x > xlarge-2, form[data-type=cms-form] ul > xlarge-2, .theme-list-item > xlarge-2,
.cta-item > xlarge-2, .grid-x > xlarge-3, form[data-type=cms-form] ul > xlarge-3, .theme-list-item > xlarge-3,
.cta-item > xlarge-3, .grid-x > xlarge-4, form[data-type=cms-form] ul > xlarge-4, .theme-list-item > xlarge-4,
.cta-item > xlarge-4, .grid-x > xlarge-5, form[data-type=cms-form] ul > xlarge-5, .theme-list-item > xlarge-5,
.cta-item > xlarge-5, .grid-x > xlarge-6, form[data-type=cms-form] ul > xlarge-6, .theme-list-item > xlarge-6,
.cta-item > xlarge-6, .grid-x > xlarge-7, form[data-type=cms-form] ul > xlarge-7, .theme-list-item > xlarge-7,
.cta-item > xlarge-7, .grid-x > xlarge-8, form[data-type=cms-form] ul > xlarge-8, .theme-list-item > xlarge-8,
.cta-item > xlarge-8, .grid-x > xlarge-9, form[data-type=cms-form] ul > xlarge-9, .theme-list-item > xlarge-9,
.cta-item > xlarge-9, .grid-x > xlarge-10, form[data-type=cms-form] ul > xlarge-10, .theme-list-item > xlarge-10,
.cta-item > xlarge-10, .grid-x > xlarge-11, form[data-type=cms-form] ul > xlarge-11, .theme-list-item > xlarge-11,
.cta-item > xlarge-11, .grid-x > xlarge-12, form[data-type=cms-form] ul > xlarge-12, .theme-list-item > xlarge-12,
.cta-item > xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > xxlarge-shrink, form[data-type=cms-form] ul > xxlarge-shrink, .theme-list-item > xxlarge-shrink,
.cta-item > xxlarge-shrink, .grid-x > xxlarge-full, form[data-type=cms-form] ul > xxlarge-full, .theme-list-item > xxlarge-full,
.cta-item > xxlarge-full, .grid-x > xxlarge-1, form[data-type=cms-form] ul > xxlarge-1, .theme-list-item > xxlarge-1,
.cta-item > xxlarge-1, .grid-x > xxlarge-2, form[data-type=cms-form] ul > xxlarge-2, .theme-list-item > xxlarge-2,
.cta-item > xxlarge-2, .grid-x > xxlarge-3, form[data-type=cms-form] ul > xxlarge-3, .theme-list-item > xxlarge-3,
.cta-item > xxlarge-3, .grid-x > xxlarge-4, form[data-type=cms-form] ul > xxlarge-4, .theme-list-item > xxlarge-4,
.cta-item > xxlarge-4, .grid-x > xxlarge-5, form[data-type=cms-form] ul > xxlarge-5, .theme-list-item > xxlarge-5,
.cta-item > xxlarge-5, .grid-x > xxlarge-6, form[data-type=cms-form] ul > xxlarge-6, .theme-list-item > xxlarge-6,
.cta-item > xxlarge-6, .grid-x > xxlarge-7, form[data-type=cms-form] ul > xxlarge-7, .theme-list-item > xxlarge-7,
.cta-item > xxlarge-7, .grid-x > xxlarge-8, form[data-type=cms-form] ul > xxlarge-8, .theme-list-item > xxlarge-8,
.cta-item > xxlarge-8, .grid-x > xxlarge-9, form[data-type=cms-form] ul > xxlarge-9, .theme-list-item > xxlarge-9,
.cta-item > xxlarge-9, .grid-x > xxlarge-10, form[data-type=cms-form] ul > xxlarge-10, .theme-list-item > xxlarge-10,
.cta-item > xxlarge-10, .grid-x > xxlarge-11, form[data-type=cms-form] ul > xxlarge-11, .theme-list-item > xxlarge-11,
.cta-item > xxlarge-11, .grid-x > xxlarge-12, form[data-type=cms-form] ul > xxlarge-12, .theme-list-item > xxlarge-12,
.cta-item > xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1, form[data-type=cms-form] ul > .small-1, .theme-list-item > .small-1,
.cta-item > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2, form[data-type=cms-form] ul > .small-2, .theme-list-item > .small-2,
.cta-item > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3, form[data-type=cms-form] ul > .small-3, .theme-list-item > .small-3,
.cta-item > .small-3 {
  width: 25%;
}

.grid-x > .small-4, form[data-type=cms-form] ul > .small-4, .theme-list-item > .small-4,
.cta-item > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5, form[data-type=cms-form] ul > .small-5, .theme-list-item > .small-5,
.cta-item > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6, form[data-type=cms-form] ul > .small-6, .theme-list-item > .small-6,
.cta-item > .small-6 {
  width: 50%;
}

.grid-x > .small-7, form[data-type=cms-form] ul > .small-7, .theme-list-item > .small-7,
.cta-item > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8, form[data-type=cms-form] ul > .small-8, .theme-list-item > .small-8,
.cta-item > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9, form[data-type=cms-form] ul > .small-9, .theme-list-item > .small-9,
.cta-item > .small-9 {
  width: 75%;
}

.grid-x > .small-10, form[data-type=cms-form] ul > .small-10, .theme-list-item > .small-10,
.cta-item > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11, form[data-type=cms-form] ul > .small-11, .theme-list-item > .small-11,
.cta-item > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12, form[data-type=cms-form] ul > .small-12, .theme-list-item > .small-12,
.cta-item > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto, form[data-type=cms-form] ul > .medium-auto, .theme-list-item > .medium-auto,
.cta-item > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, form[data-type=cms-form] ul > .medium-shrink, .theme-list-item > .medium-shrink,
.cta-item > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1, form[data-type=cms-form] ul > .medium-1, .theme-list-item > .medium-1,
.cta-item > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2, form[data-type=cms-form] ul > .medium-2, .theme-list-item > .medium-2,
.cta-item > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3, form[data-type=cms-form] ul > .medium-3, .theme-list-item > .medium-3,
.cta-item > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4, form[data-type=cms-form] ul > .medium-4, .theme-list-item > .medium-4,
.cta-item > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5, form[data-type=cms-form] ul > .medium-5, .theme-list-item > .medium-5,
.cta-item > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6, form[data-type=cms-form] ul > .medium-6, .theme-list-item > .medium-6, .theme-list-item > div:not(.connector),
.cta-item > .medium-6,
.cta-item > div:not(.connector) {
    width: 50%;
  }
  .grid-x > .medium-7, form[data-type=cms-form] ul > .medium-7, .theme-list-item > .medium-7,
.cta-item > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8, form[data-type=cms-form] ul > .medium-8, .theme-list-item > .medium-8,
.cta-item > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9, form[data-type=cms-form] ul > .medium-9, .theme-list-item > .medium-9,
.cta-item > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10, form[data-type=cms-form] ul > .medium-10, .theme-list-item > .medium-10,
.cta-item > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11, form[data-type=cms-form] ul > .medium-11, .theme-list-item > .medium-11,
.cta-item > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12, form[data-type=cms-form] ul > .medium-12, .theme-list-item > .medium-12,
.cta-item > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto, form[data-type=cms-form] ul > .large-auto, .theme-list-item > .large-auto,
.cta-item > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, form[data-type=cms-form] ul > .large-shrink, .theme-list-item > .large-shrink,
.cta-item > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1, form[data-type=cms-form] ul > .large-1, .theme-list-item > .large-1,
.cta-item > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2, form[data-type=cms-form] ul > .large-2, .theme-list-item > .large-2,
.cta-item > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3, form[data-type=cms-form] ul > .large-3, .theme-list-item > .large-3,
.cta-item > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4, form[data-type=cms-form] ul > .large-4, .theme-list-item > .large-4,
.cta-item > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5, form[data-type=cms-form] ul > .large-5, .theme-list-item > .large-5,
.cta-item > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6, form[data-type=cms-form] ul > .large-6, .theme-list-item > .large-6,
.cta-item > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7, form[data-type=cms-form] ul > .large-7, .theme-list-item > .large-7,
.cta-item > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8, form[data-type=cms-form] ul > .large-8, .theme-list-item > .large-8,
.cta-item > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9, form[data-type=cms-form] ul > .large-9, .theme-list-item > .large-9,
.cta-item > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10, form[data-type=cms-form] ul > .large-10, .theme-list-item > .large-10,
.cta-item > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11, form[data-type=cms-form] ul > .large-11, .theme-list-item > .large-11,
.cta-item > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12, form[data-type=cms-form] ul > .large-12, .theme-list-item > .large-12,
.cta-item > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto, form[data-type=cms-form] ul > .xlarge-auto, .theme-list-item > .xlarge-auto,
.cta-item > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, form[data-type=cms-form] ul > .xlarge-shrink, .theme-list-item > .xlarge-shrink,
.cta-item > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1, form[data-type=cms-form] ul > .xlarge-1, .theme-list-item > .xlarge-1,
.cta-item > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2, form[data-type=cms-form] ul > .xlarge-2, .theme-list-item > .xlarge-2,
.cta-item > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3, form[data-type=cms-form] ul > .xlarge-3, .theme-list-item > .xlarge-3,
.cta-item > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4, form[data-type=cms-form] ul > .xlarge-4, .theme-list-item > .xlarge-4,
.cta-item > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5, form[data-type=cms-form] ul > .xlarge-5, .theme-list-item > .xlarge-5,
.cta-item > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6, form[data-type=cms-form] ul > .xlarge-6, .theme-list-item > .xlarge-6,
.cta-item > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7, form[data-type=cms-form] ul > .xlarge-7, .theme-list-item > .xlarge-7,
.cta-item > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8, form[data-type=cms-form] ul > .xlarge-8, .theme-list-item > .xlarge-8,
.cta-item > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9, form[data-type=cms-form] ul > .xlarge-9, .theme-list-item > .xlarge-9,
.cta-item > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10, form[data-type=cms-form] ul > .xlarge-10, .theme-list-item > .xlarge-10,
.cta-item > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11, form[data-type=cms-form] ul > .xlarge-11, .theme-list-item > .xlarge-11,
.cta-item > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12, form[data-type=cms-form] ul > .xlarge-12, .theme-list-item > .xlarge-12,
.cta-item > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto, form[data-type=cms-form] ul > .xxlarge-auto, .theme-list-item > .xxlarge-auto,
.cta-item > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, form[data-type=cms-form] ul > .xxlarge-shrink, .theme-list-item > .xxlarge-shrink,
.cta-item > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1, form[data-type=cms-form] ul > .xxlarge-1, .theme-list-item > .xxlarge-1,
.cta-item > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2, form[data-type=cms-form] ul > .xxlarge-2, .theme-list-item > .xxlarge-2,
.cta-item > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3, form[data-type=cms-form] ul > .xxlarge-3, .theme-list-item > .xxlarge-3,
.cta-item > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4, form[data-type=cms-form] ul > .xxlarge-4, .theme-list-item > .xxlarge-4,
.cta-item > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5, form[data-type=cms-form] ul > .xxlarge-5, .theme-list-item > .xxlarge-5,
.cta-item > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6, form[data-type=cms-form] ul > .xxlarge-6, .theme-list-item > .xxlarge-6,
.cta-item > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7, form[data-type=cms-form] ul > .xxlarge-7, .theme-list-item > .xxlarge-7,
.cta-item > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8, form[data-type=cms-form] ul > .xxlarge-8, .theme-list-item > .xxlarge-8,
.cta-item > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9, form[data-type=cms-form] ul > .xxlarge-9, .theme-list-item > .xxlarge-9,
.cta-item > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10, form[data-type=cms-form] ul > .xxlarge-10, .theme-list-item > .xxlarge-10,
.cta-item > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11, form[data-type=cms-form] ul > .xxlarge-11, .theme-list-item > .xxlarge-11,
.cta-item > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12, form[data-type=cms-form] ul > .xxlarge-12, .theme-list-item > .xxlarge-12,
.cta-item > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x):not(.theme-list-item):not(.cta-item) > .cell, form[data-type=cms-form] ul .grid-margin-x:not(.grid-x):not(.theme-list-item):not(.cta-item) > li, form[data-type=cms-form] ul:not(.grid-x):not(.theme-list-item):not(.cta-item) > .cell, form[data-type=cms-form] ul:not(.grid-x):not(.theme-list-item):not(.cta-item) > li, .theme-list-item.grid-margin-x:not(.grid-x):not(.theme-list-item):not(.cta-item) > div:not(.connector), form[data-type=cms-form] ul.theme-list-item:not(.grid-x):not(.theme-list-item):not(.cta-item) > div:not(.connector),
.cta-item.grid-margin-x:not(.grid-x):not(.theme-list-item):not(.cta-item) > div:not(.connector),
form[data-type=cms-form] ul.cta-item:not(.grid-x):not(.theme-list-item):not(.cta-item) > div:not(.connector) {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, form[data-type=cms-form] ul .grid-margin-y:not(.grid-y) > li, .theme-list-item.grid-margin-y:not(.grid-y) > div:not(.connector),
.cta-item.grid-margin-y:not(.grid-y) > div:not(.connector) {
  height: auto;
}

.grid-margin-x, form[data-type=cms-form] ul {
  margin-left: - 1rem;
  margin-right: - 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x, form[data-type=cms-form] ul {
    margin-left: - 1rem;
    margin-right: - 1rem;
  }
}
.grid-margin-x > .cell, form[data-type=cms-form] ul .grid-margin-x > li, form[data-type=cms-form] ul > .cell, form[data-type=cms-form] ul > li, .theme-list-item.grid-margin-x > div:not(.connector), form[data-type=cms-form] ul.theme-list-item > div:not(.connector),
.cta-item.grid-margin-x > div:not(.connector),
form[data-type=cms-form] ul.cta-item > div:not(.connector) {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell, form[data-type=cms-form] ul .grid-margin-x > li, form[data-type=cms-form] ul > .cell, form[data-type=cms-form] ul > li, .theme-list-item.grid-margin-x > div:not(.connector), form[data-type=cms-form] ul.theme-list-item > div:not(.connector),
.cta-item.grid-margin-x > div:not(.connector),
form[data-type=cms-form] ul.cta-item > div:not(.connector) {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid-margin-x > .auto, form[data-type=cms-form] ul > .auto {
  width: auto;
}
.grid-margin-x > .shrink, form[data-type=cms-form] ul > .shrink {
  width: auto;
}
.grid-margin-x > .small-1, form[data-type=cms-form] ul > .small-1 {
  width: calc(8.3333333333% - 2rem);
}
.grid-margin-x > .small-2, form[data-type=cms-form] ul > .small-2 {
  width: calc(16.6666666667% - 2rem);
}
.grid-margin-x > .small-3, form[data-type=cms-form] ul > .small-3 {
  width: calc(25% - 2rem);
}
.grid-margin-x > .small-4, form[data-type=cms-form] ul > .small-4 {
  width: calc(33.3333333333% - 2rem);
}
.grid-margin-x > .small-5, form[data-type=cms-form] ul > .small-5 {
  width: calc(41.6666666667% - 2rem);
}
.grid-margin-x > .small-6, form[data-type=cms-form] ul > .small-6 {
  width: calc(50% - 2rem);
}
.grid-margin-x > .small-7, form[data-type=cms-form] ul > .small-7 {
  width: calc(58.3333333333% - 2rem);
}
.grid-margin-x > .small-8, form[data-type=cms-form] ul > .small-8 {
  width: calc(66.6666666667% - 2rem);
}
.grid-margin-x > .small-9, form[data-type=cms-form] ul > .small-9 {
  width: calc(75% - 2rem);
}
.grid-margin-x > .small-10, form[data-type=cms-form] ul > .small-10 {
  width: calc(83.3333333333% - 2rem);
}
.grid-margin-x > .small-11, form[data-type=cms-form] ul > .small-11 {
  width: calc(91.6666666667% - 2rem);
}
.grid-margin-x > .small-12, form[data-type=cms-form] ul > .small-12 {
  width: calc(100% - 2rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto, form[data-type=cms-form] ul > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink, form[data-type=cms-form] ul > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1, form[data-type=cms-form] ul > .small-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .small-2, form[data-type=cms-form] ul > .small-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .small-3, form[data-type=cms-form] ul > .small-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .small-4, form[data-type=cms-form] ul > .small-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .small-5, form[data-type=cms-form] ul > .small-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .small-6, form[data-type=cms-form] ul > .small-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .small-7, form[data-type=cms-form] ul > .small-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .small-8, form[data-type=cms-form] ul > .small-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .small-9, form[data-type=cms-form] ul > .small-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .small-10, form[data-type=cms-form] ul > .small-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .small-11, form[data-type=cms-form] ul > .small-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .small-12, form[data-type=cms-form] ul > .small-12 {
    width: calc(100% - 2rem);
  }
  .grid-margin-x > .medium-auto, form[data-type=cms-form] ul > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink, form[data-type=cms-form] ul > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1, form[data-type=cms-form] ul > .medium-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-2, form[data-type=cms-form] ul > .medium-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-3, form[data-type=cms-form] ul > .medium-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .medium-4, form[data-type=cms-form] ul > .medium-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-5, form[data-type=cms-form] ul > .medium-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-6, form[data-type=cms-form] ul > .medium-6, .theme-list-item.grid-margin-x > div:not(.connector), form[data-type=cms-form] ul.theme-list-item > div:not(.connector),
.cta-item.grid-margin-x > div:not(.connector),
form[data-type=cms-form] ul.cta-item > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .medium-7, form[data-type=cms-form] ul > .medium-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-8, form[data-type=cms-form] ul > .medium-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-9, form[data-type=cms-form] ul > .medium-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .medium-10, form[data-type=cms-form] ul > .medium-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-11, form[data-type=cms-form] ul > .medium-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-12, form[data-type=cms-form] ul > .medium-12 {
    width: calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto, form[data-type=cms-form] ul > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink, form[data-type=cms-form] ul > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1, form[data-type=cms-form] ul > .large-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .large-2, form[data-type=cms-form] ul > .large-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .large-3, form[data-type=cms-form] ul > .large-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .large-4, form[data-type=cms-form] ul > .large-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .large-5, form[data-type=cms-form] ul > .large-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .large-6, form[data-type=cms-form] ul > .large-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .large-7, form[data-type=cms-form] ul > .large-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .large-8, form[data-type=cms-form] ul > .large-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .large-9, form[data-type=cms-form] ul > .large-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .large-10, form[data-type=cms-form] ul > .large-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .large-11, form[data-type=cms-form] ul > .large-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .large-12, form[data-type=cms-form] ul > .large-12 {
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto, form[data-type=cms-form] ul > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink, form[data-type=cms-form] ul > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1, form[data-type=cms-form] ul > .xlarge-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .xlarge-2, form[data-type=cms-form] ul > .xlarge-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .xlarge-3, form[data-type=cms-form] ul > .xlarge-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .xlarge-4, form[data-type=cms-form] ul > .xlarge-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .xlarge-5, form[data-type=cms-form] ul > .xlarge-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .xlarge-6, form[data-type=cms-form] ul > .xlarge-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .xlarge-7, form[data-type=cms-form] ul > .xlarge-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .xlarge-8, form[data-type=cms-form] ul > .xlarge-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .xlarge-9, form[data-type=cms-form] ul > .xlarge-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .xlarge-10, form[data-type=cms-form] ul > .xlarge-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .xlarge-11, form[data-type=cms-form] ul > .xlarge-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .xlarge-12, form[data-type=cms-form] ul > .xlarge-12 {
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto, form[data-type=cms-form] ul > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink, form[data-type=cms-form] ul > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1, form[data-type=cms-form] ul > .xxlarge-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .xxlarge-2, form[data-type=cms-form] ul > .xxlarge-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .xxlarge-3, form[data-type=cms-form] ul > .xxlarge-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .xxlarge-4, form[data-type=cms-form] ul > .xxlarge-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .xxlarge-5, form[data-type=cms-form] ul > .xxlarge-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .xxlarge-6, form[data-type=cms-form] ul > .xxlarge-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .xxlarge-7, form[data-type=cms-form] ul > .xxlarge-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .xxlarge-8, form[data-type=cms-form] ul > .xxlarge-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .xxlarge-9, form[data-type=cms-form] ul > .xxlarge-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .xxlarge-10, form[data-type=cms-form] ul > .xxlarge-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .xxlarge-11, form[data-type=cms-form] ul > .xxlarge-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .xxlarge-12, form[data-type=cms-form] ul > .xxlarge-12 {
    width: calc(100% - 2rem);
  }
}

.grid-padding-x .grid-padding-x, .theme-list-item .grid-padding-x,
.cta-item .grid-padding-x, .grid-padding-x .theme-list-item, .theme-list-item .theme-list-item,
.cta-item .theme-list-item,
.grid-padding-x .cta-item,
.theme-list-item .cta-item,
.cta-item .cta-item {
  margin-right: - 1rem;
  margin-left: - 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x, .theme-list-item .grid-padding-x,
.cta-item .grid-padding-x, .grid-padding-x .theme-list-item, .theme-list-item .theme-list-item,
.cta-item .theme-list-item,
.grid-padding-x .cta-item,
.theme-list-item .cta-item,
.cta-item .cta-item {
    margin-right: - 1rem;
    margin-left: - 1rem;
  }
}
.grid-padding-x > .cell, form[data-type=cms-form] ul .grid-padding-x > li, .theme-list-item > .cell, form[data-type=cms-form] ul .theme-list-item > li, .theme-list-item > div:not(.connector),
.cta-item > .cell,
form[data-type=cms-form] ul .cta-item > li,
.cta-item > div:not(.connector) {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell, form[data-type=cms-form] ul .grid-padding-x > li, .theme-list-item > .cell, form[data-type=cms-form] ul .theme-list-item > li, .theme-list-item > div:not(.connector),
.cta-item > .cell,
form[data-type=cms-form] ul .cta-item > li,
.cta-item > div:not(.connector) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.small-up-1 > .cell, form[data-type=cms-form] ul .small-up-1 > li, .theme-list-item.small-up-1 > div:not(.connector),
.cta-item.small-up-1 > div:not(.connector) {
  width: 100%;
}

.small-up-2 > .cell, form[data-type=cms-form] ul .small-up-2 > li, .theme-list-item.small-up-2 > div:not(.connector),
.cta-item.small-up-2 > div:not(.connector) {
  width: 50%;
}

.small-up-3 > .cell, form[data-type=cms-form] ul .small-up-3 > li, .theme-list-item.small-up-3 > div:not(.connector),
.cta-item.small-up-3 > div:not(.connector) {
  width: 33.3333333333%;
}

.small-up-4 > .cell, form[data-type=cms-form] ul .small-up-4 > li, .theme-list-item.small-up-4 > div:not(.connector),
.cta-item.small-up-4 > div:not(.connector) {
  width: 25%;
}

.small-up-5 > .cell, form[data-type=cms-form] ul .small-up-5 > li, .theme-list-item.small-up-5 > div:not(.connector),
.cta-item.small-up-5 > div:not(.connector) {
  width: 20%;
}

.small-up-6 > .cell, form[data-type=cms-form] ul .small-up-6 > li, .theme-list-item.small-up-6 > div:not(.connector),
.cta-item.small-up-6 > div:not(.connector) {
  width: 16.6666666667%;
}

.small-up-7 > .cell, form[data-type=cms-form] ul .small-up-7 > li, .theme-list-item.small-up-7 > div:not(.connector),
.cta-item.small-up-7 > div:not(.connector) {
  width: 14.2857142857%;
}

.small-up-8 > .cell, form[data-type=cms-form] ul .small-up-8 > li, .theme-list-item.small-up-8 > div:not(.connector),
.cta-item.small-up-8 > div:not(.connector) {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell, form[data-type=cms-form] ul .medium-up-1 > li, .theme-list-item.medium-up-1 > div:not(.connector),
.cta-item.medium-up-1 > div:not(.connector) {
    width: 100%;
  }
  .medium-up-2 > .cell, form[data-type=cms-form] ul .medium-up-2 > li, .theme-list-item.medium-up-2 > div:not(.connector),
.cta-item.medium-up-2 > div:not(.connector) {
    width: 50%;
  }
  .medium-up-3 > .cell, form[data-type=cms-form] ul .medium-up-3 > li, .theme-list-item.medium-up-3 > div:not(.connector),
.cta-item.medium-up-3 > div:not(.connector) {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell, form[data-type=cms-form] ul .medium-up-4 > li, .theme-list-item.medium-up-4 > div:not(.connector),
.cta-item.medium-up-4 > div:not(.connector) {
    width: 25%;
  }
  .medium-up-5 > .cell, form[data-type=cms-form] ul .medium-up-5 > li, .theme-list-item.medium-up-5 > div:not(.connector),
.cta-item.medium-up-5 > div:not(.connector) {
    width: 20%;
  }
  .medium-up-6 > .cell, form[data-type=cms-form] ul .medium-up-6 > li, .theme-list-item.medium-up-6 > div:not(.connector),
.cta-item.medium-up-6 > div:not(.connector) {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell, form[data-type=cms-form] ul .medium-up-7 > li, .theme-list-item.medium-up-7 > div:not(.connector),
.cta-item.medium-up-7 > div:not(.connector) {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell, form[data-type=cms-form] ul .medium-up-8 > li, .theme-list-item.medium-up-8 > div:not(.connector),
.cta-item.medium-up-8 > div:not(.connector) {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell, form[data-type=cms-form] ul .large-up-1 > li, .theme-list-item.large-up-1 > div:not(.connector),
.cta-item.large-up-1 > div:not(.connector) {
    width: 100%;
  }
  .large-up-2 > .cell, form[data-type=cms-form] ul .large-up-2 > li, .theme-list-item.large-up-2 > div:not(.connector),
.cta-item.large-up-2 > div:not(.connector) {
    width: 50%;
  }
  .large-up-3 > .cell, form[data-type=cms-form] ul .large-up-3 > li, .theme-list-item.large-up-3 > div:not(.connector),
.cta-item.large-up-3 > div:not(.connector) {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell, form[data-type=cms-form] ul .large-up-4 > li, .theme-list-item.large-up-4 > div:not(.connector),
.cta-item.large-up-4 > div:not(.connector) {
    width: 25%;
  }
  .large-up-5 > .cell, form[data-type=cms-form] ul .large-up-5 > li, .theme-list-item.large-up-5 > div:not(.connector),
.cta-item.large-up-5 > div:not(.connector) {
    width: 20%;
  }
  .large-up-6 > .cell, form[data-type=cms-form] ul .large-up-6 > li, .theme-list-item.large-up-6 > div:not(.connector),
.cta-item.large-up-6 > div:not(.connector) {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell, form[data-type=cms-form] ul .large-up-7 > li, .theme-list-item.large-up-7 > div:not(.connector),
.cta-item.large-up-7 > div:not(.connector) {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell, form[data-type=cms-form] ul .large-up-8 > li, .theme-list-item.large-up-8 > div:not(.connector),
.cta-item.large-up-8 > div:not(.connector) {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell, form[data-type=cms-form] ul .xlarge-up-1 > li, .theme-list-item.xlarge-up-1 > div:not(.connector),
.cta-item.xlarge-up-1 > div:not(.connector) {
    width: 100%;
  }
  .xlarge-up-2 > .cell, form[data-type=cms-form] ul .xlarge-up-2 > li, .theme-list-item.xlarge-up-2 > div:not(.connector),
.cta-item.xlarge-up-2 > div:not(.connector) {
    width: 50%;
  }
  .xlarge-up-3 > .cell, form[data-type=cms-form] ul .xlarge-up-3 > li, .theme-list-item.xlarge-up-3 > div:not(.connector),
.cta-item.xlarge-up-3 > div:not(.connector) {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell, form[data-type=cms-form] ul .xlarge-up-4 > li, .theme-list-item.xlarge-up-4 > div:not(.connector),
.cta-item.xlarge-up-4 > div:not(.connector) {
    width: 25%;
  }
  .xlarge-up-5 > .cell, form[data-type=cms-form] ul .xlarge-up-5 > li, .theme-list-item.xlarge-up-5 > div:not(.connector),
.cta-item.xlarge-up-5 > div:not(.connector) {
    width: 20%;
  }
  .xlarge-up-6 > .cell, form[data-type=cms-form] ul .xlarge-up-6 > li, .theme-list-item.xlarge-up-6 > div:not(.connector),
.cta-item.xlarge-up-6 > div:not(.connector) {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell, form[data-type=cms-form] ul .xlarge-up-7 > li, .theme-list-item.xlarge-up-7 > div:not(.connector),
.cta-item.xlarge-up-7 > div:not(.connector) {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell, form[data-type=cms-form] ul .xlarge-up-8 > li, .theme-list-item.xlarge-up-8 > div:not(.connector),
.cta-item.xlarge-up-8 > div:not(.connector) {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell, form[data-type=cms-form] ul .xxlarge-up-1 > li, .theme-list-item.xxlarge-up-1 > div:not(.connector),
.cta-item.xxlarge-up-1 > div:not(.connector) {
    width: 100%;
  }
  .xxlarge-up-2 > .cell, form[data-type=cms-form] ul .xxlarge-up-2 > li, .theme-list-item.xxlarge-up-2 > div:not(.connector),
.cta-item.xxlarge-up-2 > div:not(.connector) {
    width: 50%;
  }
  .xxlarge-up-3 > .cell, form[data-type=cms-form] ul .xxlarge-up-3 > li, .theme-list-item.xxlarge-up-3 > div:not(.connector),
.cta-item.xxlarge-up-3 > div:not(.connector) {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell, form[data-type=cms-form] ul .xxlarge-up-4 > li, .theme-list-item.xxlarge-up-4 > div:not(.connector),
.cta-item.xxlarge-up-4 > div:not(.connector) {
    width: 25%;
  }
  .xxlarge-up-5 > .cell, form[data-type=cms-form] ul .xxlarge-up-5 > li, .theme-list-item.xxlarge-up-5 > div:not(.connector),
.cta-item.xxlarge-up-5 > div:not(.connector) {
    width: 20%;
  }
  .xxlarge-up-6 > .cell, form[data-type=cms-form] ul .xxlarge-up-6 > li, .theme-list-item.xxlarge-up-6 > div:not(.connector),
.cta-item.xxlarge-up-6 > div:not(.connector) {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell, form[data-type=cms-form] ul .xxlarge-up-7 > li, .theme-list-item.xxlarge-up-7 > div:not(.connector),
.cta-item.xxlarge-up-7 > div:not(.connector) {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell, form[data-type=cms-form] ul .xxlarge-up-8 > li, .theme-list-item.xxlarge-up-8 > div:not(.connector),
.cta-item.xxlarge-up-8 > div:not(.connector) {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-1 > li, form[data-type=cms-form] ul.small-up-1 > .cell, form[data-type=cms-form] ul.small-up-1 > li, .theme-list-item.grid-margin-x.small-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-1 > div:not(.connector),
.cta-item.grid-margin-x.small-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-1 > div:not(.connector) {
  width: calc(100% - 2rem);
}

.grid-margin-x.small-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-2 > li, form[data-type=cms-form] ul.small-up-2 > .cell, form[data-type=cms-form] ul.small-up-2 > li, .theme-list-item.grid-margin-x.small-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-2 > div:not(.connector),
.cta-item.grid-margin-x.small-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-2 > div:not(.connector) {
  width: calc(50% - 2rem);
}

.grid-margin-x.small-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-3 > li, form[data-type=cms-form] ul.small-up-3 > .cell, form[data-type=cms-form] ul.small-up-3 > li, .theme-list-item.grid-margin-x.small-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-3 > div:not(.connector),
.cta-item.grid-margin-x.small-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-3 > div:not(.connector) {
  width: calc(33.3333333333% - 2rem);
}

.grid-margin-x.small-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-4 > li, form[data-type=cms-form] ul.small-up-4 > .cell, form[data-type=cms-form] ul.small-up-4 > li, .theme-list-item.grid-margin-x.small-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-4 > div:not(.connector),
.cta-item.grid-margin-x.small-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-4 > div:not(.connector) {
  width: calc(25% - 2rem);
}

.grid-margin-x.small-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-5 > li, form[data-type=cms-form] ul.small-up-5 > .cell, form[data-type=cms-form] ul.small-up-5 > li, .theme-list-item.grid-margin-x.small-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-5 > div:not(.connector),
.cta-item.grid-margin-x.small-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-5 > div:not(.connector) {
  width: calc(20% - 2rem);
}

.grid-margin-x.small-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-6 > li, form[data-type=cms-form] ul.small-up-6 > .cell, form[data-type=cms-form] ul.small-up-6 > li, .theme-list-item.grid-margin-x.small-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-6 > div:not(.connector),
.cta-item.grid-margin-x.small-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-6 > div:not(.connector) {
  width: calc(16.6666666667% - 2rem);
}

.grid-margin-x.small-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-7 > li, form[data-type=cms-form] ul.small-up-7 > .cell, form[data-type=cms-form] ul.small-up-7 > li, .theme-list-item.grid-margin-x.small-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-7 > div:not(.connector),
.cta-item.grid-margin-x.small-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-7 > div:not(.connector) {
  width: calc(14.2857142857% - 2rem);
}

.grid-margin-x.small-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-8 > li, form[data-type=cms-form] ul.small-up-8 > .cell, form[data-type=cms-form] ul.small-up-8 > li, .theme-list-item.grid-margin-x.small-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-8 > div:not(.connector),
.cta-item.grid-margin-x.small-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-8 > div:not(.connector) {
  width: calc(12.5% - 2rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-1 > li, form[data-type=cms-form] ul.small-up-1 > .cell, form[data-type=cms-form] ul.small-up-1 > li, .theme-list-item.grid-margin-x.small-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-1 > div:not(.connector),
.cta-item.grid-margin-x.small-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-1 > div:not(.connector) {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.small-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-2 > li, form[data-type=cms-form] ul.small-up-2 > .cell, form[data-type=cms-form] ul.small-up-2 > li, .theme-list-item.grid-margin-x.small-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-2 > div:not(.connector),
.cta-item.grid-margin-x.small-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-2 > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.small-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-3 > li, form[data-type=cms-form] ul.small-up-3 > .cell, form[data-type=cms-form] ul.small-up-3 > li, .theme-list-item.grid-margin-x.small-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-3 > div:not(.connector),
.cta-item.grid-margin-x.small-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-3 > div:not(.connector) {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.small-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-4 > li, form[data-type=cms-form] ul.small-up-4 > .cell, form[data-type=cms-form] ul.small-up-4 > li, .theme-list-item.grid-margin-x.small-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-4 > div:not(.connector),
.cta-item.grid-margin-x.small-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-4 > div:not(.connector) {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.small-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-5 > li, form[data-type=cms-form] ul.small-up-5 > .cell, form[data-type=cms-form] ul.small-up-5 > li, .theme-list-item.grid-margin-x.small-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-5 > div:not(.connector),
.cta-item.grid-margin-x.small-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-5 > div:not(.connector) {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.small-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-6 > li, form[data-type=cms-form] ul.small-up-6 > .cell, form[data-type=cms-form] ul.small-up-6 > li, .theme-list-item.grid-margin-x.small-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-6 > div:not(.connector),
.cta-item.grid-margin-x.small-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-6 > div:not(.connector) {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.small-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-7 > li, form[data-type=cms-form] ul.small-up-7 > .cell, form[data-type=cms-form] ul.small-up-7 > li, .theme-list-item.grid-margin-x.small-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-7 > div:not(.connector),
.cta-item.grid-margin-x.small-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-7 > div:not(.connector) {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.small-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.small-up-8 > li, form[data-type=cms-form] ul.small-up-8 > .cell, form[data-type=cms-form] ul.small-up-8 > li, .theme-list-item.grid-margin-x.small-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.small-up-8 > div:not(.connector),
.cta-item.grid-margin-x.small-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.small-up-8 > div:not(.connector) {
    width: calc(12.5% - 2rem);
  }
  .grid-margin-x.medium-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-1 > li, form[data-type=cms-form] ul.medium-up-1 > .cell, form[data-type=cms-form] ul.medium-up-1 > li, .theme-list-item.grid-margin-x.medium-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-1 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-1 > div:not(.connector) {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.medium-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-2 > li, form[data-type=cms-form] ul.medium-up-2 > .cell, form[data-type=cms-form] ul.medium-up-2 > li, .theme-list-item.grid-margin-x.medium-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-2 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-2 > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.medium-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-3 > li, form[data-type=cms-form] ul.medium-up-3 > .cell, form[data-type=cms-form] ul.medium-up-3 > li, .theme-list-item.grid-margin-x.medium-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-3 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-3 > div:not(.connector) {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.medium-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-4 > li, form[data-type=cms-form] ul.medium-up-4 > .cell, form[data-type=cms-form] ul.medium-up-4 > li, .theme-list-item.grid-margin-x.medium-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-4 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-4 > div:not(.connector) {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.medium-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-5 > li, form[data-type=cms-form] ul.medium-up-5 > .cell, form[data-type=cms-form] ul.medium-up-5 > li, .theme-list-item.grid-margin-x.medium-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-5 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-5 > div:not(.connector) {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.medium-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-6 > li, form[data-type=cms-form] ul.medium-up-6 > .cell, form[data-type=cms-form] ul.medium-up-6 > li, .theme-list-item.grid-margin-x.medium-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-6 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-6 > div:not(.connector) {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.medium-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-7 > li, form[data-type=cms-form] ul.medium-up-7 > .cell, form[data-type=cms-form] ul.medium-up-7 > li, .theme-list-item.grid-margin-x.medium-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-7 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-7 > div:not(.connector) {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.medium-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.medium-up-8 > li, form[data-type=cms-form] ul.medium-up-8 > .cell, form[data-type=cms-form] ul.medium-up-8 > li, .theme-list-item.grid-margin-x.medium-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.medium-up-8 > div:not(.connector),
.cta-item.grid-margin-x.medium-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.medium-up-8 > div:not(.connector) {
    width: calc(12.5% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-1 > li, form[data-type=cms-form] ul.large-up-1 > .cell, form[data-type=cms-form] ul.large-up-1 > li, .theme-list-item.grid-margin-x.large-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-1 > div:not(.connector),
.cta-item.grid-margin-x.large-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-1 > div:not(.connector) {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.large-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-2 > li, form[data-type=cms-form] ul.large-up-2 > .cell, form[data-type=cms-form] ul.large-up-2 > li, .theme-list-item.grid-margin-x.large-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-2 > div:not(.connector),
.cta-item.grid-margin-x.large-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-2 > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.large-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-3 > li, form[data-type=cms-form] ul.large-up-3 > .cell, form[data-type=cms-form] ul.large-up-3 > li, .theme-list-item.grid-margin-x.large-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-3 > div:not(.connector),
.cta-item.grid-margin-x.large-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-3 > div:not(.connector) {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.large-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-4 > li, form[data-type=cms-form] ul.large-up-4 > .cell, form[data-type=cms-form] ul.large-up-4 > li, .theme-list-item.grid-margin-x.large-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-4 > div:not(.connector),
.cta-item.grid-margin-x.large-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-4 > div:not(.connector) {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.large-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-5 > li, form[data-type=cms-form] ul.large-up-5 > .cell, form[data-type=cms-form] ul.large-up-5 > li, .theme-list-item.grid-margin-x.large-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-5 > div:not(.connector),
.cta-item.grid-margin-x.large-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-5 > div:not(.connector) {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.large-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-6 > li, form[data-type=cms-form] ul.large-up-6 > .cell, form[data-type=cms-form] ul.large-up-6 > li, .theme-list-item.grid-margin-x.large-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-6 > div:not(.connector),
.cta-item.grid-margin-x.large-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-6 > div:not(.connector) {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.large-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-7 > li, form[data-type=cms-form] ul.large-up-7 > .cell, form[data-type=cms-form] ul.large-up-7 > li, .theme-list-item.grid-margin-x.large-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-7 > div:not(.connector),
.cta-item.grid-margin-x.large-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-7 > div:not(.connector) {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.large-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.large-up-8 > li, form[data-type=cms-form] ul.large-up-8 > .cell, form[data-type=cms-form] ul.large-up-8 > li, .theme-list-item.grid-margin-x.large-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.large-up-8 > div:not(.connector),
.cta-item.grid-margin-x.large-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.large-up-8 > div:not(.connector) {
    width: calc(12.5% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-1 > li, form[data-type=cms-form] ul.xlarge-up-1 > .cell, form[data-type=cms-form] ul.xlarge-up-1 > li, .theme-list-item.grid-margin-x.xlarge-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-1 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-1 > div:not(.connector) {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-2 > li, form[data-type=cms-form] ul.xlarge-up-2 > .cell, form[data-type=cms-form] ul.xlarge-up-2 > li, .theme-list-item.grid-margin-x.xlarge-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-2 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-2 > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-3 > li, form[data-type=cms-form] ul.xlarge-up-3 > .cell, form[data-type=cms-form] ul.xlarge-up-3 > li, .theme-list-item.grid-margin-x.xlarge-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-3 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-3 > div:not(.connector) {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-4 > li, form[data-type=cms-form] ul.xlarge-up-4 > .cell, form[data-type=cms-form] ul.xlarge-up-4 > li, .theme-list-item.grid-margin-x.xlarge-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-4 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-4 > div:not(.connector) {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-5 > li, form[data-type=cms-form] ul.xlarge-up-5 > .cell, form[data-type=cms-form] ul.xlarge-up-5 > li, .theme-list-item.grid-margin-x.xlarge-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-5 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-5 > div:not(.connector) {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-6 > li, form[data-type=cms-form] ul.xlarge-up-6 > .cell, form[data-type=cms-form] ul.xlarge-up-6 > li, .theme-list-item.grid-margin-x.xlarge-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-6 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-6 > div:not(.connector) {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-7 > li, form[data-type=cms-form] ul.xlarge-up-7 > .cell, form[data-type=cms-form] ul.xlarge-up-7 > li, .theme-list-item.grid-margin-x.xlarge-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-7 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-7 > div:not(.connector) {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.xlarge-up-8 > li, form[data-type=cms-form] ul.xlarge-up-8 > .cell, form[data-type=cms-form] ul.xlarge-up-8 > li, .theme-list-item.grid-margin-x.xlarge-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xlarge-up-8 > div:not(.connector),
.cta-item.grid-margin-x.xlarge-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xlarge-up-8 > div:not(.connector) {
    width: calc(12.5% - 2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-1 > li, form[data-type=cms-form] ul.xxlarge-up-1 > .cell, form[data-type=cms-form] ul.xxlarge-up-1 > li, .theme-list-item.grid-margin-x.xxlarge-up-1 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-1 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-1 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-1 > div:not(.connector) {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-2 > li, form[data-type=cms-form] ul.xxlarge-up-2 > .cell, form[data-type=cms-form] ul.xxlarge-up-2 > li, .theme-list-item.grid-margin-x.xxlarge-up-2 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-2 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-2 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-2 > div:not(.connector) {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-3 > li, form[data-type=cms-form] ul.xxlarge-up-3 > .cell, form[data-type=cms-form] ul.xxlarge-up-3 > li, .theme-list-item.grid-margin-x.xxlarge-up-3 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-3 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-3 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-3 > div:not(.connector) {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-4 > li, form[data-type=cms-form] ul.xxlarge-up-4 > .cell, form[data-type=cms-form] ul.xxlarge-up-4 > li, .theme-list-item.grid-margin-x.xxlarge-up-4 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-4 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-4 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-4 > div:not(.connector) {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-5 > li, form[data-type=cms-form] ul.xxlarge-up-5 > .cell, form[data-type=cms-form] ul.xxlarge-up-5 > li, .theme-list-item.grid-margin-x.xxlarge-up-5 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-5 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-5 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-5 > div:not(.connector) {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-6 > li, form[data-type=cms-form] ul.xxlarge-up-6 > .cell, form[data-type=cms-form] ul.xxlarge-up-6 > li, .theme-list-item.grid-margin-x.xxlarge-up-6 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-6 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-6 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-6 > div:not(.connector) {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-7 > li, form[data-type=cms-form] ul.xxlarge-up-7 > .cell, form[data-type=cms-form] ul.xxlarge-up-7 > li, .theme-list-item.grid-margin-x.xxlarge-up-7 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-7 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-7 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-7 > div:not(.connector) {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell, form[data-type=cms-form] ul .grid-margin-x.xxlarge-up-8 > li, form[data-type=cms-form] ul.xxlarge-up-8 > .cell, form[data-type=cms-form] ul.xxlarge-up-8 > li, .theme-list-item.grid-margin-x.xxlarge-up-8 > div:not(.connector), form[data-type=cms-form] ul.theme-list-item.xxlarge-up-8 > div:not(.connector),
.cta-item.grid-margin-x.xxlarge-up-8 > div:not(.connector),
form[data-type=cms-form] ul.cta-item.xxlarge-up-8 > div:not(.connector) {
    width: calc(12.5% - 2rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell, form[data-type=cms-form] ul .small-margin-collapse > li, .theme-list-item.small-margin-collapse > div:not(.connector),
.cta-item.small-margin-collapse > div:not(.connector) {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
.small-margin-collapse > .medium-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .medium-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .medium-3 {
  width: 25%;
}
.small-margin-collapse > .medium-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .medium-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .medium-6, .theme-list-item.small-margin-collapse > div:not(.connector),
.cta-item.small-margin-collapse > div:not(.connector) {
  width: 50%;
}
.small-margin-collapse > .medium-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .medium-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .medium-9 {
  width: 75%;
}
.small-margin-collapse > .medium-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .medium-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .medium-12 {
  width: 100%;
}
.small-margin-collapse > .large-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .large-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .large-3 {
  width: 25%;
}
.small-margin-collapse > .large-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .large-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .large-6 {
  width: 50%;
}
.small-margin-collapse > .large-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .large-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .large-9 {
  width: 75%;
}
.small-margin-collapse > .large-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .large-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .large-12 {
  width: 100%;
}
.small-margin-collapse > .xlarge-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .xlarge-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .xlarge-3 {
  width: 25%;
}
.small-margin-collapse > .xlarge-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .xlarge-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .xlarge-6 {
  width: 50%;
}
.small-margin-collapse > .xlarge-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .xlarge-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .xlarge-9 {
  width: 75%;
}
.small-margin-collapse > .xlarge-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .xlarge-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .xlarge-12 {
  width: 100%;
}
.small-margin-collapse > .xxlarge-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .xxlarge-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .xxlarge-3 {
  width: 25%;
}
.small-margin-collapse > .xxlarge-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .xxlarge-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .xxlarge-6 {
  width: 50%;
}
.small-margin-collapse > .xxlarge-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .xxlarge-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .xxlarge-9 {
  width: 75%;
}
.small-margin-collapse > .xxlarge-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .xxlarge-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .xxlarge-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell, form[data-type=cms-form] ul .small-padding-collapse > li, .theme-list-item.small-padding-collapse > div:not(.connector),
.cta-item.small-padding-collapse > div:not(.connector) {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell, form[data-type=cms-form] ul .medium-margin-collapse > li, .theme-list-item.medium-margin-collapse > div:not(.connector),
.cta-item.medium-margin-collapse > div:not(.connector) {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6, .theme-list-item.medium-margin-collapse > div:not(.connector),
.cta-item.medium-margin-collapse > div:not(.connector) {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, form[data-type=cms-form] ul .medium-padding-collapse > li, .theme-list-item.medium-padding-collapse > div:not(.connector),
.cta-item.medium-padding-collapse > div:not(.connector) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell, form[data-type=cms-form] ul .large-margin-collapse > li, .theme-list-item.large-margin-collapse > div:not(.connector),
.cta-item.large-margin-collapse > div:not(.connector) {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6, .theme-list-item.large-margin-collapse > div:not(.connector),
.cta-item.large-margin-collapse > div:not(.connector) {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, form[data-type=cms-form] ul .large-padding-collapse > li, .theme-list-item.large-padding-collapse > div:not(.connector),
.cta-item.large-padding-collapse > div:not(.connector) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell, form[data-type=cms-form] ul .xlarge-margin-collapse > li, .theme-list-item.xlarge-margin-collapse > div:not(.connector),
.cta-item.xlarge-margin-collapse > div:not(.connector) {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6, .theme-list-item.xlarge-margin-collapse > div:not(.connector),
.cta-item.xlarge-margin-collapse > div:not(.connector) {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell, form[data-type=cms-form] ul .xlarge-padding-collapse > li, .theme-list-item.xlarge-padding-collapse > div:not(.connector),
.cta-item.xlarge-padding-collapse > div:not(.connector) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell, form[data-type=cms-form] ul .xxlarge-margin-collapse > li, .theme-list-item.xxlarge-margin-collapse > div:not(.connector),
.cta-item.xxlarge-margin-collapse > div:not(.connector) {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6, .theme-list-item.xxlarge-margin-collapse > div:not(.connector),
.cta-item.xxlarge-margin-collapse > div:not(.connector) {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell, form[data-type=cms-form] ul .xxlarge-padding-collapse > li, .theme-list-item.xxlarge-padding-collapse > div:not(.connector),
.cta-item.xxlarge-padding-collapse > div:not(.connector) {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0, form[data-type=cms-form] ul > .small-offset-0 {
  margin-left: calc(0% + 1rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1, form[data-type=cms-form] ul > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2, form[data-type=cms-form] ul > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3, form[data-type=cms-form] ul > .small-offset-3 {
  margin-left: calc(25% + 1rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4, form[data-type=cms-form] ul > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5, form[data-type=cms-form] ul > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6, form[data-type=cms-form] ul > .small-offset-6 {
  margin-left: calc(50% + 1rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7, form[data-type=cms-form] ul > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8, form[data-type=cms-form] ul > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9, form[data-type=cms-form] ul > .small-offset-9 {
  margin-left: calc(75% + 1rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10, form[data-type=cms-form] ul > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11, form[data-type=cms-form] ul > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0, form[data-type=cms-form] ul > .medium-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1, form[data-type=cms-form] ul > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2, form[data-type=cms-form] ul > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3, form[data-type=cms-form] ul > .medium-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4, form[data-type=cms-form] ul > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5, form[data-type=cms-form] ul > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6, form[data-type=cms-form] ul > .medium-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7, form[data-type=cms-form] ul > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8, form[data-type=cms-form] ul > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9, form[data-type=cms-form] ul > .medium-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10, form[data-type=cms-form] ul > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11, form[data-type=cms-form] ul > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0, form[data-type=cms-form] ul > .large-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1, form[data-type=cms-form] ul > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2, form[data-type=cms-form] ul > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3, form[data-type=cms-form] ul > .large-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4, form[data-type=cms-form] ul > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5, form[data-type=cms-form] ul > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6, form[data-type=cms-form] ul > .large-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7, form[data-type=cms-form] ul > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8, form[data-type=cms-form] ul > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9, form[data-type=cms-form] ul > .large-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10, form[data-type=cms-form] ul > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11, form[data-type=cms-form] ul > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0, form[data-type=cms-form] ul > .xlarge-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1, form[data-type=cms-form] ul > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2, form[data-type=cms-form] ul > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3, form[data-type=cms-form] ul > .xlarge-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4, form[data-type=cms-form] ul > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5, form[data-type=cms-form] ul > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6, form[data-type=cms-form] ul > .xlarge-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7, form[data-type=cms-form] ul > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8, form[data-type=cms-form] ul > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9, form[data-type=cms-form] ul > .xlarge-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10, form[data-type=cms-form] ul > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11, form[data-type=cms-form] ul > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0, form[data-type=cms-form] ul > .xxlarge-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1, form[data-type=cms-form] ul > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2, form[data-type=cms-form] ul > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3, form[data-type=cms-form] ul > .xxlarge-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4, form[data-type=cms-form] ul > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5, form[data-type=cms-form] ul > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6, form[data-type=cms-form] ul > .xxlarge-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7, form[data-type=cms-form] ul > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8, form[data-type=cms-form] ul > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9, form[data-type=cms-form] ul > .xxlarge-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10, form[data-type=cms-form] ul > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11, form[data-type=cms-form] ul > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell, form[data-type=cms-form] ul .grid-y > li, .theme-list-item.grid-y > div:not(.connector),
.cta-item.grid-y > div:not(.connector) {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > xlarge-shrink, .grid-y > xlarge-full, .grid-y > xlarge-1, .grid-y > xlarge-2, .grid-y > xlarge-3, .grid-y > xlarge-4, .grid-y > xlarge-5, .grid-y > xlarge-6, .grid-y > xlarge-7, .grid-y > xlarge-8, .grid-y > xlarge-9, .grid-y > xlarge-10, .grid-y > xlarge-11, .grid-y > xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > xxlarge-shrink, .grid-y > xxlarge-full, .grid-y > xxlarge-1, .grid-y > xxlarge-2, .grid-y > xxlarge-3, .grid-y > xxlarge-4, .grid-y > xxlarge-5, .grid-y > xxlarge-6, .grid-y > xxlarge-7, .grid-y > xxlarge-8, .grid-y > xxlarge-9, .grid-y > xxlarge-10, .grid-y > xxlarge-11, .grid-y > xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6, .theme-list-item.grid-y > div:not(.connector),
.cta-item.grid-y > div:not(.connector) {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 1rem;
  margin-bottom: - 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 1rem;
    margin-bottom: - 1rem;
  }
}
.grid-padding-y > .cell, form[data-type=cms-form] ul .grid-padding-y > li, .theme-list-item.grid-padding-y > div:not(.connector),
.cta-item.grid-padding-y > div:not(.connector) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell, form[data-type=cms-form] ul .grid-padding-y > li, .theme-list-item.grid-padding-y > div:not(.connector),
.cta-item.grid-padding-y > div:not(.connector) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.grid-margin-y {
  margin-top: - 1rem;
  margin-bottom: - 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 1rem;
    margin-bottom: - 1rem;
  }
}
.grid-margin-y > .cell, form[data-type=cms-form] ul .grid-margin-y > li, .theme-list-item.grid-margin-y > div:not(.connector),
.cta-item.grid-margin-y > div:not(.connector) {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell, form[data-type=cms-form] ul .grid-margin-y > li, .theme-list-item.grid-margin-y > div:not(.connector),
.cta-item.grid-margin-y > div:not(.connector) {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-6, .theme-list-item.grid-margin-y > div:not(.connector),
.cta-item.grid-margin-y > div:not(.connector) {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2rem);
  }
}

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}

.cell .grid-frame, form[data-type=cms-form] ul li .grid-frame, .theme-list-item > div:not(.connector) .grid-frame,
.cta-item > div:not(.connector) .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x, form[data-type=cms-form] .cell-block-container > ul, .cell-block-container > .theme-list-item,
.cell-block-container > .cta-item {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .medium-grid-frame, form[data-type=cms-form] ul li .medium-grid-frame, .theme-list-item > div:not(.connector) .medium-grid-frame,
.cta-item > div:not(.connector) .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, form[data-type=cms-form] .medium-cell-block-container > ul, .medium-cell-block-container > .theme-list-item,
.medium-cell-block-container > .cta-item {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .large-grid-frame, form[data-type=cms-form] ul li .large-grid-frame, .theme-list-item > div:not(.connector) .large-grid-frame,
.cta-item > div:not(.connector) .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, form[data-type=cms-form] .large-cell-block-container > ul, .large-cell-block-container > .theme-list-item,
.large-cell-block-container > .cta-item {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .xlarge-grid-frame, form[data-type=cms-form] ul li .xlarge-grid-frame, .theme-list-item > div:not(.connector) .xlarge-grid-frame,
.cta-item > div:not(.connector) .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x, form[data-type=cms-form] .xlarge-cell-block-container > ul, .xlarge-cell-block-container > .theme-list-item,
.xlarge-cell-block-container > .cta-item {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .cell .xxlarge-grid-frame, form[data-type=cms-form] ul li .xxlarge-grid-frame, .theme-list-item > div:not(.connector) .xxlarge-grid-frame,
.cta-item > div:not(.connector) .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x, form[data-type=cms-form] .xxlarge-cell-block-container > ul, .xxlarge-cell-block-container > .theme-list-item,
.xxlarge-cell-block-container > .cta-item {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.cell .grid-y.grid-frame, form[data-type=cms-form] ul li .grid-y.grid-frame, .theme-list-item > div:not(.connector) .grid-y.grid-frame,
.cta-item > div:not(.connector) .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame, form[data-type=cms-form] ul li .grid-y.medium-grid-frame, .theme-list-item > div:not(.connector) .grid-y.medium-grid-frame,
.cta-item > div:not(.connector) .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame, form[data-type=cms-form] ul li .grid-y.large-grid-frame, .theme-list-item > div:not(.connector) .grid-y.large-grid-frame,
.cta-item > div:not(.connector) .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame, form[data-type=cms-form] ul li .grid-y.xlarge-grid-frame, .theme-list-item > div:not(.connector) .grid-y.xlarge-grid-frame,
.cta-item > div:not(.connector) .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame, form[data-type=cms-form] ul li .grid-y.xxlarge-grid-frame, .theme-list-item > div:not(.connector) .grid-y.xxlarge-grid-frame,
.cta-item > div:not(.connector) .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 400;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "americane", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.9rem;
  }
}
a {
  line-height: inherit;
  color: #dd1e35;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #be1a2e;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 60rem;
  height: 0;
  margin: 1rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 400;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 0;
  border-left: none;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #000;
}

cite {
  display: block;
  font-size: 1rem;
  color: #000;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.1rem 0.25rem 0.05rem;
  border: 1px solid #cacaca;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.1rem 0.2rem 0;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 25px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.35rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: none;
  background-color: #fff;
  box-shadow: inherit;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input::placeholder,
textarea::placeholder {
  color: #4d4d4d;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.9rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 100px 0 0 100px;
}
.input-group > :last-child > * {
  border-radius: 0 100px 100px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: none;
  background: #fff;
  color: #dd1e35;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 0.9rem 0;
  padding: 1rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.15rem;
  padding: 0 0.15rem;
}

select {
  height: 2.35rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: none;
  background-color: #fff;
  box-shadow: inherit;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button, .clickdform #btnSubmit, form .submit, form[data-type=cms-form] .submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  font-family: inherit;
  padding: 0.65em 0.85rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .clickdform #btnSubmit, .clickdform [data-whatinput=mouse] #btnSubmit, [data-whatinput=mouse] form .submit, form [data-whatinput=mouse] .submit {
  outline: 0;
}
.button:hover, .clickdform #btnSubmit:hover, form .submit:hover, .button:focus, .clickdform #btnSubmit:focus, form .submit:focus {
  background-color: #1c93e2;
  color: #fff;
}
.button.tiny, .clickdform .tiny#btnSubmit, form .tiny.submit {
  font-size: 0.6rem;
}
.button.small, .clickdform .small#btnSubmit, form .small.submit {
  font-size: 0.75rem;
}
.button.large, .clickdform .large#btnSubmit, form .large.submit, form[data-type=cms-form] .submit {
  font-size: 1.25rem;
}
.button.expanded, .clickdform .expanded#btnSubmit, form .expanded.submit {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.algemeen, .clickdform #btnSubmit, form .algemeen.submit, .reveal-overlay form[data-type=cms-form] .submit {
  background-color: #dd1e35;
  color: #fff;
}
.button.algemeen:hover, .clickdform #btnSubmit:hover, form .algemeen.submit:hover, .reveal-overlay form[data-type=cms-form] .submit:hover, .button.algemeen:focus, .clickdform #btnSubmit:focus, form .algemeen.submit:focus, .reveal-overlay form[data-type=cms-form] .submit:focus {
  background-color: #e53d51;
  color: #fff;
}
.button.algemeen-light, .clickdform .algemeen-light#btnSubmit, form .algemeen-light.submit {
  background-color: #f09d91;
  color: #000;
}
.button.algemeen-light:hover, .clickdform .algemeen-light#btnSubmit:hover, form .algemeen-light.submit:hover, .button.algemeen-light:focus, .clickdform .algemeen-light#btnSubmit:focus, form .algemeen-light.submit:focus {
  background-color: #f2aca2;
  color: #000;
}
.button.mijn-lijf, .clickdform .mijn-lijf#btnSubmit, form .mijn-lijf.submit {
  background-color: #5a985c;
  color: #000;
}
.button.mijn-lijf:hover, .clickdform .mijn-lijf#btnSubmit:hover, form .mijn-lijf.submit:hover, .button.mijn-lijf:focus, .clickdform .mijn-lijf#btnSubmit:focus, form .mijn-lijf.submit:focus {
  background-color: #70aa72;
  color: #000;
}
.button.mijn-lijf-light, .clickdform .mijn-lijf-light#btnSubmit, form .mijn-lijf-light.submit {
  background-color: #98bd66;
  color: #000;
}
.button.mijn-lijf-light:hover, .clickdform .mijn-lijf-light#btnSubmit:hover, form .mijn-lijf-light.submit:hover, .button.mijn-lijf-light:focus, .clickdform .mijn-lijf-light#btnSubmit:focus, form .mijn-lijf-light.submit:focus {
  background-color: #a7c77d;
  color: #000;
}
.button.schoon-water, .clickdform .schoon-water#btnSubmit, form .schoon-water.submit {
  background-color: #4287c7;
  color: #000;
}
.button.schoon-water:hover, .clickdform .schoon-water#btnSubmit:hover, form .schoon-water.submit:hover, .button.schoon-water:focus, .clickdform .schoon-water#btnSubmit:focus, form .schoon-water.submit:focus {
  background-color: #5e99cf;
  color: #000;
}
.button.schoon-water-light, .clickdform .schoon-water-light#btnSubmit, form .schoon-water-light.submit {
  background-color: #7eb9dc;
  color: #000;
}
.button.schoon-water-light:hover, .clickdform .schoon-water-light#btnSubmit:hover, form .schoon-water-light.submit:hover, .button.schoon-water-light:focus, .clickdform .schoon-water-light#btnSubmit:focus, form .schoon-water-light.submit:focus {
  background-color: #91c4e1;
  color: #000;
}
.button.zorgverleners, .clickdform .zorgverleners#btnSubmit, form .zorgverleners.submit {
  background-color: #f6a821;
  color: #000;
}
.button.zorgverleners:hover, .clickdform .zorgverleners#btnSubmit:hover, form .zorgverleners.submit:hover, .button.zorgverleners:focus, .clickdform .zorgverleners#btnSubmit:focus, form .zorgverleners.submit:focus {
  background-color: #f7b542;
  color: #000;
}
.button.zorgverleners-light, .clickdform .zorgverleners-light#btnSubmit, form .zorgverleners-light.submit {
  background-color: #ffdb83;
  color: #000;
}
.button.zorgverleners-light:hover, .clickdform .zorgverleners-light#btnSubmit:hover, form .zorgverleners-light.submit:hover, .button.zorgverleners-light:focus, .clickdform .zorgverleners-light#btnSubmit:focus, form .zorgverleners-light.submit:focus {
  background-color: #ffe096;
  color: #000;
}
.button.zorg-voor-iedereen, .clickdform .zorg-voor-iedereen#btnSubmit, form .zorg-voor-iedereen.submit {
  background-color: #39abb2;
  color: #000;
}
.button.zorg-voor-iedereen:hover, .clickdform .zorg-voor-iedereen#btnSubmit:hover, form .zorg-voor-iedereen.submit:hover, .button.zorg-voor-iedereen:focus, .clickdform .zorg-voor-iedereen#btnSubmit:focus, form .zorg-voor-iedereen.submit:focus {
  background-color: #4ebfc6;
  color: #000;
}
.button.zorg-voor-iedereen-light, .clickdform .zorg-voor-iedereen-light#btnSubmit, form .zorg-voor-iedereen-light.submit {
  background-color: #a0cdcb;
  color: #000;
}
.button.zorg-voor-iedereen-light:hover, .clickdform .zorg-voor-iedereen-light#btnSubmit:hover, form .zorg-voor-iedereen-light.submit:hover, .button.zorg-voor-iedereen-light:focus, .clickdform .zorg-voor-iedereen-light#btnSubmit:focus, form .zorg-voor-iedereen-light.submit:focus {
  background-color: #aed5d3;
  color: #000;
}
.button.disabled, .clickdform .disabled#btnSubmit, form .disabled.submit, .button[disabled], .clickdform [disabled]#btnSubmit, form [disabled].submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .clickdform .disabled#btnSubmit, form .disabled.submit, .button.disabled:hover, .button.disabled:focus, .button[disabled], .clickdform [disabled]#btnSubmit, form [disabled].submit, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.algemeen, .clickdform .disabled#btnSubmit, form .disabled.algemeen.submit, .reveal-overlay form[data-type=cms-form] .disabled.submit, .button[disabled].algemeen, .clickdform [disabled]#btnSubmit, form [disabled].algemeen.submit, .reveal-overlay form[data-type=cms-form] [disabled].submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.algemeen, .clickdform .disabled#btnSubmit, form .disabled.algemeen.submit, .reveal-overlay form[data-type=cms-form] .disabled.submit, .button.disabled.algemeen:hover, .button.disabled.algemeen:focus, .button[disabled].algemeen, .clickdform [disabled]#btnSubmit, form [disabled].algemeen.submit, .reveal-overlay form[data-type=cms-form] [disabled].submit, .button[disabled].algemeen:hover, .button[disabled].algemeen:focus {
  background-color: #dd1e35;
  color: #fff;
}
.button.disabled.algemeen-light, .clickdform .disabled.algemeen-light#btnSubmit, form .disabled.algemeen-light.submit, .button[disabled].algemeen-light, .clickdform [disabled].algemeen-light#btnSubmit, form [disabled].algemeen-light.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.algemeen-light, .clickdform .disabled.algemeen-light#btnSubmit, form .disabled.algemeen-light.submit, .button.disabled.algemeen-light:hover, .button.disabled.algemeen-light:focus, .button[disabled].algemeen-light, .clickdform [disabled].algemeen-light#btnSubmit, form [disabled].algemeen-light.submit, .button[disabled].algemeen-light:hover, .button[disabled].algemeen-light:focus {
  background-color: #f09d91;
  color: #000;
}
.button.disabled.mijn-lijf, .clickdform .disabled.mijn-lijf#btnSubmit, form .disabled.mijn-lijf.submit, .button[disabled].mijn-lijf, .clickdform [disabled].mijn-lijf#btnSubmit, form [disabled].mijn-lijf.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.mijn-lijf, .clickdform .disabled.mijn-lijf#btnSubmit, form .disabled.mijn-lijf.submit, .button.disabled.mijn-lijf:hover, .button.disabled.mijn-lijf:focus, .button[disabled].mijn-lijf, .clickdform [disabled].mijn-lijf#btnSubmit, form [disabled].mijn-lijf.submit, .button[disabled].mijn-lijf:hover, .button[disabled].mijn-lijf:focus {
  background-color: #5a985c;
  color: #000;
}
.button.disabled.mijn-lijf-light, .clickdform .disabled.mijn-lijf-light#btnSubmit, form .disabled.mijn-lijf-light.submit, .button[disabled].mijn-lijf-light, .clickdform [disabled].mijn-lijf-light#btnSubmit, form [disabled].mijn-lijf-light.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.mijn-lijf-light, .clickdform .disabled.mijn-lijf-light#btnSubmit, form .disabled.mijn-lijf-light.submit, .button.disabled.mijn-lijf-light:hover, .button.disabled.mijn-lijf-light:focus, .button[disabled].mijn-lijf-light, .clickdform [disabled].mijn-lijf-light#btnSubmit, form [disabled].mijn-lijf-light.submit, .button[disabled].mijn-lijf-light:hover, .button[disabled].mijn-lijf-light:focus {
  background-color: #98bd66;
  color: #000;
}
.button.disabled.schoon-water, .clickdform .disabled.schoon-water#btnSubmit, form .disabled.schoon-water.submit, .button[disabled].schoon-water, .clickdform [disabled].schoon-water#btnSubmit, form [disabled].schoon-water.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.schoon-water, .clickdform .disabled.schoon-water#btnSubmit, form .disabled.schoon-water.submit, .button.disabled.schoon-water:hover, .button.disabled.schoon-water:focus, .button[disabled].schoon-water, .clickdform [disabled].schoon-water#btnSubmit, form [disabled].schoon-water.submit, .button[disabled].schoon-water:hover, .button[disabled].schoon-water:focus {
  background-color: #4287c7;
  color: #000;
}
.button.disabled.schoon-water-light, .clickdform .disabled.schoon-water-light#btnSubmit, form .disabled.schoon-water-light.submit, .button[disabled].schoon-water-light, .clickdform [disabled].schoon-water-light#btnSubmit, form [disabled].schoon-water-light.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.schoon-water-light, .clickdform .disabled.schoon-water-light#btnSubmit, form .disabled.schoon-water-light.submit, .button.disabled.schoon-water-light:hover, .button.disabled.schoon-water-light:focus, .button[disabled].schoon-water-light, .clickdform [disabled].schoon-water-light#btnSubmit, form [disabled].schoon-water-light.submit, .button[disabled].schoon-water-light:hover, .button[disabled].schoon-water-light:focus {
  background-color: #7eb9dc;
  color: #000;
}
.button.disabled.zorgverleners, .clickdform .disabled.zorgverleners#btnSubmit, form .disabled.zorgverleners.submit, .button[disabled].zorgverleners, .clickdform [disabled].zorgverleners#btnSubmit, form [disabled].zorgverleners.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.zorgverleners, .clickdform .disabled.zorgverleners#btnSubmit, form .disabled.zorgverleners.submit, .button.disabled.zorgverleners:hover, .button.disabled.zorgverleners:focus, .button[disabled].zorgverleners, .clickdform [disabled].zorgverleners#btnSubmit, form [disabled].zorgverleners.submit, .button[disabled].zorgverleners:hover, .button[disabled].zorgverleners:focus {
  background-color: #f6a821;
  color: #000;
}
.button.disabled.zorgverleners-light, .clickdform .disabled.zorgverleners-light#btnSubmit, form .disabled.zorgverleners-light.submit, .button[disabled].zorgverleners-light, .clickdform [disabled].zorgverleners-light#btnSubmit, form [disabled].zorgverleners-light.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.zorgverleners-light, .clickdform .disabled.zorgverleners-light#btnSubmit, form .disabled.zorgverleners-light.submit, .button.disabled.zorgverleners-light:hover, .button.disabled.zorgverleners-light:focus, .button[disabled].zorgverleners-light, .clickdform [disabled].zorgverleners-light#btnSubmit, form [disabled].zorgverleners-light.submit, .button[disabled].zorgverleners-light:hover, .button[disabled].zorgverleners-light:focus {
  background-color: #ffdb83;
  color: #000;
}
.button.disabled.zorg-voor-iedereen, .clickdform .disabled.zorg-voor-iedereen#btnSubmit, form .disabled.zorg-voor-iedereen.submit, .button[disabled].zorg-voor-iedereen, .clickdform [disabled].zorg-voor-iedereen#btnSubmit, form [disabled].zorg-voor-iedereen.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.zorg-voor-iedereen, .clickdform .disabled.zorg-voor-iedereen#btnSubmit, form .disabled.zorg-voor-iedereen.submit, .button.disabled.zorg-voor-iedereen:hover, .button.disabled.zorg-voor-iedereen:focus, .button[disabled].zorg-voor-iedereen, .clickdform [disabled].zorg-voor-iedereen#btnSubmit, form [disabled].zorg-voor-iedereen.submit, .button[disabled].zorg-voor-iedereen:hover, .button[disabled].zorg-voor-iedereen:focus {
  background-color: #39abb2;
  color: #000;
}
.button.disabled.zorg-voor-iedereen-light, .clickdform .disabled.zorg-voor-iedereen-light#btnSubmit, form .disabled.zorg-voor-iedereen-light.submit, .button[disabled].zorg-voor-iedereen-light, .clickdform [disabled].zorg-voor-iedereen-light#btnSubmit, form [disabled].zorg-voor-iedereen-light.submit {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.zorg-voor-iedereen-light, .clickdform .disabled.zorg-voor-iedereen-light#btnSubmit, form .disabled.zorg-voor-iedereen-light.submit, .button.disabled.zorg-voor-iedereen-light:hover, .button.disabled.zorg-voor-iedereen-light:focus, .button[disabled].zorg-voor-iedereen-light, .clickdform [disabled].zorg-voor-iedereen-light#btnSubmit, form [disabled].zorg-voor-iedereen-light.submit, .button[disabled].zorg-voor-iedereen-light:hover, .button[disabled].zorg-voor-iedereen-light:focus {
  background-color: #a0cdcb;
  color: #000;
}
.button.hollow, .clickdform .hollow#btnSubmit, form .hollow.submit {
  border: 2px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .clickdform .hollow#btnSubmit, form .hollow.submit, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .clickdform .hollow.disabled#btnSubmit, form .hollow.disabled.submit, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .clickdform .hollow[disabled]#btnSubmit, form .hollow[disabled].submit, .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .clickdform .hollow#btnSubmit:hover, form .hollow.submit:hover, .button.hollow:focus, .clickdform .hollow#btnSubmit:focus, form .hollow.submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .clickdform .hollow#btnSubmit:hover.disabled, form .hollow.submit:hover.disabled, .button.hollow:hover[disabled], .clickdform .hollow#btnSubmit:hover[disabled], form .hollow.submit:hover[disabled], .button.hollow:focus.disabled, .clickdform .hollow#btnSubmit:focus.disabled, form .hollow.submit:focus.disabled, .button.hollow:focus[disabled], .clickdform .hollow#btnSubmit:focus[disabled], form .hollow.submit:focus[disabled] {
  border: 2px solid #1779ba;
  color: #1779ba;
}
.button.hollow.algemeen, .clickdform .hollow#btnSubmit, form .hollow.algemeen.submit, .reveal-overlay form[data-type=cms-form] .hollow.submit {
  border: 2px solid #dd1e35;
  color: #dd1e35;
}
.button.hollow.algemeen:hover, .clickdform .hollow#btnSubmit:hover, form .hollow.algemeen.submit:hover, .reveal-overlay form[data-type=cms-form] .hollow.submit:hover, .button.hollow.algemeen:focus, .clickdform .hollow#btnSubmit:focus, form .hollow.algemeen.submit:focus, .reveal-overlay form[data-type=cms-form] .hollow.submit:focus {
  border-color: #6f0f1b;
  color: #6f0f1b;
}
.button.hollow.algemeen:hover.disabled, .clickdform .hollow#btnSubmit:hover.disabled, form .hollow.algemeen.submit:hover.disabled, .reveal-overlay form[data-type=cms-form] .hollow.submit:hover.disabled, .button.hollow.algemeen:hover[disabled], .clickdform .hollow#btnSubmit:hover[disabled], form .hollow.algemeen.submit:hover[disabled], .reveal-overlay form[data-type=cms-form] .hollow.submit:hover[disabled], .button.hollow.algemeen:focus.disabled, .clickdform .hollow#btnSubmit:focus.disabled, form .hollow.algemeen.submit:focus.disabled, .reveal-overlay form[data-type=cms-form] .hollow.submit:focus.disabled, .button.hollow.algemeen:focus[disabled], .clickdform .hollow#btnSubmit:focus[disabled], form .hollow.algemeen.submit:focus[disabled], .reveal-overlay form[data-type=cms-form] .hollow.submit:focus[disabled] {
  border: 2px solid #dd1e35;
  color: #dd1e35;
}
.button.hollow.algemeen-light, .clickdform .hollow.algemeen-light#btnSubmit, form .hollow.algemeen-light.submit {
  border: 2px solid #f09d91;
  color: #f09d91;
}
.button.hollow.algemeen-light:hover, .clickdform .hollow.algemeen-light#btnSubmit:hover, form .hollow.algemeen-light.submit:hover, .button.hollow.algemeen-light:focus, .clickdform .hollow.algemeen-light#btnSubmit:focus, form .hollow.algemeen-light.submit:focus {
  border-color: #a92a17;
  color: #a92a17;
}
.button.hollow.algemeen-light:hover.disabled, .clickdform .hollow.algemeen-light#btnSubmit:hover.disabled, form .hollow.algemeen-light.submit:hover.disabled, .button.hollow.algemeen-light:hover[disabled], .clickdform .hollow.algemeen-light#btnSubmit:hover[disabled], form .hollow.algemeen-light.submit:hover[disabled], .button.hollow.algemeen-light:focus.disabled, .clickdform .hollow.algemeen-light#btnSubmit:focus.disabled, form .hollow.algemeen-light.submit:focus.disabled, .button.hollow.algemeen-light:focus[disabled], .clickdform .hollow.algemeen-light#btnSubmit:focus[disabled], form .hollow.algemeen-light.submit:focus[disabled] {
  border: 2px solid #f09d91;
  color: #f09d91;
}
.button.hollow.mijn-lijf, .clickdform .hollow.mijn-lijf#btnSubmit, form .hollow.mijn-lijf.submit {
  border: 2px solid #5a985c;
  color: #5a985c;
}
.button.hollow.mijn-lijf:hover, .clickdform .hollow.mijn-lijf#btnSubmit:hover, form .hollow.mijn-lijf.submit:hover, .button.hollow.mijn-lijf:focus, .clickdform .hollow.mijn-lijf#btnSubmit:focus, form .hollow.mijn-lijf.submit:focus {
  border-color: #2d4c2e;
  color: #2d4c2e;
}
.button.hollow.mijn-lijf:hover.disabled, .clickdform .hollow.mijn-lijf#btnSubmit:hover.disabled, form .hollow.mijn-lijf.submit:hover.disabled, .button.hollow.mijn-lijf:hover[disabled], .clickdform .hollow.mijn-lijf#btnSubmit:hover[disabled], form .hollow.mijn-lijf.submit:hover[disabled], .button.hollow.mijn-lijf:focus.disabled, .clickdform .hollow.mijn-lijf#btnSubmit:focus.disabled, form .hollow.mijn-lijf.submit:focus.disabled, .button.hollow.mijn-lijf:focus[disabled], .clickdform .hollow.mijn-lijf#btnSubmit:focus[disabled], form .hollow.mijn-lijf.submit:focus[disabled] {
  border: 2px solid #5a985c;
  color: #5a985c;
}
.button.hollow.mijn-lijf-light, .clickdform .hollow.mijn-lijf-light#btnSubmit, form .hollow.mijn-lijf-light.submit {
  border: 2px solid #98bd66;
  color: #98bd66;
}
.button.hollow.mijn-lijf-light:hover, .clickdform .hollow.mijn-lijf-light#btnSubmit:hover, form .hollow.mijn-lijf-light.submit:hover, .button.hollow.mijn-lijf-light:focus, .clickdform .hollow.mijn-lijf-light#btnSubmit:focus, form .hollow.mijn-lijf-light.submit:focus {
  border-color: #4d662c;
  color: #4d662c;
}
.button.hollow.mijn-lijf-light:hover.disabled, .clickdform .hollow.mijn-lijf-light#btnSubmit:hover.disabled, form .hollow.mijn-lijf-light.submit:hover.disabled, .button.hollow.mijn-lijf-light:hover[disabled], .clickdform .hollow.mijn-lijf-light#btnSubmit:hover[disabled], form .hollow.mijn-lijf-light.submit:hover[disabled], .button.hollow.mijn-lijf-light:focus.disabled, .clickdform .hollow.mijn-lijf-light#btnSubmit:focus.disabled, form .hollow.mijn-lijf-light.submit:focus.disabled, .button.hollow.mijn-lijf-light:focus[disabled], .clickdform .hollow.mijn-lijf-light#btnSubmit:focus[disabled], form .hollow.mijn-lijf-light.submit:focus[disabled] {
  border: 2px solid #98bd66;
  color: #98bd66;
}
.button.hollow.schoon-water, .clickdform .hollow.schoon-water#btnSubmit, form .hollow.schoon-water.submit {
  border: 2px solid #4287c7;
  color: #4287c7;
}
.button.hollow.schoon-water:hover, .clickdform .hollow.schoon-water#btnSubmit:hover, form .hollow.schoon-water.submit:hover, .button.hollow.schoon-water:focus, .clickdform .hollow.schoon-water#btnSubmit:focus, form .hollow.schoon-water.submit:focus {
  border-color: #1e4466;
  color: #1e4466;
}
.button.hollow.schoon-water:hover.disabled, .clickdform .hollow.schoon-water#btnSubmit:hover.disabled, form .hollow.schoon-water.submit:hover.disabled, .button.hollow.schoon-water:hover[disabled], .clickdform .hollow.schoon-water#btnSubmit:hover[disabled], form .hollow.schoon-water.submit:hover[disabled], .button.hollow.schoon-water:focus.disabled, .clickdform .hollow.schoon-water#btnSubmit:focus.disabled, form .hollow.schoon-water.submit:focus.disabled, .button.hollow.schoon-water:focus[disabled], .clickdform .hollow.schoon-water#btnSubmit:focus[disabled], form .hollow.schoon-water.submit:focus[disabled] {
  border: 2px solid #4287c7;
  color: #4287c7;
}
.button.hollow.schoon-water-light, .clickdform .hollow.schoon-water-light#btnSubmit, form .hollow.schoon-water-light.submit {
  border: 2px solid #7eb9dc;
  color: #7eb9dc;
}
.button.hollow.schoon-water-light:hover, .clickdform .hollow.schoon-water-light#btnSubmit:hover, form .hollow.schoon-water-light.submit:hover, .button.hollow.schoon-water-light:focus, .clickdform .hollow.schoon-water-light#btnSubmit:focus, form .hollow.schoon-water-light.submit:focus {
  border-color: #256388;
  color: #256388;
}
.button.hollow.schoon-water-light:hover.disabled, .clickdform .hollow.schoon-water-light#btnSubmit:hover.disabled, form .hollow.schoon-water-light.submit:hover.disabled, .button.hollow.schoon-water-light:hover[disabled], .clickdform .hollow.schoon-water-light#btnSubmit:hover[disabled], form .hollow.schoon-water-light.submit:hover[disabled], .button.hollow.schoon-water-light:focus.disabled, .clickdform .hollow.schoon-water-light#btnSubmit:focus.disabled, form .hollow.schoon-water-light.submit:focus.disabled, .button.hollow.schoon-water-light:focus[disabled], .clickdform .hollow.schoon-water-light#btnSubmit:focus[disabled], form .hollow.schoon-water-light.submit:focus[disabled] {
  border: 2px solid #7eb9dc;
  color: #7eb9dc;
}
.button.hollow.zorgverleners, .clickdform .hollow.zorgverleners#btnSubmit, form .hollow.zorgverleners.submit {
  border: 2px solid #f6a821;
  color: #f6a821;
}
.button.hollow.zorgverleners:hover, .clickdform .hollow.zorgverleners#btnSubmit:hover, form .hollow.zorgverleners.submit:hover, .button.hollow.zorgverleners:focus, .clickdform .hollow.zorgverleners#btnSubmit:focus, form .hollow.zorgverleners.submit:focus {
  border-color: #865705;
  color: #865705;
}
.button.hollow.zorgverleners:hover.disabled, .clickdform .hollow.zorgverleners#btnSubmit:hover.disabled, form .hollow.zorgverleners.submit:hover.disabled, .button.hollow.zorgverleners:hover[disabled], .clickdform .hollow.zorgverleners#btnSubmit:hover[disabled], form .hollow.zorgverleners.submit:hover[disabled], .button.hollow.zorgverleners:focus.disabled, .clickdform .hollow.zorgverleners#btnSubmit:focus.disabled, form .hollow.zorgverleners.submit:focus.disabled, .button.hollow.zorgverleners:focus[disabled], .clickdform .hollow.zorgverleners#btnSubmit:focus[disabled], form .hollow.zorgverleners.submit:focus[disabled] {
  border: 2px solid #f6a821;
  color: #f6a821;
}
.button.hollow.zorgverleners-light, .clickdform .hollow.zorgverleners-light#btnSubmit, form .hollow.zorgverleners-light.submit {
  border: 2px solid #ffdb83;
  color: #ffdb83;
}
.button.hollow.zorgverleners-light:hover, .clickdform .hollow.zorgverleners-light#btnSubmit:hover, form .hollow.zorgverleners-light.submit:hover, .button.hollow.zorgverleners-light:focus, .clickdform .hollow.zorgverleners-light#btnSubmit:focus, form .hollow.zorgverleners-light.submit:focus {
  border-color: #c18900;
  color: #c18900;
}
.button.hollow.zorgverleners-light:hover.disabled, .clickdform .hollow.zorgverleners-light#btnSubmit:hover.disabled, form .hollow.zorgverleners-light.submit:hover.disabled, .button.hollow.zorgverleners-light:hover[disabled], .clickdform .hollow.zorgverleners-light#btnSubmit:hover[disabled], form .hollow.zorgverleners-light.submit:hover[disabled], .button.hollow.zorgverleners-light:focus.disabled, .clickdform .hollow.zorgverleners-light#btnSubmit:focus.disabled, form .hollow.zorgverleners-light.submit:focus.disabled, .button.hollow.zorgverleners-light:focus[disabled], .clickdform .hollow.zorgverleners-light#btnSubmit:focus[disabled], form .hollow.zorgverleners-light.submit:focus[disabled] {
  border: 2px solid #ffdb83;
  color: #ffdb83;
}
.button.hollow.zorg-voor-iedereen, .clickdform .hollow.zorg-voor-iedereen#btnSubmit, form .hollow.zorg-voor-iedereen.submit {
  border: 2px solid #39abb2;
  color: #39abb2;
}
.button.hollow.zorg-voor-iedereen:hover, .clickdform .hollow.zorg-voor-iedereen#btnSubmit:hover, form .hollow.zorg-voor-iedereen.submit:hover, .button.hollow.zorg-voor-iedereen:focus, .clickdform .hollow.zorg-voor-iedereen#btnSubmit:focus, form .hollow.zorg-voor-iedereen.submit:focus {
  border-color: #1d5659;
  color: #1d5659;
}
.button.hollow.zorg-voor-iedereen:hover.disabled, .clickdform .hollow.zorg-voor-iedereen#btnSubmit:hover.disabled, form .hollow.zorg-voor-iedereen.submit:hover.disabled, .button.hollow.zorg-voor-iedereen:hover[disabled], .clickdform .hollow.zorg-voor-iedereen#btnSubmit:hover[disabled], form .hollow.zorg-voor-iedereen.submit:hover[disabled], .button.hollow.zorg-voor-iedereen:focus.disabled, .clickdform .hollow.zorg-voor-iedereen#btnSubmit:focus.disabled, form .hollow.zorg-voor-iedereen.submit:focus.disabled, .button.hollow.zorg-voor-iedereen:focus[disabled], .clickdform .hollow.zorg-voor-iedereen#btnSubmit:focus[disabled], form .hollow.zorg-voor-iedereen.submit:focus[disabled] {
  border: 2px solid #39abb2;
  color: #39abb2;
}
.button.hollow.zorg-voor-iedereen-light, .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit, form .hollow.zorg-voor-iedereen-light.submit {
  border: 2px solid #a0cdcb;
  color: #a0cdcb;
}
.button.hollow.zorg-voor-iedereen-light:hover, .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:hover, form .hollow.zorg-voor-iedereen-light.submit:hover, .button.hollow.zorg-voor-iedereen-light:focus, .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:focus, form .hollow.zorg-voor-iedereen-light.submit:focus {
  border-color: #3f7875;
  color: #3f7875;
}
.button.hollow.zorg-voor-iedereen-light:hover.disabled, .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:hover.disabled, form .hollow.zorg-voor-iedereen-light.submit:hover.disabled, .button.hollow.zorg-voor-iedereen-light:hover[disabled], .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:hover[disabled], form .hollow.zorg-voor-iedereen-light.submit:hover[disabled], .button.hollow.zorg-voor-iedereen-light:focus.disabled, .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:focus.disabled, form .hollow.zorg-voor-iedereen-light.submit:focus.disabled, .button.hollow.zorg-voor-iedereen-light:focus[disabled], .clickdform .hollow.zorg-voor-iedereen-light#btnSubmit:focus[disabled], form .hollow.zorg-voor-iedereen-light.submit:focus[disabled] {
  border: 2px solid #a0cdcb;
  color: #a0cdcb;
}
.button.clear, .clickdform .clear#btnSubmit, form .clear.submit {
  border: 2px solid #1779ba;
  color: #1779ba;
}
.button.clear, .clickdform .clear#btnSubmit, form .clear.submit, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .clickdform .clear.disabled#btnSubmit, form .clear.disabled.submit, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .clickdform .clear[disabled]#btnSubmit, form .clear[disabled].submit, .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .clickdform .clear#btnSubmit:hover, form .clear.submit:hover, .button.clear:focus, .clickdform .clear#btnSubmit:focus, form .clear.submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .clickdform .clear#btnSubmit:hover.disabled, form .clear.submit:hover.disabled, .button.clear:hover[disabled], .clickdform .clear#btnSubmit:hover[disabled], form .clear.submit:hover[disabled], .button.clear:focus.disabled, .clickdform .clear#btnSubmit:focus.disabled, form .clear.submit:focus.disabled, .button.clear:focus[disabled], .clickdform .clear#btnSubmit:focus[disabled], form .clear.submit:focus[disabled] {
  border: 2px solid #1779ba;
  color: #1779ba;
}
.button.clear, .clickdform .clear#btnSubmit, form .clear.submit, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.algemeen, .clickdform .clear#btnSubmit, form .clear.algemeen.submit, .reveal-overlay form[data-type=cms-form] .clear.submit {
  border: 2px solid #dd1e35;
  color: #dd1e35;
}
.button.clear.algemeen:hover, .clickdform .clear#btnSubmit:hover, form .clear.algemeen.submit:hover, .reveal-overlay form[data-type=cms-form] .clear.submit:hover, .button.clear.algemeen:focus, .clickdform .clear#btnSubmit:focus, form .clear.algemeen.submit:focus, .reveal-overlay form[data-type=cms-form] .clear.submit:focus {
  border-color: #6f0f1b;
  color: #6f0f1b;
}
.button.clear.algemeen:hover.disabled, .clickdform .clear#btnSubmit:hover.disabled, form .clear.algemeen.submit:hover.disabled, .reveal-overlay form[data-type=cms-form] .clear.submit:hover.disabled, .button.clear.algemeen:hover[disabled], .clickdform .clear#btnSubmit:hover[disabled], form .clear.algemeen.submit:hover[disabled], .reveal-overlay form[data-type=cms-form] .clear.submit:hover[disabled], .button.clear.algemeen:focus.disabled, .clickdform .clear#btnSubmit:focus.disabled, form .clear.algemeen.submit:focus.disabled, .reveal-overlay form[data-type=cms-form] .clear.submit:focus.disabled, .button.clear.algemeen:focus[disabled], .clickdform .clear#btnSubmit:focus[disabled], form .clear.algemeen.submit:focus[disabled], .reveal-overlay form[data-type=cms-form] .clear.submit:focus[disabled] {
  border: 2px solid #dd1e35;
  color: #dd1e35;
}
.button.clear.algemeen, .clickdform .clear#btnSubmit, form .clear.algemeen.submit, .reveal-overlay form[data-type=cms-form] .clear.submit, .button.clear.algemeen.disabled, .button.clear.algemeen[disabled], .button.clear.algemeen:hover, .button.clear.algemeen:hover.disabled, .button.clear.algemeen:hover[disabled], .button.clear.algemeen:focus, .button.clear.algemeen:focus.disabled, .button.clear.algemeen:focus[disabled] {
  border-color: transparent;
}
.button.clear.algemeen-light, .clickdform .clear.algemeen-light#btnSubmit, form .clear.algemeen-light.submit {
  border: 2px solid #f09d91;
  color: #f09d91;
}
.button.clear.algemeen-light:hover, .clickdform .clear.algemeen-light#btnSubmit:hover, form .clear.algemeen-light.submit:hover, .button.clear.algemeen-light:focus, .clickdform .clear.algemeen-light#btnSubmit:focus, form .clear.algemeen-light.submit:focus {
  border-color: #a92a17;
  color: #a92a17;
}
.button.clear.algemeen-light:hover.disabled, .clickdform .clear.algemeen-light#btnSubmit:hover.disabled, form .clear.algemeen-light.submit:hover.disabled, .button.clear.algemeen-light:hover[disabled], .clickdform .clear.algemeen-light#btnSubmit:hover[disabled], form .clear.algemeen-light.submit:hover[disabled], .button.clear.algemeen-light:focus.disabled, .clickdform .clear.algemeen-light#btnSubmit:focus.disabled, form .clear.algemeen-light.submit:focus.disabled, .button.clear.algemeen-light:focus[disabled], .clickdform .clear.algemeen-light#btnSubmit:focus[disabled], form .clear.algemeen-light.submit:focus[disabled] {
  border: 2px solid #f09d91;
  color: #f09d91;
}
.button.clear.algemeen-light, .clickdform .clear.algemeen-light#btnSubmit, form .clear.algemeen-light.submit, .button.clear.algemeen-light.disabled, .button.clear.algemeen-light[disabled], .button.clear.algemeen-light:hover, .button.clear.algemeen-light:hover.disabled, .button.clear.algemeen-light:hover[disabled], .button.clear.algemeen-light:focus, .button.clear.algemeen-light:focus.disabled, .button.clear.algemeen-light:focus[disabled] {
  border-color: transparent;
}
.button.clear.mijn-lijf, .clickdform .clear.mijn-lijf#btnSubmit, form .clear.mijn-lijf.submit {
  border: 2px solid #5a985c;
  color: #5a985c;
}
.button.clear.mijn-lijf:hover, .clickdform .clear.mijn-lijf#btnSubmit:hover, form .clear.mijn-lijf.submit:hover, .button.clear.mijn-lijf:focus, .clickdform .clear.mijn-lijf#btnSubmit:focus, form .clear.mijn-lijf.submit:focus {
  border-color: #2d4c2e;
  color: #2d4c2e;
}
.button.clear.mijn-lijf:hover.disabled, .clickdform .clear.mijn-lijf#btnSubmit:hover.disabled, form .clear.mijn-lijf.submit:hover.disabled, .button.clear.mijn-lijf:hover[disabled], .clickdform .clear.mijn-lijf#btnSubmit:hover[disabled], form .clear.mijn-lijf.submit:hover[disabled], .button.clear.mijn-lijf:focus.disabled, .clickdform .clear.mijn-lijf#btnSubmit:focus.disabled, form .clear.mijn-lijf.submit:focus.disabled, .button.clear.mijn-lijf:focus[disabled], .clickdform .clear.mijn-lijf#btnSubmit:focus[disabled], form .clear.mijn-lijf.submit:focus[disabled] {
  border: 2px solid #5a985c;
  color: #5a985c;
}
.button.clear.mijn-lijf, .clickdform .clear.mijn-lijf#btnSubmit, form .clear.mijn-lijf.submit, .button.clear.mijn-lijf.disabled, .button.clear.mijn-lijf[disabled], .button.clear.mijn-lijf:hover, .button.clear.mijn-lijf:hover.disabled, .button.clear.mijn-lijf:hover[disabled], .button.clear.mijn-lijf:focus, .button.clear.mijn-lijf:focus.disabled, .button.clear.mijn-lijf:focus[disabled] {
  border-color: transparent;
}
.button.clear.mijn-lijf-light, .clickdform .clear.mijn-lijf-light#btnSubmit, form .clear.mijn-lijf-light.submit {
  border: 2px solid #98bd66;
  color: #98bd66;
}
.button.clear.mijn-lijf-light:hover, .clickdform .clear.mijn-lijf-light#btnSubmit:hover, form .clear.mijn-lijf-light.submit:hover, .button.clear.mijn-lijf-light:focus, .clickdform .clear.mijn-lijf-light#btnSubmit:focus, form .clear.mijn-lijf-light.submit:focus {
  border-color: #4d662c;
  color: #4d662c;
}
.button.clear.mijn-lijf-light:hover.disabled, .clickdform .clear.mijn-lijf-light#btnSubmit:hover.disabled, form .clear.mijn-lijf-light.submit:hover.disabled, .button.clear.mijn-lijf-light:hover[disabled], .clickdform .clear.mijn-lijf-light#btnSubmit:hover[disabled], form .clear.mijn-lijf-light.submit:hover[disabled], .button.clear.mijn-lijf-light:focus.disabled, .clickdform .clear.mijn-lijf-light#btnSubmit:focus.disabled, form .clear.mijn-lijf-light.submit:focus.disabled, .button.clear.mijn-lijf-light:focus[disabled], .clickdform .clear.mijn-lijf-light#btnSubmit:focus[disabled], form .clear.mijn-lijf-light.submit:focus[disabled] {
  border: 2px solid #98bd66;
  color: #98bd66;
}
.button.clear.mijn-lijf-light, .clickdform .clear.mijn-lijf-light#btnSubmit, form .clear.mijn-lijf-light.submit, .button.clear.mijn-lijf-light.disabled, .button.clear.mijn-lijf-light[disabled], .button.clear.mijn-lijf-light:hover, .button.clear.mijn-lijf-light:hover.disabled, .button.clear.mijn-lijf-light:hover[disabled], .button.clear.mijn-lijf-light:focus, .button.clear.mijn-lijf-light:focus.disabled, .button.clear.mijn-lijf-light:focus[disabled] {
  border-color: transparent;
}
.button.clear.schoon-water, .clickdform .clear.schoon-water#btnSubmit, form .clear.schoon-water.submit {
  border: 2px solid #4287c7;
  color: #4287c7;
}
.button.clear.schoon-water:hover, .clickdform .clear.schoon-water#btnSubmit:hover, form .clear.schoon-water.submit:hover, .button.clear.schoon-water:focus, .clickdform .clear.schoon-water#btnSubmit:focus, form .clear.schoon-water.submit:focus {
  border-color: #1e4466;
  color: #1e4466;
}
.button.clear.schoon-water:hover.disabled, .clickdform .clear.schoon-water#btnSubmit:hover.disabled, form .clear.schoon-water.submit:hover.disabled, .button.clear.schoon-water:hover[disabled], .clickdform .clear.schoon-water#btnSubmit:hover[disabled], form .clear.schoon-water.submit:hover[disabled], .button.clear.schoon-water:focus.disabled, .clickdform .clear.schoon-water#btnSubmit:focus.disabled, form .clear.schoon-water.submit:focus.disabled, .button.clear.schoon-water:focus[disabled], .clickdform .clear.schoon-water#btnSubmit:focus[disabled], form .clear.schoon-water.submit:focus[disabled] {
  border: 2px solid #4287c7;
  color: #4287c7;
}
.button.clear.schoon-water, .clickdform .clear.schoon-water#btnSubmit, form .clear.schoon-water.submit, .button.clear.schoon-water.disabled, .button.clear.schoon-water[disabled], .button.clear.schoon-water:hover, .button.clear.schoon-water:hover.disabled, .button.clear.schoon-water:hover[disabled], .button.clear.schoon-water:focus, .button.clear.schoon-water:focus.disabled, .button.clear.schoon-water:focus[disabled] {
  border-color: transparent;
}
.button.clear.schoon-water-light, .clickdform .clear.schoon-water-light#btnSubmit, form .clear.schoon-water-light.submit {
  border: 2px solid #7eb9dc;
  color: #7eb9dc;
}
.button.clear.schoon-water-light:hover, .clickdform .clear.schoon-water-light#btnSubmit:hover, form .clear.schoon-water-light.submit:hover, .button.clear.schoon-water-light:focus, .clickdform .clear.schoon-water-light#btnSubmit:focus, form .clear.schoon-water-light.submit:focus {
  border-color: #256388;
  color: #256388;
}
.button.clear.schoon-water-light:hover.disabled, .clickdform .clear.schoon-water-light#btnSubmit:hover.disabled, form .clear.schoon-water-light.submit:hover.disabled, .button.clear.schoon-water-light:hover[disabled], .clickdform .clear.schoon-water-light#btnSubmit:hover[disabled], form .clear.schoon-water-light.submit:hover[disabled], .button.clear.schoon-water-light:focus.disabled, .clickdform .clear.schoon-water-light#btnSubmit:focus.disabled, form .clear.schoon-water-light.submit:focus.disabled, .button.clear.schoon-water-light:focus[disabled], .clickdform .clear.schoon-water-light#btnSubmit:focus[disabled], form .clear.schoon-water-light.submit:focus[disabled] {
  border: 2px solid #7eb9dc;
  color: #7eb9dc;
}
.button.clear.schoon-water-light, .clickdform .clear.schoon-water-light#btnSubmit, form .clear.schoon-water-light.submit, .button.clear.schoon-water-light.disabled, .button.clear.schoon-water-light[disabled], .button.clear.schoon-water-light:hover, .button.clear.schoon-water-light:hover.disabled, .button.clear.schoon-water-light:hover[disabled], .button.clear.schoon-water-light:focus, .button.clear.schoon-water-light:focus.disabled, .button.clear.schoon-water-light:focus[disabled] {
  border-color: transparent;
}
.button.clear.zorgverleners, .clickdform .clear.zorgverleners#btnSubmit, form .clear.zorgverleners.submit {
  border: 2px solid #f6a821;
  color: #f6a821;
}
.button.clear.zorgverleners:hover, .clickdform .clear.zorgverleners#btnSubmit:hover, form .clear.zorgverleners.submit:hover, .button.clear.zorgverleners:focus, .clickdform .clear.zorgverleners#btnSubmit:focus, form .clear.zorgverleners.submit:focus {
  border-color: #865705;
  color: #865705;
}
.button.clear.zorgverleners:hover.disabled, .clickdform .clear.zorgverleners#btnSubmit:hover.disabled, form .clear.zorgverleners.submit:hover.disabled, .button.clear.zorgverleners:hover[disabled], .clickdform .clear.zorgverleners#btnSubmit:hover[disabled], form .clear.zorgverleners.submit:hover[disabled], .button.clear.zorgverleners:focus.disabled, .clickdform .clear.zorgverleners#btnSubmit:focus.disabled, form .clear.zorgverleners.submit:focus.disabled, .button.clear.zorgverleners:focus[disabled], .clickdform .clear.zorgverleners#btnSubmit:focus[disabled], form .clear.zorgverleners.submit:focus[disabled] {
  border: 2px solid #f6a821;
  color: #f6a821;
}
.button.clear.zorgverleners, .clickdform .clear.zorgverleners#btnSubmit, form .clear.zorgverleners.submit, .button.clear.zorgverleners.disabled, .button.clear.zorgverleners[disabled], .button.clear.zorgverleners:hover, .button.clear.zorgverleners:hover.disabled, .button.clear.zorgverleners:hover[disabled], .button.clear.zorgverleners:focus, .button.clear.zorgverleners:focus.disabled, .button.clear.zorgverleners:focus[disabled] {
  border-color: transparent;
}
.button.clear.zorgverleners-light, .clickdform .clear.zorgverleners-light#btnSubmit, form .clear.zorgverleners-light.submit {
  border: 2px solid #ffdb83;
  color: #ffdb83;
}
.button.clear.zorgverleners-light:hover, .clickdform .clear.zorgverleners-light#btnSubmit:hover, form .clear.zorgverleners-light.submit:hover, .button.clear.zorgverleners-light:focus, .clickdform .clear.zorgverleners-light#btnSubmit:focus, form .clear.zorgverleners-light.submit:focus {
  border-color: #c18900;
  color: #c18900;
}
.button.clear.zorgverleners-light:hover.disabled, .clickdform .clear.zorgverleners-light#btnSubmit:hover.disabled, form .clear.zorgverleners-light.submit:hover.disabled, .button.clear.zorgverleners-light:hover[disabled], .clickdform .clear.zorgverleners-light#btnSubmit:hover[disabled], form .clear.zorgverleners-light.submit:hover[disabled], .button.clear.zorgverleners-light:focus.disabled, .clickdform .clear.zorgverleners-light#btnSubmit:focus.disabled, form .clear.zorgverleners-light.submit:focus.disabled, .button.clear.zorgverleners-light:focus[disabled], .clickdform .clear.zorgverleners-light#btnSubmit:focus[disabled], form .clear.zorgverleners-light.submit:focus[disabled] {
  border: 2px solid #ffdb83;
  color: #ffdb83;
}
.button.clear.zorgverleners-light, .clickdform .clear.zorgverleners-light#btnSubmit, form .clear.zorgverleners-light.submit, .button.clear.zorgverleners-light.disabled, .button.clear.zorgverleners-light[disabled], .button.clear.zorgverleners-light:hover, .button.clear.zorgverleners-light:hover.disabled, .button.clear.zorgverleners-light:hover[disabled], .button.clear.zorgverleners-light:focus, .button.clear.zorgverleners-light:focus.disabled, .button.clear.zorgverleners-light:focus[disabled] {
  border-color: transparent;
}
.button.clear.zorg-voor-iedereen, .clickdform .clear.zorg-voor-iedereen#btnSubmit, form .clear.zorg-voor-iedereen.submit {
  border: 2px solid #39abb2;
  color: #39abb2;
}
.button.clear.zorg-voor-iedereen:hover, .clickdform .clear.zorg-voor-iedereen#btnSubmit:hover, form .clear.zorg-voor-iedereen.submit:hover, .button.clear.zorg-voor-iedereen:focus, .clickdform .clear.zorg-voor-iedereen#btnSubmit:focus, form .clear.zorg-voor-iedereen.submit:focus {
  border-color: #1d5659;
  color: #1d5659;
}
.button.clear.zorg-voor-iedereen:hover.disabled, .clickdform .clear.zorg-voor-iedereen#btnSubmit:hover.disabled, form .clear.zorg-voor-iedereen.submit:hover.disabled, .button.clear.zorg-voor-iedereen:hover[disabled], .clickdform .clear.zorg-voor-iedereen#btnSubmit:hover[disabled], form .clear.zorg-voor-iedereen.submit:hover[disabled], .button.clear.zorg-voor-iedereen:focus.disabled, .clickdform .clear.zorg-voor-iedereen#btnSubmit:focus.disabled, form .clear.zorg-voor-iedereen.submit:focus.disabled, .button.clear.zorg-voor-iedereen:focus[disabled], .clickdform .clear.zorg-voor-iedereen#btnSubmit:focus[disabled], form .clear.zorg-voor-iedereen.submit:focus[disabled] {
  border: 2px solid #39abb2;
  color: #39abb2;
}
.button.clear.zorg-voor-iedereen, .clickdform .clear.zorg-voor-iedereen#btnSubmit, form .clear.zorg-voor-iedereen.submit, .button.clear.zorg-voor-iedereen.disabled, .button.clear.zorg-voor-iedereen[disabled], .button.clear.zorg-voor-iedereen:hover, .button.clear.zorg-voor-iedereen:hover.disabled, .button.clear.zorg-voor-iedereen:hover[disabled], .button.clear.zorg-voor-iedereen:focus, .button.clear.zorg-voor-iedereen:focus.disabled, .button.clear.zorg-voor-iedereen:focus[disabled] {
  border-color: transparent;
}
.button.clear.zorg-voor-iedereen-light, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit, form .clear.zorg-voor-iedereen-light.submit {
  border: 2px solid #a0cdcb;
  color: #a0cdcb;
}
.button.clear.zorg-voor-iedereen-light:hover, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:hover, form .clear.zorg-voor-iedereen-light.submit:hover, .button.clear.zorg-voor-iedereen-light:focus, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:focus, form .clear.zorg-voor-iedereen-light.submit:focus {
  border-color: #3f7875;
  color: #3f7875;
}
.button.clear.zorg-voor-iedereen-light:hover.disabled, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:hover.disabled, form .clear.zorg-voor-iedereen-light.submit:hover.disabled, .button.clear.zorg-voor-iedereen-light:hover[disabled], .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:hover[disabled], form .clear.zorg-voor-iedereen-light.submit:hover[disabled], .button.clear.zorg-voor-iedereen-light:focus.disabled, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:focus.disabled, form .clear.zorg-voor-iedereen-light.submit:focus.disabled, .button.clear.zorg-voor-iedereen-light:focus[disabled], .clickdform .clear.zorg-voor-iedereen-light#btnSubmit:focus[disabled], form .clear.zorg-voor-iedereen-light.submit:focus[disabled] {
  border: 2px solid #a0cdcb;
  color: #a0cdcb;
}
.button.clear.zorg-voor-iedereen-light, .clickdform .clear.zorg-voor-iedereen-light#btnSubmit, form .clear.zorg-voor-iedereen-light.submit, .button.clear.zorg-voor-iedereen-light.disabled, .button.clear.zorg-voor-iedereen-light[disabled], .button.clear.zorg-voor-iedereen-light:hover, .button.clear.zorg-voor-iedereen-light:hover.disabled, .button.clear.zorg-voor-iedereen-light:hover[disabled], .button.clear.zorg-voor-iedereen-light:focus, .button.clear.zorg-voor-iedereen-light:focus.disabled, .button.clear.zorg-voor-iedereen-light:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after, .clickdform .dropdown#btnSubmit::after, form .dropdown.submit::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 0.85rem;
}
.button.dropdown.hollow::after, .clickdform .dropdown.hollow#btnSubmit::after, form .dropdown.hollow.submit::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.algemeen::after, .clickdform .dropdown.hollow#btnSubmit::after, form .dropdown.hollow.algemeen.submit::after, .reveal-overlay form[data-type=cms-form] .dropdown.hollow.submit::after {
  border-top-color: #dd1e35;
}
.button.dropdown.hollow.algemeen-light::after, .clickdform .dropdown.hollow.algemeen-light#btnSubmit::after, form .dropdown.hollow.algemeen-light.submit::after {
  border-top-color: #f09d91;
}
.button.dropdown.hollow.mijn-lijf::after, .clickdform .dropdown.hollow.mijn-lijf#btnSubmit::after, form .dropdown.hollow.mijn-lijf.submit::after {
  border-top-color: #5a985c;
}
.button.dropdown.hollow.mijn-lijf-light::after, .clickdform .dropdown.hollow.mijn-lijf-light#btnSubmit::after, form .dropdown.hollow.mijn-lijf-light.submit::after {
  border-top-color: #98bd66;
}
.button.dropdown.hollow.schoon-water::after, .clickdform .dropdown.hollow.schoon-water#btnSubmit::after, form .dropdown.hollow.schoon-water.submit::after {
  border-top-color: #4287c7;
}
.button.dropdown.hollow.schoon-water-light::after, .clickdform .dropdown.hollow.schoon-water-light#btnSubmit::after, form .dropdown.hollow.schoon-water-light.submit::after {
  border-top-color: #7eb9dc;
}
.button.dropdown.hollow.zorgverleners::after, .clickdform .dropdown.hollow.zorgverleners#btnSubmit::after, form .dropdown.hollow.zorgverleners.submit::after {
  border-top-color: #f6a821;
}
.button.dropdown.hollow.zorgverleners-light::after, .clickdform .dropdown.hollow.zorgverleners-light#btnSubmit::after, form .dropdown.hollow.zorgverleners-light.submit::after {
  border-top-color: #ffdb83;
}
.button.dropdown.hollow.zorg-voor-iedereen::after, .clickdform .dropdown.hollow.zorg-voor-iedereen#btnSubmit::after, form .dropdown.hollow.zorg-voor-iedereen.submit::after {
  border-top-color: #39abb2;
}
.button.dropdown.hollow.zorg-voor-iedereen-light::after, .clickdform .dropdown.hollow.zorg-voor-iedereen-light#btnSubmit::after, form .dropdown.hollow.zorg-voor-iedereen-light.submit::after {
  border-top-color: #a0cdcb;
}
.button.arrow-only::after, .clickdform .arrow-only#btnSubmit::after, form .arrow-only.submit::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  font-size: 0.9rem;
  line-height: 1;
  color: #000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0 0 4px 4px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f2f2f2;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  background-color: #fff;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #dd1e35 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #dd1e35 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group .clickdform #btnSubmit, .clickdform .button-group #btnSubmit, .button-group form .submit, form .button-group .submit {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
}
.button-group .button:last-child, .button-group .clickdform #btnSubmit:last-child, .clickdform .button-group #btnSubmit:last-child, .button-group form .submit:last-child, form .button-group .submit:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .clickdform #btnSubmit, .clickdform .button-group.tiny #btnSubmit, .button-group.tiny form .submit, form .button-group.tiny .submit {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .clickdform #btnSubmit, .clickdform .button-group.small #btnSubmit, .button-group.small form .submit, form .button-group.small .submit {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .clickdform #btnSubmit, .clickdform .button-group.large #btnSubmit, .button-group.large form .submit, form .button-group.large .submit, form[data-type=cms-form] .button-group.submit .button, form[data-type=cms-form] .button-group.submit .clickdform #btnSubmit, .clickdform form[data-type=cms-form] .button-group.submit #btnSubmit, form[data-type=cms-form] .button-group.submit .submit {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:last-child, .button-group.expanded form .submit:first-child:last-child, form .button-group.expanded .submit:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2), .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2), .button-group.expanded form .submit:first-child:nth-last-child(2), form .button-group.expanded .submit:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .clickdform .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .clickdform .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit, .button-group.expanded form .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, form .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit, form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2):last-child, .button-group.expanded form .submit:first-child:nth-last-child(2):last-child, form .button-group.expanded .submit:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .clickdform .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .clickdform .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #btnSubmit:last-child, .button-group.expanded form .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, form .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3), .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3), .button-group.expanded form .submit:first-child:nth-last-child(3), form .button-group.expanded .submit:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .clickdform .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .clickdform .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit, .button-group.expanded form .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, form .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit, form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3):last-child, .button-group.expanded form .submit:first-child:nth-last-child(3):last-child, form .button-group.expanded .submit:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .clickdform .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .clickdform .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #btnSubmit:last-child, .button-group.expanded form .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, form .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4), .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4), .button-group.expanded form .submit:first-child:nth-last-child(4), form .button-group.expanded .submit:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .clickdform .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .clickdform .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit, .button-group.expanded form .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, form .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit, form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4):last-child, .button-group.expanded form .submit:first-child:nth-last-child(4):last-child, form .button-group.expanded .submit:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .clickdform .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .clickdform .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #btnSubmit:last-child, .button-group.expanded form .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, form .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5), .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5), .button-group.expanded form .submit:first-child:nth-last-child(5), form .button-group.expanded .submit:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .clickdform .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .clickdform .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit, .button-group.expanded form .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, form .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit, form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5):last-child, .button-group.expanded form .submit:first-child:nth-last-child(5):last-child, form .button-group.expanded .submit:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .clickdform .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .clickdform .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #btnSubmit:last-child, .button-group.expanded form .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, form .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6), .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6), .button-group.expanded form .submit:first-child:nth-last-child(6), form .button-group.expanded .submit:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .clickdform .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .clickdform .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit, .button-group.expanded form .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, form .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit, form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6):last-child, .button-group.expanded form .submit:first-child:nth-last-child(6):last-child, form .button-group.expanded .submit:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .clickdform .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .clickdform .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .clickdform .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded form .clickdform .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .clickdform .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, form .button-group.expanded .clickdform .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .clickdform form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #btnSubmit:last-child, .button-group.expanded form .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, .button-group.expanded form .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, .clickdform .button-group.expanded form #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, form .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, form .button-group.expanded .clickdform #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, .clickdform form .button-group.expanded #btnSubmit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, .button-group.expanded form .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child, form .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .clickdform #btnSubmit, .clickdform .button-group.primary #btnSubmit, .button-group.primary form .submit, form .button-group.primary .submit {
  background-color: #1779ba;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .clickdform #btnSubmit:hover, .clickdform .button-group.primary #btnSubmit:hover, .button-group.primary form .submit:hover, form .button-group.primary .submit:hover, .button-group.primary .button:focus, .button-group.primary .clickdform #btnSubmit:focus, .clickdform .button-group.primary #btnSubmit:focus, .button-group.primary form .submit:focus, form .button-group.primary .submit:focus {
  background-color: #1c93e2;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .clickdform #btnSubmit, .clickdform .button-group.secondary #btnSubmit, .button-group.secondary form .submit, form .button-group.secondary .submit {
  background-color: #767676;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .clickdform #btnSubmit:hover, .clickdform .button-group.secondary #btnSubmit:hover, .button-group.secondary form .submit:hover, form .button-group.secondary .submit:hover, .button-group.secondary .button:focus, .button-group.secondary .clickdform #btnSubmit:focus, .clickdform .button-group.secondary #btnSubmit:focus, .button-group.secondary form .submit:focus, form .button-group.secondary .submit:focus {
  background-color: #8b8b8b;
  color: #000;
}
.button-group.success .button, .button-group.success .clickdform #btnSubmit, .clickdform .button-group.success #btnSubmit, .button-group.success form .submit, form .button-group.success .submit, .button-group.form-success .button, .button-group.form-success .clickdform #btnSubmit, .clickdform .button-group.form-success #btnSubmit, .button-group.form-success form .submit, form .button-group.form-success .submit {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .clickdform #btnSubmit:hover, .clickdform .button-group.success #btnSubmit:hover, .button-group.success form .submit:hover, form .button-group.success .submit:hover, .button-group.form-success .button:hover, .button-group.form-success .clickdform #btnSubmit:hover, .clickdform .button-group.form-success #btnSubmit:hover, .button-group.form-success form .submit:hover, form .button-group.form-success .submit:hover, .button-group.success .button:focus, .button-group.success .clickdform #btnSubmit:focus, .clickdform .button-group.success #btnSubmit:focus, .button-group.success form .submit:focus, form .button-group.success .submit:focus, .button-group.form-success .button:focus, .button-group.form-success .clickdform #btnSubmit:focus, .clickdform .button-group.form-success #btnSubmit:focus, .button-group.form-success form .submit:focus, form .button-group.form-success .submit:focus {
  background-color: #58e08b;
  color: #000;
}
.button-group.warning .button, .button-group.warning .clickdform #btnSubmit, .clickdform .button-group.warning #btnSubmit, .button-group.warning form .submit, form .button-group.warning .submit {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .clickdform #btnSubmit:hover, .clickdform .button-group.warning #btnSubmit:hover, .button-group.warning form .submit:hover, form .button-group.warning .submit:hover, .button-group.warning .button:focus, .button-group.warning .clickdform #btnSubmit:focus, .clickdform .button-group.warning #btnSubmit:focus, .button-group.warning form .submit:focus, form .button-group.warning .submit:focus {
  background-color: #ffba26;
  color: #000;
}
.button-group.alert .button, .button-group.alert .clickdform #btnSubmit, .clickdform .button-group.alert #btnSubmit, .button-group.alert form .submit, form .button-group.alert .submit, form ul li span.button-group.error .button, form ul li span.button-group.error .clickdform #btnSubmit, .clickdform form ul li span.button-group.error #btnSubmit, form ul li span.button-group.error .submit {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .clickdform #btnSubmit:hover, .clickdform .button-group.alert #btnSubmit:hover, .button-group.alert form .submit:hover, form .button-group.alert .submit:hover, form ul li span.button-group.error .button:hover, form ul li span.button-group.error .clickdform #btnSubmit:hover, .clickdform form ul li span.button-group.error #btnSubmit:hover, form ul li span.button-group.error .submit:hover, .button-group.alert .button:focus, .button-group.alert .clickdform #btnSubmit:focus, .clickdform .button-group.alert #btnSubmit:focus, .button-group.alert form .submit:focus, form .button-group.alert .submit:focus, form ul li span.button-group.error .button:focus, form ul li span.button-group.error .clickdform #btnSubmit:focus, .clickdform form ul li span.button-group.error #btnSubmit:focus, form ul li span.button-group.error .submit:focus {
  background-color: #d46655;
  color: #000;
}
.button-group.stacked .button, .button-group.stacked .clickdform #btnSubmit, .clickdform .button-group.stacked #btnSubmit, .button-group.stacked form .submit, form .button-group.stacked .submit, .button-group.stacked-for-small .button, .button-group.stacked-for-small .clickdform #btnSubmit, .clickdform .button-group.stacked-for-small #btnSubmit, .button-group.stacked-for-small form .submit, form .button-group.stacked-for-small .submit, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .clickdform #btnSubmit, .clickdform .button-group.stacked-for-medium #btnSubmit, .button-group.stacked-for-medium form .submit, form .button-group.stacked-for-medium .submit {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .clickdform #btnSubmit:last-child, .clickdform .button-group.stacked #btnSubmit:last-child, .button-group.stacked form .submit:last-child, form .button-group.stacked .submit:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .clickdform #btnSubmit:last-child, .clickdform .button-group.stacked-for-small #btnSubmit:last-child, .button-group.stacked-for-small form .submit:last-child, form .button-group.stacked-for-small .submit:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .clickdform #btnSubmit:last-child, .clickdform .button-group.stacked-for-medium #btnSubmit:last-child, .button-group.stacked-for-medium form .submit:last-child, form .button-group.stacked-for-medium .submit:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .clickdform #btnSubmit, .clickdform .button-group.stacked-for-small #btnSubmit, .button-group.stacked-for-small form .submit, form .button-group.stacked-for-small .submit {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .clickdform #btnSubmit, .clickdform .button-group.stacked-for-medium #btnSubmit, .button-group.stacked-for-medium form .submit, form .button-group.stacked-for-medium .submit {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .clickdform #btnSubmit, .clickdform .button-group.stacked-for-small.expanded #btnSubmit, .button-group.stacked-for-small.expanded form .submit, form .button-group.stacked-for-small.expanded .submit {
    display: block;
    margin-right: 0;
  }
}

.callout, form ul li span.error, .form-success {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #000;
}
.callout > :first-child, form ul li span.error > :first-child, .form-success > :first-child {
  margin-top: 0;
}
.callout > :last-child, form ul li span.error > :last-child, .form-success > :last-child {
  margin-bottom: 0;
}
.callout.primary, form ul li span.primary.error, .primary.form-success {
  background-color: #d7ecfa;
  color: #000;
}
.callout.secondary, form ul li span.secondary.error, .secondary.form-success {
  background-color: #eaeaea;
  color: #000;
}
.callout.success, form ul li span.success.error, .form-success {
  background-color: #e1faea;
  color: #000;
}
.callout.warning, form ul li span.warning.error, .warning.form-success {
  background-color: #fff3d9;
  color: #000;
}
.callout.alert, form ul li span.error, .alert.form-success {
  background-color: #f7e4e1;
  color: #000;
}
.callout.small, form ul li span.small.error, .small.form-success {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large, form ul li span.large.error, form[data-type=cms-form] .callout.submit, form[data-type=cms-form] ul li span.submit.error, .large.form-success, form[data-type=cms-form] .form-success.submit {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 2rem;
  border: none;
  border-radius: 4px;
  background: #dd1e35;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #fff;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 0.5rem 1rem;
  background: #f2f2f2;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 0.5rem 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #fff;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu, .subnav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li, [data-whatinput=mouse] .subnav li {
  outline: 0;
}
.menu a, .subnav a,
.menu .button,
.menu .clickdform #btnSubmit,
.clickdform .menu #btnSubmit,
.menu form .submit,
form .menu .submit,
.subnav .button,
.subnav .clickdform #btnSubmit,
.clickdform .subnav #btnSubmit,
.subnav form .submit,
form .subnav .submit {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input, .subnav input,
.menu select,
.subnav select,
.menu a,
.subnav a,
.menu button,
.subnav button {
  margin-bottom: 0;
}
.menu input, .subnav input {
  display: inline-block;
}
.menu li, .subnav li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li, .subnav li {
  display: block;
}
.menu.expanded, .expanded.subnav {
  display: table;
  width: 100%;
}
.menu.expanded > li, .expanded.subnav > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li, .simple.subnav li + li {
  margin-left: 1rem;
}
.menu.simple a, .simple.subnav a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li, .medium-horizontal.subnav li {
    display: inline-block;
  }
  .menu.medium-vertical li, .medium-vertical.subnav li {
    display: block;
  }
  .menu.medium-expanded, .medium-expanded.subnav {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li, .medium-expanded.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple, .medium-simple.subnav {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li, .medium-simple.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li, .large-horizontal.subnav li {
    display: inline-block;
  }
  .menu.large-vertical li, .large-vertical.subnav li {
    display: block;
  }
  .menu.large-expanded, .large-expanded.subnav {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li, .large-expanded.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple, .large-simple.subnav {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li, .large-simple.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal li, .xlarge-horizontal.subnav li {
    display: inline-block;
  }
  .menu.xlarge-vertical li, .xlarge-vertical.subnav li {
    display: block;
  }
  .menu.xlarge-expanded, .xlarge-expanded.subnav {
    display: table;
    width: 100%;
  }
  .menu.xlarge-expanded > li, .xlarge-expanded.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.xlarge-simple, .xlarge-simple.subnav {
    display: table;
    width: 100%;
  }
  .menu.xlarge-simple > li, .xlarge-simple.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal li, .xxlarge-horizontal.subnav li {
    display: inline-block;
  }
  .menu.xxlarge-vertical li, .xxlarge-vertical.subnav li {
    display: block;
  }
  .menu.xxlarge-expanded, .xxlarge-expanded.subnav {
    display: table;
    width: 100%;
  }
  .menu.xxlarge-expanded > li, .xxlarge-expanded.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.xxlarge-simple, .xxlarge-simple.subnav {
    display: table;
    width: 100%;
  }
  .menu.xxlarge-simple > li, .xxlarge-simple.subnav > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested, .nested.subnav {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img, .icons.subnav img,
.menu.icons i,
.icons.subnav i,
.menu.icons svg,
.icons.subnav svg {
  vertical-align: middle;
}
.menu.icons img + span, .icons.subnav img + span,
.menu.icons i + span,
.icons.subnav i + span,
.menu.icons svg + span,
.icons.subnav svg + span {
  vertical-align: middle;
}
.menu.icon-top img, .icon-top.subnav img,
.menu.icon-top i,
.icon-top.subnav i,
.menu.icon-top svg,
.icon-top.subnav svg, .menu.icon-right img, .icon-right.subnav img,
.menu.icon-right i,
.icon-right.subnav i,
.menu.icon-right svg,
.icon-right.subnav svg, .menu.icon-bottom img, .icon-bottom.subnav img,
.menu.icon-bottom i,
.icon-bottom.subnav i,
.menu.icon-bottom svg,
.icon-bottom.subnav svg, .menu.icon-left img, .icon-left.subnav img,
.menu.icon-left i,
.icon-left.subnav i,
.menu.icon-left svg,
.icon-left.subnav svg {
  vertical-align: middle;
}
.menu.icon-top img + span, .icon-top.subnav img + span,
.menu.icon-top i + span,
.icon-top.subnav i + span,
.menu.icon-top svg + span,
.icon-top.subnav svg + span, .menu.icon-right img + span, .icon-right.subnav img + span,
.menu.icon-right i + span,
.icon-right.subnav i + span,
.menu.icon-right svg + span,
.icon-right.subnav svg + span, .menu.icon-bottom img + span, .icon-bottom.subnav img + span,
.menu.icon-bottom i + span,
.icon-bottom.subnav i + span,
.menu.icon-bottom svg + span,
.icon-bottom.subnav svg + span, .menu.icon-left img + span, .icon-left.subnav img + span,
.menu.icon-left i + span,
.icon-left.subnav i + span,
.menu.icon-left svg + span,
.icon-left.subnav svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img, .icon-left.subnav li a img,
.menu.icon-left li a i,
.icon-left.subnav li a i,
.menu.icon-left li a svg,
.icon-left.subnav li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img, .icon-right.subnav li a img,
.menu.icon-right li a i,
.icon-right.subnav li a i,
.menu.icon-right li a svg,
.icon-right.subnav li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .icon-top.subnav li a {
  text-align: center;
}
.menu.icon-top li a img, .icon-top.subnav li a img,
.menu.icon-top li a i,
.icon-top.subnav li a i,
.menu.icon-top li a svg,
.icon-top.subnav li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .icon-bottom.subnav li a {
  text-align: center;
}
.menu.icon-bottom li a img, .icon-bottom.subnav li a img,
.menu.icon-bottom li a i,
.icon-bottom.subnav li a i,
.menu.icon-bottom li a svg,
.icon-bottom.subnav li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a, .subnav .is-active > a {
  background: transparent;
  color: inherit;
}
.menu .active > a, .subnav .active > a {
  background: transparent;
  color: inherit;
}
.menu.align-left, .align-left.subnav {
  text-align: left;
}
.menu.align-right, .align-right.subnav {
  text-align: right;
}
.menu.align-right .submenu li, .align-right.subnav .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li, .align-right.subnav .submenu li {
  text-align: right;
}
.menu.align-right .nested, .align-right.subnav .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center, .menu.theme-list-item,
.menu.cta-item, .align-center.subnav, .subnav.theme-list-item,
.subnav.cta-item {
  text-align: center;
}
.menu.align-center .submenu li, .menu.theme-list-item .submenu li,
.menu.cta-item .submenu li, .align-center.subnav .submenu li, .subnav.theme-list-item .submenu li,
.subnav.cta-item .submenu li {
  text-align: left;
}
.menu .menu-text, .subnav .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu, .menu-centered > .subnav {
  text-align: center;
}
.menu-centered > .menu .submenu li, .menu-centered > .subnav .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: transparent;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large, form[data-type=cms-form] .dropdown-pane.submit {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu, .dropdown.subnav > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu, .dropdown.subnav > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a, .dropdown.subnav > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after, .dropdown.subnav > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #dd1e35 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a, .dropdown.subnav a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a, [data-whatinput=mouse] .dropdown.subnav a {
  outline: 0;
}
.dropdown.menu .is-active > a, .dropdown.subnav .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul, .no-js .dropdown.subnav ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu, .dropdown.subnav .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.dropdown.menu.vertical > li .is-dropdown-submenu, .dropdown.subnav > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu, .dropdown.subnav > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu, .dropdown.subnav > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after, .dropdown.subnav > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after, .dropdown.subnav > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #dd1e35 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after, .dropdown.subnav > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #dd1e35;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu, .dropdown.medium-horizontal.subnav > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu, .dropdown.medium-horizontal.subnav > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.medium-horizontal.subnav > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, .dropdown.medium-horizontal.subnav > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #dd1e35 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu, .dropdown.medium-vertical.subnav > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu, .dropdown.medium-vertical.subnav > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu, .dropdown.medium-vertical.subnav > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after, .dropdown.medium-vertical.subnav > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after, .dropdown.medium-vertical.subnav > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #dd1e35 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after, .dropdown.medium-vertical.subnav > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #dd1e35;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu, .dropdown.large-horizontal.subnav > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu, .dropdown.large-horizontal.subnav > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.large-horizontal.subnav > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after, .dropdown.large-horizontal.subnav > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #dd1e35 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu, .dropdown.large-vertical.subnav > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu, .dropdown.large-vertical.subnav > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu, .dropdown.large-vertical.subnav > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after, .dropdown.large-vertical.subnav > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after, .dropdown.large-vertical.subnav > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #dd1e35 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after, .dropdown.large-vertical.subnav > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #dd1e35;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu, .dropdown.xlarge-horizontal.subnav > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu, .dropdown.xlarge-horizontal.subnav > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.xlarge-horizontal.subnav > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after, .dropdown.xlarge-horizontal.subnav > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #dd1e35 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu, .dropdown.xlarge-vertical.subnav > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu, .dropdown.xlarge-vertical.subnav > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu, .dropdown.xlarge-vertical.subnav > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after, .dropdown.xlarge-vertical.subnav > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after, .dropdown.xlarge-vertical.subnav > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #dd1e35 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after, .dropdown.xlarge-vertical.subnav > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #dd1e35;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu, .dropdown.xxlarge-horizontal.subnav > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu, .dropdown.xxlarge-horizontal.subnav > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.xxlarge-horizontal.subnav > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after, .dropdown.xxlarge-horizontal.subnav > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #dd1e35 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu, .dropdown.xxlarge-vertical.subnav > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu, .dropdown.xxlarge-vertical.subnav > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu, .dropdown.xxlarge-vertical.subnav > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after, .dropdown.xxlarge-vertical.subnav > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after, .dropdown.xxlarge-vertical.subnav > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #dd1e35 transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after, .dropdown.xxlarge-vertical.subnav > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #dd1e35;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub, .dropdown.align-right.subnav .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical, .is-dropdown-menu.subnav {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right, .is-dropdown-menu.align-right.subnav {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #dd1e35 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #dd1e35;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.8rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff;
}
.label.algemeen, .clickdform .label#btnSubmit, .reveal-overlay form[data-type=cms-form] .label.submit {
  background: #dd1e35;
  color: #fff;
}
.label.algemeen-light {
  background: #f09d91;
  color: #000;
}
.label.mijn-lijf {
  background: #5a985c;
  color: #000;
}
.label.mijn-lijf-light {
  background: #98bd66;
  color: #000;
}
.label.schoon-water {
  background: #4287c7;
  color: #000;
}
.label.schoon-water-light {
  background: #7eb9dc;
  color: #000;
}
.label.zorgverleners {
  background: #f6a821;
  color: #000;
}
.label.zorgverleners-light {
  background: #ffdb83;
  color: #000;
}
.label.zorg-voor-iedereen {
  background: #39abb2;
  color: #000;
}
.label.zorg-voor-iedereen-light {
  background: #a0cdcb;
  color: #000;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 100px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter, .progress.form-success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter, form ul li span.progress.error .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 60rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 60rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 60rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large, form[data-type=cms-form] .reveal.submit {
    width: 90%;
    max-width: 60rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: 400;
}

thead {
  background: #f9f9f9;
  color: #000;
}

tfoot {
  background: #f2f2f2;
  color: #000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4rem 0.5rem 0.5rem;
  font-weight: 400;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4rem 0.5rem 0.5rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li, .tabs.subnav > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f2f2f2;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: transparent;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical, .tabs-content.subnav {
  border: 1px solid none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 1rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar .clickdform input#btnSubmit, .clickdform .top-bar input#btnSubmit, .top-bar form input.submit, form .top-bar input.submit {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0 1rem 1rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center, .theme-list-item,
.cta-item {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a, .align-right.subnav > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a, .vertical.menu.theme-list-item > li > a,
.vertical.menu.cta-item > li > a, .align-center.subnav > li > a, .subnav.theme-list-item > li > a,
.subnav.cta-item > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle, .theme-list-item,
.cta-item {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@font-face {
  font-family: "americane";
  src: url("https://use.typekit.net/af/85522f/00000000000000007735b426/30/l?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/85522f/00000000000000007735b426/30/d?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/85522f/00000000000000007735b426/30/a?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "americane";
  src: url("https://use.typekit.net/af/b3d34e/00000000000000007735b42c/30/l?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b3d34e/00000000000000007735b42c/30/d?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b3d34e/00000000000000007735b42c/30/a?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "americane";
  src: url("https://use.typekit.net/af/1ebc7d/00000000000000007735b433/30/l?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/1ebc7d/00000000000000007735b433/30/d?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/1ebc7d/00000000000000007735b433/30/a?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "americane";
  src: url("https://use.typekit.net/af/f0cef3/00000000000000007735b434/30/l?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/f0cef3/00000000000000007735b434/30/d?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/f0cef3/00000000000000007735b434/30/a?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "americane";
  src: url("https://use.typekit.net/af/21235b/00000000000000007735b436/30/l?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/21235b/00000000000000007735b436/30/d?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/21235b/00000000000000007735b436/30/a?primer=1a1ed667007debf031b376fd4c96a0240ad7726dc1c9a106883340ee71b11023&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
a,
button,
.button,
.clickdform #btnSubmit,
form .submit,
form[data-type=cms-form] .submit {
  transition: 0.2s all ease;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.vh-100 {
  height: 100vh !important;
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.85);
  }
  10% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.75);
  }
  38% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.85);
  }
  10% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.75);
  }
  38% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.mb-1 {
  margin-bottom: 0.5rem;
}

.toggle-menu {
  margin-left: 0 !important;
}

a.button, .clickdform a#btnSubmit, form a.submit, form[data-type=cms-form] a.submit,
button.button,
.clickdform button#btnSubmit,
form button.submit,
form[data-type=cms-form] button.submit {
  font-weight: 400;
}
a.button.button-icon, .clickdform a.button-icon#btnSubmit, form a.button-icon.submit,
button.button.button-icon,
.clickdform button.button-icon#btnSubmit,
form button.button-icon.submit {
  vertical-align: middle;
}
a.button.button-icon span, .clickdform a.button-icon#btnSubmit span, form a.button-icon.submit span,
button.button.button-icon span,
.clickdform button.button-icon#btnSubmit span,
form button.button-icon.submit span {
  margin-right: 5px;
}
@media screen and (max-width: 39.9375em) {
  a.button.button-icon span, .clickdform a.button-icon#btnSubmit span, form a.button-icon.submit span,
button.button.button-icon span,
.clickdform button.button-icon#btnSubmit span,
form button.button-icon.submit span {
    font-size: 80%;
  }
}
a.button.button-icon .heart, .clickdform a.button-icon#btnSubmit .heart, form a.button-icon.submit .heart,
button.button.button-icon .heart,
.clickdform button.button-icon#btnSubmit .heart,
form button.button-icon.submit .heart {
  width: 26px;
  display: inline;
  -webkit-animation: heartbeat 1.2s infinite;
          animation: heartbeat 1.2s infinite;
  transition: 0.2s all ease;
  opacity: 0.5;
}
a.button.button-icon i, .clickdform a.button-icon#btnSubmit i, form a.button-icon.submit i,
button.button.button-icon i,
.clickdform button.button-icon#btnSubmit i,
form button.button-icon.submit i {
  vertical-align: middle;
  margin: 0;
  font-size: 0.9em;
}
a.button.button-icon i.fa-heart, .clickdform a.button-icon#btnSubmit i.fa-heart, form a.button-icon.submit i.fa-heart,
button.button.button-icon i.fa-heart,
.clickdform button.button-icon#btnSubmit i.fa-heart,
form button.button-icon.submit i.fa-heart {
  -webkit-animation: heartbeat 1.2s infinite;
          animation: heartbeat 1.2s infinite;
}
a.button.button-icon i.bars, .clickdform a.button-icon#btnSubmit i.bars, form a.button-icon.submit i.bars,
button.button.button-icon i.bars,
.clickdform button.button-icon#btnSubmit i.bars,
form button.button-icon.submit i.bars {
  position: relative;
  width: 22px;
  height: 18px;
  display: inline-block;
}
a.button.button-icon i.bars span, .clickdform a.button-icon#btnSubmit i.bars span, form a.button-icon.submit i.bars span, a.button.button-icon i.bars:before, .clickdform a.button-icon#btnSubmit i.bars:before, form a.button-icon.submit i.bars:before, a.button.button-icon i.bars:after, .clickdform a.button-icon#btnSubmit i.bars:after, form a.button-icon.submit i.bars:after,
button.button.button-icon i.bars span,
.clickdform button.button-icon#btnSubmit i.bars span,
form button.button-icon.submit i.bars span,
button.button.button-icon i.bars:before,
.clickdform button.button-icon#btnSubmit i.bars:before,
form button.button-icon.submit i.bars:before,
button.button.button-icon i.bars:after,
.clickdform button.button-icon#btnSubmit i.bars:after,
form button.button-icon.submit i.bars:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 1;
  top: 50%;
  height: 3px;
  background-color: #000;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
a.button.button-icon i.bars:before, .clickdform a.button-icon#btnSubmit i.bars:before, form a.button-icon.submit i.bars:before,
button.button.button-icon i.bars:before,
.clickdform button.button-icon#btnSubmit i.bars:before,
form button.button-icon.submit i.bars:before {
  top: 0;
  transform: translateY(0) rotate(0deg);
}
a.button.button-icon i.bars:after, .clickdform a.button-icon#btnSubmit i.bars:after, form a.button-icon.submit i.bars:after,
button.button.button-icon i.bars:after,
.clickdform button.button-icon#btnSubmit i.bars:after,
form button.button-icon.submit i.bars:after {
  top: 100%;
  transform: translateY(-100%) rotate(0deg);
}
header.popped a.button.button-icon i.bars:before, header.popped .clickdform a.button-icon#btnSubmit i.bars:before, .clickdform header.popped a.button-icon#btnSubmit i.bars:before, header.popped form a.button-icon.submit i.bars:before, form header.popped a.button-icon.submit i.bars:before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
header.popped a.button.button-icon i.bars:after, header.popped .clickdform a.button-icon#btnSubmit i.bars:after, .clickdform header.popped a.button-icon#btnSubmit i.bars:after, header.popped form a.button-icon.submit i.bars:after, form header.popped a.button-icon.submit i.bars:after {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
header.popped a.button.button-icon i.bars span, header.popped .clickdform a.button-icon#btnSubmit i.bars span, .clickdform header.popped a.button-icon#btnSubmit i.bars span, header.popped form a.button-icon.submit i.bars span, form header.popped a.button-icon.submit i.bars span {
  opacity: 0;
}

a.button.algemeen, .clickdform a#btnSubmit, form a.algemeen.submit, .reveal-overlay form[data-type=cms-form] a.submit,
button.button.algemeen,
.clickdform button#btnSubmit,
form button.algemeen.submit,
.reveal-overlay form[data-type=cms-form] button.submit {
  color: #fff;
}
a.button.algemeen:hover, .clickdform a#btnSubmit:hover, form a.algemeen.submit:hover, .reveal-overlay form[data-type=cms-form] a.submit:hover,
button.button.algemeen:hover,
.clickdform button#btnSubmit:hover,
form button.algemeen.submit:hover,
.reveal-overlay form[data-type=cms-form] button.submit:hover {
  color: #fff;
}
a.button.algemeen i, .clickdform a#btnSubmit i, form a.algemeen.submit i, .reveal-overlay form[data-type=cms-form] a.submit i,
button.button.algemeen i,
.clickdform button#btnSubmit i,
form button.algemeen.submit i,
.reveal-overlay form[data-type=cms-form] button.submit i {
  color: #f09d91;
}
a.button.algemeen-light, .clickdform a.algemeen-light#btnSubmit, form a.algemeen-light.submit,
button.button.algemeen-light,
.clickdform button.algemeen-light#btnSubmit,
form button.algemeen-light.submit {
  color: #fff;
}
a.button.algemeen-light i, .clickdform a.algemeen-light#btnSubmit i, form a.algemeen-light.submit i,
button.button.algemeen-light i,
.clickdform button.algemeen-light#btnSubmit i,
form button.algemeen-light.submit i {
  color: #dd1e35;
}
a.button.mijn-lijf, .clickdform a.mijn-lijf#btnSubmit, form a.mijn-lijf.submit,
button.button.mijn-lijf,
.clickdform button.mijn-lijf#btnSubmit,
form button.mijn-lijf.submit {
  color: #fff;
}
a.button.mijn-lijf:hover, .clickdform a.mijn-lijf#btnSubmit:hover, form a.mijn-lijf.submit:hover,
button.button.mijn-lijf:hover,
.clickdform button.mijn-lijf#btnSubmit:hover,
form button.mijn-lijf.submit:hover {
  color: #fff;
}
a.button.mijn-lijf i, .clickdform a.mijn-lijf#btnSubmit i, form a.mijn-lijf.submit i,
button.button.mijn-lijf i,
.clickdform button.mijn-lijf#btnSubmit i,
form button.mijn-lijf.submit i {
  color: #98bd66;
}
a.button.mijn-lijf-light, .clickdform a.mijn-lijf-light#btnSubmit, form a.mijn-lijf-light.submit,
button.button.mijn-lijf-light,
.clickdform button.mijn-lijf-light#btnSubmit,
form button.mijn-lijf-light.submit {
  color: #fff;
}
a.button.mijn-lijf-light i, .clickdform a.mijn-lijf-light#btnSubmit i, form a.mijn-lijf-light.submit i,
button.button.mijn-lijf-light i,
.clickdform button.mijn-lijf-light#btnSubmit i,
form button.mijn-lijf-light.submit i {
  color: #5a985c;
}
a.button.schoon-water, .clickdform a.schoon-water#btnSubmit, form a.schoon-water.submit,
button.button.schoon-water,
.clickdform button.schoon-water#btnSubmit,
form button.schoon-water.submit {
  color: #fff;
}
a.button.schoon-water:hover, .clickdform a.schoon-water#btnSubmit:hover, form a.schoon-water.submit:hover,
button.button.schoon-water:hover,
.clickdform button.schoon-water#btnSubmit:hover,
form button.schoon-water.submit:hover {
  color: #fff;
}
a.button.schoon-water i, .clickdform a.schoon-water#btnSubmit i, form a.schoon-water.submit i,
button.button.schoon-water i,
.clickdform button.schoon-water#btnSubmit i,
form button.schoon-water.submit i {
  color: #7eb9dc;
}
a.button.schoon-water-light, .clickdform a.schoon-water-light#btnSubmit, form a.schoon-water-light.submit,
button.button.schoon-water-light,
.clickdform button.schoon-water-light#btnSubmit,
form button.schoon-water-light.submit {
  color: #fff;
}
a.button.schoon-water-light i, .clickdform a.schoon-water-light#btnSubmit i, form a.schoon-water-light.submit i,
button.button.schoon-water-light i,
.clickdform button.schoon-water-light#btnSubmit i,
form button.schoon-water-light.submit i {
  color: #4287c7;
}
a.button.zorgverleners, .clickdform a.zorgverleners#btnSubmit, form a.zorgverleners.submit,
button.button.zorgverleners,
.clickdform button.zorgverleners#btnSubmit,
form button.zorgverleners.submit {
  color: #fff;
}
a.button.zorgverleners:hover, .clickdform a.zorgverleners#btnSubmit:hover, form a.zorgverleners.submit:hover,
button.button.zorgverleners:hover,
.clickdform button.zorgverleners#btnSubmit:hover,
form button.zorgverleners.submit:hover {
  color: #fff;
}
a.button.zorgverleners i, .clickdform a.zorgverleners#btnSubmit i, form a.zorgverleners.submit i,
button.button.zorgverleners i,
.clickdform button.zorgverleners#btnSubmit i,
form button.zorgverleners.submit i {
  color: #ffdb83;
}
a.button.zorgverleners-light, .clickdform a.zorgverleners-light#btnSubmit, form a.zorgverleners-light.submit,
button.button.zorgverleners-light,
.clickdform button.zorgverleners-light#btnSubmit,
form button.zorgverleners-light.submit {
  color: #fff;
}
a.button.zorgverleners-light i, .clickdform a.zorgverleners-light#btnSubmit i, form a.zorgverleners-light.submit i,
button.button.zorgverleners-light i,
.clickdform button.zorgverleners-light#btnSubmit i,
form button.zorgverleners-light.submit i {
  color: #f6a821;
}
a.button.zorg-voor-iedereen, .clickdform a.zorg-voor-iedereen#btnSubmit, form a.zorg-voor-iedereen.submit,
button.button.zorg-voor-iedereen,
.clickdform button.zorg-voor-iedereen#btnSubmit,
form button.zorg-voor-iedereen.submit {
  color: #fff;
}
a.button.zorg-voor-iedereen:hover, .clickdform a.zorg-voor-iedereen#btnSubmit:hover, form a.zorg-voor-iedereen.submit:hover,
button.button.zorg-voor-iedereen:hover,
.clickdform button.zorg-voor-iedereen#btnSubmit:hover,
form button.zorg-voor-iedereen.submit:hover {
  color: #fff;
}
a.button.zorg-voor-iedereen i, .clickdform a.zorg-voor-iedereen#btnSubmit i, form a.zorg-voor-iedereen.submit i,
button.button.zorg-voor-iedereen i,
.clickdform button.zorg-voor-iedereen#btnSubmit i,
form button.zorg-voor-iedereen.submit i {
  color: #a0cdcb;
}
a.button.zorg-voor-iedereen-light, .clickdform a.zorg-voor-iedereen-light#btnSubmit, form a.zorg-voor-iedereen-light.submit,
button.button.zorg-voor-iedereen-light,
.clickdform button.zorg-voor-iedereen-light#btnSubmit,
form button.zorg-voor-iedereen-light.submit {
  color: #fff;
}
a.button.zorg-voor-iedereen-light i, .clickdform a.zorg-voor-iedereen-light#btnSubmit i, form a.zorg-voor-iedereen-light.submit i,
button.button.zorg-voor-iedereen-light i,
.clickdform button.zorg-voor-iedereen-light#btnSubmit i,
form button.zorg-voor-iedereen-light.submit i {
  color: #39abb2;
}
a.button.white, .clickdform a.white#btnSubmit, form a.white.submit,
button.button.white,
.clickdform button.white#btnSubmit,
form button.white.submit {
  background-color: #fff;
  color: #000;
}
a.button.white.text-black, .clickdform a.white.text-black#btnSubmit, form a.white.text-black.submit,
button.button.white.text-black,
.clickdform button.white.text-black#btnSubmit,
form button.white.text-black.submit {
  color: #000 !important;
  text-decoration: none;
}
a.button.white:hover, .clickdform a.white#btnSubmit:hover, form a.white.submit:hover,
button.button.white:hover,
.clickdform button.white#btnSubmit:hover,
form button.white.submit:hover {
  background-color: #fff;
  color: #000 !important;
}
a.button.white.algemeen:hover, .clickdform a.white#btnSubmit:hover, form a.white.algemeen.submit:hover, .reveal-overlay form[data-type=cms-form] a.white.submit:hover,
button.button.white.algemeen:hover,
.clickdform button.white#btnSubmit:hover,
form button.white.algemeen.submit:hover,
.reveal-overlay form[data-type=cms-form] button.white.submit:hover {
  color: #fff;
}
a.button.white.algemeen i, .clickdform a.white#btnSubmit i, form a.white.algemeen.submit i, .reveal-overlay form[data-type=cms-form] a.white.submit i,
button.button.white.algemeen i,
.clickdform button.white#btnSubmit i,
form button.white.algemeen.submit i,
.reveal-overlay form[data-type=cms-form] button.white.submit i {
  color: #f09d91;
}
a.button.white.algemeen-light i, .clickdform a.white.algemeen-light#btnSubmit i, form a.white.algemeen-light.submit i,
button.button.white.algemeen-light i,
.clickdform button.white.algemeen-light#btnSubmit i,
form button.white.algemeen-light.submit i {
  color: #dd1e35;
}
a.button.white.mijn-lijf:hover, .clickdform a.white.mijn-lijf#btnSubmit:hover, form a.white.mijn-lijf.submit:hover,
button.button.white.mijn-lijf:hover,
.clickdform button.white.mijn-lijf#btnSubmit:hover,
form button.white.mijn-lijf.submit:hover {
  color: #fff;
}
a.button.white.mijn-lijf i, .clickdform a.white.mijn-lijf#btnSubmit i, form a.white.mijn-lijf.submit i,
button.button.white.mijn-lijf i,
.clickdform button.white.mijn-lijf#btnSubmit i,
form button.white.mijn-lijf.submit i {
  color: #98bd66;
}
a.button.white.mijn-lijf-light i, .clickdform a.white.mijn-lijf-light#btnSubmit i, form a.white.mijn-lijf-light.submit i,
button.button.white.mijn-lijf-light i,
.clickdform button.white.mijn-lijf-light#btnSubmit i,
form button.white.mijn-lijf-light.submit i {
  color: #5a985c;
}
a.button.white.schoon-water:hover, .clickdform a.white.schoon-water#btnSubmit:hover, form a.white.schoon-water.submit:hover,
button.button.white.schoon-water:hover,
.clickdform button.white.schoon-water#btnSubmit:hover,
form button.white.schoon-water.submit:hover {
  color: #fff;
}
a.button.white.schoon-water i, .clickdform a.white.schoon-water#btnSubmit i, form a.white.schoon-water.submit i,
button.button.white.schoon-water i,
.clickdform button.white.schoon-water#btnSubmit i,
form button.white.schoon-water.submit i {
  color: #7eb9dc;
}
a.button.white.schoon-water-light i, .clickdform a.white.schoon-water-light#btnSubmit i, form a.white.schoon-water-light.submit i,
button.button.white.schoon-water-light i,
.clickdform button.white.schoon-water-light#btnSubmit i,
form button.white.schoon-water-light.submit i {
  color: #4287c7;
}
a.button.white.zorgverleners:hover, .clickdform a.white.zorgverleners#btnSubmit:hover, form a.white.zorgverleners.submit:hover,
button.button.white.zorgverleners:hover,
.clickdform button.white.zorgverleners#btnSubmit:hover,
form button.white.zorgverleners.submit:hover {
  color: #fff;
}
a.button.white.zorgverleners i, .clickdform a.white.zorgverleners#btnSubmit i, form a.white.zorgverleners.submit i,
button.button.white.zorgverleners i,
.clickdform button.white.zorgverleners#btnSubmit i,
form button.white.zorgverleners.submit i {
  color: #ffdb83;
}
a.button.white.zorgverleners-light i, .clickdform a.white.zorgverleners-light#btnSubmit i, form a.white.zorgverleners-light.submit i,
button.button.white.zorgverleners-light i,
.clickdform button.white.zorgverleners-light#btnSubmit i,
form button.white.zorgverleners-light.submit i {
  color: #f6a821;
}
a.button.white.zorg-voor-iedereen:hover, .clickdform a.white.zorg-voor-iedereen#btnSubmit:hover, form a.white.zorg-voor-iedereen.submit:hover,
button.button.white.zorg-voor-iedereen:hover,
.clickdform button.white.zorg-voor-iedereen#btnSubmit:hover,
form button.white.zorg-voor-iedereen.submit:hover {
  color: #fff;
}
a.button.white.zorg-voor-iedereen i, .clickdform a.white.zorg-voor-iedereen#btnSubmit i, form a.white.zorg-voor-iedereen.submit i,
button.button.white.zorg-voor-iedereen i,
.clickdform button.white.zorg-voor-iedereen#btnSubmit i,
form button.white.zorg-voor-iedereen.submit i {
  color: #a0cdcb;
}
a.button.white.zorg-voor-iedereen-light i, .clickdform a.white.zorg-voor-iedereen-light#btnSubmit i, form a.white.zorg-voor-iedereen-light.submit i,
button.button.white.zorg-voor-iedereen-light i,
.clickdform button.white.zorg-voor-iedereen-light#btnSubmit i,
form button.white.zorg-voor-iedereen-light.submit i {
  color: #39abb2;
}
a.button:hover, .clickdform a#btnSubmit:hover, form a.submit:hover,
button.button:hover,
.clickdform button#btnSubmit:hover,
form button.submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}
a.button.hollow, .clickdform a.hollow#btnSubmit, form a.hollow.submit,
button.button.hollow,
.clickdform button.hollow#btnSubmit,
form button.hollow.submit {
  background-color: transparent;
}
a.button.hollow.white, .clickdform a.hollow.white#btnSubmit, form a.hollow.white.submit,
button.button.hollow.white,
.clickdform button.hollow.white#btnSubmit,
form button.hollow.white.submit {
  border-color: #fff;
  color: #fff;
}

.herocontainer.doneren .hero .input-group-buttons-special label span,
#m-custom + label input,
#o-custom + label input,
.cart-amount,
#iban,
#zipcode,
#number,
#phone_number {
  font-family: Arial;
}

.page img {
  height: auto !important;
  margin-bottom: 0.8rem;
}

.button.large, .clickdform .large#btnSubmit, form .large.submit, form[data-type=cms-form] .submit {
  font-weight: 900;
}

input.button, .clickdform input#btnSubmit, form input.submit, form[data-type=cms-form] input.submit {
  color: #fff !important;
}
input.button.white, .clickdform input.white#btnSubmit, form input.white.submit {
  color: #000;
}

html,
body {
  height: 100%;
  width: 100%;
  font-display: swap;
}

.lockScroll {
  overflow-y: hidden;
}

.lead {
  font-size: 1.3em;
  text-align: left;
}
.lead p:last-of-type {
  margin-bottom: 0;
}
.lead br:last-of-type {
  display: none;
}
.lead.text-center {
  text-align: center;
}

.padding-lr {
  padding: 0 0.5rem;
}

blockquote {
  font-size: 1.2em;
}

.no-js .menu-icon {
  display: none;
}

.circle {
  width: 100%;
  display: inline-block !important;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.circle.circle-50 {
  width: 50%;
}

i.mouse {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 1.3rem;
  height: 2rem;
  position: relative;
}
i.mouse:after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 20%;
  border-radius: 100px;
  width: 4px;
  height: 10px;
  transform: translateX(-50%);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation: scroll 1s infinite;
          animation: scroll 1s infinite;
}

@-webkit-keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 35%);
  }
  50% {
    transform: translate(-50%, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 35%);
  }
  50% {
    transform: translate(-50%, 0);
  }
}
.usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usp-list li {
  margin: 0.5rem 0;
  position: relative;
  padding-left: 2.5rem;
  min-height: 40px;
  line-height: 1.4rem;
}
.usp-list li span.fa-stack {
  position: absolute;
  left: 0;
  top: -15%;
}

.cards-list .cell, .cards-list form[data-type=cms-form] ul li, form[data-type=cms-form] ul .cards-list li, .cards-list .theme-list-item > div:not(.connector),
.cards-list .cta-item > div:not(.connector) {
  display: flex;
  align-items: stretch;
}

.card {
  transform-style: preserve-3d;
}
a.card {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
}
a.card:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
a.card:hover.bg-algemeen {
  background-color: #e33147;
}
a.card:hover.bg-algemeen-light {
  background-color: #dd1e35;
  color: #f09d91;
}
a.card:hover.bg-mijn-lijf {
  background-color: #67a569;
}
a.card:hover.bg-mijn-lijf-light {
  background-color: #5a985c;
  color: #98bd66;
}
a.card:hover.bg-schoon-water {
  background-color: #5693cd;
}
a.card:hover.bg-schoon-water-light {
  background-color: #4287c7;
  color: #7eb9dc;
}
a.card:hover.bg-zorgverleners {
  background-color: #f7b23a;
}
a.card:hover.bg-zorgverleners-light {
  background-color: #f6a821;
  color: #ffdb83;
}
a.card:hover.bg-zorg-voor-iedereen {
  background-color: #42bbc2;
}
a.card:hover.bg-zorg-voor-iedereen-light {
  background-color: #39abb2;
  color: #a0cdcb;
}
a.card:hover .card-image {
  background-size: 105% auto;
}

.card.overflow-visible {
  margin-top: 0.5rem;
  overflow: visible;
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.overflow-visible .card-section {
  position: relative;
  z-index: 1;
}
.card .card-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
}
.card .card-icon img {
  max-width: 40px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.card .card-icon img[data-extension=svg] {
  filter: brightness(0) invert(1);
}
.card .card-icon:before {
  background-color: red;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card .card-image {
  background-size: 100% auto;
  background-color: #000;
  transition: 0.45s all ease;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  position: relative;
  filter: contrast(1.1);
  overflow: hidden;
  transform: translateZ(0);
}
.card .card-image.no-btntxt:before {
  content: none !important;
}
a.card .card-image:before {
  content: attr(data-buttontext);
  position: absolute;
  z-index: 100;
  bottom: 1rem;
  right: 1rem;
  color: #fff;
  padding: 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 400;
  border: 2px solid #fff;
  line-height: 40px;
  background-color: transparent;
  border-radius: 100px;
  transform: translateZ(100px);
}

.card .card-image:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  height: 40%;
}
.card .card-image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 2;
  margin: 0;
}
.card .card-image .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card .card-image .slider img {
  position: absolute;
  z-index: 1;
  -webkit-animation: fade 8s infinite;
          animation: fade 8s infinite;
}
.card .card-divider {
  text-align: center;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.filter-white {
  filter: brightness(0) invert(1);
}

.big-padding {
  padding-top: 2rem;
}
.big-padding.theme-iconbar {
  padding-bottom: 2rem;
}
.big-padding.facts {
  padding-bottom: 2rem;
}

.bg-algemeen {
  background-color: #dd1e35;
}

.bg-algemeen-light {
  background-color: #f09d91;
}

.fa-stack.algemeen i:first-child, .clickdform .fa-stack#btnSubmit i:first-child, .reveal-overlay form[data-type=cms-form] .fa-stack.submit i:first-child {
  color: #dd1e35;
}
.fa-stack.algemeen i:last-child, .clickdform .fa-stack#btnSubmit i:last-child, .reveal-overlay form[data-type=cms-form] .fa-stack.submit i:last-child {
  color: #f6c5be;
}

.bg-transparent .fa-stack.algemeen i:first-child, .bg-transparent .clickdform .fa-stack#btnSubmit i:first-child, .clickdform .bg-transparent .fa-stack#btnSubmit i:first-child, .bg-transparent .reveal-overlay form[data-type=cms-form] .fa-stack.submit i:first-child, .reveal-overlay form[data-type=cms-form] .bg-transparent .fa-stack.submit i:first-child {
  color: transparent;
}
.bg-transparent .fa-stack.algemeen i:last-child, .bg-transparent .clickdform .fa-stack#btnSubmit i:last-child, .clickdform .bg-transparent .fa-stack#btnSubmit i:last-child, .bg-transparent .reveal-overlay form[data-type=cms-form] .fa-stack.submit i:last-child, .reveal-overlay form[data-type=cms-form] .bg-transparent .fa-stack.submit i:last-child {
  color: #dd1e35;
}

.text-algemeen {
  color: #dd1e35;
}

i.algemeen, .clickdform i#btnSubmit, .reveal-overlay form[data-type=cms-form] i.submit {
  color: #dd1e35 !important;
}

.algemeen .theme-gradient, .clickdform #btnSubmit .theme-gradient, .reveal-overlay form[data-type=cms-form] .submit .theme-gradient, .algemeen.card-icon:before, .clickdform .card-icon#btnSubmit:before, .reveal-overlay form[data-type=cms-form] .card-icon.submit:before {
  background-color: #dd1e35;
  color: #fff;
}
.algemeen .theme-gradient-reverse, .clickdform #btnSubmit .theme-gradient-reverse, .reveal-overlay form[data-type=cms-form] .submit .theme-gradient-reverse {
  background-color: #f09d91;
  color: #fff;
}
.algemeen.marker, .clickdform .marker#btnSubmit, .reveal-overlay form[data-type=cms-form] .marker.submit {
  border-color: #dd1e35;
}
.algemeen.marker:after, .clickdform .marker#btnSubmit:after, .reveal-overlay form[data-type=cms-form] .marker.submit:after {
  border-top-color: #dd1e35;
}
.algemeen.marker:before, .clickdform .marker#btnSubmit:before, .reveal-overlay form[data-type=cms-form] .marker.submit:before {
  background-image: url(../img/algemeen-icon.webp);
}
.algemeen form[data-type=cms-form] .submit, .clickdform #btnSubmit form[data-type=cms-form] .submit, .reveal-overlay form[data-type=cms-form] .submit form[data-type=cms-form] .submit {
  background-color: #dd1e35 !important;
}

.bg-mijn-lijf {
  background-color: #5a985c;
}

.bg-mijn-lijf-light {
  background-color: #98bd66;
}

.fa-stack.mijn-lijf i:first-child {
  color: #5a985c;
}
.fa-stack.mijn-lijf i:last-child {
  color: #b0cc8a;
}

.bg-transparent .fa-stack.mijn-lijf i:first-child {
  color: transparent;
}
.bg-transparent .fa-stack.mijn-lijf i:last-child {
  color: #5a985c;
}

.text-mijn-lijf {
  color: #5a985c;
}

i.mijn-lijf {
  color: #5a985c !important;
}

.mijn-lijf .theme-gradient, .mijn-lijf.card-icon:before {
  background-color: #5a985c;
  color: #fff;
}
.mijn-lijf .theme-gradient-reverse {
  background-color: #98bd66;
  color: #fff;
}
.mijn-lijf.marker {
  border-color: #5a985c;
}
.mijn-lijf.marker:after {
  border-top-color: #5a985c;
}
.mijn-lijf.marker:before {
  background-image: url(../img/mijn-lijf-icon.webp);
}
.mijn-lijf form[data-type=cms-form] .submit {
  background-color: #5a985c !important;
}

.bg-schoon-water {
  background-color: #4287c7;
}

.bg-schoon-water-light {
  background-color: #7eb9dc;
}

.fa-stack.schoon-water i:first-child {
  color: #4287c7;
}
.fa-stack.schoon-water i:last-child {
  color: #a6cfe7;
}

.bg-transparent .fa-stack.schoon-water i:first-child {
  color: transparent;
}
.bg-transparent .fa-stack.schoon-water i:last-child {
  color: #4287c7;
}

.text-schoon-water {
  color: #4287c7;
}

i.schoon-water {
  color: #4287c7 !important;
}

.schoon-water .theme-gradient, .schoon-water.card-icon:before {
  background-color: #4287c7;
  color: #fff;
}
.schoon-water .theme-gradient-reverse {
  background-color: #7eb9dc;
  color: #fff;
}
.schoon-water.marker {
  border-color: #4287c7;
}
.schoon-water.marker:after {
  border-top-color: #4287c7;
}
.schoon-water.marker:before {
  background-image: url(../img/schoon-water-icon.webp);
}
.schoon-water form[data-type=cms-form] .submit {
  background-color: #4287c7 !important;
}

.bg-zorgverleners {
  background-color: #f6a821;
}

.bg-zorgverleners-light {
  background-color: #ffdb83;
}

.fa-stack.zorgverleners i:first-child {
  color: #f6a821;
}
.fa-stack.zorgverleners i:last-child {
  color: #ffeab6;
}

.bg-transparent .fa-stack.zorgverleners i:first-child {
  color: transparent;
}
.bg-transparent .fa-stack.zorgverleners i:last-child {
  color: #f6a821;
}

.text-zorgverleners {
  color: #f6a821;
}

i.zorgverleners {
  color: #f6a821 !important;
}

.zorgverleners .theme-gradient, .zorgverleners.card-icon:before {
  background-color: #f6a821;
  color: #fff;
}
.zorgverleners .theme-gradient-reverse {
  background-color: #ffdb83;
  color: #fff;
}
.zorgverleners.marker {
  border-color: #f6a821;
}
.zorgverleners.marker:after {
  border-top-color: #f6a821;
}
.zorgverleners.marker:before {
  background-image: url(../img/zorgverleners-icon.webp);
}
.zorgverleners form[data-type=cms-form] .submit {
  background-color: #f6a821 !important;
}

.bg-zorg-voor-iedereen {
  background-color: #39abb2;
}

.bg-zorg-voor-iedereen-light {
  background-color: #a0cdcb;
}

.fa-stack.zorg-voor-iedereen i:first-child {
  color: #39abb2;
}
.fa-stack.zorg-voor-iedereen i:last-child {
  color: #c1dfdd;
}

.bg-transparent .fa-stack.zorg-voor-iedereen i:first-child {
  color: transparent;
}
.bg-transparent .fa-stack.zorg-voor-iedereen i:last-child {
  color: #39abb2;
}

.text-zorg-voor-iedereen {
  color: #39abb2;
}

i.zorg-voor-iedereen {
  color: #39abb2 !important;
}

.zorg-voor-iedereen .theme-gradient, .zorg-voor-iedereen.card-icon:before {
  background-color: #39abb2;
  color: #fff;
}
.zorg-voor-iedereen .theme-gradient-reverse {
  background-color: #a0cdcb;
  color: #fff;
}
.zorg-voor-iedereen.marker {
  border-color: #39abb2;
}
.zorg-voor-iedereen.marker:after {
  border-top-color: #39abb2;
}
.zorg-voor-iedereen.marker:before {
  background-image: url(../img/zorg-voor-iedereen-icon.webp);
}
.zorg-voor-iedereen form[data-type=cms-form] .submit {
  background-color: #39abb2 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: white;
  position: relative;
  z-index: 2;
}
.bg-white.card {
  color: #000;
}
.bg-white.card:hover {
  color: #000;
}

.bg-light-gray {
  background-color: #f2f2f2;
}
.bg-light-gray.card {
  color: #000;
}
.bg-light-gray.card:hover {
  color: #000;
}

span.fa-stack i:first-child {
  color: red;
}
span.fa-stack i:last-child {
  color: #fff;
}

.bg-iconbar {
  position: relative;
  z-index: 1;
}
.bg-iconbar * {
  position: relative;
  z-index: 1;
}

header {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
}
header.donate {
  pointer-events: none;
  position: absolute !important;
}
header.donate div > * {
  pointer-events: all;
}
header a.doneren {
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: -7px;
}
@media screen and (max-width: 39.9375em) {
  header a.doneren {
    font-weight: 400;
    font-size: 1rem;
    margin-top: -3px;
    padding: 0.5rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  header .button, header .clickdform #btnSubmit, .clickdform header #btnSubmit, header form .submit, form header .submit, header form[data-type=cms-form] .submit, form[data-type=cms-form] header .submit {
    padding: 0.5rem !important;
  }
}
header .shadow-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  width: 50%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
  header .shadow-half {
    width: 100%;
  }
}
header .popovermenu {
  background-color: #fff;
  padding: calc(88px + 2rem) 2rem;
  color: #000;
  text-align: center;
  width: 100%;
  left: 0%;
  height: 100vh;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 39.9375em) {
  header .popovermenu {
    padding: calc(64px + 1rem) 1rem;
  }
}
header .popovermenu .scrollwrap {
  margin: auto;
  max-width: 100%;
}
header .popovermenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
}
header .popovermenu ul li a {
  color: #000;
  text-transform: lowercase;
  font-weight: 900;
  padding-left: 2rem;
  padding-right: 2rem;
  white-space: normal;
}
header .popovermenu ul li a:hover {
  color: #dd1e35;
}
header .popovermenu ul li .links {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 54px;
}
header .popovermenu ul.nested.is-accordion-submenu {
  margin-left: 0;
}
header .popovermenu ul.nested.is-accordion-submenu li {
  font-size: 1rem;
  margin-left: 0;
}
header .popovermenu ul.nested.is-accordion-submenu li a {
  font-weight: 300;
  padding: 0.4rem 1rem;
}
header.popped .popovermenu {
  transform: translateY(0);
  transition: opacity 0.5s;
  opacity: 0.85;
  display: flex;
  pointer-events: all;
}
@media screen and (max-width: 39.9375em) {
  header.popped .popovermenu {
    opacity: 1 !important;
  }
}

.sticky-subnav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.top-bar {
  background: transparent;
  position: relative;
  z-index: 1;
}
.top-bar input {
  max-width: 160px;
}
.top-bar .top-bar-bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: -1;
  transform: translateY(-100%);
  transition: 0.8s transform linear;
}
@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-bg {
    height: 64px;
  }
}
header.popped .top-bar, .top-bar.is-stuck {
  background-color: #fff;
  position: relative !important;
}
header.popped .top-bar .top-bar-bg, .top-bar.is-stuck .top-bar-bg {
  transform: translateY(0);
}
header.popped .top-bar .button, header.popped .top-bar .clickdform #btnSubmit, .clickdform header.popped .top-bar #btnSubmit, header.popped .top-bar form .submit, form header.popped .top-bar .submit, .top-bar.is-stuck .button, .top-bar.is-stuck .clickdform #btnSubmit, .clickdform .top-bar.is-stuck #btnSubmit, .top-bar.is-stuck form .submit, form .top-bar.is-stuck .submit {
  box-shadow: none !important;
}
header.popped .top-bar .button.white:hover, header.popped .top-bar .clickdform .white#btnSubmit:hover, .clickdform header.popped .top-bar .white#btnSubmit:hover, header.popped .top-bar form .white.submit:hover, form header.popped .top-bar .white.submit:hover, .top-bar.is-stuck .button.white:hover, .top-bar.is-stuck .clickdform .white#btnSubmit:hover, .clickdform .top-bar.is-stuck .white#btnSubmit:hover, .top-bar.is-stuck form .white.submit:hover, form .top-bar.is-stuck .white.submit:hover {
  color: #dd1e35 !important;
}
header.popped .top-bar .logo, .top-bar.is-stuck .logo {
  width: 238px !important;
  height: 64px;
  margin-top: -10px;
  margin-bottom: -10px;
  filter: none;
}
@media screen and (max-width: 39.9375em) {
  header.popped .top-bar .logo, .top-bar.is-stuck .logo {
    margin-top: 4px;
    height: 38px !important;
    width: 140px !important;
    margin-right: 0;
  }
}
@media (max-width: 330px) {
  header.popped .top-bar .logo, .top-bar.is-stuck .logo {
    margin-top: 4px;
    height: 38px !important;
    width: 120px !important;
    margin-right: 0;
  }
}
header.popped .top-bar .logowrap, .top-bar.is-stuck .logowrap {
  width: auto !important;
}
header.popped .top-bar .logowrap svg, .top-bar.is-stuck .logowrap svg {
  float: left;
  text-align: left;
}
header.popped .top-bar .logowrap.logo-achtergrond, .top-bar.is-stuck .logowrap.logo-achtergrond {
  background-color: transparent;
  background: transparent;
}
.top-bar .logo {
  transition: all 0.2s ease;
  height: 100px;
  width: 390px !important;
  margin-right: 1rem;
  width: auto;
  float: left;
}
.top-bar .logo .letters {
  fill: #000;
}
.top-bar .logowrap {
  width: auto;
  position: absolute;
  border-radius: 0 0 160px 0;
  top: 0;
  left: 0;
  float: left;
  padding: 1rem 2rem 0.5rem 1rem;
}
.top-bar .logowrap svg {
  text-align: left;
}
.top-bar .logowrap.logo-achtergrond {
  background-color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.95));
}
@media screen and (max-width: 39.9375em) {
  .top-bar .logowrap {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.top-bar .top-bar-right {
  float: right !important;
  width: auto !important;
}
.top-bar .top-bar-right .button, .top-bar .top-bar-right .clickdform #btnSubmit, .clickdform .top-bar .top-bar-right #btnSubmit, .top-bar .top-bar-right form .submit, form .top-bar .top-bar-right .submit {
  margin-left: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top-bar .top-bar-right form {
  display: inline;
}
.top-bar .top-bar-right form li {
  position: relative;
}
.top-bar .top-bar-right form input {
  background-color: #e6e6e6;
  color: gray;
  margin-right: 0;
  padding-right: 3rem;
}
.top-bar .top-bar-right form button {
  border-radius: 0 100px 100px 0;
  background-color: transparent;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: none !important;
}

[data-tilt] {
  transform-style: preserve-3d;
}

.figure-list .figure-list-item {
  text-align: center;
  margin-bottom: 1rem;
}
.figure-list .figure-list-item figure {
  width: 100%;
  padding-top: 66.6666666667%;
  margin-bottom: 1rem;
  position: relative;
}
.figure-list .figure-list-item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  padding: 0.5rem;
  border: 1px solid lightgray;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.newblock {
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  background-color: #dd1e35;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.newblock:hover {
  color: #fff;
}

.translateZ20 {
  transform: translateZ(20px);
}

@media screen and (max-width: 39.9375em) {
  .alwasy-on-mobile {
    position: relative !important;
  }
  .alwasy-on-mobile .top-bar-bg {
    transform: translateY(0);
  }
  .alwasy-on-mobile .button, .alwasy-on-mobile .clickdform #btnSubmit, .clickdform .alwasy-on-mobile #btnSubmit, .alwasy-on-mobile form .submit, form .alwasy-on-mobile .submit {
    box-shadow: none !important;
  }
  .alwasy-on-mobile .button.white:hover, .alwasy-on-mobile .clickdform .white#btnSubmit:hover, .clickdform .alwasy-on-mobile .white#btnSubmit:hover, .alwasy-on-mobile form .white.submit:hover, form .alwasy-on-mobile .white.submit:hover {
    color: #dd1e35 !important;
  }
  .alwasy-on-mobile .logo {
    width: 238px !important;
    height: 64px;
    margin-top: -10px;
    margin-bottom: -10px;
    filter: none;
  }
}
@media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
  .alwasy-on-mobile .logo {
    margin-top: 4px;
    height: 38px !important;
    width: 140px !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 39.9375em) and (max-width: 330px) {
  .alwasy-on-mobile .logo {
    margin-top: 4px;
    height: 38px !important;
    width: 120px !important;
    margin-right: 0;
  }
}

.herocontainer.algemeen, .clickdform .herocontainer#btnSubmit, .reveal-overlay form[data-type=cms-form] .herocontainer.submit {
  background-color: #dd1e35;
}
.herocontainer.algemeen .hero-item, .clickdform .herocontainer#btnSubmit .hero-item, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .hero-item,
.herocontainer.algemeen .hero .hero-title,
.clickdform .herocontainer#btnSubmit .hero .hero-title,
.reveal-overlay form[data-type=cms-form] .herocontainer.submit .hero .hero-title {
  background-color: #dd1e35;
  color: #fff;
}
.herocontainer.algemeen .bar, .clickdform .herocontainer#btnSubmit .bar, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .bar,
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before,
.clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before,
.reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #f09d91;
}
.herocontainer.algemeen .circles #outher path, .clickdform .herocontainer#btnSubmit .circles #outher path, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .circles #outher path {
  fill: #f09d91;
}
.herocontainer.algemeen .hero-item-icon-bg:after, .clickdform .herocontainer#btnSubmit .hero-item-icon-bg:after, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .hero-item-icon-bg:after {
  background-image: url("../img/algemeen-icon.webp");
}
.herocontainer.algemeen label, .clickdform .herocontainer#btnSubmit label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit label {
  color: #fff;
}
.herocontainer.algemeen.wit, .clickdform .herocontainer.wit#btnSubmit, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit {
  background-color: #fff;
  color: #000;
}
.herocontainer.algemeen.wit .bg-image-title, .clickdform .herocontainer.wit#btnSubmit .bg-image-title, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .bg-image-title {
  color: #fff;
}
.herocontainer.algemeen.wit .hero-item, .clickdform .herocontainer.wit#btnSubmit .hero-item, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .hero-item,
.herocontainer.algemeen.wit .hero,
.clickdform .herocontainer.wit#btnSubmit .hero,
.reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .hero,
.herocontainer.algemeen.wit .hero-title,
.clickdform .herocontainer.wit#btnSubmit .hero-title,
.reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .hero-title {
  background-color: #fff;
  color: #000;
}
.herocontainer.algemeen.wit .bar, .clickdform .herocontainer.wit#btnSubmit .bar, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .bar {
  background-color: #f09d91;
}
.herocontainer.algemeen.wit .circles #outher path, .clickdform .herocontainer.wit#btnSubmit .circles #outher path, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .circles #outher path {
  fill: #f09d91;
}
.herocontainer.algemeen.wit .hero-item-icon-bg:after, .clickdform .herocontainer.wit#btnSubmit .hero-item-icon-bg:after, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit .hero-item-icon-bg:after {
  background-image: url("../img/algemeen-icon.webp");
}
.herocontainer.algemeen.wit footer .logos img, .clickdform .herocontainer.wit#btnSubmit footer .logos img, .reveal-overlay form[data-type=cms-form] .herocontainer.wit.submit footer .logos img {
  opacity: 0.38;
}
.herocontainer.algemeen .tiny .swiper-slide, .clickdform .herocontainer#btnSubmit .tiny .swiper-slide, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .tiny .swiper-slide {
  background-color: #dd1e35;
}
.herocontainer.algemeen label, .clickdform .herocontainer#btnSubmit label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit label {
  color: gray;
}
.herocontainer.algemeen .button.white, .clickdform .herocontainer#btnSubmit .button.white, .herocontainer.algemeen .clickdform .white#btnSubmit, .clickdform .herocontainer.algemeen .white#btnSubmit, .clickdform .herocontainer#btnSubmit .white#btnSubmit, .herocontainer.algemeen form .white.submit, .clickdform .herocontainer#btnSubmit form .white.submit, form .herocontainer.algemeen .white.submit, form .clickdform .herocontainer#btnSubmit .white.submit, .clickdform form .herocontainer#btnSubmit .white.submit, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .button.white, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .clickdform .white#btnSubmit, .clickdform .reveal-overlay form[data-type=cms-form] .herocontainer.submit .white#btnSubmit, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .white.submit {
  background-color: #dd1e35;
  color: #fff;
}
.herocontainer.algemeen .button.white:hover, .clickdform .herocontainer#btnSubmit .button.white:hover, .herocontainer.algemeen .clickdform .white#btnSubmit:hover, .clickdform .herocontainer.algemeen .white#btnSubmit:hover, .clickdform .herocontainer#btnSubmit .white#btnSubmit:hover, .herocontainer.algemeen form .white.submit:hover, .clickdform .herocontainer#btnSubmit form .white.submit:hover, form .herocontainer.algemeen .white.submit:hover, form .clickdform .herocontainer#btnSubmit .white.submit:hover, .clickdform form .herocontainer#btnSubmit .white.submit:hover, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .button.white:hover, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .clickdform .white#btnSubmit:hover, .clickdform .reveal-overlay form[data-type=cms-form] .herocontainer.submit .white#btnSubmit:hover, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .white.submit:hover {
  background-color: #e6485b;
  color: #fff !important;
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #dd1e35;
}
.herocontainer.algemeen form p, .clickdform .herocontainer#btnSubmit form p, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form p,
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap label,
.clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap label,
.reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap label {
  color: #000 !important;
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap input[type=radio] + label, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap input[type=radio] + label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label {
  background-color: white;
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #dd1e35;
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label {
  color: #000 !important;
}
.herocontainer.algemeen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label, .clickdform .herocontainer#btnSubmit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label, .reveal-overlay form[data-type=cms-form] .herocontainer.submit form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #dd1e35;
}
.herocontainer.algemeen select, .clickdform .herocontainer#btnSubmit select, .reveal-overlay form[data-type=cms-form] .herocontainer.submit select,
.herocontainer.algemeen input:not(.custom-donation-amount),
.clickdform .herocontainer#btnSubmit input:not(.custom-donation-amount),
.reveal-overlay form[data-type=cms-form] .herocontainer.submit input:not(.custom-donation-amount) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background-color: rgba(0, 0, 0, 0.038);
}
.herocontainer.algemeen .swiper-pagination .swiper-pagination-bullet-active, .clickdform .herocontainer#btnSubmit .swiper-pagination .swiper-pagination-bullet-active, .reveal-overlay form[data-type=cms-form] .herocontainer.submit .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f09d91 !important;
}
.herocontainer.mijn-lijf {
  background-color: #5a985c;
}
.herocontainer.mijn-lijf .hero-item,
.herocontainer.mijn-lijf .hero .hero-title {
  background-color: #5a985c;
  color: #fff;
}
.herocontainer.mijn-lijf .bar,
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #98bd66;
}
.herocontainer.mijn-lijf .circles #outher path {
  fill: #98bd66;
}
.herocontainer.mijn-lijf .hero-item-icon-bg:after {
  background-image: url("../img/mijn-lijf-icon.webp");
}
.herocontainer.mijn-lijf label {
  color: #fff;
}
.herocontainer.mijn-lijf.wit {
  background-color: #fff;
  color: #000;
}
.herocontainer.mijn-lijf.wit .bg-image-title {
  color: #fff;
}
.herocontainer.mijn-lijf.wit .hero-item,
.herocontainer.mijn-lijf.wit .hero,
.herocontainer.mijn-lijf.wit .hero-title {
  background-color: #fff;
  color: #000;
}
.herocontainer.mijn-lijf.wit .bar {
  background-color: #98bd66;
}
.herocontainer.mijn-lijf.wit .circles #outher path {
  fill: #98bd66;
}
.herocontainer.mijn-lijf.wit .hero-item-icon-bg:after {
  background-image: url("../img/mijn-lijf-icon.webp");
}
.herocontainer.mijn-lijf.wit footer .logos img {
  opacity: 0.38;
}
.herocontainer.mijn-lijf .tiny .swiper-slide {
  background-color: #5a985c;
}
.herocontainer.mijn-lijf label {
  color: gray;
}
.herocontainer.mijn-lijf .button.white, .herocontainer.mijn-lijf .clickdform .white#btnSubmit, .clickdform .herocontainer.mijn-lijf .white#btnSubmit, .herocontainer.mijn-lijf form .white.submit, form .herocontainer.mijn-lijf .white.submit {
  background-color: #5a985c;
  color: #fff;
}
.herocontainer.mijn-lijf .button.white:hover, .herocontainer.mijn-lijf .clickdform .white#btnSubmit:hover, .clickdform .herocontainer.mijn-lijf .white#btnSubmit:hover, .herocontainer.mijn-lijf form .white.submit:hover, form .herocontainer.mijn-lijf .white.submit:hover {
  background-color: #77ae78;
  color: #fff !important;
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #5a985c;
}
.herocontainer.mijn-lijf form p,
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap label {
  color: #000 !important;
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label {
  background-color: #dbe8ca;
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #5a985c;
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label {
  color: #000 !important;
}
.herocontainer.mijn-lijf form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #5a985c;
}
.herocontainer.mijn-lijf select,
.herocontainer.mijn-lijf input:not(.custom-donation-amount) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background-color: rgba(0, 0, 0, 0.038);
}
.herocontainer.mijn-lijf .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #98bd66 !important;
}
.herocontainer.schoon-water {
  background-color: #4287c7;
}
.herocontainer.schoon-water .hero-item,
.herocontainer.schoon-water .hero .hero-title {
  background-color: #4287c7;
  color: #fff;
}
.herocontainer.schoon-water .bar,
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #7eb9dc;
}
.herocontainer.schoon-water .circles #outher path {
  fill: #7eb9dc;
}
.herocontainer.schoon-water .hero-item-icon-bg:after {
  background-image: url("../img/schoon-water-icon.webp");
}
.herocontainer.schoon-water label {
  color: #fff;
}
.herocontainer.schoon-water.wit {
  background-color: #fff;
  color: #000;
}
.herocontainer.schoon-water.wit .bg-image-title {
  color: #fff;
}
.herocontainer.schoon-water.wit .hero-item,
.herocontainer.schoon-water.wit .hero,
.herocontainer.schoon-water.wit .hero-title {
  background-color: #fff;
  color: #000;
}
.herocontainer.schoon-water.wit .bar {
  background-color: #7eb9dc;
}
.herocontainer.schoon-water.wit .circles #outher path {
  fill: #7eb9dc;
}
.herocontainer.schoon-water.wit .hero-item-icon-bg:after {
  background-image: url("../img/schoon-water-icon.webp");
}
.herocontainer.schoon-water.wit footer .logos img {
  opacity: 0.38;
}
.herocontainer.schoon-water .tiny .swiper-slide {
  background-color: #4287c7;
}
.herocontainer.schoon-water label {
  color: gray;
}
.herocontainer.schoon-water .button.white, .herocontainer.schoon-water .clickdform .white#btnSubmit, .clickdform .herocontainer.schoon-water .white#btnSubmit, .herocontainer.schoon-water form .white.submit, form .herocontainer.schoon-water .white.submit {
  background-color: #4287c7;
  color: #fff;
}
.herocontainer.schoon-water .button.white:hover, .herocontainer.schoon-water .clickdform .white#btnSubmit:hover, .clickdform .herocontainer.schoon-water .white#btnSubmit:hover, .herocontainer.schoon-water form .white.submit:hover, form .herocontainer.schoon-water .white.submit:hover {
  background-color: #69a0d3;
  color: #fff !important;
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #4287c7;
}
.herocontainer.schoon-water form p,
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap label {
  color: #000 !important;
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label {
  background-color: #eef6fa;
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #4287c7;
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label {
  color: #000 !important;
}
.herocontainer.schoon-water form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #4287c7;
}
.herocontainer.schoon-water select,
.herocontainer.schoon-water input:not(.custom-donation-amount) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background-color: rgba(0, 0, 0, 0.038);
}
.herocontainer.schoon-water .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7eb9dc !important;
}
.herocontainer.zorgverleners {
  background-color: #f6a821;
}
.herocontainer.zorgverleners .hero-item,
.herocontainer.zorgverleners .hero .hero-title {
  background-color: #f6a821;
  color: #fff;
}
.herocontainer.zorgverleners .bar,
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #ffdb83;
}
.herocontainer.zorgverleners .circles #outher path {
  fill: #ffdb83;
}
.herocontainer.zorgverleners .hero-item-icon-bg:after {
  background-image: url("../img/zorgverleners-icon.webp");
}
.herocontainer.zorgverleners label {
  color: #fff;
}
.herocontainer.zorgverleners.wit {
  background-color: #fff;
  color: #000;
}
.herocontainer.zorgverleners.wit .bg-image-title {
  color: #fff;
}
.herocontainer.zorgverleners.wit .hero-item,
.herocontainer.zorgverleners.wit .hero,
.herocontainer.zorgverleners.wit .hero-title {
  background-color: #fff;
  color: #000;
}
.herocontainer.zorgverleners.wit .bar {
  background-color: #ffdb83;
}
.herocontainer.zorgverleners.wit .circles #outher path {
  fill: #ffdb83;
}
.herocontainer.zorgverleners.wit .hero-item-icon-bg:after {
  background-image: url("../img/zorgverleners-icon.webp");
}
.herocontainer.zorgverleners.wit footer .logos img {
  opacity: 0.38;
}
.herocontainer.zorgverleners .tiny .swiper-slide {
  background-color: #f6a821;
}
.herocontainer.zorgverleners label {
  color: gray;
}
.herocontainer.zorgverleners .button.white, .herocontainer.zorgverleners .clickdform .white#btnSubmit, .clickdform .herocontainer.zorgverleners .white#btnSubmit, .herocontainer.zorgverleners form .white.submit, form .herocontainer.zorgverleners .white.submit {
  background-color: #f6a821;
  color: #fff;
}
.herocontainer.zorgverleners .button.white:hover, .herocontainer.zorgverleners .clickdform .white#btnSubmit:hover, .clickdform .herocontainer.zorgverleners .white#btnSubmit:hover, .herocontainer.zorgverleners form .white.submit:hover, form .herocontainer.zorgverleners .white.submit:hover {
  background-color: #f8bb52;
  color: #fff !important;
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #f6a821;
}
.herocontainer.zorgverleners form p,
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap label {
  color: #000 !important;
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label {
  background-color: white;
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #f6a821;
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label {
  color: #000 !important;
}
.herocontainer.zorgverleners form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #f6a821;
}
.herocontainer.zorgverleners select,
.herocontainer.zorgverleners input:not(.custom-donation-amount) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background-color: rgba(0, 0, 0, 0.038);
}
.herocontainer.zorgverleners .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffdb83 !important;
}
.herocontainer.zorg-voor-iedereen {
  background-color: #39abb2;
}
.herocontainer.zorg-voor-iedereen .hero-item,
.herocontainer.zorg-voor-iedereen .hero .hero-title {
  background-color: #39abb2;
  color: #fff;
}
.herocontainer.zorg-voor-iedereen .bar,
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #a0cdcb;
}
.herocontainer.zorg-voor-iedereen .circles #outher path {
  fill: #a0cdcb;
}
.herocontainer.zorg-voor-iedereen .hero-item-icon-bg:after {
  background-image: url("../img/zorg-voor-iedereen-icon.webp");
}
.herocontainer.zorg-voor-iedereen label {
  color: #fff;
}
.herocontainer.zorg-voor-iedereen.wit {
  background-color: #fff;
  color: #000;
}
.herocontainer.zorg-voor-iedereen.wit .bg-image-title {
  color: #fff;
}
.herocontainer.zorg-voor-iedereen.wit .hero-item,
.herocontainer.zorg-voor-iedereen.wit .hero,
.herocontainer.zorg-voor-iedereen.wit .hero-title {
  background-color: #fff;
  color: #000;
}
.herocontainer.zorg-voor-iedereen.wit .bar {
  background-color: #a0cdcb;
}
.herocontainer.zorg-voor-iedereen.wit .circles #outher path {
  fill: #a0cdcb;
}
.herocontainer.zorg-voor-iedereen.wit .hero-item-icon-bg:after {
  background-image: url("../img/zorg-voor-iedereen-icon.webp");
}
.herocontainer.zorg-voor-iedereen.wit footer .logos img {
  opacity: 0.38;
}
.herocontainer.zorg-voor-iedereen .tiny .swiper-slide {
  background-color: #39abb2;
}
.herocontainer.zorg-voor-iedereen label {
  color: gray;
}
.herocontainer.zorg-voor-iedereen .button.white, .herocontainer.zorg-voor-iedereen .clickdform .white#btnSubmit, .clickdform .herocontainer.zorg-voor-iedereen .white#btnSubmit, .herocontainer.zorg-voor-iedereen form .white.submit, form .herocontainer.zorg-voor-iedereen .white.submit {
  background-color: #39abb2;
  color: #fff;
}
.herocontainer.zorg-voor-iedereen .button.white:hover, .herocontainer.zorg-voor-iedereen .clickdform .white#btnSubmit:hover, .clickdform .herocontainer.zorg-voor-iedereen .white#btnSubmit:hover, .herocontainer.zorg-voor-iedereen form .white.submit:hover, form .herocontainer.zorg-voor-iedereen .white.submit:hover {
  background-color: #55c2c9;
  color: #fff !important;
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap.with-radio input[type=radio]:checked + label::before {
  background-color: #39abb2;
}
.herocontainer.zorg-voor-iedereen form p,
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap label {
  color: #000 !important;
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap input[type=radio]:hover + label {
  background-color: #fefefe;
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #39abb2;
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked ~ label {
  color: #000 !important;
}
.herocontainer.zorg-voor-iedereen form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #39abb2;
}
.herocontainer.zorg-voor-iedereen select,
.herocontainer.zorg-voor-iedereen input:not(.custom-donation-amount) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background-color: rgba(0, 0, 0, 0.038);
}
.herocontainer.zorg-voor-iedereen .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a0cdcb !important;
}
.herocontainer .hero {
  min-height: 100vh;
  display: flex;
  flex-flow: row wrap;
}
.herocontainer .hero.small {
  height: 270px;
  min-height: 0;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer .hero.small {
    display: none;
  }
}
.herocontainer .hero .hero-item-icon-bg {
  position: relative;
}
.herocontainer .hero .hero-item-icon-bg section {
  position: relative;
  z-index: 1;
}
.herocontainer .hero .hero-item-icon-bg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-size: 90%;
  background-position: center 2rem;
  background-repeat: no-repeat;
  xfilter: brightness(0);
  opacity: 0.3;
  z-index: 0;
  display: none;
}
.herocontainer .hero .hero-item-icon-bg > * {
  z-index: 1;
}
.herocontainer .hero > .hero-item {
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .herocontainer .hero > .hero-item {
    width: 50%;
  }
  .herocontainer .hero .hero-item {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .herocontainer .hero .hero-item section,
.herocontainer .hero .hero-item footer {
    width: 100%;
  }
}
.herocontainer .hero .hero-item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
}
.herocontainer .hero .hero-item-full {
  width: 100%;
}
.herocontainer .hero footer {
  padding-top: 2rem;
  align-self: flex-end;
}
@media screen and (min-width: 64em) {
  .herocontainer.doneren.petition .hero .hero-item {
    padding-top: 4rem;
  }
}
.herocontainer.doneren .swiper-pagination {
  pointer-events: none;
  position: static;
}
.herocontainer.doneren .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.herocontainer.doneren .hero .hero-item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}
@media screen and (min-width: 75em) {
  .herocontainer.doneren .hero .hero-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.herocontainer.doneren .hero .hero-item .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  xopacity: 0;
  xtransition: all 1.2s ease;
}
.herocontainer.doneren .hero .hero-item form {
  padding-top: 0.4rem;
}
.herocontainer.doneren .hero .hero-item form .input-group-label {
  display: inline;
}
.herocontainer.doneren .hero .hero-item form p {
  color: #fff;
}
.herocontainer.doneren .hero .hero-item .dontation-wrap > .input-group {
  margin-bottom: 0;
  display: block;
}
.herocontainer.doneren .hero .left {
  position: fixed;
  min-height: 100vh;
}
.herocontainer.doneren .hero .right {
  margin-left: 50%;
  min-height: 100vh;
}
.herocontainer.doneren .hero .input-group-buttons-special .cell, .herocontainer.doneren .hero .input-group-buttons-special form[data-type=cms-form] ul li, form[data-type=cms-form] ul .herocontainer.doneren .hero .input-group-buttons-special li, .herocontainer.doneren .hero .input-group-buttons-special .theme-list-item > div:not(.connector),
.herocontainer.doneren .hero .input-group-buttons-special .cta-item > div:not(.connector) {
  margin-bottom: 1rem;
}
.herocontainer.doneren .hero .input-group-buttons-special .styled-radio-wrap {
  margin: 0 0 0 0;
  height: 100%;
}
.herocontainer.doneren .hero .input-group-buttons-special label {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  line-height: 2rem;
}
.herocontainer.doneren .hero .input-group-buttons-special label small {
  margin-top: 0.5rem;
  display: block;
  line-height: 1rem;
  padding: 0 0.4rem;
}
.herocontainer.doneren .hero .input-group-buttons-special label span {
  display: block;
  line-height: 1.5rem;
  font-weight: 900;
}
.herocontainer.doneren .hero .input-group-buttons-special label img {
  opacity: 0.75;
  transition: all 0.4s ease;
}
.herocontainer.doneren .hero .input-group-buttons-special label:hover img {
  opacity: 1;
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio] {
  border-radius: 4px;
  margin: 0 0 1rem 0;
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio] img {
  xpointer-events: none;
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio]:hover + label {
  background-color: rgba(0, 0, 0, 0.1);
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio]:hover + label img {
  opacity: 1;
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio]:checked + label {
  background-color: #fff;
}
.herocontainer.doneren .hero .input-group-buttons-special input[type=radio]:checked + label img {
  opacity: 1;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer.doneren .hero .hero-item {
    padding: 1rem;
  }
  .herocontainer.doneren .hero .hero-item form {
    padding-top: 0;
  }
  .herocontainer.doneren .hero .left {
    position: relative;
    min-height: 0;
    height: 40vh;
  }
  .herocontainer.doneren .hero .left .swiper-container {
    height: 100% !important;
  }
  .herocontainer.doneren .hero .left.bg-image, .herocontainer.doneren .hero .notification-container .notification-popup .left.notification-image, .notification-container .notification-popup .herocontainer.doneren .hero .left.notification-image {
    min-height: 40vh;
  }
  .herocontainer.doneren .hero .left.bg-image:after, .herocontainer.doneren .hero .notification-container .notification-popup .left.notification-image:after, .notification-container .notification-popup .herocontainer.doneren .hero .left.notification-image:after {
    display: block;
  }
  .herocontainer.doneren .hero .left.bg-image .bg-image-title, .herocontainer.doneren .hero .notification-container .notification-popup .left.notification-image .bg-image-title, .notification-container .notification-popup .herocontainer.doneren .hero .left.notification-image .bg-image-title {
    font-size: 1rem;
    line-height: auto;
  }
  .herocontainer.doneren .hero .right {
    margin-left: 0%;
    min-height: 0;
  }
}
.herocontainer.doneren .hero .donate-slider {
  padding: 0;
}
.herocontainer.doneren .hero .donate-slider.tiny {
  margin-top: 1rem;
}
.herocontainer.doneren .hero .donate-slider.tiny .swiper-container {
  height: 100% !important;
}
.herocontainer.doneren .hero .donate-slider.tiny .swiper-container .swiper-slide {
  padding-top: 42.8571428571%;
  height: 0;
  background-blend-mode: overlay;
}
@media screen and (max-width: 39.9375em) {
  .herocontainer.doneren .hero .donate-slider.tiny .swiper-container .swiper-slide {
    padding-top: 75%;
  }
}
.herocontainer.doneren .hero .donate-slider.tiny .swiper-container .swiper-slide:after {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.herocontainer.doneren .hero .donate-slider.tiny .swiper-container .swiper-slide span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  box-sizing: border-box;
  bottom: auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer.doneren .hero .donate-slider.tiny .swiper-container .swiper-slide span {
    font-size: 16px;
  }
}
.herocontainer.doneren .hero .donate-slider.tiny span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
  text-align: left;
}
.herocontainer.doneren .hero .donate-slider.tiny.bg-image, .herocontainer.doneren .hero .notification-container .notification-popup .donate-slider.tiny.notification-image, .notification-container .notification-popup .herocontainer.doneren .hero .donate-slider.tiny.notification-image {
  filter: none;
  border-radius: 10px;
  overflow: hidden;
}
.herocontainer.doneren .hero .donate-slider .swiper-container {
  margin: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 39.9375em) {
  .herocontainer.doneren .hero .donate-slider .swiper-container {
    height: auto;
  }
}
.herocontainer.doneren .hero .donate-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
}
.herocontainer.doneren .hero .donate-slider .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  height: 50%;
  pointer-events: none;
  z-index: 1;
}
.herocontainer.doneren .hero .donate-slider .swiper-slide h1 {
  padding: 2rem;
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 75em) {
  .herocontainer.doneren .hero .donate-slider .swiper-slide h1 {
    font-size: 2rem;
  }
}
.herocontainer.doneren .hero .donate-slider .swiper-slide h1 * {
  margin: 0;
}
.herocontainer.doneren.doneren-v2 {
  margin-top: 0;
}
.herocontainer.doneren.doneren-v2 .full {
  width: 100%;
  position: relative;
}
.herocontainer.doneren.doneren-v2 .full.left {
  width: 60%;
  min-height: auto !important;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer.doneren.doneren-v2 .full.left {
    width: 100%;
    height: auto;
  }
}
.herocontainer.doneren.doneren-v2 .donate-label {
  display: none;
}
.herocontainer.doneren.doneren-v2 .hero .donate-slider .swiper-container {
  height: 60vh;
  background-color: #000;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer.doneren.doneren-v2 .hero .donate-slider .swiper-container {
    height: 40vh;
  }
}
.herocontainer.doneren.doneren-v2 .hero .donate-slider .swiper-container .swiper-wrapper {
  position: relative;
}
.herocontainer.doneren.doneren-v2 .hero .donate-slider .swiper-container .swiper-slide {
  background-position: center 10%;
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  position: absolute;
  left: 0;
  top: 0;
}
.herocontainer.doneren.doneren-v2 .hero .donate-slider .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.herocontainer.doneren.doneren-v2 .hero .input-group-buttons-special {
  margin-bottom: 0;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) {
  display: inline-block;
  width: 100%;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input[type=radio]:not(#o-custom):not(#m-custom) + label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 0 !important;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input[type=radio]:not(#o-custom):not(#m-custom) + label span {
  padding: 0.5rem 0;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input#o-custom + label,
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input#m-custom + label {
  text-align: left;
  display: flex;
  align-items: center;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input#o-custom + label small,
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap:not(.with-radio) input#m-custom + label small {
  display: inline-block;
  margin-top: 0;
}
.herocontainer.doneren.doneren-v2 .hero .styled-radio-wrap input[type=radio] + label {
  margin-right: 0 !important;
  padding: 0 0.5rem;
  box-sizing: border-box;
  white-space: nowrap;
}
.herocontainer.doneren.doneren-v2 .hero .input-width-100 {
  width: 100%;
}
.herocontainer.doneren.doneren-v2 .hero .input-width-100 label {
  text-align: left;
}
.herocontainer.doneren #donate-form {
  padding: 0;
  margin: 0;
}
.herocontainer.doneren #donate-form input:required {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center right -1.2em;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235A985C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.herocontainer.doneren #donate-form input:required:valid {
  border-color: #5a985c !important;
  background-position: center right calc(0.375em + 0.1875rem);
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(-28vh);
  }
  to {
    opacity: 1;
    transform: translateY(-30vh);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(-28vh);
  }
  to {
    opacity: 1;
    transform: translateY(-30vh);
  }
}
@-webkit-keyframes fader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.herocontainer.doneren #donate-slider .swiper-wrapper {
  opacity: 0;
  -webkit-animation: fader 0.8s 0.1s ease-out forwards;
          animation: fader 0.8s 0.1s ease-out forwards;
}
.herocontainer.doneren .content-donate {
  opacity: 0;
  -webkit-animation: fader 0.4s 0.4s ease-out forwards;
          animation: fader 0.4s 0.4s ease-out forwards;
}
.herocontainer.doneren .donate-form-wrap {
  opacity: 0;
  transform: translateY(-28vh);
  width: calc(40% - 3rem);
  box-shadow: 0 4px 38px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  max-width: 480px;
  background-color: #fff;
  -webkit-animation: fadeUp 0.6s 0.6s ease-out forwards;
          animation: fadeUp 0.6s 0.6s ease-out forwards;
  z-index: 100;
}
@media screen and (max-width: 63.9375em) {
  .herocontainer.doneren .donate-form-wrap {
    width: calc(100% - 1rem);
    margin-top: 0;
    margin: 0 0.5rem;
    max-width: 100%;
    transform: translateY(0) !important;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
.herocontainer.doneren .donate-form-wrap h2 {
  padding: 1rem 1.5rem;
  margin: 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  line-height: 1.75rem;
}
.herocontainer.doneren .donate-form-wrap h2.algemeen, .herocontainer.doneren .donate-form-wrap .clickdform h2#btnSubmit, .clickdform .herocontainer.doneren .donate-form-wrap h2#btnSubmit, .herocontainer.doneren .donate-form-wrap .reveal-overlay form[data-type=cms-form] h2.submit, .reveal-overlay form[data-type=cms-form] .herocontainer.doneren .donate-form-wrap h2.submit {
  background-color: #dd1e35;
}
.herocontainer.doneren .donate-form-wrap h2.mijn-lijf {
  background-color: #5a985c;
}
.herocontainer.doneren .donate-form-wrap h2.schoon-water {
  background-color: #4287c7;
}
.herocontainer.doneren .donate-form-wrap h2.zorgverleners {
  background-color: #f6a821;
}
.herocontainer.doneren .donate-form-wrap h2.zorg-voor-iedereen {
  background-color: #39abb2;
}
.herocontainer.doneren .donate-form-wrap .swiper-pagination-bullets {
  margin-bottom: 0.75rem;
}
.herocontainer.doneren .donate-form-wrap .donate-form-card {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border: white 1rem solid;
}
.herocontainer .month-description,
.herocontainer .once-description {
  margin-top: 0.5rem;
  font-style: italic;
}

.embed-home img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media only screen and (max-width: 768px) {
  .embed-home.embed-home-desktop {
    display: none;
  }
}
.embed-home.embed-home-mobile {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .embed-home.embed-home-mobile {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .donate-page .herocontainer.doneren .hero .left {
    min-height: 40vh;
  }
  .donate-page h1 {
    text-align: center;
  }
  h1.text-right {
    text-align: center;
    margin-bottom: 0;
  }
}
.theme-iconbar {
  position: relative;
}
.theme-iconbar > * {
  position: relative;
  z-index: 1;
}

.media-object .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media-object .thumbnail.square {
  width: 90px;
  height: 90px;
}

.subnav strong {
  font-weight: 900;
}
.subnav li a {
  color: #000;
  white-space: normal;
}
.subnav li a:hover {
  color: #f09d91;
}
.subnav .is-active a {
  color: #dd1e35;
}

.map + .cta {
  padding-top: 0;
}
.map h3 {
  font-size: 1rem;
}
.map .map-container {
  width: 50%;
}
.map .map-container:before {
  content: "";
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.map .cta-item:nth-of-type(odd) > div:first-of-type {
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .map .cta-item > div {
    padding: 1rem !important;
  }
}

.marker {
  position: absolute;
  border-radius: 50%;
  border: 15px solid #fff;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -10px !important;
}
.marker:before {
  content: "";
  background-image: url("../img/schoon-water-icon.webp");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.marker:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translate(-20%, 0%);
}

.mapboxgl-popup-close-button {
  background-color: rgba(0, 0, 0, 0.1) !important;
  top: 2px !important;
  right: 2px !important;
  width: 12px;
  height: 12px;
  border-radius: 50px !important;
  font-weight: 900;
}

.mapboxgl-popup {
  max-width: 280px;
  color: #000;
}

.mapboxgl-popup-content {
  text-align: center;
}

.tabs {
  text-align: center;
  margin-top: 2rem;
}
.tabs li {
  display: inline-block;
  float: none;
  margin: 0 0.2rem;
  font-weight: 400;
}
.tabs li.tabs-title > a {
  font-size: 1rem;
}
.tabs li a {
  color: #fff;
  position: relative;
  padding: 0.5rem;
  background: transparent !important;
}
.tabs li a:after {
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: "";
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.2s ease;
}
.tabs li a:hover {
  transform: scale(0.6);
  color: #fff;
}
.tabs li.is-active a[aria-selected=true] {
  color: #fff;
  transform: scale(0.6);
}
.tabs li.is-active a[aria-selected=true]:after {
  transform: translate(-50%, -50%) scale(2);
}

@-webkit-keyframes showNotification {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes showNotification {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0%);
  }
}
.notification-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  transition: 0.2s all ease;
  transform: translateY(150%);
}
.notification-container.shownotification {
  -webkit-animation: showNotification forwards 0.8s 2s;
          animation: showNotification forwards 0.8s 2s;
}
.notification-container.shownotification.nodelay {
  -webkit-animation: showNotification forwards 0.8s 0.5s;
          animation: showNotification forwards 0.8s 0.5s;
}
@media screen and (max-width: 39.9375em) {
  .notification-container {
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
  }
}
.notification-container .notification-popup {
  display: flex;
  overflow: hidden;
  width: 320px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease;
}
@media screen and (max-width: 39.9375em) {
  .notification-container .notification-popup {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
  .notification-container .notification-popup section {
    padding: 0.5rem;
  }
}
.notification-container .notification-popup:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: attr(data-content);
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s all ease;
}
.notification-container .notification-popup.dontatetext:before {
  content: "bekijk alle donatie opties" !important;
}
.notification-container .notification-popup .notification-image {
  width: 35%;
}
.notification-container .notification-popup section {
  padding: 0.8rem;
  width: 65%;
}
.notification-container:hover .notification-popup {
  transform: translateY(-4px);
}
.notification-container:hover .notification-popup:before {
  opacity: 1;
}
.notification-container .close-button {
  z-index: 100;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  padding: 0.2rem 0.5rem 0.5rem 1rem;
}
.notification-container .close-button:hover {
  color: #dd1e35;
}

.accordion .accordion-item .accordion-title {
  font-weight: 600;
  padding-right: 2rem;
  line-height: 1.5em;
}
.accordion .accordion-item .accordion-title:before {
  margin: 0;
  transform: translateY(-50%);
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.5rem;
  transition: all 0.2s ease;
}
.accordion .accordion-item .accordion-title.internal-link:before {
  content: "\f105";
}
.accordion .accordion-item.is-active .accordion-title:before {
  transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion-item .accordion-content {
  font-size: 0.9rem;
}
.accordion .accordion-item .accordion-content p:last-of-type {
  margin-bottom: 0;
}

.kodo {
  height: 18px;
  width: 62px;
  margin-top: -0.5rem;
  margin-left: 0.125rem;
}
.kodo polyline,
.kodo path,
.kodo rect {
  fill: #fff;
}
.kodo .O rect {
  fill: #ff4f00;
}

.shares {
  padding-top: 0.5rem;
  text-align: center;
}
.shares.text-center {
  text-align: center !important;
}
.shares strong {
  color: #f2f2f2;
}
.shares a {
  padding: 10px;
  line-height: 24px;
}
.shares a i {
  transition: 0.1s all ease;
  line-height: 25px;
}
.shares a:hover i {
  color: #fff;
}
.shares .facebook-f,
.shares .facebook {
  color: #3b5998 !important;
}
.shares .facebook-f:hover,
.shares .facebook:hover {
  background-color: #3b5998 !important;
}
.shares .twitter {
  color: #1da1f2 !important;
}
.shares .twitter:hover {
  background-color: #1da1f2 !important;
}
.shares .linkedin,
.shares .linkedin-in {
  color: #007bb5 !important;
}
.shares .linkedin:hover,
.shares .linkedin-in:hover {
  background-color: #007bb5 !important;
}
.shares .whatsapp {
  color: #25d366 !important;
}
.shares .whatsapp:hover {
  background-color: #25d366 !important;
}
.shares .youtube {
  color: #ff0000 !important;
}
.shares .youtube:hover {
  background-color: #ff0000 !important;
}
.shares .instagram {
  color: #e4405f !important;
}
.shares .instagram:hover {
  background-color: #e4405f !important;
}
.shares.follow {
  padding-top: 0;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .shares.follow {
    margin-top: 1rem;
    text-align: center;
  }
}
.shares.follow a i {
  color: #fff;
}

.bg-image, .notification-container .notification-popup .notification-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  filter: contrast(1.15);
  display: flex;
}
.bg-image.bg-blended, .notification-container .notification-popup .bg-blended.notification-image {
  filter: grayscale(100%) contrast(1.2);
  mix-blend-mode: lighten;
}
.bg-image.bg-gradients:after, .notification-container .notification-popup .bg-gradients.notification-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 50%;
  pointer-events: none;
  z-index: 1;
}
.bg-image.bg-gradients:before, .notification-container .notification-popup .bg-gradients.notification-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  height: 20%;
  pointer-events: none;
  z-index: 1;
}
.bg-image .bg-image-title, .notification-container .notification-popup .notification-image .bg-image-title {
  position: relative;
  z-index: 10;
  align-self: flex-end;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.bg-blur {
  overflow: hidden;
  margin-top: 88px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 39.9375em) {
  .bg-blur {
    margin-top: 64px;
  }
}
.bg-blur .bg-image:before, .bg-blur .notification-container .notification-popup .notification-image:before, .notification-container .notification-popup .bg-blur .notification-image:before, .bg-blur .bg-image:after, .bg-blur .notification-container .notification-popup .notification-image:after, .notification-container .notification-popup .bg-blur .notification-image:after {
  display: none;
}
.bg-blur .bg-image .bg-image-title, .bg-blur .notification-container .notification-popup .notification-image .bg-image-title, .notification-container .notification-popup .bg-blur .notification-image .bg-image-title {
  display: none;
}

#main {
  padding-top: calc(2rem + 80px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 39.9375em) {
  #main {
    padding-top: 1rem;
  }
  #main .order-top {
    margin-top: 0rem !important;
  }
}
#main .order-top {
  order: -1;
  margin-top: -4rem;
  margin-bottom: 3rem;
}

.bg-align-top {
  background-position: top center !important;
}

.swiper-hero {
  height: 100vh;
  background-color: black !important;
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero {
    height: 80vh;
  }
}
.swiper-hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.swiper-hero .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80vh;
  width: 100%;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  transition: opacity 0.38s ease-out;
  pointer-events: none;
}
.swiper-hero .swiper-slide .slide-content {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  z-index: 5 !important;
}
.swiper-hero .swiper-slide .slide-content .content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  max-width: 960px;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero .swiper-slide .slide-content .content {
    padding: 2.25rem 1rem;
  }
}
.swiper-hero .swiper-slide .slide-content .content h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero .swiper-slide .slide-content .content h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.swiper-hero .swiper-slide .slide-content .content .button, .swiper-hero .swiper-slide .slide-content .content .clickdform #btnSubmit, .clickdform .swiper-hero .swiper-slide .slide-content .content #btnSubmit, .swiper-hero .swiper-slide .slide-content .content form .submit, form .swiper-hero .swiper-slide .slide-content .content .submit {
  margin-top: 1rem;
}
.swiper-hero .swiper-slide .slide-content .content .lead {
  margin-top: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero .swiper-slide .slide-content .content .lead {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.swiper-hero .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.swiper-hero .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1 !important;
  background-color: transparent;
}
.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero > .swiper-pagination-bullets,
.swiper-hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-hero .swiper-pagination-custom,
.swiper-hero .swiper-pagination-fraction {
    bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .swiper-hero .swiper-button-prev,
.swiper-hero .swiper-button-next {
    display: none;
  }
}

:root {
  --swiper-pagination-bullet-size: 16px;
  --swiper-theme-color: #fff !important;
  --swiper-pagination-bottom: 2rem;
}

.popout {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: -270px;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .popout {
    margin-top: 0;
    border-radius: 0;
  }
}
.popout.popout-home {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.38);
  border-radius: 0;
  overflow-x: hidden;
}
.popout.popout-home .bg-image, .popout.popout-home .notification-container .notification-popup .notification-image, .notification-container .notification-popup .popout.popout-home .notification-image {
  position: relative;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 0 !important;
}
.popout.popout-home .bg-image .target, .popout.popout-home .notification-container .notification-popup .notification-image .target, .notification-container .notification-popup .popout.popout-home .notification-image .target {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.popout.popout-home .bg-image img, .popout.popout-home .notification-container .notification-popup .notification-image img, .notification-container .notification-popup .popout.popout-home .notification-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.popout.popout-home .bg-image .placeholder, .popout.popout-home .notification-container .notification-popup .notification-image .placeholder, .notification-container .notification-popup .popout.popout-home .notification-image .placeholder {
  visibility: hidden;
}
.popout.popout-home .bg-image.bg-16-9, .popout.popout-home .notification-container .notification-popup .bg-16-9.notification-image, .notification-container .notification-popup .popout.popout-home .bg-16-9.notification-image {
  padding-top: 56.25%;
  margin: 0;
}
.popout.popout-home .bg-image.bg-fullscreen, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image {
  height: 100vh;
  max-height: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8) !important;
  /*
              &:before {
                  content: "";
                  position: absolute;
                  top: 0;
                  height: 20vh;
                  width: 100%;
                  left: 0;
                  display: block !important;
                  z-index: 10;
                  background: linear-gradient(rgba($black,0.2), rgba($black,0));
              }*/
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .popout.popout-home .bg-image.bg-fullscreen, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image {
    height: 80vh;
  }
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed {
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed iframe, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed iframe, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed iframe {
  opacity: 0;
  transition: opacity 0.38s ease-out;
  pointer-events: none;
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed iframe.visible, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed iframe.visible, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed iframe.visible {
  opacity: 1;
  transition-duration: 0.85s;
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed #preloader, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed #preloader, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed #preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.38s ease;
  pointer-events: none;
  opacity: 1;
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed #preloader i, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed #preloader i, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed #preloader i {
  margin-bottom: 0.5rem;
  color: #dd1e35;
}
.popout.popout-home .bg-image.bg-fullscreen .responsive-embed #preloader.loaded, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed #preloader.loaded, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed #preloader.loaded {
  opacity: 0;
}
.popout.popout-home .bg-image.bg-fullscreen:after, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image:after, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80vh;
  width: 100%;
  left: 0;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  transition: opacity 0.38s ease-out;
}
.popout.popout-home .bg-image.bg-fullscreen:before, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image:before, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image:before {
  display: block;
  filter: brightness(2) grayscale(1);
}
.popout.popout-home .bg-image.bg-fullscreen.links-onder, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.links-onder.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.links-onder.notification-image {
  justify-content: flex-start;
  align-items: flex-end;
}
.popout.popout-home .bg-image.bg-fullscreen.links-midden, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.links-midden.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.links-midden.notification-image {
  justify-content: flex-start;
  align-items: center;
}
.popout.popout-home .bg-image.bg-fullscreen.links-boven, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.links-boven.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.links-boven.notification-image {
  justify-content: flex-start;
  align-items: flex-start;
}
.popout.popout-home .bg-image.bg-fullscreen.links-boven .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.links-boven.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.links-boven.notification-image .hero-container {
  margin-top: 4rem;
}
.popout.popout-home .bg-image.bg-fullscreen.midden-onder, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden-onder.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden-onder.notification-image {
  justify-content: center;
  align-items: flex-end;
}
.popout.popout-home .bg-image.bg-fullscreen.midden-onder .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden-onder.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden-onder.notification-image .hero-container {
  text-align: left;
}
.popout.popout-home .bg-image.bg-fullscreen.midden, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden.notification-image {
  justify-content: center;
  align-items: center;
}
.popout.popout-home .bg-image.bg-fullscreen.midden .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden.notification-image .hero-container {
  text-align: left;
}
.popout.popout-home .bg-image.bg-fullscreen.midden-boven, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden-boven.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden-boven.notification-image {
  justify-content: center;
  align-items: flex-start;
}
.popout.popout-home .bg-image.bg-fullscreen.midden-boven .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.midden-boven.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.midden-boven.notification-image .hero-container {
  text-align: left;
  margin-top: 4rem;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-onder, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-onder.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-onder.notification-image {
  justify-content: flex-end;
  align-items: flex-end;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-onder .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-onder.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-onder.notification-image .hero-container {
  text-align: right;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-midden, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-midden.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-midden.notification-image {
  justify-content: flex-end;
  align-items: center;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-midden .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-midden.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-midden.notification-image .hero-container {
  text-align: right;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-boven, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-boven.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-boven.notification-image {
  justify-content: flex-end;
  align-items: flex-start;
}
.popout.popout-home .bg-image.bg-fullscreen.rechts-boven .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.rechts-boven.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.rechts-boven.notification-image .hero-container {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 39.9375em) {
  .popout.popout-home .bg-image.bg-fullscreen, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image {
    justify-content: center !important;
    align-items: flex-end !important;
  }
}
.popout.popout-home .bg-image.bg-fullscreen .scrollDown, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .scrollDown, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .scrollDown {
  margin-left: auto;
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 4rem;
  bottom: 4rem;
}
@media screen and (max-width: 39.9375em) {
  .popout.popout-home .bg-image.bg-fullscreen .scrollDown, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .scrollDown, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .scrollDown {
    display: none;
  }
}
.popout.popout-home .bg-image.bg-fullscreen .scrollDown i, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .scrollDown i, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .scrollDown i {
  float: left;
  margin-right: 0.5rem;
  height: 50px;
  width: 32px;
}
.popout.popout-home .bg-image.bg-fullscreen .scrollDown span, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .scrollDown span, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .scrollDown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  font-size: 1.5rem;
}
.popout.popout-home .bg-image.bg-fullscreen .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container {
  position: relative;
  z-index: 100;
  padding: 4rem;
  color: #fff;
  max-width: 960px;
  transition: all 0.8s ease-out;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateY(2rem);
}
.popout.popout-home .bg-image.bg-fullscreen .hero-container .button, .popout.popout-home .bg-image.bg-fullscreen .hero-container .clickdform #btnSubmit, .clickdform .popout.popout-home .bg-image.bg-fullscreen .hero-container #btnSubmit, .popout.popout-home .bg-image.bg-fullscreen .hero-container form .submit, form .popout.popout-home .bg-image.bg-fullscreen .hero-container .submit, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .button, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .clickdform #btnSubmit, .clickdform .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container #btnSubmit, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container form .submit, form .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .submit, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .button, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .clickdform #btnSubmit, .clickdform .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container #btnSubmit, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container form .submit, form .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .submit {
  margin-right: 0.5rem;
}
.popout.popout-home .bg-image.bg-fullscreen .hero-container.loaded, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container.loaded, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container.loaded {
  opacity: 1;
  transform: translateY(0);
}
.popout.popout-home .bg-image.bg-fullscreen .hero-container h1, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container h1, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container h1 {
  position: relative !important;
  padding: 0;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.popout.popout-home .bg-image.bg-fullscreen .hero-container .lead, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .lead, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
  text-align: inherit;
}
@media screen and (max-width: 39.9375em) {
  .popout.popout-home .bg-image.bg-fullscreen .hero-container, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container {
    padding: 1rem;
    max-width: 100%;
  }
  .popout.popout-home .bg-image.bg-fullscreen .hero-container h1, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container h1, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .popout.popout-home .bg-image.bg-fullscreen .hero-container .button, .popout.popout-home .bg-image.bg-fullscreen .hero-container .clickdform #btnSubmit, .clickdform .popout.popout-home .bg-image.bg-fullscreen .hero-container #btnSubmit, .popout.popout-home .bg-image.bg-fullscreen .hero-container form .submit, form .popout.popout-home .bg-image.bg-fullscreen .hero-container .submit, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .button, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .clickdform #btnSubmit, .clickdform .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container #btnSubmit, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container form .submit, form .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .hero-container .submit, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .button, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .clickdform #btnSubmit, .clickdform .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container #btnSubmit, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container form .submit, form .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .hero-container .submit {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }
}
@media (max-aspect-ratio: 16/9) {
  .popout.popout-home .bg-image.bg-fullscreen .responsive-embed, .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image .responsive-embed, .notification-container .notification-popup .popout.popout-home .bg-fullscreen.notification-image .responsive-embed {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
    width: 177.7777777778vh;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.popout .bg-image, .popout .notification-container .notification-popup .notification-image, .notification-container .notification-popup .popout .notification-image {
  padding-top: 42.8571428571%;
}
.popout .bg-image:before, .popout .notification-container .notification-popup .notification-image:before, .notification-container .notification-popup .popout .notification-image:before {
  display: none;
}
.popout .bg-image.bg-16-9, .popout .notification-container .notification-popup .bg-16-9.notification-image, .notification-container .notification-popup .popout .bg-16-9.notification-image {
  padding-top: 56.25%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .popout .bg-image, .popout .notification-container .notification-popup .notification-image, .notification-container .notification-popup .popout .notification-image {
    padding-top: 56.25%;
  }
}
.popout h1 {
  position: absolute !important;
  color: #fff;
  z-index: 10;
  align-self: flex-end;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 1rem;
  bottom: 0;
}
.popout .responsive-embed {
  position: absolute;
  width: 100%;
  top: 0;
}

#pop .top-bar-right {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

#stopvideo {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translateY(-150%);
  z-index: 100;
  font-size: 1rem;
  transition: all 0.38s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stopvideo span {
  font-size: 2rem;
  display: block;
  height: 20px;
  line-height: 20px;
}

.playing-video .hero-container {
  opacity: 0 !important;
  transform: translateY(2rem) !important;
}
.playing-video #pop .top-bar-right {
  opacity: 0;
  transform: translateY(-100%);
}
.playing-video .popout.popout-home .bg-image.bg-fullscreen::after, .playing-video .popout.popout-home .notification-container .notification-popup .bg-fullscreen.notification-image::after, .notification-container .notification-popup .playing-video .popout.popout-home .bg-fullscreen.notification-image::after {
  opacity: 0;
}
.playing-video .popout-home {
  background-color: #000;
}
.playing-video .popout-home .responsive-embed {
  padding-bottom: 0 !important;
  height: 100vh !important;
  width: 100% !important;
  transition: all 0s linear;
  transition-delay: 1.38s;
}
.playing-video #stopvideo {
  transform: translateY(0);
}

main {
  padding-top: 2rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
main .content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem;
}

[data-aos=fade-bar] {
  opacity: 1;
  transition-property: all;
}
[data-aos=fade-bar].aos-animate {
  opacity: 0;
}

[data-aos=connector-width] {
  width: 0px !important;
  transition-property: width;
}
[data-aos=connector-width].aos-animate {
  width: 70px !important;
}

[data-aos=blur-in] {
  filter: blur(200px) contrast(5);
  transition-property: all;
}
[data-aos=blur-in].aos-animate {
  filter: blur(10px) contrast(1.5);
}

.connector {
  position: fixed !important;
  top: -50vh;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 14px;
  height: 100vh;
  z-index: 0;
  border-radius: 0 0 100px 100px;
  padding: 0 !important;
}
@media screen and (max-width: 39.9375em) {
  .connector {
    width: 4.6666666667px;
    left: 0.5rem !important;
  }
}
.connector.connector-horizontal {
  position: absolute !important;
  width: 0px;
  height: 14px !important;
  border-radius: 100px 100px;
  top: 50%;
  transform: translate(0, -50%) !important;
}

.theme-list,
.cta {
  position: relative;
  overflow: hidden;
}
.theme-list section:first-of-type .connector:not(.connector-horizontal),
.cta section:first-of-type .connector:not(.connector-horizontal) {
  opacity: 1;
}
.theme-list.theme-list-close-fade:after,
.cta.theme-list-close-fade:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 4rem;
  z-index: 0;
  pointer-events: none;
}

.theme-list-item,
.cta-item {
  padding: 2.5rem 0;
  position: relative;
  align-items: flex-start;
}
.theme-list-item.align-middle, .theme-list-item,
.cta-item.align-middle,
.cta-item {
  align-items: center;
}
.theme-list-item .no-margin,
.cta-item .no-margin {
  margin: 0 !important;
}
.theme-list-item > div:not(.connector),
.cta-item > div:not(.connector) {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media screen and (max-width: 63.9375em) {
  .theme-list-item > div:not(.connector),
.cta-item > div:not(.connector) {
    padding: 0 30px;
  }
}
.theme-list-item.quote > div:not(.connector),
.cta-item.quote > div:not(.connector) {
  padding: 0 30px;
}
.theme-list-item:nth-of-type(odd) > div,
.cta-item:nth-of-type(odd) > div {
  order: 2;
  text-align: left;
}
.theme-list-item:nth-of-type(odd) > div:first-of-type,
.cta-item:nth-of-type(odd) > div:first-of-type {
  order: 1;
  text-align: right;
}
.theme-list-item:nth-of-type(odd) > div .connector.connector-horizontal,
.cta-item:nth-of-type(odd) > div .connector.connector-horizontal {
  left: auto;
  right: 60px;
  transform: translate(100%, -50%) !important;
}
.theme-list-item:nth-of-type(even) > div,
.cta-item:nth-of-type(even) > div {
  order: 1;
  text-align: right;
  align-items: flex-end;
}
.theme-list-item:nth-of-type(even) > div:first-of-type,
.cta-item:nth-of-type(even) > div:first-of-type {
  order: 2;
  text-align: left;
}
.theme-list-item:nth-of-type(even) > div .connector.connector-horizontal,
.cta-item:nth-of-type(even) > div .connector.connector-horizontal {
  right: auto;
  left: 60px;
  transform: translate(-100%, -50%) !important;
}
.theme-list-item:after,
.cta-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background-position: center right;
  background-repeat: repeat-x;
  background-size: auto 200px;
  display: none;
}
.theme-list-item h2 img,
.cta-item h2 img {
  height: 38px;
  border-radius: 38px;
}
.theme-list-item .icon,
.cta-item .icon {
  height: 200px;
}
.theme-list-item .theme-image,
.theme-list-item .cta-image,
.cta-item .theme-image,
.cta-item .cta-image {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.theme-list-item .theme-image.cta-image-object img,
.theme-list-item .cta-image.cta-image-object img,
.cta-item .theme-image.cta-image-object img,
.cta-item .cta-image.cta-image-object img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-list-item .theme-image .responsive-embed,
.theme-list-item .cta-image .responsive-embed,
.cta-item .theme-image .responsive-embed,
.cta-item .cta-image .responsive-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.theme-list-item.algemeen:before, .clickdform .theme-list-item#btnSubmit:before, .reveal-overlay form[data-type=cms-form] .theme-list-item.submit:before,
.cta-item.algemeen:before,
.clickdform .cta-item#btnSubmit:before,
.reveal-overlay form[data-type=cms-form] .cta-item.submit:before {
  background-color: #dd1e35;
}
.theme-list-item.algemeen:after, .clickdform .theme-list-item#btnSubmit:after, .reveal-overlay form[data-type=cms-form] .theme-list-item.submit:after,
.cta-item.algemeen:after,
.clickdform .cta-item#btnSubmit:after,
.reveal-overlay form[data-type=cms-form] .cta-item.submit:after {
  background-image: url(../img/algemeen.svg);
}
.theme-list-item.mijn-lijf:before,
.cta-item.mijn-lijf:before {
  background-color: #5a985c;
}
.theme-list-item.mijn-lijf:after,
.cta-item.mijn-lijf:after {
  background-image: url(../img/mijn-lijf.svg);
}
.theme-list-item.schoon-water:before,
.cta-item.schoon-water:before {
  background-color: #4287c7;
}
.theme-list-item.schoon-water:after,
.cta-item.schoon-water:after {
  background-image: url(../img/schoon-water.svg);
}
.theme-list-item.zorgverleners:before,
.cta-item.zorgverleners:before {
  background-color: #f6a821;
}
.theme-list-item.zorgverleners:after,
.cta-item.zorgverleners:after {
  background-image: url(../img/zorgverleners.svg);
}
.theme-list-item.zorg-voor-iedereen:before,
.cta-item.zorg-voor-iedereen:before {
  background-color: #39abb2;
}
.theme-list-item.zorg-voor-iedereen:after,
.cta-item.zorg-voor-iedereen:after {
  background-image: url(../img/zorg-voor-iedereen.svg);
}

.cookieBanner {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 10.2pt !important;
  padding-top: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}
.cookieBanner .grid-x .cell, form[data-type=cms-form] ul .cookieBanner .grid-x li, .cookieBanner form[data-type=cms-form] ul .cell, .cookieBanner form[data-type=cms-form] ul li, form[data-type=cms-form] .cookieBanner ul .cell, form[data-type=cms-form] .cookieBanner ul li, .cookieBanner .theme-list-item .cell, form[data-type=cms-form] ul .cookieBanner .theme-list-item li,
.cookieBanner .cta-item .cell,
form[data-type=cms-form] ul .cookieBanner .cta-item li, .cookieBanner .grid-x .theme-list-item > div:not(.connector), .cookieBanner form[data-type=cms-form] ul .theme-list-item > div:not(.connector), form[data-type=cms-form] .cookieBanner ul .theme-list-item > div:not(.connector), .cookieBanner .theme-list-item > div:not(.connector),
.cookieBanner .cta-item .theme-list-item > div:not(.connector),
.cookieBanner .grid-x .cta-item > div:not(.connector),
.cookieBanner form[data-type=cms-form] ul .cta-item > div:not(.connector),
form[data-type=cms-form] .cookieBanner ul .cta-item > div:not(.connector),
.cookieBanner .theme-list-item .cta-item > div:not(.connector),
.cookieBanner .cta-item > div:not(.connector) {
  padding: 0 1rem;
}
.cookieBanner .grid-x .cell p, form[data-type=cms-form] ul .cookieBanner .grid-x li p, .cookieBanner form[data-type=cms-form] ul .cell p, .cookieBanner form[data-type=cms-form] ul li p, form[data-type=cms-form] .cookieBanner ul .cell p, form[data-type=cms-form] .cookieBanner ul li p, .cookieBanner .theme-list-item .cell p, form[data-type=cms-form] ul .cookieBanner .theme-list-item li p,
.cookieBanner .cta-item .cell p,
form[data-type=cms-form] ul .cookieBanner .cta-item li p, .cookieBanner .theme-list-item > div:not(.connector) p,
.cookieBanner .cta-item > div:not(.connector) p {
  font-size: 10.2pt !important;
}
.cookieBanner .grid-x .cell .button, .cookieBanner .grid-x .cell .clickdform #btnSubmit, .clickdform .cookieBanner .grid-x .cell #btnSubmit, .cookieBanner .grid-x .cell form .submit, form .cookieBanner .grid-x .cell .submit, form[data-type=cms-form] ul .cookieBanner .grid-x li .button, form[data-type=cms-form] ul .cookieBanner .grid-x li .clickdform #btnSubmit, .clickdform form[data-type=cms-form] ul .cookieBanner .grid-x li #btnSubmit, form[data-type=cms-form] ul .cookieBanner .grid-x li .submit, .cookieBanner form[data-type=cms-form] ul .cell .button, .cookieBanner form[data-type=cms-form] ul .cell .clickdform #btnSubmit, .clickdform .cookieBanner form[data-type=cms-form] ul .cell #btnSubmit, .cookieBanner form[data-type=cms-form] ul .cell .submit, .cookieBanner form[data-type=cms-form] ul li .button, .cookieBanner form[data-type=cms-form] ul li .clickdform #btnSubmit, .clickdform .cookieBanner form[data-type=cms-form] ul li #btnSubmit, .cookieBanner form[data-type=cms-form] ul li .submit, form[data-type=cms-form] .cookieBanner ul .cell .button, form[data-type=cms-form] .cookieBanner ul .cell .clickdform #btnSubmit, .clickdform form[data-type=cms-form] .cookieBanner ul .cell #btnSubmit, form[data-type=cms-form] .cookieBanner ul .cell .submit, form[data-type=cms-form] .cookieBanner ul li .button, form[data-type=cms-form] .cookieBanner ul li .clickdform #btnSubmit, .clickdform form[data-type=cms-form] .cookieBanner ul li #btnSubmit, form[data-type=cms-form] .cookieBanner ul li .submit, .cookieBanner .theme-list-item .cell .button, .cookieBanner .theme-list-item .cell .clickdform #btnSubmit, .clickdform .cookieBanner .theme-list-item .cell #btnSubmit, .cookieBanner .theme-list-item .cell form .submit, form .cookieBanner .theme-list-item .cell .submit, form[data-type=cms-form] ul .cookieBanner .theme-list-item li .button, form[data-type=cms-form] ul .cookieBanner .theme-list-item li .clickdform #btnSubmit, .clickdform form[data-type=cms-form] ul .cookieBanner .theme-list-item li #btnSubmit, form[data-type=cms-form] ul .cookieBanner .theme-list-item li .submit,
.cookieBanner .cta-item .cell .button,
.cookieBanner .cta-item .cell .clickdform #btnSubmit,
.clickdform .cookieBanner .cta-item .cell #btnSubmit,
.cookieBanner .cta-item .cell form .submit,
form .cookieBanner .cta-item .cell .submit,
form[data-type=cms-form] ul .cookieBanner .cta-item li .button,
form[data-type=cms-form] ul .cookieBanner .cta-item li .clickdform #btnSubmit,
.clickdform form[data-type=cms-form] ul .cookieBanner .cta-item li #btnSubmit,
form[data-type=cms-form] ul .cookieBanner .cta-item li .submit, .cookieBanner .theme-list-item > div:not(.connector) .button, .cookieBanner .theme-list-item > div:not(.connector) .clickdform #btnSubmit, .clickdform .cookieBanner .theme-list-item > div:not(.connector) #btnSubmit, .cookieBanner .theme-list-item > div:not(.connector) form .submit, form .cookieBanner .theme-list-item > div:not(.connector) .submit,
.cookieBanner .cta-item > div:not(.connector) .button,
.cookieBanner .cta-item > div:not(.connector) .clickdform #btnSubmit,
.clickdform .cookieBanner .cta-item > div:not(.connector) #btnSubmit,
.cookieBanner .cta-item > div:not(.connector) form .submit,
form .cookieBanner .cta-item > div:not(.connector) .submit {
  margin-bottom: 1rem;
}

.cta {
  overflow: visible;
}
.cta .cta-item {
  padding: 0;
  display: flex;
  align-items: normal;
}
@media screen and (max-width: 39.9375em) {
  .cta .cta-item {
    flex-direction: column;
  }
}
.cta .cta-item:nth-of-type(even) .cta-text {
  align-items: flex-end;
}
.cta .cta-item > div {
  flex: 1;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 39.9375em) {
  .cta .cta-item > div {
    padding-top: 56.25%;
  }
}
.cta .cta-item .cta-text {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 39.9375em) {
  .cta .cta-item .cta-text {
    padding: 1rem;
  }
}
.cta .cta-item .cta-text > * {
  max-width: 100%;
}
.cta .cta-item .cta-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 0;
}
.cta.algemeen a, .clickdform .cta#btnSubmit a, .reveal-overlay form[data-type=cms-form] .cta.submit a {
  color: #f6c5be;
  text-decoration: underline;
}
.cta.algemeen a:hover, .clickdform .cta#btnSubmit a:hover, .reveal-overlay form[data-type=cms-form] .cta.submit a:hover {
  text-decoration: none;
}
.cta.algemeen a.button, .clickdform .cta#btnSubmit a.button, .cta.algemeen .clickdform a#btnSubmit, .clickdform .cta.algemeen a#btnSubmit, .clickdform .cta#btnSubmit a#btnSubmit, .cta.algemeen form a.submit, .clickdform .cta#btnSubmit form a.submit, form .cta.algemeen a.submit, form .clickdform .cta#btnSubmit a.submit, .clickdform form .cta#btnSubmit a.submit, .reveal-overlay form[data-type=cms-form] .cta.submit a.button, .reveal-overlay form[data-type=cms-form] .cta.submit .clickdform a#btnSubmit, .clickdform .reveal-overlay form[data-type=cms-form] .cta.submit a#btnSubmit, .reveal-overlay form[data-type=cms-form] .cta.submit a.submit {
  color: #fff;
  text-decoration: none;
}

.theme-gradient .algemeen a, .theme-gradient .clickdform #btnSubmit a, .clickdform .theme-gradient #btnSubmit a, .theme-gradient .reveal-overlay form[data-type=cms-form] .submit a, .reveal-overlay form[data-type=cms-form] .theme-gradient .submit a {
  color: #f6c5be;
  text-decoration: underline;
}
.theme-gradient .algemeen a:hover, .theme-gradient .clickdform #btnSubmit a:hover, .clickdform .theme-gradient #btnSubmit a:hover, .theme-gradient .reveal-overlay form[data-type=cms-form] .submit a:hover, .reveal-overlay form[data-type=cms-form] .theme-gradient .submit a:hover {
  text-decoration: none;
}
.theme-gradient .algemeen a.button:not(.white), .theme-gradient .clickdform #btnSubmit a.button:not(.white), .clickdform .theme-gradient #btnSubmit a.button:not(.white), .theme-gradient .algemeen .clickdform a#btnSubmit:not(.white), .theme-gradient .clickdform #btnSubmit .clickdform a#btnSubmit:not(.white), .clickdform .theme-gradient .algemeen a#btnSubmit:not(.white), .clickdform .theme-gradient #btnSubmit a#btnSubmit:not(.white), .theme-gradient .algemeen form a.submit:not(.white), .theme-gradient .clickdform #btnSubmit form a.submit:not(.white), .clickdform .theme-gradient #btnSubmit form a.submit:not(.white), form .theme-gradient .algemeen a.submit:not(.white), form .theme-gradient .clickdform #btnSubmit a.submit:not(.white), .clickdform form .theme-gradient #btnSubmit a.submit:not(.white), .theme-gradient .reveal-overlay form[data-type=cms-form] .submit a.button:not(.white), .theme-gradient .reveal-overlay form[data-type=cms-form] .submit .clickdform a#btnSubmit:not(.white), .clickdform .theme-gradient .reveal-overlay form[data-type=cms-form] .submit a#btnSubmit:not(.white), .theme-gradient .reveal-overlay form[data-type=cms-form] .submit a.submit:not(.white), .reveal-overlay form[data-type=cms-form] .theme-gradient .submit a.button:not(.white), .reveal-overlay form[data-type=cms-form] .theme-gradient .submit .clickdform a#btnSubmit:not(.white), .clickdform .reveal-overlay form[data-type=cms-form] .theme-gradient .submit a#btnSubmit:not(.white), .reveal-overlay form[data-type=cms-form] .theme-gradient .submit a.submit:not(.white) {
  color: #fff;
  text-decoration: none;
}

.progress {
  height: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.progress .progress-meter {
  border-radius: 0;
  transition: width 1s ease;
  transition-delay: 0.8s;
  width: 0%;
  max-width: 100%;
  overflow: hidden;
}

.form-success {
  margin-top: 1rem;
}

.reveal-overlay {
  -webkit-overflow-scrolling: touch;
}
.reveal-overlay .close-button {
  color: #000;
}
.reveal-overlay form[data-type=cms-form] fieldset:first-of-type legend {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
.reveal-overlay form[data-type=cms-form] input[data-id=h-o-n-y] {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overlay {
    /* line 158, ../bower_components/foundation/scss/foundation/components/_reveal.scss */
  }
  .reveal-overlay .reveal {
    height: auto;
    min-height: 0;
  }
}

aside .button, aside .clickdform #btnSubmit, .clickdform aside #btnSubmit, aside form .submit, form aside .submit, aside form[data-type=cms-form] .submit, form[data-type=cms-form] aside .submit {
  margin-top: 1rem;
}

.newsletter form label {
  color: #fff;
}
.newsletter form .styled-checkbox {
  margin-bottom: 0;
}
.newsletter form .styled-checkbox input[type=checkbox] + label::after {
  line-height: 1.6em;
  width: 1.6em;
}
@media screen and (max-width: 39.9375em) {
  .newsletter form {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 74.9375em) {
  .dontation-wrap .input-group-buttons-special .cell, .dontation-wrap .input-group-buttons-special form[data-type=cms-form] ul li, form[data-type=cms-form] ul .dontation-wrap .input-group-buttons-special li, .dontation-wrap .input-group-buttons-special .theme-list-item > div:not(.connector),
.dontation-wrap .input-group-buttons-special .cta-item > div:not(.connector) {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

.donate-form-card .grid-wrapper {
  padding: 0 0.5rem;
}
.donate-form-card .grid-wrapper .cell, .donate-form-card .grid-wrapper form[data-type=cms-form] ul li, form[data-type=cms-form] ul .donate-form-card .grid-wrapper li, .donate-form-card .grid-wrapper .theme-list-item > div:not(.connector),
.donate-form-card .grid-wrapper .cta-item > div:not(.connector) {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.donate-form-card .grid-wrapper .cell.small-4, .donate-form-card .grid-wrapper form[data-type=cms-form] ul li.small-4, form[data-type=cms-form] ul .donate-form-card .grid-wrapper li.small-4, .donate-form-card .grid-wrapper .theme-list-item > div.small-4:not(.connector),
.donate-form-card .grid-wrapper .cta-item > div.small-4:not(.connector) {
  width: calc(33.33333% - 1rem);
}
.donate-form-card .grid-wrapper .cell.small-6, .donate-form-card .grid-wrapper form[data-type=cms-form] ul li.small-6, form[data-type=cms-form] ul .donate-form-card .grid-wrapper li.small-6, .donate-form-card .grid-wrapper .theme-list-item > div.small-6:not(.connector),
.donate-form-card .grid-wrapper .cta-item > div.small-6:not(.connector) {
  width: calc(50% - 1rem);
}
.donate-form-card .grid-wrapper .cell.small-12, .donate-form-card .grid-wrapper form[data-type=cms-form] ul li.small-12, form[data-type=cms-form] ul .donate-form-card .grid-wrapper li.small-12, .donate-form-card .grid-wrapper .theme-list-item > div.small-12:not(.connector),
.donate-form-card .grid-wrapper .cta-item > div.small-12:not(.connector) {
  width: calc(100% - 1rem);
}

#donate-form {
  width: 100%;
  overflow: hidden;
  margin-right: -0.5rem;
  padding-right: 0.5rem;
}
#donate-form .swiper-steps {
  overflow: visible;
}

form fieldset.d-block legend,
form fieldset.showLegend legend {
  display: block !important;
}
form[data-type=cms-form] {
  overflow: hidden;
}
form[data-type=cms-form] legend {
  display: none;
  font-weight: 900;
  font-size: 1.2rem;
}
form[data-type=cms-form] ul li input,
form[data-type=cms-form] ul li select,
form[data-type=cms-form] ul li textarea {
  background-color: #e6e6e6 !important;
}
form[data-type=cms-form] ul li textarea {
  border-radius: 20px;
  min-height: 150px;
}
form[data-type=cms-form] .submit {
  color: #fff;
}
form[data-type=cms-form] .hide-first-label label:first-of-type {
  display: none;
  width: 30px;
}
form[data-type=cms-form] .hide-first-label label {
  float: left;
  line-height: 30px !important;
  margin-left: 40px !important;
}
form .ideal {
  height: 38px;
  margin: -3px 2px 0 8px;
}
form select {
  height: auto;
}
form label {
  font-weight: 400;
}
form ul {
  padding: 0;
  margin-left: 0;
  list-style: none;
}
form ul li {
  position: relative;
}
form ul li span.error {
  width: 100%;
  float: left;
  display: none;
}
form ul li .tooltip {
  position: absolute;
  right: 0.75rem;
}
form ul li .tooltip:after {
  transition: all 0.2s ease;
  content: attr(title);
  padding: 0.25rem 0.5rem;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 0;
  width: 300px;
  max-width: 80vw;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 4px;
  transform: translate(0.75rem, -100%);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
form ul li .tooltip:hover:after, form ul li .tooltip:focus:after {
  transform: translate(0.75rem, -100%);
  opacity: 1;
}
form ul li .tooltip:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 2.35rem;
}
form ul li .tooltip[title=""] {
  display: none;
}
form .submit {
  float: right;
  margin: 0;
}
form label >,
form label > [type=radio] {
  margin-bottom: 0;
}
form input[type=checkbox] {
  margin: 0;
  border-radius: 0;
}
form input[type=checkbox] + label[for] {
  margin: 0;
  display: inline-block;
  line-height: 0;
}
form input[type=checkbox] + label + span.form-error {
  margin-top: 0.5rem;
}
form .input-group {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
form .input-group [type=text] {
  padding: 0.5rem 1rem;
}
form .input-group.input-group-flat {
  box-shadow: none;
}
form .input-group.input-group-flat input,
form .input-group.input-group-flat .button,
form .input-group.input-group-flat .clickdform #btnSubmit,
.clickdform form .input-group.input-group-flat #btnSubmit,
form .input-group.input-group-flat .submit {
  background-color: #e6e6e6;
  color: #333333;
}
form .input-group.input-group-flat input::-moz-placeholder, form .input-group.input-group-flat .button::-moz-placeholder, form .input-group.input-group-flat .clickdform #btnSubmit::-moz-placeholder, .clickdform form .input-group.input-group-flat #btnSubmit::-moz-placeholder, form .input-group.input-group-flat .submit::-moz-placeholder {
  color: gray;
}
form .input-group.input-group-flat input::placeholder,
form .input-group.input-group-flat .button::placeholder,
form .input-group.input-group-flat .clickdform #btnSubmit::placeholder,
.clickdform form .input-group.input-group-flat #btnSubmit::placeholder,
form .input-group.input-group-flat .submit::placeholder {
  color: gray;
}
form #zipcode,
form #iban {
  text-transform: uppercase;
}
form .input-group-buttons {
  box-shadow: none;
  border-radius: 0;
}
form .input-group-buttons .input-group-label {
  background-color: transparent;
  padding-left: 0;
}
form .input-group-buttons .styled-radio-wrap {
  display: inline-block;
  position: relative;
  text-shadow: none;
  max-width: 100%;
}
form .input-group-buttons .styled-radio-wrap input[type=radio] {
  margin: 0;
  visibility: hidden;
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  */
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 100px;
  height: 100%;
  transition: all ease 0.2s;
  z-index: 100;
}
form .input-group-buttons .styled-radio-wrap input[type=radio]:checked {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  color: #000;
}
form .input-group-buttons .styled-radio-wrap input[type=radio] + label {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #fff;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 100px;
  height: 100%;
  transition: all ease 0.2s;
  margin-left: 0;
}
form .input-group-buttons .styled-radio-wrap input[type=radio] + label img {
  pointer-events: none;
}
form .input-group-buttons .styled-radio-wrap input[type=radio] + label strong {
  font-weight: 700;
}
form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form .input-group-buttons .styled-radio-wrap input[type=radio]:checked + label + label {
  color: #000;
}
form .input-group-buttons .styled-radio-wrap input.custom-donation-amount {
  display: inline-block;
  -moz-appearance: textfield;
  font-weight: 900;
  background-color: transparent;
  float: none;
  text-align: center;
  padding: 0;
  margin: 0;
  height: auto;
  color: inherit;
  min-width: 3ch;
  box-shadow: none !important;
}
form .input-group-buttons .styled-radio-wrap span.custom-donation-euro {
  display: inline !important;
}
form .input-group-buttons .styled-radio-wrap label {
  position: relative;
  z-index: 1;
  min-width: 2rem;
  margin: 0 0.75rem;
  line-height: 2.5rem;
  color: #fff;
  transition: all ease 0.2s;
}
form .input-group-buttons .styled-radio-wrap.with-radio label {
  margin-right: 1.2rem;
}
form .input-group-buttons .styled-radio-wrap.with-radio label:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 100px;
  margin-right: 0.5rem;
  transition: all 0.2s ease;
}
form .input-group-submit-pagination {
  text-align: center;
  padding-top: 1rem;
}
form .input-group-submit-pagination input {
  z-index: 1;
  position: relative;
}
form .input-group-submit-pagination button:disabled {
  padding-left: 5.5rem;
  margin-left: -5rem;
  z-index: 0;
  position: relative;
}
form .styled-checkbox {
  margin-bottom: 1rem;
  position: relative;
  /* Basic styles */
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
}
form .styled-checkbox input[type=checkbox],
form .styled-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
form .styled-checkbox label {
  position: static;
  display: inline-block;
  padding: 0;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
}
form .styled-checkbox label small {
  padding-left: 2.2rem;
  line-height: 1rem;
  display: inline-block;
}
form .styled-checkbox label::before,
form .styled-checkbox label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
form .styled-checkbox label::before {
  content: " ";
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 20%;
}
form .styled-checkbox.styled-checkbox-footer label::before {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
form .styled-checkbox input[type=checkbox] + label::after {
  content: "✔";
  color: #000;
  line-height: 1.6em;
  text-align: center;
  width: 1.6em;
}
form .styled-checkbox input[type=radio] + label::before {
  border-radius: 50%;
}
form .styled-checkbox input[type=radio] + label::after {
  content: " ";
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 0.2em solid #000;
  border-radius: 50%;
}
form .styled-checkbox input[type=checkbox]:checked + label::before,
form .styled-checkbox input[type=radio]:checked + label::before {
  background: #fff;
  border-color: #fff;
}
form .styled-checkbox input[type=checkbox] + label::after,
form .styled-checkbox input[type=radio] + label::after {
  transform: scale(0);
}
form .styled-checkbox input[type=checkbox]:checked + label::after,
form .styled-checkbox input[type=radio]:checked + label::after {
  transform: scale(1);
}
form .styled-checkbox label::before,
form .styled-checkbox label::after {
  transition: 0.25s all ease;
}
form .error {
  border: 1px solid red !important;
}

.error-notifications {
  border: none;
  color: #fff;
  text-align: center;
}

footer a {
  color: #cab69b;
}
footer.footer-big {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 39.5833333333%;
  background-color: #000;
  color: #fff;
}
footer.footer-big:before {
  width: 100%;
  display: block;
  padding-top: 39.5833333333%;
}
footer.footer-big .grid-container {
  position: relative;
  z-index: 1;
}
footer.footer-big .footer-bg-image {
  width: 100%;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
}
footer.footer-big .footer-bg-image img {
  position: absolute;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
}
footer.footer-small {
  background-image: none;
  padding-top: 1rem;
  margin-top: 2rem;
}
footer.footer-small:before {
  display: none;
}
footer .logos {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s ease;
}
footer .logos.hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transition: none;
}
footer .card-icon:before {
  display: none;
}
footer .card-icon img {
  filter: none !important;
}
footer > div:last-of-type {
  padding-bottom: 1rem;
}
footer .foot-small-items a {
  margin-right: 0.5rem;
}

@media screen and (max-width: 39.9375em) {
  p {
    font-size: 0.85em;
  }
  .button.button-icon .show-for-large + i, .clickdform .button-icon#btnSubmit .show-for-large + i, form .button-icon.submit .show-for-large + i {
    margin-left: 0;
  }
  .connector {
    top: -50%;
    left: 1rem;
  }
  .card {
    margin-bottom: 1rem;
  }
  .card .card-image .date {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  .card .card-section {
    padding: 0.5rem 0.5rem;
  }
  .card .card-section h3,
.card .card-section h4,
.card .card-section span {
    font-size: 0.8rem;
    line-height: auto;
    word-wrap: break-word;
  }
  .big-padding {
    padding-top: 2rem;
  }
  .big-padding.theme-iconbar {
    padding-bottom: 0;
  }
  .big-padding.cta-newsletter {
    padding-bottom: 2rem;
  }
  .top-bar {
    padding: 0.5rem;
  }
  .top-bar .logo {
    height: 52px;
    width: 140px !important;
  }
  main {
    padding-top: 2rem;
  }
  .theme-list-item {
    padding: 1rem 0;
  }
  .theme-list-item:after {
    background-position: bottom right;
  }
  .theme-list-item > div:not(.connector) {
    padding: 0 1rem;
    text-align: left !important;
    order: 2 !important;
  }
  .theme-list-item > div:not(.connector):first-of-type {
    order: 1 !important;
    xdisplay: none;
    margin-bottom: 1rem;
  }
  .theme-list-item .icon {
    height: 60px;
    margin-bottom: 1rem;
  }
  form .input-group {
    margin-bottom: 0.5rem;
  }
  form .input-group-buttons .input-group-label {
    padding-right: 0.5rem;
  }
  form .input-group-buttons .styled-radio-wrap {
    xmargin-left: 0.3rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
  form .input-group-buttons .styled-radio-wrap label {
    margin: 0 0.65rem;
  }
  footer > div:last-of-type .cell, footer > div:last-of-type .theme-list-item > div:not(.connector),
footer > div:last-of-type .cta-item > div:not(.connector), footer > div:last-of-type form[data-type=cms-form] ul li, form[data-type=cms-form] ul footer > div:last-of-type li {
    text-align: center !important;
  }
  .bg-image-title {
    font-size: 0.9rem;
  }
  ul.breadcrumbs {
    padding: 1.5rem 1rem !important;
    margin-top: 0 !important;
    width: 100%;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
  ul.breadcrumbs {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .fact-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 63.9375em) {
  .button, .clickdform #btnSubmit, form[data-type=cms-form] .submit, form .submit,
form .submit {
    padding: 0.65em 0.75rem;
  }
}
.kodo-row {
  padding: 0 !important;
  margin: 0 -0.5rem !important;
}
.kodo-row .cell, .kodo-row .theme-list-item > div:not(.connector),
.kodo-row .cta-item > div:not(.connector), .kodo-row form[data-type=cms-form] ul li, form[data-type=cms-form] ul .kodo-row li {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 0.5rem !important;
  flex: auto !important;
}
@media screen and (max-width: 39.9375em) {
  .kodo-row {
    margin: 0 -0.25rem !important;
  }
  .kodo-row .cell, .kodo-row .theme-list-item > div:not(.connector),
.kodo-row .cta-item > div:not(.connector), .kodo-row form[data-type=cms-form] ul li, form[data-type=cms-form] ul .kodo-row li {
    padding: 0 0.25rem !important;
  }
  .kodo-row .cell.small-6, .kodo-row .theme-list-item > div.small-6:not(.connector),
.kodo-row .cta-item > div.small-6:not(.connector), .kodo-row form[data-type=cms-form] ul li.small-6, form[data-type=cms-form] ul .kodo-row li.small-6 {
    width: calc(50% - 0.5rem) !important;
  }
  .kodo-row .cell.small-4, .kodo-row .theme-list-item > div.small-4:not(.connector),
.kodo-row .cta-item > div.small-4:not(.connector), .kodo-row form[data-type=cms-form] ul li.small-4, form[data-type=cms-form] ul .kodo-row li.small-4 {
    width: calc(33.33333% - 0.5rem) !important;
  }
  .kodo-row .cell.small-12, .kodo-row .theme-list-item > div.small-12:not(.connector),
.kodo-row .cta-item > div.small-12:not(.connector), .kodo-row form[data-type=cms-form] ul li.small-12, form[data-type=cms-form] ul .kodo-row li.small-12 {
    width: calc(100% - 0.5rem) !important;
  }
  .kodo-row .cell .styled-radio-wrap.with-radio label, .kodo-row .theme-list-item > div:not(.connector) .styled-radio-wrap.with-radio label,
.kodo-row .cta-item > div:not(.connector) .styled-radio-wrap.with-radio label, .kodo-row form[data-type=cms-form] ul li .styled-radio-wrap.with-radio label, form[data-type=cms-form] ul .kodo-row li .styled-radio-wrap.with-radio label {
    padding: 0 0.25rem !important;
  }
  .kodo-row .cell .styled-radio-wrap.with-radio label:before, .kodo-row .theme-list-item > div:not(.connector) .styled-radio-wrap.with-radio label:before,
.kodo-row .cta-item > div:not(.connector) .styled-radio-wrap.with-radio label:before, .kodo-row form[data-type=cms-form] ul li .styled-radio-wrap.with-radio label:before, form[data-type=cms-form] ul .kodo-row li .styled-radio-wrap.with-radio label:before {
    transform: scale(75%);
    margin-right: 0.1rem !important;
  }
}

.shares strong {
  color: black;
}

.clickdform .responsiveRow {
  font-size: inherit !important;
}

.clickdform input[type=text] {
  font-size: inherit !important;
}

.clickdform #clickdimensionsForm {
  width: 75%;
  margin-right: auto !important;
  font-family: "americane", sans-serif !important;
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm {
    width: 100% !important;
  }
}
.clickdform #clickdimensionsForm input {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
}
.clickdform #clickdimensionsForm .responsiveCellSize1.emptyCell {
  width: 0 !important;
  min-width: none !important;
}
.clickdform #clickdimensionsForm .maxSize2 {
  width: 100% !important;
  max-width: none !important;
}
.clickdform #clickdimensionsForm .maxSize1 {
  width: 100% !important;
  max-width: none !important;
}
.clickdform #clickdimensionsForm .minSize1 {
  width: 100% !important;
  min-width: none !important;
}
.clickdform #clickdimensionsForm .responsiveCellSize1 {
  min-width: none !important;
}
.clickdform #clickdimensionsForm .minSize2 {
  width: 100% !important;
  min-width: none !important;
}
.clickdform #clickdimensionsForm .responsiveCellSize2 {
  width: 100% !important;
  min-width: none !important;
}
.clickdform #clickdimensionsForm .responsiveCell div.alignTop {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm .reponsiveRow:first-of-type .responsiveCell {
    width: 100% !important;
  }
}
.clickdform #clickdimensionsForm .responsiveRow:nth-of-type(2) .responsiveCellSize1:nth-of-type(1) {
  width: 50% !important;
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm .responsiveRow:nth-of-type(2) .responsiveCellSize1:nth-of-type(1) {
    width: 100% !important;
  }
}
.clickdform #clickdimensionsForm .responsiveRow:nth-of-type(2) .responsiveCellSize1:nth-of-type(2) {
  width: 49% !important;
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm .responsiveRow:nth-of-type(2) .responsiveCellSize1:nth-of-type(2) {
    width: 100% !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm .responsiveRow:nth-of-type(1) .responsiveCell:nth-of-type(1) {
    width: 100% !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .clickdform #clickdimensionsForm .responsiveRow:nth-of-type(3) .responsiveCell:nth-of-type(1) {
    width: 100% !important;
  }
}
.clickdform #clickdimensionsForm .responsiveRow:nth-of-type(5) .responsiveCell {
  text-align: left !important;
}
.clickdform #clickdimensionsForm .buttonContainer {
  margin: none !important;
}

.load-more {
  margin-top: 1rem;
}

ul.list-group.list-group-downloads {
  margin-bottom: 1rem;
  margin-left: 0 !important;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
ul.list-group.list-group-downloads li.list-group-item {
  padding: 0 !important;
}
ul.list-group.list-group-downloads li.list-group-item a {
  padding: 1rem !important;
  display: block !important;
}

.list-group > :last-child {
  margin-bottom: 0;
}

.list-group-item {
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.list-group-item > :last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.list-group-item.active {
  color: #fefefe;
  background-color: #1779ba;
  border-color: 1px solid #1779ba;
}

.list-group-item:hover,
.list-group-item:focus {
  background-color: #e6e6e6;
}

.list-group-item:hover.active,
.list-group-item:focus.active {
  background-color: #1779ba;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus,
.list-group-item[disabled],
.list-group-item[disabled]:hover,
.list-group-item[disabled]:focus {
  color: #8a8a8a;
  cursor: not-allowed;
  background-color: #fefefe;
}

.list-group-item i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

ul.breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem !important;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.2rem;
  color: white;
  max-width: 60rem;
  margin: 0 auto;
  overflow: hidden;
}
ul.breadcrumbs li:first-of-type a::before {
  content: "";
}
ul.breadcrumbs a::before {
  content: "/";
  color: black;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
ul.breadcrumbs span.disabled::before {
  content: "/";
  color: black;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
ul.breadcrumbs li:first-of-type a {
  padding-left: 0;
}
ul.breadcrumbs li:last-of-type a {
  padding-right: 0;
}
ul.breadcrumbs li {
  color: #000;
  white-space: nowrap;
}

.content-breadcrumb {
  max-width: 60rem;
  margin: 0 auto;
}

.scroll-touch {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.filter-projects {
  display: flex;
}
.filter-projects .filter-text {
  min-width: 7rem;
  margin-top: 0.3rem;
}
.filter-projects .filter-wrapper {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
@media screen and (max-width: 63.9375em) {
  .filter-projects .filter-wrapper {
    flex-direction: column !important;
  }
}
.filter-projects #theme-filter {
  height: 2rem !important;
  border: 2px black solid;
  width: 20rem;
  margin-left: 0.5rem;
  padding: 0.3rem 1rem !important;
  padding-right: 1.5rem !important;
}
@media screen and (max-width: 63.9375em) {
  .filter-projects #theme-filter {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.filter-projects #theme-filter select {
  line-height: 0.8 !important;
}

.unstyled-list {
  margin-left: 0;
  list-style: none;
}

.projects {
  display: flex !important;
  flex-wrap: wrap;
}

.project-item {
  display: flex;
  width: 50%;
  padding: 0.5em;
}

.mapboxgl-popup-content h3 {
  margin-bottom: 0 !important;
}

.project-info {
  background-color: #f8f8f8;
}

div.project-information {
  text-align: left !important;
  align-content: left !important;
  padding: 2rem !important;
  align-items: flex-start !important;
}

.project-item .card-image img {
  width: 100%;
}

a.button.black, form a.black.submit, .clickdform a.black#btnSubmit {
  background-color: #000;
}

.w-50 {
  width: 50% !important;
}

.fact-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.fact-cell {
  display: flex;
}

.mt-auto {
  margin-top: auto;
}

.d-block {
  display: block !important;
}

.block-video {
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  margin-bottom: 0;
}
.block-video .responsive-embed {
  padding-bottom: 0;
}
.block-video .responsive-embed.widescreen {
  padding-bottom: 56.25% !important;
}
.block-video .responsive-embed {
  height: 100%;
}

.block-left.video {
  width: 85% !important;
}

.anchor {
  display: block;
  height: 88px;
  /*same height as header*/
  margin-top: -88px;
  /*same height as header*/
  visibility: hidden;
}

.year-title {
  padding: 0.7rem 1rem;
}

.cell.medium-8.block-layout .block-content .block-buttons a.button, .theme-list-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a.button,
.cta-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a.button, form[data-type=cms-form] ul li.medium-8.block-layout .block-content .block-buttons a.button, form[data-type=cms-form] ul li.medium-8.block-layout .block-content .block-buttons a.submit, .cell.medium-8.block-layout .block-content .block-buttons form a.submit, form .cell.medium-8.block-layout .block-content .block-buttons a.submit, .theme-list-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons form a.submit, form .theme-list-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a.submit,
.cta-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons form a.submit,
form .cta-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a.submit, .cell.medium-8.block-layout .block-content .block-buttons .clickdform a#btnSubmit, .clickdform .cell.medium-8.block-layout .block-content .block-buttons a#btnSubmit, .theme-list-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons .clickdform a#btnSubmit, .clickdform .theme-list-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a#btnSubmit,
.cta-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons .clickdform a#btnSubmit,
.clickdform .cta-item > div.medium-8.block-layout:not(.connector) .block-content .block-buttons a#btnSubmit, form[data-type=cms-form] ul li.medium-8.block-layout .block-content .block-buttons .clickdform a#btnSubmit, .clickdform form[data-type=cms-form] ul li.medium-8.block-layout .block-content .block-buttons a#btnSubmit {
  margin-bottom: 0.5rem !important;
}

.big-padding-bottom {
  padding-bottom: 2rem;
}

.block.bg-algemeen a {
  color: #fff !important;
  text-decoration: underline;
}

.cell.medium-20-percent, .theme-list-item > div.medium-20-percent:not(.connector),
.cta-item > div.medium-20-percent:not(.connector), form[data-type=cms-form] ul li.medium-20-percent {
  width: 20% !important;
}

.block .facts {
  width: 100%;
}

.project-info-light {
  background-color: #fbfbfb;
}

.project-small {
  border: #000 1px solid;
  border-radius: 10px;
  max-width: 58rem !important;
}
.project-small .project-information {
  padding: 1rem !important;
}
.project-small ul,
.project-small li {
  font-size: 12.5pt !important;
}
.project-small h2 {
  font-size: 16pt !important;
}
.project-small ul {
  margin-bottom: 0 !important;
}

.mijn-lijf-light {
  color: #000;
  background-color: #b8d4b9;
}

.schoon-water-light {
  color: #000;
  background-color: #afcce7;
}

.zorgverleners-light {
  color: #000;
  background-color: #f9ce83;
}

.zorg-voor-iedereen-light {
  color: #000;
  background-color: #a7dfe2;
}

div.responsive-embed.widescreen {
  background-color: black;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
}
div.responsive-embed.widescreen .cookieconsent-optout-marketing {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.block-layout .block[data-layout="1/1"] .block-image.bg-16-9 {
  background-color: black;
  height: auto;
  aspect-ratio: 16/9;
}

.block-layout .block[data-layout="1/2"] .block-image.bg-16-9 {
  background-color: black;
  height: auto;
  aspect-ratio: 16/9;
}
.block-layout .block[data-layout="1/2"] .block-image.bg-16-9:before {
  content: "";
  display: flex;
  padding-top: 0 !important;
}
.block-layout .block[data-layout="1/2"] .block-image.bg-16-9 .responsive-embed {
  padding-top: 0 !important;
}

.block-layout .block[data-layout="1/3"] .block-image.bg-16-9 {
  background-color: black;
  height: auto;
  aspect-ratio: 16/9;
}
.block-layout .block[data-layout="1/3"] .block-image.bg-16-9:before {
  content: "";
  display: flex;
  padding-top: 0 !important;
}
.block-layout .block[data-layout="1/3"] .block-image.bg-16-9 .responsive-embed {
  padding-top: 0% !important;
  padding-bottom: 100% !important;
  margin-bottom: 0 !important;
}

.content.resume {
  margin-bottom: 1.5rem;
}

.block.bg-algemeen a.button-icon > span {
  color: #000 !important;
}
.block.bg-algemeen a.button.algemeen, .block.bg-algemeen form a.algemeen.submit, form .block.bg-algemeen a.algemeen.submit, .block.bg-algemeen .reveal-overlay form[data-type=cms-form] a.submit, .reveal-overlay form[data-type=cms-form] .block.bg-algemeen a.submit, .block.bg-algemeen .clickdform a#btnSubmit, .clickdform .block.bg-algemeen a#btnSubmit {
  background-color: #fff;
  color: #dd1e35 !important;
  text-decoration: none !important;
}

.block-image.small::before,
.block-image.bg-16-9.small::before {
  padding-top: 0 !important;
}

.newsitem .card-section {
  display: inline-block;
}
.newsitem .card-section .content {
  display: flex;
  padding: 0 !important;
  margin-top: auto !important;
}

.newsitem {
  margin-bottom: 0 !important;
}

.block-image.small .responsive-embed.widescreen {
  padding-bottom: 56.25% !important;
  margin-bottom: 0 !important;
}

.block:not(.bg-algemeen) .block-image.small {
  height: 100%;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  a.breadcrumb-item-project {
    display: flex;
  }
  a.breadcrumb-item-project:before {
    content: "" !important;
  }
  a.breadcrumb-item-project span {
    white-space: normal;
  }
  a.breadcrumb-item-projectoverview:after {
    content: "/";
    color: black;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.new-nav-2021 {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15) !important;
  background-color: white;
}
.new-nav-2021 ul.menu li .button.white, .new-nav-2021 ul.subnav li .button.white, .new-nav-2021 ul.menu li form .white.submit, form .new-nav-2021 ul.menu li .white.submit, .new-nav-2021 ul.subnav li form .white.submit, form .new-nav-2021 ul.subnav li .white.submit, .new-nav-2021 ul.menu li .clickdform .white#btnSubmit, .clickdform .new-nav-2021 ul.menu li .white#btnSubmit, .new-nav-2021 ul.subnav li .clickdform .white#btnSubmit, .clickdform .new-nav-2021 ul.subnav li .white#btnSubmit {
  border: 1px solid black;
}
.new-nav-2021 .searchfield {
  padding-left: 0.5rem;
}

.no-filter {
  filter: none !important;
}

.notification-container .notification-popup:not(.notification-image) section {
  width: 100% !important;
}

.bg-align-top {
  background-position: top !important;
}

.bg-align-center {
  background-position: center !important;
}

.bg-align-bottom {
  background-position: bottom !important;
}

.hide-for-small-only {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .content iframe[src*=youtu] {
    aspect-ratio: 16/9;
    width: calc(100vw - 2rem);
    height: 50.5vw;
  }
}
.marketingForm table {
  margin-bottom: 0 !important;
}
.marketingForm table tr input,
.marketingForm table tr select,
.marketingForm table tr textarea {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.marketingForm table tbody th {
  padding: 0 !important;
}