footer.footer .footer-copyright {
	font-size: 14px !important;
  line-height: 1.4;
}

footer.footer .footer-top .col-lg-2:nth-child(2) {
	justify-content: center !important;
}

footer.footer .footer-top .col-lg-2:first-child {
	justify-content: flex-start !important;
}

/*footer.footer .footer-connect {
	padding-top: 3rem !important;
}*/

/footer.footer .footer-nav-item {
	flex: auto !important;
}*/

/*footer.footer .footer-social {
	padding-top: 2rem;
}*/

@media (max-width: 64rem) {
	.footer-nav {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 48rem) {
	.footer-nav {
		display: flex;
		flex-direction: column;
	}
}

.footer {
  background: #23237B;
  padding: 40px 0;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-top {
  position: relative;
}
.footer-top:after {
  content: '';
  background-color: #4040B2;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-logo {
  margin: 0 0 40px;
  text-align: center;
}
.footer-logo svg {
  max-width: 162px;
}
.footer h5 {
  margin: 0 0 24px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.footer-connect {
  margin: 0 0 40px;
  text-align: center;
}
.footer-connect .address {
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}
.footer-connect .tel,
.footer-connect .email {
  margin-bottom: 16px;
  font-size: 16px;
  color: #53E0DC;
  font-weight: 600;
  line-height: 24px;
}
.footer-connect .tel a,
.footer-connect .email a {
  color: inherit;
  text-decoration: underline;
}
.footer-connect .tel,
.footer-connect .email {
  margin: 0;
}
.footer-awards {
  margin: 0 0 40px;
  text-align: center;
}
.footer-awards-list {
  display: flex;
  flex-flow: row wrap;
  align-items: strech;
  justify-content: center;
  gap: 24px;
}
.footer-awards-list li {
  width: calc(50% - 12px);
}
.footer-awards-list li img {
  max-width: 90%;
  height: auto!important;
}
ul.footer-social {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin: 0 0 40px;
}
.footer-social li {}
.footer-social li a {
  background-color: #53E0DC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer-nav {}
.footer-nav-item {
  margin: 0 0 40px;
}
.footer-nav-item h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.footer-nav-item ul[role="menu"] {
  display: flex!important;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.footer-nav-item ul[role="menu"] li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.footer-nav-item ul[role="menu"] li a {
  color: inherit;
}
.footer-nav-item ul[role="menu"] li ul {
  padding-top: 20px;
  padding-left: 20px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: relative;
  left: unset;
  opacity: 1;
  visibility: visible;
}
.footer .footer-bottom {
  background: transparent;
  padding: 40px 0 0;
}
.footer-copyright {
  margin: 0 0 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
ul.footer-logos {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.footer-by {
  text-align: center;
}
.footer-by  a {
  display: inline-block;
  text-align: center;
}
.footer-by a p {
  display: inline-block;
  margin: 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -5px;
}
.footer-by a img {
  display: block;
  margin: 0 auto;
}
.footer-nav-item ul[role="menu"]:before,
.footer-nav-item ul[role="menu"]:after {
  display: none!important;
}

@media (min-width: 1200px) {
  .footer {
    padding: 100px 0 50px;
  }
  .footer-top:after {
    display: none;
  }
  .footer-top .container {
    padding-bottom: 80px;
    border-bottom: 1px solid #4040B2;
  }
  .footer-top .row {
    align-items: stretch;
  }
  .footer-logo,
  .footer-connect,
  ul.footer-social {
    margin: 0;
    text-align: left;
  }
  .footer-connect,
  .footer-awards {
    padding-top: 0;
  }
  .footer-awards {
    margin-bottom: 36px;
    text-align: left;
  }
  .footer-awards-list {
    justify-content: flex-start;
  }
  ul.footer-social {
    justify-content: flex-start;
    padding-top: 2rem;
  }
  .footer-top .col-lg-2:nth-child(1) {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer-top .col-lg-2:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-end;
  }
  .footer-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-nav-item {
    flex: 1;
    margin: 0;
  }
  .footer-nav-item ul[role="menu"] {
    padding-right: 15px;
  }
  .footer-bottom .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-copyright,
  ul.footer-logos {
    margin: 0;
  }
  .footer-copyright {
    max-width: 151px;
    text-align: left;
  }
  .footer-copyright p {
    margin: 0;
  }
  ul.footer-logos {
    gap: 100px;
  }
  ul.footer-logos li img {
    max-height: 53px;
  }
  .footer-two-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .footer-one-column {
    flex: 1;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: unset!important;
}