:root {
  --emahsn-red: #e41b13;
  --emahsn-orange: #ffa830;
  --emahsn-yellow: #ffc906;
  --emahsn-green: #8BC53F;
  --emahsn-blue: #36A9E1;
  --emahsn-darkblue: #2e2b7e;
  --emahsn-pink: #eb008b;
  --emahsn-purple: #7f3f97;
  --emahsn-grey: #eee;
  --body-text: #333333;
}
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Lato', sans-serif;
  color: var(--body-text);
  background-color: var(--white);
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 140%;
  font-size: 18px;
  height: 100%;
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
a {
  transition: all .25s ease-in-out;
  color: var(--emahsn-pink);
}
a:hover {
  transition: all .25s ease-in-out;
  color: var(--emahsn-darkblue);
}
img {
  max-width: 100%;
}
.btn {
  background-color: var(--emahsn-yellow);
  transition: all .25s ease-in-out;
  color: var(--emahsn-darkblue);
  box-shadow: 6px 6px #ccc;
  padding: 5px 15px 7px 15px;
  margin-bottom: 20px;
  border-radius: 0px;
  font-weight: 700;
  font-size: 20px;
}
.btn:hover {
  background-color: var(--emahsn-darkblue);
  transition: all .25s ease-in-out;
  color: var(--white);
}
.btn:focus {
  box-shadow: 6px 6px #ccc;
}
.btn.btn-twitter {
  background-color: var(--emahsn-pink);
  box-shadow: 10px 10px #ccc;
  text-transform: uppercase;
  color: var(--white);
  padding: 6px 15px 7px 15px;
  margin-top: 20px;
  font-size: 28px;
}
.btn.btn-twitter i {
  margin-right: 15px;
}
.btn.btn-twitter:hover {
  background-color: var(--emahsn-darkblue);
  transition: all .25s ease-in-out;
  color: var(--white);
}
.btn.btn-twitter:focus {
  box-shadow: 10px 10px #ccc;
}
.header {
  border-bottom: 5px solid var(--emahsn-darkblue);
  background-color: var(--emahsn-grey);
  padding: 45px 5.4% 45px 50px;
}
.header .col-sm-6 {
  padding: 0px;
}
.header .header-left img {
  width: 517px;
  max-width: 480px;
  margin-top: -10px;
}
.section-title {
  text-align: center;
  width: 100%;
}
.section-title h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.section-title h1 span {
  border-bottom: 2px solid var(--emahsn-pink);
  display: inline-block;
  padding-bottom: 10px;
}
.section-title h1 strong {
  font-size: 90px;
}
.section-title h2 {
  border-bottom: 2px solid var(--emahsn-pink);
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 50px;
}
@keyframes scrollIndicator {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(15px);
  }
}
.main-container {
  padding: 40px 0px;
}
.main-container .scroll-indicator {
  animation: scrollIndicator 1s infinite;
  color: var(--emahsn-pink);
  padding: 20px 0px;
  position: relative;
  text-align: right;
  font-weight: 700;
  top: -20px;
  z-index: 1;
}
.main-container .title {
  flex-direction: row-reverse;
}
.main-container .title h1 {
  border-bottom: 3px solid var(--emahsn-pink);
  color: var(--emahsn-darkblue);
  margin-right: 30px;
  line-height: 140%;
  font-size: 50px;
  z-index: 1;
}
.main-container .title h1 strong {
  font-size: 70px;
}
.main-container .title .title-icon {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.main-container .author .author-left {
  text-align: right;
  position: relative;
  padding-right: 50px;
}
.main-container .author .author-left .author-background {
  position: absolute;
  left: -280px;
  top: 150px;
  z-index: 0;
}
.main-container .author .author-left .author-images {
  display: inline-flex;
  position: relative;
}
.main-container .author .author-left .author-images .author-photo {
  width: 350px;
  height: 350px;
  z-index: 1;
}
.main-container .author .author-left .author-images .author-icon {
  position: absolute;
  z-index: 1;
}
.main-container .author .author-right {
  margin-top: 40px;
}
.main-container .author .author-right p:first-of-type {
  margin-top: 10px;
}
.main-container .author .author-right .author-details .author-name {
  margin-bottom: 0px;
  font-weight: 700;
}
.main-container .author .author-right .author-details .author-title {
  font-style: italic;
  display: inline-flex;
}
.main-container .author .author-right .author-details .author-title img {
  margin-left: 10px;
  margin-top: -10px;
}
.main-container .author .author-right .social-links {
  margin-bottom: 10px;
}
.main-container .author .author-right .social-links h4 {
  font-weight: 700;
}
.main-container .author .author-right .social-links a {
  transition: all .25s ease-in-out;
  text-decoration: underline;
  color: var(--body-text);
  margin-right: 18px;
  font-weight: 700;
}
.main-container .author .author-right .social-links a:hover {
  color: var(--emahsn-pink);
}
.main-container .author .author-right .social-links a i {
  color: var(--emahsn-pink);
  vertical-align: text-top;
  margin-right: 15px;
  font-size: 25px;
}
.main-container .author.nicole .author-left .author-images .author-icon {
  right: -30px;
  bottom: -20px;
}
.main-container .author.nicole .author-right {
  margin-top: 60px;
}
.main-container .author.nicole .author-right .author-details .author-name {
  color: var(--emahsn-pink);
}
.main-container .author.martin .author-left {
  padding-right: 30px;
}
.main-container .author.martin .author-left .author-images .author-icon {
  top: -40px;
  left: -50px;
}
.main-container .author.martin .author-right .author-details .author-name {
  color: var(--emahsn-green);
}
.enabling-services .section-title {
  background-color: var(--emahsn-darkblue);
  color: var(--white);
  padding: 50px 0px;
}
.enabling-services .section-title .intro {
  margin: 30px auto 0px auto;
  max-width: 800px;
  font-size: 21px;
  line-height: 140%;
}
.enabling-services .service-container {
  position: relative;
}
.enabling-services .service-container:nth-of-type(n+5) .row .service-content h3 {
  border-bottom: 3px solid var(--emahsn-pink);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.enabling-services .service-container .service-background-icon {
  position: absolute;
  z-index: 0;
}
.enabling-services .service-container.image-left .service-background-icon {
  top: 100px;
  left: 0;
}
.enabling-services .service-container.image-left .row .service-icon {
  top: -80px;
  right: 30px;
}
.enabling-services .service-container.image-left .row .statistics .statistic:first-of-type {
  margin-left: -50px;
}
.enabling-services .service-container.image-left .row .statistics .statistic:nth-of-type(2) {
  margin-left: -100px;
}
.enabling-services .service-container.image-left .row .statistics .statistic:nth-of-type(3) {
  margin-left: -150px;
}
.enabling-services .service-container.image-right .service-background-icon {
  top: 100px;
  right: 0px;
}
.enabling-services .service-container.image-right .row .service-images .service-photo {
  text-align: right;
  margin-right: -10%;
}
.enabling-services .service-container.image-right .row .service-images .service-photo img {
  width: 90%;
}
.enabling-services .service-container.image-right .row .service-images .service-icon {
  top: -40px;
  left: 100px;
}
.enabling-services .service-container.image-right .row .service-content {
  padding-left: 15%;
}
.enabling-services .service-container.image-right .row .statistics .statistic:nth-of-type(2) {
  margin-left: 50px;
}
.enabling-services .service-container.image-right .row .statistics .statistic:nth-of-type(3) {
  margin-left: 100px;
}
.enabling-services .row {
  padding: 50px 0px;
  max-width: 1300px;
  margin: 0 auto;
}
.enabling-services .row .service-images {
  position: relative;
}
.enabling-services .row .service-images .service-photo {
  position: relative;
  top: -50px;
  z-index: 1;
}
.enabling-services .row .service-images .service-photo img {
  border-radius: 50%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.enabling-services .row .service-images .service-icon {
  position: absolute;
  z-index: 2;
}
.enabling-services .row .service-content h3 {
  color: var(--emahsn-darkblue);
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 700;
  font-size: 43px;
}
.enabling-services .row .service-content p {
  margin-bottom: 25px;
  font-size: 20px;
}
.enabling-services .row .service-content .statistics {
  margin-top: 20px;
}
.enabling-services .row .service-content .statistics .statistic img {
  margin-right: 10px;
}
.enabling-services .row .service-content .statistics .statistic p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
.enabling-services .row .service-content .statistics .statistic p span {
  font-size: 40px;
}
.enabling-services .row .service-content .statistics .statistic:not(:last-of-type) {
  margin-bottom: 20px;
}
.enabling-services .row .service-content .statistics.blue {
  color: var(--emahsn-blue);
}
.enabling-services .row .service-content .statistics.pink {
  color: var(--emahsn-pink);
}
.enabling-services .row .service-content .statistics.green {
  color: var(--emahsn-green);
}
.enabling-services .row.flex-row .service-images {
  padding-left: 0px;
}
.enabling-services .row.flex-row .service-content {
  padding-right: 0px;
  padding-left: 20px;
}
.enabling-services .row.flex-row-reverse {
  padding: 130px 0px;
}
.enabling-services .row.flex-row-reverse .service-images {
  padding-right: 00px;
}
.enabling-services .row.flex-row-reverse .service-content {
  padding-right: 20px;
  padding-left: 0px;
}
.snapshot {
  background-color: #E2E0F0;
  padding: 60px 0px 30px 0px;
  position: relative;
}
.snapshot .background-icon-top {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.snapshot .background-icon-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.snapshot .section-title {
  margin-bottom: 60px;
  z-index: 1;
}
.snapshot .tweets {
  column-count: 3;
  column-gap: 3rem;
}
.snapshot .tweets .tweet {
  box-shadow: 8px 8px rgba(204,204,204,0.7);
  background-color: var(--white);
  display: inline-block;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
.snapshot .tweets .tweet .tweet-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.snapshot .tweets .tweet .tweet-icon {
  position: absolute;
  z-index: 1;
  right: 30px;
}
.snapshot .tweets .tweet .tweet-icon.blue {
  top: 210px;
}
.snapshot .tweets .tweet .tweet-icon.green {
  bottom: -60px;
}
.snapshot .tweets .tweet .tweet-icon.pink {
  top: 0px;
  right: -50px;
}
.snapshot .tweets .tweet p {
  padding: 0px 20px 20px;
}
.snapshot .tweets .tweet .date {
  padding-bottom: 0px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
  color: #939393;
}
.snapshot .tweets .tweet .hashtag {
  color: var(--emahsn-blue);
  font-weight: 700;
}
.programmes {
  background-color: var(--emahsn-darkblue);
  position: relative;
  padding: 50px 0px;
  color: var(--white);
}
.programmes .background-icon-top {
  position: absolute;
  top: 0;
  right: 0;
}
.programmes .background-icon-bottom {
  position: absolute;
  z-index: 0;
  left: -250px;
  bottom: 0;
}
.programmes .section-title {
  margin-bottom: 30px;
  position: relative;
}
.programmes .section-title .title-icon {
  position: absolute;
  top: -100px;
  right: 150px;
}
.programmes .intro {
  text-align: center;
  max-width: 850px;
  margin: 0px auto 30px auto;
  font-size: 20px;
}
.programmes ul {
  padding-left: 20px;
  column-count: 3;
  column-gap: 5rem;
  z-index: 1;
}
.programmes ul li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  width: 100%;
}
.programmes ul li h3 {
  margin-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.programmes ul li h3:before {
  content: url("../images/icons/bullet.svg");
  position: absolute;
  left: -25px;
  top: -3px;
}
.programmes ul li h3 a {
  color: var(--white);
}
.programmes ul li h3 a:hover {
  color: var(--emahsn-yellow);
  text-decoration: none;
}
.stay-up-to-date {
  padding: 80px 0px 30px 0px;
  position: relative;
  line-height: 150%;
  font-size: 25px;
  text-align: center;
}
.stay-up-to-date .background-icon-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.stay-up-to-date .background-icon-right {
  position: absolute;
  top: 0;
  right: 0;
}
.stay-up-to-date .container {
  max-width: 750px;
}
.stay-up-to-date .title h2 {
  background-color: var(--emahsn-yellow);
  box-shadow: 6px 6px rgba(0,0,0,0.3);
  color: var(--emahsn-darkblue);
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 26px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
}
.stay-up-to-date .row.intro {
  margin-bottom: 20px;
}
.stay-up-to-date .row .contact {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.stay-up-to-date .row .contact i {
  vertical-align: sub;
  margin-right: 10px;
  font-size: 40px;
}
.stay-up-to-date .row .contact p {
  margin-bottom: 40px;
}
.footer {
  background-color: var(--emahsn-grey);
  padding: 20px 50px;
}
.footer .col-sm-6 {
  padding: 0px;
}
.footer .footer-left p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer .footer-left p img {
  height: 61px;
  width: auto;
}
.footer .footer-left p img:first-of-type {
  margin-right: 30px;
}
.footer .footer-right {
  text-align: right;
}
.footer .footer-right .social-icons {
  margin-top: 10px;
}
.footer .footer-right .social-icons a {
  text-decoration: none !important;
}
.footer .footer-right .social-icons a img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.footer .footer-right .social-icons a img.twitter-icon {
  background-color: #e645a4;
}
.footer .footer-right .social-icons a img.twitter-icon:hover {
  background-color: #ec72ba;
}
.footer .footer-right .social-icons a img.linkedin-icon {
  background-color: #ffa830;
}
.footer .footer-right .social-icons a img.linkedin-icon:hover {
  background-color: #ffbd63;
}
.footer .footer-right .social-icons a img.vimeo-icon {
  background-color: #99ca3c;
}
.footer .footer-right .social-icons a img.vimeo-icon:hover {
  background-color: #aed564;
}
.footer .footer-right .social-icons a:not(:first-of-type) {
  margin-left: 10px;
}
.subfooter {
  padding: 10px 50px;
  font-size: 16px;
}
.subfooter p {
  margin: 0;
}
.subfooter a {
  color: #0281a4;
}
.subfooter a:hover {
  color: #0281a4;
}
.subfooter .col-sm-6 {
  padding: 0px;
}
.subfooter .subfooter-left {
  text-align: left;
}
.subfooter .subfooter-right {
  text-align: right;
}
.programme-page {
  font-size: 20px;
}
.programme-page .header {
  border: none;
}
.programme-page .sidenav {
  padding: 0px;
}
.programme-page .sidenav img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.programme-page .content {
  padding: 0px;
}
.programme-page .content .hero {
  border-bottom: 18px solid var(--emahsn-pink);
}
.programme-page .content .hero img {
  height: auto;
  width: 100%;
}
.programme-page .main-content {
  padding: 60px 30px;
}
.programme-page .main-content h1 {
  color: var(--emahsn-darkblue);
  border-bottom: 3px solid var(--emahsn-pink);
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
}
.programme-page .main-content .article h2 {
  color: var(--emahsn-darkblue);
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}
.programme-page .main-content .article p {
  margin-bottom: 25px;
}
.programme-page .main-content .article img {
  box-shadow: 10px 10px var(--emahsn-pink);
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.programme-page .main-content .impacts {
  margin-top: 30px;
  font-weight: 700;
}
.programme-page .main-content .impacts .title h3 {
  box-shadow: 6px 6px rgba(0,0,0,0.3);
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  padding: 7px 15px;
  font-weight: 700;
  font-size: 26px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.programme-page .main-content .impacts .statistics {
  background-color: var(--emahsn-darkblue);
  color: var(--white);
  position: relative;
  padding: 40px 40px 10px 60px;
}
.programme-page .main-content .impacts .statistics .title h3 {
  background-color: var(--emahsn-yellow);
  color: var(--emahsn-darkblue);
}
.programme-page .main-content .impacts .statistics .statistic {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.programme-page .main-content .impacts .statistics .statistic:not(:last-of-type) {
  border-bottom: 2px solid var(--emahsn-yellow);
}
.programme-page .main-content .impacts .statistics .statistic .statistic-icon {
  position: absolute;
  left: -110px;
}
.programme-page .main-content .impacts .statistics .statistic p {
  margin: 0;
}
.programme-page .main-content .impacts .statistics .statistic p span {
  line-height: 120%;
  font-size: 50px;
}
.programme-page .main-content .impacts .next-steps {
  background-color: var(--emahsn-yellow);
  color: var(--emahsn-darkblue);
  position: relative;
  padding: 70px 30px 60px 30px;
}
.programme-page .main-content .impacts .next-steps .title h3 {
  background-color: var(--emahsn-pink);
  color: var(--white);
}
@media (min-width: 1300px) {
  .programme-page .main-content .impacts {
    padding-right: 5%;
  }
  .programme-page .main-content .impacts .title h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
  .enabling-services .container {
    max-width: 1140px;
  }
  .programmes ul {
    max-height: 750px;
  }
}
