
    /* Overrides */



    /* Heading and text */

    h1 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 50px;
      line-height: 55px;
    }


    h2 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 30px;
      line-height: 35px;
    }

    h3 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 27px;
      line-height: 32px;
    }

    h4 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: 500;
      font-size: 22px;
      line-height: 27px;
    }

    h5 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 15px;
      line-height: 20px;
    }

    h6 {
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 15px;
      line-height: 20px;
    }

    .p1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 22px;
      line-height: 26px;
    }

    .p2 {
      font-size: 15px;
      line-height: 21px;
    }

    .min-heading-height{
      min-height: 100px;
    }




    header {
      border-bottom: none;
    }

    .bg-scrolled {
      background-color: #21272C;
    }

    .nav-item {
      padding-top:10px;
    }

    header .nav-link {
      color:#FFF!important;
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: normal;
      font-size: 15px;
      line-height: 20px;
    }

    header .nav-link.active {
      border-bottom: 2px solid white;
    }

    .bg-scrolled {
      transition: background-color 0.5s ease;
    }




    /* Small screens */

    @media (max-width: 599px) {

      header .nav-link {
          font-size: 1.3em;
          margin-left: 20px;
          color: #F3F0E7!important;
      }

      header .nav-link.active {
        border-bottom: 1px solid white;
        width:200px;
      }

      header #nav-separator{
          height: 2px;
          color: #F3F0E7;
          opacity: 0.8;
          margin-top: 30px;
          margin-bottom: 30px;
      }

      .nav-item.button-container.black,  .nav-item.button-container.green, .nav-item.button-container.white{
        margin-top: 30px;
      }

      header .navbar-brand img {
          height: 25px;
      }

      .navbar-collapse {
        margin-top: 20px;
      }

      h1 {
        font-size: 2.8em;
      }

      h2 {
        font-size: 2em;
      }

      .min-heading-height{
        min-height: 50px;
      }

      section.personalised-feeds .container {
        background-image: none!important;
      }

      section.personalised-feeds .container .community-mobile{
        background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/sections/building_support.png')!important; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: contain;
        height:200px;

      }
     
      .green-background {
        background-color: #52AE32;
      }

      .grey-background {
        background-color: #4B4F51;
      }

      .custom-background {
        background:none;
      }

      body .hero{
          height:100dvh
      }
      body .hero .hero-slider{
          height:100dvh
      }
      body .hero .hero-slider .item{
          -webkit-mask-position:center center
      }
      body .hero .hero-slider .item .holder{
        max-width:100%;
        padding:0 20px
      }


      .main-banner .actions a {
        padding-right: 0!important;
      }

      .plans-pricing .actions a {
        padding-right: 0!important;
      }

    }


    /* Medium screens */

    @media only screen and (min-width: 600px) and (max-width: 1023px) {
      
      section.personalised-feeds .container {
        background-image: none!important;
      }

      section.personalised-feeds .container .community-mobile{
        background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/sections/building_support.png')!important; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: contain;
        height:200px;

      }

      header .nav-link.active {
          width:50%;
      }

      .curated h2 {
        font-size: 25px;
      }

    }





    /* Forms */

    .form-control {
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #212529;
        background-color: #FFF;
    }

    .form-control:focus {
        color: #212529;
        background-color: #FFF;
    }




    /* Custom Toggler */

    .navbar-toggler {
      border: 0 !important;
      margin-right:-20px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
      outline: none !important;
      box-shadow: none !important;
      border: 0 !important;
    }

    /* Lines of the Toggler */
    .toggler-icon {
      width: 30px;
      height: 3px;
      background-color: #F3F0E7;
      display: block;
      transition: all 0.2s;
    }

    /* Adds Space between the lines */
    .middle-bar {
      margin: 5px auto;
    }

    /* State when navbar is opened (START) */
    .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
      opacity: 0;
    }

    .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%;
    }
    /* State when navbar is opened (END) */

    /* State when navbar is collapsed (START) */
    .navbar-toggler.collapsed .top-bar {
      transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
      opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0);
    }
    /* State when navbar is collapsed (END) */

    /* Color of Toggler when collapsed */
    .navbar-toggler.collapsed .toggler-icon {
      background-color: #F3F0E7;
    }

    .stone-bullet {
      height: 12px;
      margin-top: 5px;
    }


    /* Buttons */

    .button-container {
      background-size: cover;
      display: inline-block;
      padding: 0;
      color: white; /* Set text color to match your design */
      text-align: center;
    }

    .button-container .btn{
      background-color: transparent;
      border-color: transparent!important;
      color: #F3F0E7;
      font-family: 'GalanoGrotesqueAlt', sans-serif!important;
      font-weight: 500;
    }

    .button-container.white .btn, .button-container.white-bigger .btn{
      color: #21272C;
    }

    .black{
      background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_charcoal.png');
      color: #F3F0E7!important;
      width: 135px;
      height: 39px;
      margin-top: 7px;
    } 

    .black-bigger{
      background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_charcoal.png');
      color: #F3F0E7!important;
      width: 164px;
      height: 48px;
      margin-top: 7px;
      padding-top: 5px;
    } 

    .green{
      background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_green.png');
      color: #F3F0E7!important;
      width: 135px;
      height: 39px;
      margin-top: 7px;
    } 

    .green-bigger {
        background-image: url(https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_green.png);
        color: #F3F0E7!important;
        width: 164px;
        height: 48px;
        margin-top: 7px;
        padding-top: 5px;
    }

    .white{
      background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_white.png');
      color: #21272C!important;
      width: 135px;
      height: 39px;
      margin-top: 7px;
    } 

    .white-bigger{
      background-image: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/button_white.png');
      color: #21272C!important;
      width: 164px;
      height: 48px;
      margin-top: 7px;
      padding-top: 5px;
    } 


    .button-container .btn:hover {
        opacity: 0.8;
        background-color: transparent!important;
        border-color: transparent!important;
    }

    .section-button {
      padding: 12px 25px 12px 25px;
      border-radius: 0.5em;
      text-transform: uppercase;
      min-width: 175px;
      border:none;
    }

    .dark-button {
      background-color: #21272C;
      color: #F3F0E7;
    }

    .green-button {
      background-color: #52AE32;
      color: #F3F0E7;
    }

    .white-button {
      background-color: #FFFFFF;
      color: #21272C;
    }

    .dark-button:hover, .green-button:hover {
      color: #CCC;
    }
    




    .main-banner {
      position: relative;
      background-size: cover;
      background-position: top center;
      text-align: center;
    }

    .main-banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://d2i1o2meoru327.cloudfront.net/01a7c2e0-d217-4aa2-b9d7-0a21eeeb9e7e/assets/images/banner_pattern.svg');
      opacity: 0.5; /* Adjust the opacity as needed */
      z-index: 1;
    }

    .banner-text {;
      margin: 0 auto;
      max-width:800px;
      color: #F3F0E7;
      z-index: 2;
    }




    /* Sections */


    .screenshot {
      margin: 10px 0 40px 0;
      /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
      border-radius: 20px;*/
      filter:grayscale(100%);
    }

    .image-bottom-cutoff {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      margin-bottom:-50px;
    }



    .screenshot.with-background {
      background-color: #F3F0E7;
      filter:grayscale(0%);
    }




    .main-banner {
      background-size: cover;
      background-position: top center; /* Ensure the top of the image is not cropped */
    }


    .bottom-button {
      position: absolute;
      width:100px;
      bottom: 50px; 
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    /* Section background colours */

    .visual, .data-insights, .career-visualisation, .lead-generation, .pricingTable, .microlearning, .mission {
      background-color: #F3F0E7;
    }

    .curated, .tools-templates, .shaping-future, .newsroom, .inspiring, .meet-team {
      background-color: #FFF;
    }

    .learning-management, .personalised-feeds, .becoming-partner {
      background-color: #4B4F51;
    }

    .plans-pricing {
      background-color: #52AE32;
    }

    .card-footer {
        background-color: transparent;
    }


    .line-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .line {
      height: 50px; 
      width: 2px;
      background-color: #21272C; 
    }



    .center-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }



    /* For Split Section backgrounds */

    .fixed-max-width {
      max-width: 1280px; /*Just for example, should be replaced by 1170px */
      margin: 0 auto;
    }

    .custom-background {
      background: linear-gradient(90deg, #52AE32 50%, #4B4F51 50%);
    }



    /* Newsroom */

    .newsroom .card{
      border:1px solid #eee;
    }

    .newsroom .card-body {
      flex: 1 1 auto;
      min-height: 200px;
      max-height: 400px;
      overflow: hidden;
    }

    .article-container {
      display: flex;
      overflow-x: auto;
      width: 100%;
      white-space: nowrap;
      scrollbar-width: thin;
      scrollbar-color: #ccc transparent;
    }

    .article-container::-webkit-scrollbar {
      width: 12px;
    }

    .article-container::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 10px;
    }

    .article {
      flex: 0 0 auto;
      width: 300px; /* Set a fixed width for each article */
      margin-right: 10px; /* Adjust margin as needed */
    }









    /* Footer */

    .bigger {
      width: 2.5em; 
      height: 2.5em;
    }


    /* Hero Slider */

    .hero{
        z-index:3!important;
        height:100dvh;
        background:#000
    }
    .hero .hero-slider{
        position:relative;
        height:100vh;
        height:100dvh
    }
    .hero .hero-slider .item, .static-hero .hero-slider .static-item{
        position:absolute;
        left:0;
        top:0;
        overflow:hidden;
        width:100%;
        height:100%;
        pointer-events:none;
        -webkit-mask-image:radial-gradient(#000 60%,transparent 60.1%);
        -webkit-mask-position:67.2% center;
        -webkit-mask-repeat:no-repeat;
        -webkit-mask-size:10vmax 10vmax;
        -moz-transition:-webkit-mask-size 1500ms ease;
        -o-transition:-webkit-mask-size 1500ms ease;
        -webkit-transition:-webkit-mask-size 1500ms ease;
        transition:-webkit-mask-size 1500ms ease
    }
    .hero .hero-slider .item .media-holder, .static-hero .hero-slider .static-item .media-holder{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%
    }
    .hero .hero-slider .item .media-holder span, .static-hero .hero-slider .static-item .media-holder span{
        display:block;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover
    }
    .hero .hero-slider .item .media-holder video{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        object-fit:cover
    }
    .hero .hero-slider .item .media-holder:after, .static-hero .hero-slider .static-item .media-holder:after{
        content:"";
        display:block;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        
    }
    .hero .hero-slider .item .holder, .static-hero .hero-slider .static-item .holder{
        position:relative;
        display:flex;
        align-items:center;
        text-align: center;
        max-width:66.6666666667vw;
        height:100%;
        margin:0 auto
    }
    @media(min-width:1920px){
        .hero .hero-slider .item .holder{
            max-width:1280px
        }
    }

    .hero .hero-slider .item.active, .static-hero .hero-slider .static-item.active{
        z-index:1;
        pointer-events:all;
        -webkit-mask-size:160vmax 160vmax
    }

    .tablet.landscape .hero .hero-slider .item .holder{
        max-width:80vw
    }

    .tablet.portrait .hero .hero-slider .item{
        -webkit-mask-position:center center
    }
    .tablet.portrait .hero .hero-slider .item .holder{
        max-width:100%;
        padding:0 55px
    }




    /* to cater for looping back to 2nd */
    .hero-slider .item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, background-image 0.5s ease;
    }

    .hero-slider .item.active {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .hero-slider .item:nth-child(2) {
        z-index: 2;
    }

    .hero-slider .item:nth-child(3) {
        z-index: 3;
    }
    
 




    /* Add bounce animation to the button */
    .bottom-button {
        animation: bounce 1.5s ease infinite;
        margin-left: -50px;
    }

    /* Define the bounce animation */
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-15px);
        }
        60% {
            transform: translateY(-5px);
        }
    }






    /* Policy pages */

    .policies {
      margin-top:150px;
      margin-bottom: 150px;
    }


    .plans {
      margin-top:100px;
    }


    /* Pricing table */

    .price-switch-wrapper .card {
      border:none;
    }


    .price-switch input[type='checkbox'] {
       width: 3.5em!important;
       height: 1.7em!important;
    }

    .price-switch label {
       line-height:2em;
    }

    .featured-pricing {
       background-color: #52AE32;
    }

    .form-check-input:checked {
     background-color: #52AE32; /* Set your desired color */
    }

    /* Optional: To change the border color when checked */
    .form-check-input:checked::before, .form-check-input:checked {
     border-color: #52AE32!important; /* Set your desired color */
    }

    .form-check-input:focus {
        border-color: #ACD89D;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(172,216,157,.25);
    }

    .form-switch .form-check-input:focus {
        --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ACD89D'/%3e%3c/svg%3e");
    }


    .feature-list{
       min-height: 170px;
    }

    .feature-list ul{
       padding-left:0!important;
    }

    .feature-list ul li{
       list-style: none;
       text-align: center;
       padding:5px;
    }


    /* About us */

    .modal-header{
      border-bottom: none;
    }

    span figure{
      cursor: pointer;
    }

    span figure img{
      filter: grayscale(100%);-webkit-filter: grayscale(100%);
    }


    /* Lessons video */

    #video-placeholder{
      cursor: pointer;
    }


  /* Newsletter Form */
  .newsletter-form .form-control {
    border: none;
    border-radius: 0rem;
    padding: 13px 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #FFF !important;
    background-color: transparent;
    border-bottom: 1px solid #FFF !important;
  }

  /* Autofill styles */
  .newsletter-form input:-webkit-autofill,
  .newsletter-form input:-webkit-autofill:focus,
  .newsletter-form input:-webkit-autofill:hover,
  .newsletter-form select:-webkit-autofill,
  .newsletter-form select:-webkit-autofill:focus,
  .newsletter-form select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #21272C inset!important;
    color: #FFF!important;
    background-color: transparent!important;
    border: none!important;     
    box-shadow: 0 0 0 1000px #21272C inset!important;
    -webkit-text-fill-color: #FFF!important;
    border-bottom: 2px solid #FFF!important;
  }

    #complete .input-group input:-webkit-autofill, #complete .input-group input:-webkit-autofill:focus {
        color: #212529;
        box-shadow: 0 0 0 1000px #F3F0E7 inset;
        -webkit-text-fill-color: #FFF !important;
    }

  .newsletter-form input:-webkit-autofill::first-line, .form-control:focus {
    color: #FFF!important;
    background-color: transparent!important;
  }


  .form-control:focus {
      border-color:#21272C!important;
      box-shadow: none!important;
      border-bottom: 2px solid #FFF!important;
  }

  /* Placeholder styles */
  .newsletter-form .form-control::placeholder {
    color: #FFF !important;
  }

  /* Disabled and readonly styles */
  .newsletter-form .form-control:disabled,
  .newsletter-form .form-control[readonly] {
    background-color: #ccc;
    opacity: 1;
  }

  #legal-menu a.active::before {
    content: '\00BB'; /* Unicode for right arrow */
    padding: 5px; /* Space between the text and the icon */

  }




