footer {
  background: #173a6a;
  border-bottom: solid 2px #c7003c;
  padding: 12px 0;
}
footer a,
footer li,
footer p {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
footer a {
  line-height: 28px;
}
footer a:hover {
  color: #bdce1c;
}
footer .footer-bottom-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom-wrapper {
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0;
    height: 180px;
  }
}
footer .footer-bottom-wrapper .footer-social-media {
  flex: 0 0 20%;
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom-wrapper .footer-social-media {
    flex: 0;
  }
}
footer .footer-bottom-wrapper .footer-social-media a {
  padding: 5px;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
footer .footer-bottom-wrapper .footer-social-media a:hover {
  background-color: #bdce1c;
}
footer .footer-bottom-wrapper .footer-social-media a i {
  font-size: 14px;
  display: block;
}
footer .footer-bottom-wrapper .footer-bottom-links {
  flex: 0 0 40%;
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom-wrapper .footer-bottom-links {
    flex: 0;
  }
}
footer .footer-bottom-wrapper .footer-bottom-links a {
  color: white;
  margin-right: 15px;
}
footer .footer-bottom-wrapper .footer-adress {
  flex: 0 0 40%;
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom-wrapper .footer-adress {
    flex: 0;
    text-align: center;
  }
}
footer .footer-bottom-wrapper .footer-adress {
  color: white;
  font-size: 10pt;
  text-align: right;
}
footer .block {
  flex: 1;
}
footer .block ul.menu {
  margin-left: 0;
}
footer .block p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
footer .block:last-child {
  justify-content: flex-end;
}
footer .footer-top {
  width: 100%;
  border-top: 2px solid #004990;
}
footer .footer-top .footer-top-wrapper {
  display: flex;
  align-items: center;
  height: 180px;
  background: url("/sites/ects.sabanciuniv.edu/themes/custom/ects/images/20yil-bglast.png");
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 992px) {
  footer .footer-top .footer-top-wrapper {
    flex-direction: column;
    height: 300px;
  }
}
footer .footer-top .footer-top-wrapper .footer-logo-left {
  width: 200px;
  margin-right: 30px;
}
footer .footer-top p {
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
footer .footer-top a {
  display: flex;
  align-items: center;
}

.award-body footer {
  background: #f0f0f0;
  border-bottom: unset;
}

.footer-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.js-pager__items {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
.js-pager__items li {
  font-family: sans-serif;
  font-size: 14px;
}
.js-pager__items li a {
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid #004489;
  color: #004489;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}
.js-pager__items li a:hover {
  background-color: #004489;
  color: #fff;
}
.js-pager__items li a span[aria-hidden=true] {
  font-weight: bold;
}
.js-pager__items li.current-page {
  padding: 6px 12px;
  font-weight: bold;
  color: #004489;
  border: 1px solid transparent;
}

/*# sourceMappingURL=footer.css.map */
