@media screen and (min-width: 900px) {
  .neg-margin-qr {
    margin-top: -4rem !important;
  }
}

@import url("https://fonts.googleapis.com/css2?family=K2D&display=swap");
body {
  font-family: "K2D", sans-serif;
  background-color: #00adef !important;
}


.wp-site-blocks {
  padding: 0 !important;
}


.about-coop-menu > ul.wp-block-navigation__container{
  padding: 20px;
  color: #6A72A5
}
.employee-coop-menu > ul.wp-block-navigation__container{
  padding: 20px;
  color: #6A72A5
}

.coop-nav li a {
  position: relative;
  color: #0693e3;
  text-decoration: none;
}

.coop-nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #0693e3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.coop-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.footer-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.footer-divider .shape-fill {
  fill: #00adef;
}

.footer-divider--container {
  position: relative;
}