:root {
  --emahsn-red: #e41b13;
  --emahsn-orange: #ffa830;
  --emahsn-yellow: #ffc906;
  --emahsn-green: #8BC53F;
  --emahsn-blue: #36A9E1;
  --emahsn-darkblue: #2e2b7e;
  --emahsn-pink: #E5077D;
  --emahsn-purple: #82368C;
  --emahsn-grey: #eee;
  --body-text: #333333;
  --emahsn-pink-muted: #e272b4;
}
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;
}
b,
strong {
  font-weight: 800;
}
a {
  transition: all .25s ease-in-out;
  color: var(--emahsn-pink);
  font-weight: 700;
}
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 {
  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 {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.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 {
  background-color: var(--emahsn-darkblue);
  padding: 40px 0px;
  color: var(--white);
}
.main-container .scroll-indicator {
  animation: scrollIndicator 1s infinite;
  padding: 20px 0px;
  position: relative;
  text-align: right;
  top: -30px;
  z-index: 1;
}
.main-container .scroll-indicator h4 {
  color: var(--white);
  font-weight: 700;
  display: inline;
  padding: 20px;
}
.main-container .title {
  flex-direction: row-reverse;
}
.main-container .title h1 {
  border-bottom: 3px solid var(--emahsn-pink);
  margin-right: 30px;
  line-height: 140%;
  font-weight: 600;
  font-size: 50px;
  color: var(--white);
  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 .title .title-icon img {
  opacity: 0.2;
}
.main-container .title .btn {
  box-shadow: 6px 6px #595781;
}
.main-container .title .btn:hover {
  background-color: var(--white);
  color: var(--emahsn-pink);
}
.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 {
  background-color: #28256e;
  margin-top: 60px;
  padding: 30px;
}
.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(--white);
  margin-right: 18px;
  font-weight: 700;
}
.main-container .author .author-right .social-links a:hover {
  color: var(--emahsn-pink-muted);
}
.main-container .author .author-right .social-links a i {
  color: var(--emahsn-pink-muted);
  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: 100px;
}
.main-container .author.nicole .author-right .author-details .author-name {
  color: var(--emahsn-pink-muted);
}
.main-container .author.martin h2 {
  color: var(--emahsn-green);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 34px;
}
.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);
}
.main-container .author.martin .author-right a {
  color: var(--emahsn-green);
}
.innovation-pipeline {
  background-color: #E2E0F0;
  padding-bottom: 70px;
}
.innovation-pipeline .section-title {
  background-color: var(--emahsn-darkblue);
  color: var(--white);
  padding: 50px 0px;
}
.innovation-pipeline .intro {
  margin: 50px auto 50px auto;
  max-width: 1000px;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
}
.innovation-pipeline .intro strong {
  color: var(--emahsn-darkblue);
  font-size: 24px;
}
.innovation-pipeline .pipeline-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.innovation-pipeline .key {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: var(--emahsn-darkblue);
}
.innovation-pipeline .key img {
  margin-right: 10px;
}
.innovation-pipeline .key p {
  margin-bottom: 0px;
}
.innovation-pipeline .pipeline {
  color: var(--white);
  display: flex;
  font-size: 28px;
  line-height: 120%;
}
.innovation-pipeline .pipeline.darkblue .pipeline-intro {
  background-color: var(--emahsn-darkblue);
  border-top: 6px solid var(--white);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.darkblue .pipeline-content {
  background-color: #d7d6f1;
  color: var(--emahsn-darkblue);
  border-top: 6px solid var(--white);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.purple .pipeline-intro {
  background-color: var(--emahsn-purple);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.purple .pipeline-content {
  background-color: #eadbf0;
  color: var(--emahsn-purple);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.purple .pipeline-content p:nth-of-type(2) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.pink .pipeline-intro {
  background-color: var(--emahsn-pink);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.pink .pipeline-content {
  background-color: #ffebf7;
  color: var(--emahsn-pink);
  border-bottom: 2px solid var(--white);
}
.innovation-pipeline .pipeline.blue .pipeline-intro {
  background-color: var(--emahsn-blue);
  border-bottom: 6px solid var(--white);
}
.innovation-pipeline .pipeline.blue .pipeline-content {
  background-color: #f0f9fd;
  color: var(--emahsn-blue);
  border-bottom: 6px solid var(--white);
}
.innovation-pipeline .pipeline p {
  margin-bottom: 0px;
}
.innovation-pipeline .pipeline-intro {
  border-left: 6px solid var(--white);
  padding: 30px 0px 30px 80px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 180px;
  display: flex;
  width: 40%;
}
.innovation-pipeline .pipeline-intro h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 60px;
}
.innovation-pipeline .pipeline-intro p {
  font-weight: 800;
}
.innovation-pipeline .pipeline-intro .pipeline-icon {
  position: absolute;
  height: 130px;
  width: 130px;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.innovation-pipeline .pipeline-content {
  padding: 20px 0px 20px 50px;
  font-weight: 800;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  row-gap: 1.5rem;
  position: relative;
  border-right: 6px solid var(--white);
}
.innovation-pipeline .pipeline-content p {
  position: relative;
  padding-left: 100px;
}
.innovation-pipeline .pipeline-content .decision-gate {
  position: absolute;
  z-index: 1;
  left: 75px;
}
.innovation-pipeline .pipeline-content .decision-gate.gate-1 {
  top: -15px;
}
.innovation-pipeline .pipeline-content .decision-gate.gate-2 {
  top: 64px;
}
.innovation-pipeline .pipeline-content .decision-gate.gate-3 {
  bottom: 64px;
}
.innovation-pipeline .pipeline-content .decision-gate.gate-4 {
  top: -15px;
}
.case-studies .section-title {
  margin-bottom: 100px;
}
.case-studies .service-container .service-content h3 {
  border-bottom: 3px solid var(--emahsn-pink);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.case-studies .service-container .service-content > p strong {
  color: var(--emahsn-darkblue) !important;
  font-size: 22px !important;
}
.enabling-services .sub-section {
  background-color: #efeef7;
  margin-bottom: 80px;
}
.enabling-services .sub-section .sub-section-title {
  text-align: center;
  padding: 50px 0px;
  margin-bottom: 30px;
}
.enabling-services .sub-section .sub-section-title h2 {
  color: var(--emahsn-darkblue);
  font-weight: 800;
  font-size: 50px;
}
.enabling-services .sub-section .info h4 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 21px;
  line-height: 140%;
}
.enabling-services .sub-section .info ul li {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.enabling-services .sub-section .info.blue ul li {
  color: var(--emahsn-blue);
}
.enabling-services .sub-section .info.pink ul li {
  color: var(--emahsn-pink);
}
.enabling-services .sub-section .innovation-exchange .service-images {
  margin-top: 80px;
}
.enabling-services .sub-section .evaluation-fund .service-background-icon {
  top: unset !important;
  bottom: 0 !important;
}
.enabling-services .service-container .service-icon img {
  border-radius: 100%;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.4);
}
.enabling-services .service-container .service-icon.blue img {
  background-color: var(--emahsn-blue);
}
.enabling-services .service-container .service-icon.pink img {
  background-color: var(--emahsn-pink);
}
.enabling-services .service-container .service-icon.green img {
  background-color: var(--emahsn-green);
}
.case-studies,
.enabling-services {
  padding-bottom: 30px;
}
.case-studies .section-title,
.enabling-services .section-title {
  background-color: var(--emahsn-darkblue);
  min-height: 200px;
  color: var(--white);
  padding: 50px 0px;
}
.case-studies .section-title .intro,
.enabling-services .section-title .intro {
  margin: 30px auto 0px auto;
  max-width: 800px;
  font-size: 21px;
  line-height: 140%;
}
.case-studies .erd .row,
.enabling-services .erd .row {
  padding-top: 50px !important;
}
.case-studies .service-container,
.enabling-services .service-container {
  position: relative;
}
.case-studies .service-container .service-background-icon,
.enabling-services .service-container .service-background-icon {
  position: absolute;
  z-index: 0;
}
.case-studies .service-container .row,
.enabling-services .service-container .row {
  padding: 50px 0px;
  max-width: 1300px;
  margin: 0 auto;
}
.case-studies .service-container .service-images,
.enabling-services .service-container .service-images {
  position: relative;
}
.case-studies .service-container .service-images .service-photo,
.enabling-services .service-container .service-images .service-photo {
  position: relative;
  top: -50px;
  z-index: 1;
}
.case-studies .service-container .service-images .service-photo img,
.enabling-services .service-container .service-images .service-photo img {
  border-radius: 50%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.case-studies .service-container .service-images .service-icon,
.enabling-services .service-container .service-images .service-icon {
  position: absolute;
  z-index: 9;
}
.case-studies .service-container .service-content h3,
.enabling-services .service-container .service-content h3 {
  color: var(--emahsn-darkblue);
  display: inline-block;
  line-height: 120%;
  font-weight: 900;
  font-size: 43px;
}
.case-studies .service-container .service-content > p,
.enabling-services .service-container .service-content > p {
  margin-bottom: 0px;
  line-height: 140%;
  font-size: 20px;
}
.case-studies .service-container .service-content > p strong,
.enabling-services .service-container .service-content > p strong {
  font-weight: 900;
}
.case-studies .service-container .service-content > p:not(:first-of-type),
.enabling-services .service-container .service-content > p:not(:first-of-type) {
  margin-top: 10px;
}
.case-studies .service-container .service-content .readmore,
.enabling-services .service-container .service-content .readmore {
  margin-top: 25px;
}
.case-studies .service-container .service-content .statistics,
.enabling-services .service-container .service-content .statistics {
  margin-top: 20px;
}
.case-studies .service-container .service-content .statistics .statistic img,
.enabling-services .service-container .service-content .statistics .statistic img {
  background-color: var(--emahsn-darkblue);
  box-shadow: 8px 8px 0px #c1c1c1;
  border-radius: 100%;
  margin-right: 25px;
  padding: 5px;
  height: 96px;
  width: 96px;
}
.case-studies .service-container .service-content .statistics .statistic p,
.enabling-services .service-container .service-content .statistics .statistic p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
.case-studies .service-container .service-content .statistics .statistic p span,
.enabling-services .service-container .service-content .statistics .statistic p span {
  line-height: 100%;
  font-size: 35px;
  font-weight: 900;
}
.case-studies .service-container .service-content .statistics .statistic:not(:last-of-type),
.enabling-services .service-container .service-content .statistics .statistic:not(:last-of-type) {
  margin-bottom: 20px;
}
.case-studies .service-container .service-content .statistics.blue,
.enabling-services .service-container .service-content .statistics.blue {
  color: var(--emahsn-blue);
}
.case-studies .service-container .service-content .statistics.blue .statistic img,
.enabling-services .service-container .service-content .statistics.blue .statistic img {
  background-color: var(--emahsn-blue);
}
.case-studies .service-container .service-content .statistics.pink,
.enabling-services .service-container .service-content .statistics.pink {
  color: var(--emahsn-pink);
}
.case-studies .service-container .service-content .statistics.pink .statistic img,
.enabling-services .service-container .service-content .statistics.pink .statistic img {
  background-color: var(--emahsn-pink);
}
.case-studies .service-container .service-content .statistics.green,
.enabling-services .service-container .service-content .statistics.green {
  color: var(--emahsn-green);
}
.case-studies .service-container .service-content .statistics.green .statistic img,
.enabling-services .service-container .service-content .statistics.green .statistic img {
  background-color: var(--emahsn-green);
}
.case-studies .service-container .service-content .statistics.dark-blue,
.enabling-services .service-container .service-content .statistics.dark-blue {
  color: var(--emahsn-darkblue);
}
.case-studies .service-container.image-left .service-background-icon,
.enabling-services .service-container.image-left .service-background-icon {
  top: 100px;
  left: 0;
}
.case-studies .service-container.image-left .row,
.enabling-services .service-container.image-left .row {
  padding-bottom: 80px;
}
.case-studies .service-container.image-left .row .service-images,
.enabling-services .service-container.image-left .row .service-images {
  padding-left: 0px;
}
.case-studies .service-container.image-left .row .service-content,
.enabling-services .service-container.image-left .row .service-content {
  padding-right: 5%;
  padding-left: 20px;
}
.case-studies .service-container.image-left .row .service-icon,
.enabling-services .service-container.image-left .row .service-icon {
  top: -100px;
  right: 30px;
}
.case-studies .service-container.image-left .row .service-icon img,
.enabling-services .service-container.image-left .row .service-icon img {
  width: 183px;
  height: 183px;
}
.case-studies .service-container.image-left .row .statistics .statistic:first-of-type,
.enabling-services .service-container.image-left .row .statistics .statistic:first-of-type {
  margin-left: -50px;
}
.case-studies .service-container.image-left .row .statistics .statistic:nth-of-type(2),
.enabling-services .service-container.image-left .row .statistics .statistic:nth-of-type(2) {
  margin-left: -100px;
}
.case-studies .service-container.image-left .row .statistics .statistic:nth-of-type(3),
.enabling-services .service-container.image-left .row .statistics .statistic:nth-of-type(3) {
  margin-left: -150px;
}
.case-studies .service-container.image-left .row .statistics .statistic:nth-of-type(4),
.enabling-services .service-container.image-left .row .statistics .statistic:nth-of-type(4) {
  margin-left: -200px;
}
.case-studies .service-container.image-right .service-background-icon,
.enabling-services .service-container.image-right .service-background-icon {
  top: 100px;
  right: 0px;
}
.case-studies .service-container.image-right .row,
.enabling-services .service-container.image-right .row {
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
.case-studies .service-container.image-right .row .service-images,
.enabling-services .service-container.image-right .row .service-images {
  padding-right: 0px;
}
.case-studies .service-container.image-right .row .service-content,
.enabling-services .service-container.image-right .row .service-content {
  padding-right: 20px;
  padding-left: 0px;
}
.case-studies .service-container.image-right .row .service-images .service-photo,
.enabling-services .service-container.image-right .row .service-images .service-photo {
  text-align: right;
  margin-right: -10%;
  top: 0px;
}
.case-studies .service-container.image-right .row .service-images .service-photo img,
.enabling-services .service-container.image-right .row .service-images .service-photo img {
  width: 90%;
}
.case-studies .service-container.image-right .row .service-images .service-icon,
.enabling-services .service-container.image-right .row .service-images .service-icon {
  top: -50px;
  left: 100px;
}
.case-studies .service-container.image-right .row .service-images .service-icon img,
.enabling-services .service-container.image-right .row .service-images .service-icon img {
  width: 152px;
  height: 152px;
}
.case-studies .service-container.image-right .row .service-content,
.enabling-services .service-container.image-right .row .service-content {
  padding-left: 5%;
}
.case-studies .service-container.image-right .row .statistics .statistic:nth-of-type(2),
.enabling-services .service-container.image-right .row .statistics .statistic:nth-of-type(2) {
  margin-left: 50px;
}
.case-studies .service-container.image-right .row .statistics .statistic:nth-of-type(3),
.enabling-services .service-container.image-right .row .statistics .statistic:nth-of-type(3) {
  margin-left: 100px;
}
.case-studies .service-container.image-right .row .statistics .statistic:nth-of-type(4),
.enabling-services .service-container.image-right .row .statistics .statistic:nth-of-type(4) {
  margin-left: 150px;
}
.programmes {
  background-color: #fff;
  position: relative;
  padding: 50px 0px 0px;
  color: var(--body-text);
}
.programmes .background-icon-top {
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
}
.programmes .background-icon-bottom {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
  left: -250px;
  bottom: 0;
}
.programmes .section-title {
  margin-bottom: 30px;
  position: relative;
}
.programmes .section-title h2 {
  color: var(--emahsn-darkblue);
  font-size: 60px;
}
.programmes .section-title .title-icon {
  position: absolute;
  top: -100px;
  right: 150px;
}
.programmes .intro {
  max-width: 1000px;
  margin: 0px auto 30px auto;
}
.programmes .intro p {
  font-size: 24px;
  line-height: 130%;
  color: var(--emahsn-darkblue);
  font-weight: 900;
}
.programmes .intro h3 {
  text-align: center;
  margin-top: 30px;
}
.programmes .programmes-content {
  display: flex;
  margin-top: 20px;
}
.programmes ul {
  list-style-image: url("../images/icons/bullet-pink.svg");
  padding-left: 20px;
  z-index: 1;
}
.programmes ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  width: 100%;
}
.programmes ul li h3 {
  margin-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: 800;
}
.programmes ul li h3 a {
  color: var(--emahsn-darkblue);
  font-weight: 800;
}
.programmes ul li h3 a:hover {
  color: var(--emahsn-pink);
  text-decoration: none;
}
.programmes .current-programmes {
  flex: 0 0 65%;
  padding-right: 15px;
}
.programmes .current-programmes ul {
  flex: 0 0 50%;
}
.programmes .sustained-programmes {
  flex: 0 0 35%;
  color: var(--white);
  padding-left: 15px;
}
.programmes .sustained-programmes .title {
  background-color: var(--emahsn-yellow);
  color: var(--emahsn-darkblue);
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 800;
  padding: 25px;
}
.programmes .sustained-programmes ul {
  background-color: var(--emahsn-darkblue);
  padding: 20px 10px 10px 45px;
  list-style-image: url('../images/icons/bullet-white.svg');
  margin-bottom: 0px;
}
.programmes .sustained-programmes ul li {
  padding-left: 20px;
}
.programmes .sustained-programmes h3 a {
  color: var(--white);
}
.looking-forward {
  background-color: var(--white);
  padding: 60px 0px 80px 0px;
  position: relative;
}
.looking-forward .background-icon-top {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.looking-forward .background-icon-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.looking-forward .section-title {
  margin-bottom: 60px;
  z-index: 1;
}
.looking-forward h3 {
  color: var(--emahsn-darkblue);
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 700;
  font-size: 43px;
}
.looking-forward p,
.looking-forward li {
  font-size: 22px;
  line-height: 150%;
}
.looking-forward li {
  color: var(--emahsn-darkblue);
}
.looking-forward .tweets {
  column-count: 3;
  column-gap: 3rem;
}
.looking-forward .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%;
}
.looking-forward .tweets .tweet .tweet-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.looking-forward .tweets .tweet .tweet-icon {
  position: absolute;
  z-index: 1;
  right: 30px;
}
.looking-forward .tweets .tweet .tweet-icon.blue {
  top: 210px;
}
.looking-forward .tweets .tweet .tweet-icon.green {
  bottom: -60px;
}
.looking-forward .tweets .tweet .tweet-icon.pink {
  top: 0px;
  right: -50px;
}
.looking-forward .tweets .tweet p {
  padding: 0px 20px 20px;
}
.looking-forward .tweets .tweet .date {
  padding-bottom: 0px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
  color: #939393;
}
.looking-forward .tweets .tweet .hashtag {
  color: var(--emahsn-blue);
  font-weight: 700;
}
.stay-up-to-date {
  background-color: #E2E0F0;
  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 .background-icon-right .icon {
  position: relative;
  top: -160px;
  right: 60px;
}
.stay-up-to-date .background-icon-right .icon img {
  box-shadow: 10px 10px 0px rgba(0,0,0,0.4);
  background-color: var(--emahsn-pink);
  border-radius: 100%;
  width: 180px;
  height: 180px;
}
.stay-up-to-date .container {
  max-width: 750px;
}
.stay-up-to-date .title {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.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;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 26px;
  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 .col,
.programme-page .col-1,
.programme-page .col-10,
.programme-page .col-11,
.programme-page .col-12,
.programme-page .col-2,
.programme-page .col-3,
.programme-page .col-4,
.programme-page .col-5,
.programme-page .col-6,
.programme-page .col-7,
.programme-page .col-8,
.programme-page .col-9,
.programme-page .col-auto,
.programme-page .col-lg,
.programme-page .col-lg-1,
.programme-page .col-lg-10,
.programme-page .col-lg-11,
.programme-page .col-lg-12,
.programme-page .col-lg-2,
.programme-page .col-lg-3,
.programme-page .col-lg-4,
.programme-page .col-lg-5,
.programme-page .col-lg-6,
.programme-page .col-lg-7,
.programme-page .col-lg-8,
.programme-page .col-lg-9,
.programme-page .col-lg-auto,
.programme-page .col-md,
.programme-page .col-md-1,
.programme-page .col-md-10,
.programme-page .col-md-11,
.programme-page .col-md-12,
.programme-page .col-md-2,
.programme-page .col-md-3,
.programme-page .col-md-4,
.programme-page .col-md-5,
.programme-page .col-md-6,
.programme-page .col-md-7,
.programme-page .col-md-8,
.programme-page .col-md-9,
.programme-page .col-md-auto,
.programme-page .col-sm,
.programme-page .col-sm-1,
.programme-page .col-sm-10,
.programme-page .col-sm-11,
.programme-page .col-sm-12,
.programme-page .col-sm-2,
.programme-page .col-sm-3,
.programme-page .col-sm-4,
.programme-page .col-sm-5,
.programme-page .col-sm-6,
.programme-page .col-sm-7,
.programme-page .col-sm-8,
.programme-page .col-sm-9,
.programme-page .col-sm-auto,
.programme-page .col-xl,
.programme-page .col-xl-1,
.programme-page .col-xl-10,
.programme-page .col-xl-11,
.programme-page .col-xl-12,
.programme-page .col-xl-2,
.programme-page .col-xl-3,
.programme-page .col-xl-4,
.programme-page .col-xl-5,
.programme-page .col-xl-6,
.programme-page .col-xl-7,
.programme-page .col-xl-8,
.programme-page .col-xl-9,
.programme-page .col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
.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);
  overflow: hidden;
}
.programme-page .content .hero img {
  height: auto;
  width: unset;
  max-width: unset;
}
.programme-page .main-content {
  padding: 60px 30px;
}
.programme-page .main-content.case-study h1 {
  font-weight: 400;
}
.programme-page .main-content.case-study .article h2 {
  color: var(--emahsn-darkblue) !important;
}
.programme-page .main-content.enabling-service h1 {
  font-weight: 900;
}
.programme-page .main-content h1 {
  color: var(--emahsn-darkblue);
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 46px;
}
.programme-page .main-content .article h2 {
  margin-bottom: 20px;
  line-height: 130%;
  font-weight: 900;
  font-size: 24px;
}
.programme-page .main-content .article p {
  margin-bottom: 25px;
}
.programme-page .main-content .article ul,
.programme-page .main-content .article ol {
  margin-bottom: 25px;
}
.programme-page .main-content .article ul li,
.programme-page .main-content .article ol li {
  color: var(--emahsn-purple);
}
.programme-page .main-content .article ul li:not(:last-of-type),
.programme-page .main-content .article ol li:not(:last-of-type) {
  padding-bottom: 10px;
}
.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 .article .link {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.programme-page .main-content .article .link:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: -29px;
  top: 1px;
  color: #eb008b;
  content: '\f138';
  font-size: 24px;
}
.programme-page .main-content .impacts {
  margin-top: 40px;
  font-weight: 700;
}
.programme-page .main-content .impacts .title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.programme-page .main-content .impacts .title h3 {
  box-shadow: 6px 6px rgba(0,0,0,0.3);
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px;
  font-weight: 400;
  font-size: 26px;
}
.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 #fff;
}
.programme-page .main-content .impacts .statistics .statistic img {
  background-color: var(--emahsn-darkblue);
  box-shadow: 10px 10px 0px rgba(0,0,0,0.4);
  border-radius: 100%;
  position: absolute;
  left: -120px;
  width: 97px;
  height: 97px;
}
.programme-page .main-content .impacts .statistics .statistic p {
  margin: 0;
}
.programme-page .main-content .impacts .statistics .statistic p span {
  line-height: 100%;
  font-size: 40px;
  font-weight: 900;
}
.programme-page .main-content .impacts .next-steps {
  background-color: var(--emahsn-yellow);
  color: var(--emahsn-darkblue);
  position: relative;
  padding: 50px 30px 30px 30px;
}
.programme-page .main-content .impacts .next-steps .title h3 {
  background-color: var(--emahsn-pink);
  color: var(--white);
}
.programme-page .main-content .impacts .next-steps p:last-of-type {
  margin-bottom: 0;
}
.programme-page .main-content .info .title {
  background-color: var(--emahsn-yellow);
  padding: 20px 30px;
}
.programme-page .main-content .info .title h4 {
  color: var(--emahsn-darkblue);
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0;
}
.programme-page .main-content .info .list {
  background-color: var(--emahsn-darkblue);
  padding: 20px 50px 20px 30px;
}
.programme-page .main-content .info .list ul li {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.programme-page .main-content .info .list ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.our-impacts-summary {
  background-color: #E2E0F0;
  padding: 60px 0px 30px 0px;
  position: relative;
}
.our-impacts-summary .background-icon-top {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.our-impacts-summary .background-icon-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.our-impacts-summary .section-title {
  margin-bottom: 60px;
  z-index: 1;
}
.our-impacts-summary h2 {
  background: var(--emahsn-darkblue);
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 44px;
}
.our-impacts-summary h3 {
  color: var(--emahsn-darkblue);
  font-size: 30px;
  font-weight: 900;
  max-width: 90%;
  margin: 0 auto;
}
.our-impacts-summary .impact {
  padding: 40px 20px;
  text-align: center;
  font-size: 25px;
  line-height: 130%;
  color: var(--emahsn-darkblue);
  font-weight: 700;
}
.our-impacts-summary .impact img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: var(--emahsn-darkblue);
  box-shadow: 20px 20px 0px rgba(0,0,0,0.4);
  margin-bottom: 50px;
}
.our-impacts-summary .impact .counter {
  padding: 10px 0px 25px 0px;
  font-size: 55px;
  font-weight: 800;
}
.our-impacts-summary .month-content {
  display: flex;
  align-content: flex-start;
}
.our-impacts-summary .arrow {
  position: relative;
  width: 32px;
  height: 90%;
  margin-top: 35px;
  margin-left: 20px;
  margin-right: 20px;
  background: var(--emahsn-darkblue);
}
.our-impacts-summary .arrow:before {
  content: url('../images/icons/arrow-end-darkblue.svg');
  position: absolute;
  top: -24px;
  left: 0px;
  width: 32px;
}
.our-impacts-summary .arrow:after {
  content: url('../images/icons/arrow-front-darkblue.svg');
  position: absolute;
  bottom: -21px;
  left: 0px;
  width: 32px;
}
.our-impacts-summary .box-container {
  margin-top: 30px;
}
.our-impacts-summary .box {
  display: inline-block;
  margin: 15px;
  padding: 10px 20px;
  background: #a1c0d1;
  font-size: 22px;
  line-height: 150%;
}
.our-impacts-summary .pink h2 {
  background-color: var(--emahsn-pink);
}
.our-impacts-summary .pink .box {
  background: #ebbcd7;
}
.our-impacts-summary .pink .arrow {
  background: var(--emahsn-pink);
}
.our-impacts-summary .pink .arrow:before {
  content: url('../images/icons/arrow-end-pink.svg');
}
.our-impacts-summary .pink .arrow:after {
  content: url('../images/icons/arrow-front-pink.svg');
}
.our-impacts-summary .green h2 {
  background-color: var(--emahsn-green);
}
.our-impacts-summary .green .box {
  background: #adcc84;
}
.our-impacts-summary .green .arrow {
  background: var(--emahsn-green);
}
.our-impacts-summary .green .arrow:before {
  content: url('../images/icons/arrow-end-green.svg');
}
.our-impacts-summary .green .arrow:after {
  content: url('../images/icons/arrow-front-green.svg');
}
.our-impacts-summary .orange h2 {
  background-color: var(--emahsn-orange);
}
.our-impacts-summary .orange .box {
  background: #ffd395;
}
.our-impacts-summary .orange .arrow {
  background: var(--emahsn-orange);
}
.our-impacts-summary .orange .arrow:before {
  content: url('../images/icons/arrow-end-orange.svg');
}
.our-impacts-summary .orange .arrow:after {
  content: url('../images/icons/arrow-front-orange.svg');
}
.our-impacts-summary .blue h2 {
  background-color: var(--emahsn-blue);
}
.our-impacts-summary .blue .box {
  background: #a0cbe0;
}
.our-impacts-summary .blue .arrow {
  background: var(--emahsn-blue);
}
.our-impacts-summary .blue .arrow:before {
  content: url('../images/icons/arrow-end-blue.svg');
}
.our-impacts-summary .blue .arrow:after {
  content: url('../images/icons/arrow-front-blue.svg');
}
.our-impacts-summary .purple h2 {
  background-color: var(--emahsn-purple);
}
.our-impacts-summary .purple .box {
  background: #c4afcc;
}
.our-impacts-summary .purple .arrow {
  background: var(--emahsn-purple);
}
.our-impacts-summary .purple .arrow:before {
  content: url('../images/icons/arrow-end-purple.svg');
}
.our-impacts-summary .purple .arrow:after {
  content: url('../images/icons/arrow-front-purple.svg');
}
.our-impacts-summary .darkblue h2 {
  background-color: var(--emahsn-darkblue);
}
.our-impacts-summary .darkblue .box {
  background: #a1c0d1;
}
.our-impacts-summary .darkblue .arrow {
  background: var(--emahsn-darkblue);
}
.our-impacts-summary .darkblue .arrow:before {
  content: url('../images/icons/arrow-end-darkblue.svg');
}
.our-impacts-summary .darkblue .arrow:after {
  content: url('../images/icons/arrow-front-darkblue.svg');
}
.our-impacts-summary .month {
  margin-bottom: 50px;
}
.medicine-pathways h4 {
  font-weight: bold;
}
.medicine-pathways h4 a {
  color: var(--emahsn-darkblue);
}
.medicine-pathways li {
  color: var(--emahsn-pink);
  font-size: 20px;
  font-weight: bold;
}
.medicine-pathways span {
  font-size: 30px;
}
.projects-header h2 {
  font-size: 70px;
  font-weight: bold;
  color: var(--emahsn-darkblue);
  border-bottom: 3px solid var(--emahsn-pink);
  padding-bottom: 10px;
  display: inline-block;
}
.video-thumbnail {
  position: absolute;
  width: 300px;
  left: 270px;
  cursor: pointer;
}
.video-thumbnail img {
  margin-bottom: 13px;
}
.video-thumbnail span {
  font-size: 25px;
  color: var(--emahsn-pink);
  font-weight: bold;
}
#video-1 {
  top: 350px;
}
#video-2 {
  top: 420px;
}
@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: 900px;
  }
}
