@import url('https://fonts.cdnfonts.com/css/din-regular');
 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
}
 .site-wrapper {
     max-width: 960px;
     margin: 0 auto;
}
 body {
     font-family: 'DIN-Regular', sans-serif;
     font-weight: 400;
     line-height: 1.3;
}
 html, body {
     overflow-x: hidden;
}
 header {
     background-color: #ffffff;
     justify-content: space-between;
     border-bottom: 1px solid #e0e0e0;
     position: sticky;
     top: 0;
     z-index: 100;
}
 nav {
     position: relative;
}
 nav ul {
     list-style: none;
     display: flex;
     flex-direction: column;
     margin-left: 45px;
     align-items: flex-start;
     position: absolute;
     width: 100%;
     background-color: white;
}
 nav ul li a {
     display: block;
     text-decoration: none;
     padding: 0.5rem 1rem;
     color: #2d2d2d;
     font-size: 1rem;
     text-transform: uppercase;
}
 nav ul li a:hover {
     background-color: #fbfbfb;
}
 .nav-toggle {
     display: none;
}
 .nav-toggle-label {
     display: flex;
     width: 27px;
     height: 22px;
     position: absolute;
     top: 19px;
     left: 9px;
     cursor: pointer;
}
 .nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after {
     content: '';
     display: block;
     background-color: #464646;
     height: 3px;
     width: 100%;
     position: relative;
}
 .nav-toggle-label span::before {
     top: -8px;
}
 .nav-toggle-label span::after {
     top: 5px;
}
 .nav-toggle-label {
     display: flex;
}
 nav ul li {
     display: none;
}
 #nav-toggle:checked ~ ul li {
     display: block;
}
 @media screen and (min-width: 768px) {
     nav ul {
         flex-direction: row;
         justify-content: center;
         margin-left: 0;
    }
     nav ul li {
         display: flex;
    }
     .nav-toggle-label {
         display: none;
    }
}
 .nav-padding {
     padding-top: 40px;
}
 h1, .home {
     color: #2d2d2d;
}
 h1, .infocus {
     color: #8a2787;
}
 h1, .breakthrough {
     color: #47a192;
}
 h1, .talent-match {
     color: #00718C;
}
 h4, .green {
     color: #47a192;
}
 h4, .purple {
     color: #8a2787;
}
 h4, .blue {
     color: #00718C;
}
 .hero {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 2rem;
}
 .hero-left, .hero-right {
     padding: 3rem;
     display:flex;
     justify-content: center;
     align-items: center;
     flex: 1;
}
 .how-we-help-hero {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 1.6rem 0 0 0;
     margin: 0;
}
 .how-we-help-hero .hero-left {
     flex: 1;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .how-we-help-hero .hero-left h1 {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 1.8rem;
     line-height: 2.1rem;
}
 .how-we-help-hero .how-we-help-hero-right {
     flex: 1;
     position: relative;
}
 .how-we-help-hero .how-we-help-hero-right img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 p {
    margin:0 0 0px 0;
}
 @media screen and (max-width: 768px) {
     .how-we-help-hero {
         flex-direction: column-reverse;
    }
     .how-we-help-hero .hero-left, .how-we-help-hero .how-we-help-hero-right {
         flex: none;
         width: 100%;
    }
}
 .hero-logo {
     width: 200px;
}
 .hero-left h1 {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 1.6rem;
     line-height: 2.1rem;
}
 @media screen and (max-width: 768px) {
     .nav ul {
         margin-left: 45px;
    }
     .hero {
         flex-direction: column-reverse;
    }
     .hero-left, .hero-right {
         flex: none;
         width: 100%;
    }
     .reverse {
         flex-direction: column-reverse;
    }
}
 .two-columns {
     display: flex;
     flex-wrap: wrap;
}
 .two-columns {
     display: flex;
     flex-wrap: wrap;
}
 .column-left {
     width: calc(50% - 0rem);
     position: relative;
}
 .breakthrough-copy {
     padding: 30px 30px 30px 30px;
}
 .column-right {
     width: calc(50% - 0rem);
     position: relative;
}
 .full-bleed-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .column-right-pink {
     background-color: #e50389;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-blue {
     background-color:#46509B;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-dark-blue {
     background-color:#464f9c;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-green {
     background-color:#47a192;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-purple {
     background-color:#8A2787;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-up-purple {
     background-color:#8A2787;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-up-blue {
     background-color:#00718C;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-yellow {
     background-color:#ffce00;
     color: #2d2d2d;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .column-right-dt-blue {
     background-color:#000055;
     color: #ffffff;
     flex: 1;
     padding: 2rem;
     display: flex;
     justify-content: center;
     flex-direction: column;
}
 .breakthrough-link {
     text-decoration: none;
}
 @media screen and (max-width: 768px) {
     .column-left, .column-right {
         flex: 100%;
    }
}
 .three-columns {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin: 0 auto;
     max-width: 1200px;
     padding-bottom: 40px;
}
 .column {
     width: calc(50% - 0rem);
     text-align: left;
     display: flex;
     flex-direction: column;
     align-items: center;
}
 .image-container {
     width: 400px;
     height: 325px;
     padding-top: 100px;
     padding-left: 30px;
}
/* Responsive image size */
 @media screen and (max-width: 768px) {
     .image-container {
         height: 260px;
    }
     .three-columns .image-container img {
         width: 250px;
         height: 150px;
    }
}
 @media screen and (max-width: 768px) {
     .three-columns {
         flex-direction: column;
    }
     .column {
         width: 100%;
         margin-bottom: 2rem;
    }
}
 .programmes-hero {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 1.6rem 6rem 0 0;
     margin: 0;
}
 .programmes-hero .hero-left {
     flex: 1;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .programmes-hero .hero-left h1 {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 1.8rem;
     line-height: 2.1rem;
}
 .programmes-hero .programmes-hero-right {
     flex: .5;
     position: relative;
}
 .programmes-hero .programmes-hero-right img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 @media screen and (max-width: 768px) {
     .programmes-hero {
         flex-direction: column;
         align-items: center;
         padding: 1rem 0 0 0 ;
    }
     .programmes-hero .hero-left, .programmes-hero .programmes-hero-right {
         flex: none;
         width: 50%;
    }
     .programmes-image {
         min-width: 200px;
    }
}
 @media screen and (max-width: 768px) {
     .centered-title {
         padding-top: 2rem;
         padding-bottom: 1rem;
    }
}
 .programmes-image {
     width: 33%;
     height: 100%;
     object-fit: cover;
}
 .button {
     border: none;
     color: white;
     padding: 7px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 13px;
     border-radius: 5px;
     margin-top: 25px;
}
 .button {
     transition-duration: 0.4s;
}
 .breakthrough-button {
     background-color: #47998a;
}
 .breakthrough-button:hover {
     background-color: #3a7d71;
     color: white;
}
 .infocus-button {
     background-color: #8a2787;
}
 .infocus-button:hover {
     background-color: #591957;
     color: white;
}

 .talent-match-button {
    background-color: #00718c;
}

 .talent-match-button:hover {
     background-color: #003c4a;
     color: white;
}
 .section-button {
     color: white;
}
 .section-button:hover {
     color: #b4dbe6;
}

 .prosperity-fund-copy {
    padding: 10px 40px 40px 40px;
    text-align: center;
    font-size: .75em;
 } 

 .footer-button {
     padding-top: 20px;
     color: #1094b8;
     cursor: pointer;
}
 .copy {
}
 h4 {
    margin-bottom:10px;
    font-weight:600;
    font-size:1.2rem;
}
 section {
    padding:0px 0px;
}
 .column-right-blue .section-button:hover {
    color:#cdeeff;
    font-weight:700;
}
 section ul {
    margin-bottom:15px;
}
 section ul li {
    margin-left:15px;
}
 .video-container {
     position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
    /* 16:9 aspect ratio (height divided by width) */
}
 .video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .centered-title {
     text-transform: uppercase;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 5rem;
     padding-bottom: 3rem;
     text-align: center;
}
 .page-end {
     padding: 10px 30px 40px 30px;
     text-align: center;
     margin-top: 35px;
}
 .growth-hub {
     padding-top: 40px;
     max-width: 200px;
     display: block;
    /* Make the logo a block-level element */
     margin: 0 auto;
}
 .breakthrough-footer {
     font-weight: 900;
     color: #47a192;
     font-size: 1.2rem;
     padding-bottom: 15px 
}
 .infocus-footer {
     font-weight: 900;
     color: #8A2787;
     font-size: 1.2rem;
     padding-bottom: 15px 
}
 .talent-match-footer {
     font-weight: 900;
     color: #00718c;
     font-size: 1.2rem;
     padding-bottom: 15px 
}
 .box {
     display: block;
     background-color: #8A2787;
     padding: 20px;
     text-decoration: none;
     color: #fff;
}
 .event {
     max-width: 100%;
    /* Ensures the image doesn't exceed the container width */
     height: auto;
    /* Allows the image to maintain its aspect ratio */
     display: block;
    /* Makes sure the image doesn't overflow its container */
     margin-bottom: 10px;
}
 .box:hover {
     background-color: #893b86;
}
 li {
     padding-bottom: 10px;
}
 .lockup {
     max-width: 100%;
     height: auto;
}
 .up-lockup {
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 1.5rem;
}
 footer {
     background-color: #333;
     color: #fff;
     padding-bottom: 1rem;
     text-align: center;
}
 