/* --------------- START Custom Footer V3 --------------- */
#cms-footer {
  --footer-background-image: url(https://cmsv2-shared-assets.apptegy.net/Global/Images/Universal/footer-bg-2.jpg);
  /* --grayscale can be 'grayscale(100%)'; */
  --grayscale: unset;

  /* --display-apptegy-copyright can be 'block' in order to display it; hidden by default */
  --display-apptegy-copyright: none;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  #cms-footer {
    --footer-image-opacity: 0.1;
  }
}

#cms-footer #footer-f1 {
  width: 60%;
  position: relative;
  background-color: var(--bg-color);
  isolation: isolate;
  padding: 50px 35px 25px 35px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 {
    width: 75%;
  }
}

@media only screen and (max-width: 960px) {
  #cms-footer #footer-f1 {
    width: 100%;
    background-color: transparent;
  }
}

#cms-footer #footer-f1 .row {
  position: relative;
  padding-left: 270px;
  box-sizing: border-box;
  z-index: 2;
  background-color: var(--bg-color);
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 .row {
    padding-left: 0;
    background-color: transparent;
  }
}

#cms-footer #footer-f1 .row .logo-wrapper {
  position: absolute;
  width: 270px;
  height: 200px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

#cms-footer #footer-f1 .row .logo-wrapper img {
  width: 200px;
  max-height: 100%;
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 .row .logo-wrapper {
    width: 100%;
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 25px;
  }
}

#cms-footer #footer-f1 .row .footer-column-main {
  flex: unset;
  width: 100%;
  text-align: center;
  padding-right: 0;
  border-left: 2px solid var(--text-color);
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 .row .footer-column-main {
    border-left: none;
  }
}

#cms-footer #footer-f1 .row .footer-columns {
  width: 100%;
  flex: unset;
  padding-right: 0;
  text-align: center;
  border-left: 2px solid var(--text-color);
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 .row .footer-columns {
    border-left: none;
  }
}

#cms-footer #footer-f1 .row .footer-columns ul li:nth-child(n+15) {
  display: none;
}

#cms-footer #footer-f1 .row .footer-column-last {
  width: 100%;
  text-align: center;
  flex: unset;
  padding-right: 0;
  border-left: 2px solid var(--text-color);
  display: flex;
  flex-wrap: wrap;
  flex: unset;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  #cms-footer #footer-f1 .row .footer-column-last {
    border-left: none;
  }
}

#cms-footer #footer-f1 .row .footer-column-last h2 {
  display: none;
}

#cms-footer #footer-f1 .row .footer-column-last [data-mobile-app] {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#cms-footer #footer-f1 .row .footer-column-last [data-mobile-app] img {
  height: 36px;
}

#cms-footer #footer-f1 .row .footer-column-last .footer-social-links {
  width: 100%;
  order: -1;
}

#cms-footer #footer-f1:after {
  content: "";
  display: block;
  width: 2000px;
  height: 2000px;
  min-height: 100%;
  position: absolute;
  background-color: var(--bg-color);
  border-radius: 50%;
  right: -150px;
  top: calc(50% - 1000px);
  z-index: -1;
  border-right: 10px solid var(--secondary-color);
}

@media only screen and (max-width: 960px) {
  #cms-footer #footer-f1:after {
    display: none;
  }
}

#cms-footer #footer-f1 .additional-text-bottom {
  width: 100%;
}

#cms-footer #footer-f1 .apptegy-copyright {
  padding-bottom: 0;
  margin-top: 25px;
  display: var(--display-apptegy-copyright);
}

#app #cms-footer:after {
  width: 50%;
  left: unset;
  right: 0;
  filter: var(--grayscale);
}

@media only screen and (max-width: 960px) {
  #cms-footer:after {
    width: 100%;
    height: 100%;
  }
}

/* --------------- END Custom Footer V3 --------------- */
/*# sourceMappingURL=dev2.css.map */