.site-footer {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
}

/* Hyperlinks section */

.site-footer-hyperlinks-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 30px 45px;
  margin: 30px 0 0 0;
  border-top: 1px solid #D0D7E8;
}

.site-footer-hyperlinks-wrapper.signed-in {
  display: none;
}

.site-footer-hyperlinks {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: normal;
  line-height: 1;
  padding: 0px 15px;
  font: 12px 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.site-footer-hyperlinks:last-child {
  display: flex;
  flex-direction: column;
  width: 134px;
  min-width: 134px;
}

.site-footer-app-logos {
  width: 104px;
  min-width: 104px;
  margin: 0;
}

.site-footer-hyperlinks-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #7E8BA8;
}

.site-footer-hyperlink {
  text-decoration: none;
  transition: 250ms all;
  margin-bottom: 10px;
  color: #7E8BA8;
}

.site-footer-hyperlink span.sup {
  font-size: 9px;
  position: relative;
  top: -2px;
  font-weight: 700;
}

.site-footer-hyperlink:hover {
  text-decoration: none;
  color: #0A2447;
}

@media only screen and (max-width: 900px) {
  .site-footer-hyperlinks-wrapper {
    flex-wrap: wrap;
    padding: 30px;
  }
  .site-footer-hyperlinks {
    width: 25%;
    padding: 0 15px 0;
  }
  .site-footer-app-logos {
    width: 104px;
    min-width: 104px;
    margin: 0;
  }
}


@media only screen and (max-width: 650px) {
  .site-footer-hyperlinks {
    width: 50%;
    order: 1;
    padding: 0 15px 30px 15px;
  }
}

/* Logo section */

.site-footer-logos-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top: 1px solid #D0D7E8;
  align-items: stretch;
}

.site-footer-logo {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border-left: 1px solid #D0D7E8;
}

.site-footer-logo:first-child {
  border:  none;
}

@media only screen and (max-width: 1220px) {
  .site-footer-logos-wrapper {
    flex-wrap: wrap;
  }
  .site-footer-logo {
    width: 50%;
  }
  .site-footer-logo:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #D0D7E8;
  }
  .site-footer-logo:last-child{
    border-top: 1px solid #D0D7E8;
  }
}

@media only screen and (max-width: 900px) {
  .site-footer-logos-wrapper {
    flex-direction: column;
    padding: 20px 0 60px;
  }
  .site-footer-logo {
    width: 100%;
    padding: 40px 0 0;
    border: 0 !important;
  }
}

/* Disclaimer section */

.site-footer .bottom-text {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #D0D7E8;
  font-weight: normal;
  line-height: 1;
  font: 12px 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  transition: 250ms all;
  color: #7E8BA8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}

.site-footer .bottom-text .made-with-love {
  font-size: 18px;
  font-weight: 700;
  color: #0A2447;
}

.site-footer .bottom-text .made-with-love a {
  color: #0A2447;
  text-decoration: underline;
}

.site-footer .bottom-text .made-with-love a:hover {
  color: #7E8BA8;
}

.site-footer .bottom-text a {
  text-decoration: none;
  transition: 250ms all;
  color: #7E8BA8;
}

.site-footer .bottom-text a:hover {
  color: #214595;
}

.site-footer .bottom-text .legal a:hover {
  color: #0A2447;
}

/* Column with a gap of 18px between items */
.site-footer-column-gap-18 {
  gap: 18px;
}

.site-footer-column-gap-18 .site-footer-hyperlinks-header {
  margin: 8px 0 0;
}

.site-footer-column-gap-18 .site-footer-hyperlinks-header:nth-child(1) {
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .site-footer-column-gap-18 .site-footer-hyperlinks-header:nth-child(1) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer-column-gap-18 .site-footer-hyperlinks-header:nth-child(1) {
    margin-top: 0;
  }
}

/* Social Icons */
.site-footer-icon-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .site-footer-icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

@media only screen and (max-width: 430px) {
  .site-footer-icon-row {
    gap: 12px;
  }
}


.site-footer-icon-row svg path {
  fill: #7E8BA8;
  transition: all 250ms;
}

.site-footer-icon-row a:hover svg path {
  fill: #535E79;
}

@media only screen and (max-width: 430px) {
  .site-footer-icon-row svg {
    width: 80%;
  }
}

/* Capterra Badge */
.site-footer-hyperlinks .capterra-badge {
  max-width: 104px;
}

/* Footer Icons */
.footer-icon {
  position: relative;
  top: 2px;
  margin: 0 1px;
}

.site-footer .bottom-text .made-with-love:hover .icon-heart {
  transform: scaleX(-1);
}

.footer-icon.icon-heart {
  width: 18px;
  height: auto;
  transition: transform 0.3s ease;
}
