﻿.page-footer {
  position: relative;
  width: 100%;
  min-height: 510px;
  padding-top: 96px;
  padding-bottom: 30px;
  color: #FFF;
  background-color: #193047;
  overflow: hidden;
}
.page-footer ul,
.page-footer ul li {
  list-style: none;
  padding: 0;
}
.page-footer a {
  color: #D6D6D6;
}
.page-footer a:hover {
  color: #629CBC;
}
.page-footer .page-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer .page-footer-content .footer-list-wrapper {
  width: 20%;
  padding: 40px;
}
.page-footer .list-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  color: #FFF;
}
.page-footer .footer-list li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding-bottom: 8px;
}
.page-footer .social {
  display: grid;
  grid-template-rows: repeat(2, 28px);
  grid-template-columns: 29px 41px;
  grid-gap: 30px;
}
.page-footer .social .facebook-icon,
.page-footer .social .instagram-icon,
.page-footer .social .twitter-icon,
.page-footer .social .youtube-icon {
  display: block;
  height: 100%;
}
.page-footer .social .facebook-icon {
  background: no-repeat url("/Content/images/fb-icon.svg");
}
.page-footer .social .instagram-icon {
  margin-left: 4px;
  background: no-repeat url("/Content/images/instagram-icon.svg");
}
.page-footer .social .twitter-icon {
  background: no-repeat url("/Content/images/twitter-icon.svg");
}
.page-footer .social .youtube-icon {
  background: no-repeat url("/Content/images/youtube-icon.svg");
  width: 40px;
}
.page-footer .all-rights-reserved {
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  color: #B2B2B2;
  border-top: 1px solid #565656;
}
.page-footer .all-rights-reserved p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-footer .footer-list-wrapper {
    padding: 30px;
  }
  .page-footer .footer-list-wrapper:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .page-footer .footer-list li {
    padding-bottom: 12px;
  }
  .page-footer .social {
    grid-template-rows: repeat(1, 28px);
    grid-template-columns: repeat(3, 29px) 41px;
    padding-top: 8px;
  }
  .page-footer .social .instagram-icon {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page-footer {
    padding-top: 50px;
  }
  .page-footer .footer-list-wrapper {
    flex-basis: 49.7%;
  }
  .page-footer .about-us-container {
    order: 1;
  }
  .page-footer .trainings-container {
    order: 3;
  }
  .page-footer .initiatives-container {
    order: 2;
  }
  .page-footer .social-icons-container {
    order: 4;
  }
  .page-footer .social-icons-container .heading {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-list-wrapper {
    padding: 30px 15px;
  }
  .page-footer .footer-list li:last-child {
    margin-bottom: 0;
  }
}