.footer-main--wrapper{
  background:#e3e3e3;
  padding: 35px 0 45px;
}

.footer-main--wrapper .column.right .logo-wrapper {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* .footer-main--wrapper .column .tagline h6{
  color: #87a6ba !important;
} */
.footer-main--wrapper .column .footer-cta-1 {
  margin-top: 54px;
  margin-bottom:40px;
}
.footer-main--wrapper ul.additional-links {
  padding-left: 0;
  list-style: none;
}
.footer-main--wrapper .column .cta-wrapper a.arrow-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #56baa1;
}
.footer-main--wrapper .column .cta-wrapper a.arrow-link:hover img, .footer-main--wrapper .column  .cta-wrapper a.arrow-link:focus img {
    transform: translate(4px,1px);
}
.footer-main--wrapper .column .cta-wrapper a.arrow-link img {
    width: auto;
    height: 10px !important;
    margin-left: 8px;
    transform: translate(0,1px);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.33,1,0.68,1);
    transition-delay: 0s;
}
.footer-main--wrapper .column .tagline h6{
  margin-top: 10px;
  text-align: right;
  line-height: 14px;
  color: #979797;
  transition-property: color;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
}

.footer-main--wrapper .column.left ul.socials {
  border-bottom: 1px solid rgba(12,48,70,.2);
}
.footer-main--wrapper .column.left ul.socials {
  display: flex;
  gap: 0 40px;
  width: 100%;
  padding-bottom: 60px;
  /*   border-bottom: 1px solid rgba(12,48,70,.2); */
  transition-property: border-color;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
  list-style:none;
  padding-left:0;
}
.footer-main--wrapper .column ul.socials li.social {
  position: relative;
  grid-column-end: span 1;
}
.footer-main--wrapper .column .logo-wrapper img {
/*   filter: sepia(1) hue-rotate(350deg) invert(1) brightness(1.25); */
}

.footer-main--wrapper .column .logo-wrapper img {
  height: 24px;
      filter: sepia(0) hue-rotate(0) invert(0) brightness(1);
  transition-property: filter;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
}
/* .footer-main--wrapper .column ul.socials li.social:hover a img {
  filter: grayscale(1) invert(1) brightness(1.25);
}
 */
.footer-main--wrapper .column ul.socials li.social a img {
  position: relative;
  pointer-events: none;
/*     filter: grayscale(1) invert(1) brightness(1.25); */
  transition-property: filter;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
}
.footer-main--wrapper .column ul.socials li.social a {
  background-color: rgba(12,48,70,.4);
}
.footer-main--wrapper .column ul.socials li.social a:hover, .footer-main--wrapper .column ul.socials li.social a:focus {
  background-color: #eef4f7;
}
.footer-main--wrapper .column ul.socials li.social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#fff;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
}

.footer-main--wrapper .column .footer-menu {
  padding-top: 20px;
}

.footer-main--wrapper .column .footer-menu .hs-menu-wrapper ul li {
  width: 46%;
  display: inline-block;
  padding: 10px 0;
  font-size:12px;
  margin:0;
}
.footer-main--wrapper .column .footer-menu .hs-menu-wrapper{
  padding:0;
}
.footer-main--wrapper .column .footer-menu .hs-menu-wrapper ul li a{
  padding:0;
  max-width:100%;    color: #0c3046;
}

@media(max-width:767px){
  .footer-main--wrapper .column ul.socials li.social a {
    width: 50px;
    height: 50px;
  }

  .footer-main--wrapper .column.left ,.footer-main--wrapper .row-14{
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .footer-main--wrapper .column.left ul.socials {
    gap: 0 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    border-top:  1px solid rgba(12,48,70,.2);
    border-bottom: 0;
  }

  .footer-main--wrapper .column .footer-cta-1 {
    margin-top: 10px;
  }
  body .footer-main--wrapper .column .row-14{
    max-width:100%;
  }
  .footer-main--wrapper {
    padding: 10px 0 40px;
}
}

.footer-main--wrapper .column .row-14 {
  max-width: 440px;
  margin-left: auto;
}

.footer-main--wrapper .column.right .button.with-halo {
  z-index: 1;
}

.footer-main--wrapper .column.right .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 40px;
  color: #fff;
  background-color: #56baa1;
  border: 0;
  border-radius: 25px;
  outline: 0;
  text-decoration: none;
  transition-property: color,background-color;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
}


.footer-main--wrapper .column.right .button.color-accent::before {
  background-color: rgba(86,186,161,0.25);
  border-color: rgba(86,186,161,0.4);
}

.footer-main--wrapper .column.right .button.with-halo::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%,-50%);
  background-color: rgba(86,186,161,0.25);
  border: 1px solid rgba(86,186,161,0.4);
  border-radius: 35px;
  transition-property: background-color,border-color,width,height;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
  transition-delay: 0s;
  will-change: width,height;
  z-index: -1;
  pointer-events: none;
}

.footer-main--wrapper .column.right .button.with-halo:hover::before, .footer-main--wrapper .column.right .button.with-halo:focus::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}


@media(max-width:480px){
  .footer-main--wrapper .column .footer-menu .hs-menu-wrapper ul li{
    width:100%;
  }
}