/* Insert your iaslc footer custom SASS styling. */
.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.footer-wrapper .footer {
  border: 0;
  padding-top: 50px;
  padding-bottom: 25px;
}

.footer-wrapper .footer .block-menu {
  padding-top: 30px;
}

.footer-wrapper .footer .block-menu ul {
  display: block;
}

.footer-wrapper .footer .block-menu ul li {
  display: inline-block;
  padding-right: 35px;
}

.footer-wrapper .footer .block-menu ul li a {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0;
}

.footer-wrapper .footer .block-menu ul li a:hover {
  color: #c5203e;
}

.footer-wrapper .footer .block-menu .menu-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-wrapper .footer .region-footer-right-top .block-menu {
  padding-bottom: 30px;
  padding-top: 0;
  border-bottom: 1px solid #d9d9d9;
}

.footer-wrapper .footer .region-footer-right-top .block-menu ul li {
  padding-right: 50px;
}

.footer-wrapper .footer .region-footer-right-top .block-menu ul li a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
}

.footer-wrapper .footer .region-footer-right-top .block-menu ul li a:hover {
  color: #c5203e;
}

.footer-wrapper .footer .region-footer-right-top .block-menu ul li a.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper .footer .region-footer-right-top .block-menu ul li a.new:after {
  content: "new";
  color: red;
  font-size: 10px;
  margin-left: 4px;
}

.footer-wrapper .footer .region-footer-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.footer-wrapper .footer .region-footer-right-bottom-secondary {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .region-footer-right-bottom-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-wrapper .footer .copyrights {
  font-size: 0.75rem;
  padding-top: 13px;
}

.footer-wrapper .footer .accme-logo {
  width: 55px;
  margin-left: auto;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .footer-wrapper {
    text-align: center;
  }
  .footer-wrapper .footer .iaslc-logo {
    margin-bottom: 20px;
  }
  .footer-wrapper .footer .iaslc-logo svg {
    width: 60%;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .footer-wrapper .footer .region-footer-right-top .block-menu ul li,
  .footer-wrapper .footer .region-footer-right-bottom-primary .block-menu ul li {
    padding: 0 10px;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .region-footer-right-top .block-menu .menu-title,
  .footer-wrapper .footer .region-footer-right-bottom-primary .block-menu .menu-title {
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .footer-wrapper .footer .copyrights {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrapper .footer .accme-logo {
    margin-right: auto;
    margin-left: 0;
  }
}

.footer-wrapper .region-footer-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
