:root {
  --carmo-color-black: 38, 38, 38;
}
footer.footer-bg {
  background: #262626;
}
footer .card-content {
  padding: 1.5rem;
}
footer img.is-freedial {
  display: inline-block;
  margin: 0 auto;
  width: initial;
}
.cfs-20 {
  font-size: 20px;
}
.is-footer-size {
  font-size: 0.75rem;
}
@media screen and (min-width: 1408px) {
  .is-footer-size {
    font-size: calc(0.75 * 1.1364vw);
  }
}
.is-hours-text {
  font-size: 0.625rem;
}
@media screen and (min-width: 1408px) {
  .is-hours-text {
    font-size: calc(0.625 * 1.1364vw);
  }
}
body footer .is-fixed-width-button {
  height: 2.25em;
  width: 18rem;
}
@media screen and (min-width: 1408px) {
  body footer .is-fixed-width-button {
    height: calc(2.25 * 1.1364vw);
    width: calc(18 * 1.1364vw);
  }
}
body footer .is-button-text {
  font-size: 1rem;
}
@media screen and (min-width: 1408px) {
  body footer .is-button-text {
    font-size: calc(1 * 1.1364vw);
  }
}
body footer .button .icon.is-button-icon {
  height: 1.5em;
  width: 1.5em;
}
@media screen and (min-width: 1408px) {
  body footer .button .icon.is-button-icon {
    height: calc(1.5 * 1.1364vw);
    width: calc(1.5 * 1.1364vw);
  }
}
body footer .nurturing-button {
  width: 18rem;
}
@media screen and (min-width: 1408px) {
  body footer .nurturing-button {
    width: calc(18 * 1.1364vw);
  }
}
.footer-logo-container {
  background: #fff;
  margin: 2rem auto 0;
  padding: 0 0 5rem;
}
@media (min-width: 768px) {
  .footer-logo-container {
    padding: 1rem 0 0.25rem;
  }
}
@media (min-width: 992px) {
  .footer-logo-container {
    padding: 0 0 0.25rem;
  }
}
.footer-logo-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 350px;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-logo-inner {
    padding: 1rem 0 1rem;
  }
}
@media (min-width: 992px) {
  .footer-logo-inner {
    padding: 2rem 0 1rem;
    width: 350px;
  }
}
@media screen and (max-width: 320px) {
  .footer-logo-inner {
    padding: 1rem 0.25rem;
  }
}
.footer-logo-item {
  display: flex;
}
.footer-logo-nyle-image {
  width: 168px;
  height: 33px;
}
.footer-logo-image {
  display: inline-block;
  height: 51px;
  width: 46px;
}
.footer-logo-link {
  display: inline-block;
  height: 51px;
  margin: 0 0 0 0.5rem;
}
.footer-logo-link-image {
  width: 52px;
  height: 52px;
}
.footer-copyright {
  font-size: 0.875em;
}
@media (min-width: 1400px) {
  .footer-copyright {
    font-size: 1rem;
  }
}
.footer-copyright.is-under-logo {
  color: rgb(var(--carmo-color-black));
  font-size: 0.75rem;
  padding: 0 0 1rem;
  text-align: center;
  width: 100%;
}

/*# sourceMappingURL=footer.css.map */
