  /************************************ Learning Journey ***********************************/
.horizontal-section.horizontal-popup {
    max-width: 620px;
    min-width: 340px;
}
.horizontal-section.intro {
    max-width: 500px;
}
  .horizontal-article-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      color: #000;
      z-index: 100;
      will-change: border-radius;
      -webkit-overflow-scrolling: touch;
      -webkit-transform-origin: bottom right;
      transform-origin: bottom right;
      overflow: hidden;
      z-index: 99999;
      visibility: hidden;
      opacity: 0;
      transition: all ease 500ms;
  }
  .horizontal-article-wrapper.open {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #000;
      z-index: 100;
      will-change: border-radius;
      -webkit-overflow-scrolling: touch;
      -webkit-transform-origin: bottom right;
      transform-origin: bottom right;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 99999;
      visibility: visible;
      opacity: 1;
          transition: all ease 500ms;
  }
  .horizontal-article-background {
        position: fixed;
      height: 100%;
      width: 100%;
      background: #fff;
      opacity: 0;
      z-index: -1;
          transition: all ease 200ms;
  }
  .horizontal-article-background.open {
          position: fixed;
      height: 100%;
      width: 100%;
      background: #fff;
      opacity: 0;
      background-color: rgb(255, 255, 255);
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
          transition: all ease 200ms;
    }
    .horizontal-article-image-wrapper.open {
      width: 50%;
      height: 100%;
          transition: all ease 500ms;
    }
  .horizontal-article-inner {
    overflow-y: auto;
    height: 100vh;
    width: 100vw;
    background-size: cover;
  }
  /*.horizontal-article-inner:before {*/
  /*  content: '';*/
  /*  width: 100%;*/
  /*  height:100%;*/
  /*  position: fixed;*/
  /*  top:0;*/
  /*  left:0;*/
  /*  background-color: #015f6e;*/
  /*  opacity: 0.2;*/
  /*}*/
  .horizontal-article-content-wrapper {
      padding: 20px;
      background-color: #fff;
  }
@media (min-width:992px) {
  .horizontal-article-inner {
    background-image: none!important;
  }
  .horizontal-article-inner:before {
    display: none;
  }
}
  .horizontal-container {
     position: -webkit-sticky !important;
     position: sticky !important;
     }
  .horizontal-inner-track {
     -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
  }
  .horizontal-artical-close-wrapper {
      position: absolute;
      right: 5vw;
      top: 5vw;
      height: 50px;
      width: 50px;
      background-color: #015f6e;
      cursor: pointer;
      padding: 12px;
      color: #fff;
      display: block;
      border-radius: 0px;
      z-index: 9999;
  }
  .horizontal-article-close-link {
    position: absolute;
    right: 5vw;
    top: 5vw;
    height: 50px;
    width: auto;
    background-color: #015f6e;
    cursor: pointer;
    padding: 12px;
    color: #fff;
    display: block;
    border-radius: 0px;
    z-index: 9999;
}
.horizontal-artical-close-wrapper .menu-button-line-1 {
       transition: transform 200ms;
       transform: translateX(0px) translateY(8px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(45deg)!important;
  }
  .horizontal-artical-close-wrapper .menu-button-line-2 {
       transition: opacity 200ms;
       opacity: 0!important;
  }
  .horizontal-artical-close-wrapper .menu-button-line-3 {
       transition: transform 200ms;
       transform: translateX(0px) translateY(-4px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(-45deg)!important;
  }
  .journey-item span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px;
    background-color: #198297;
    color: #fff;
  }
  .journey-item img {
    margin-bottom: 30px;
  }
  .journey-item:after {
  content: '';
      position: absolute;
      border-top: 4px dotted #198297;
      width: 84px;
      left: -89px;
      top: 50%;
  }
  
  .horizontal-scroll {
    position: relative;
    width: 100vw;
    height: auto;
    background-color: #fff;
  }
  
  .horizontal-scroll-track {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
  
  .horizontal-container {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding-left: 7%;
  }
  
  .horizontal-inner-track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .horizontal-section {
    position: relative;
    height: 70vh;
    margin-right: 5vw;
    padding: 2.5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
  }
  
  .horizontal-section.intro {
    margin-right: 10vw;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  
  .horizontal-section.flip {
    padding-top: 5vw;
  }
  
  .horizontal-title {
    margin-top: 0;
    color: #5a6092;
    font-size: 2.2rem;
  }
  
  .horizontal-title.main {
    color: #015f6e;
    font-size: 2.9rem;
  }
  
  .horizontal-link {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  
  .horizontal-nav-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .horizontal-section-inner {
    position: relative;
  }
  
  .horizontal-section-inner.top {
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
  
  .horizontal-section-inner.bottom {
    margin-top: 5vw;
    margin-right: 5vw;
  }
  
  .horizontal-text {
    margin-bottom: 0;
    color: #757575;
    text-decoration: none;
  }
  
  .vertical-journey-line-dot {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: #198297;
    opacity: 1;
  }
  
  .vertical-journey-line-dot.start {
    left: -6px;
    top: -20px;
  }
  
  .vertical-journey-line-dot.end {
    left: -6px;
    top: auto;
    right: auto;
    bottom: -20px;
  }
  
  .horizontal-faded-number {
    position: absolute;
    left: auto;
    top: -5vw;
    right: -5vw;
    bottom: 0;
    z-index: -1;
    font-family: Cooperhewitt,sans-serif;
    color: #f5f5f5;
    font-size: 10rem;
  }
  
  .journey-line-container-1 {
    position: absolute;
    left: -5%;
    top: 3.8vw;
    overflow: hidden;
    height: 100%;
    margin-left: 50vw;
  }
  
  .journey-line-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 300vw;
    height: auto;
    max-width: 300vw;
    min-width: 300vw;
    opacity: 1;
  }
  
  .horizontal-article-inner {
    width: 100vw;
    padding: 7vw;
    background-color: #fff;
    z-index: 99999;
    position: relative;
  }

@media(min-width:992px){
  .horizontal-article-inner {
    width: 50%;
  }
}

  .horizontal-article-image-wrapper {
    display: none;    
  }

@media(min-width:992px){
  .horizontal-article-image-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0%;
    height: 0%;
    background-image: url(images/watergrove-trust-multi-academy-nav-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

  .vertical-journey-line {
    position: relative;
    overflow: hidden;
    margin-top: 5vw;
    padding: 5vw 10px 5vw 5vw;
    border-left: 4px dotted #198297;
    color: #494949;
    /* font-weight: 700; */
  }
  
  .journey-item {
    position: relative;
    margin-bottom: 100px;
    padding: 50px 30px 30px 30px;
    border-left: 3px solid #198297;
    background-color: #f5f5f5;
    box-shadow: 0 0 12px 0 rgba(29,38,75,.2);
  }
  
  .journey-item.video {
    padding: 0;
  }
  
  .journey-item.quote {
    background-color: #015f6e;
    color: #f5f5f5;
  }
  
  .hoizontal-section-image {
    width: 100%;
    height: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .horizontal-article-content-inner {
    position: relative;
  }
  
  .div-block-5 {
    margin-top: 7vw;
  }
  
  .inline {
    display: inline;
  }
  
  .quote-name {
    padding-left: 2.2rem;
    font-style: italic;
  }

  .horizontal-popup {
    line-height: 57px;
    text-align: center;
    color: #015f6e;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    margin: 20px 0 30px auto;
    display: block!important;
  }

@media (min-width:992px){
  .horizontal-popup {
    text-align: right;
    margin: -60px 0 20px auto
  }
}

.horizontal-popup span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    background-image: url(../images/hex-icon-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 58px;
    height: 66px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    text-align: center;
}

.horizontal-popup:hover span {
  background-image: url(../images/hex-icon-dark-green.svg);
}

@media screen and (max-width:991px) {
    .horizontal-section {
      height: 50vh;
    }  
  }
  @media screen and (max-width:767px) {
    .horizontal-section {
      min-width: 22.5%;
      margin-right: 10px;
      margin-left: 10px;
    }
  }
  @media screen and (max-width:479px) {
    .horizontal-inner-track {
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .horizontal-section {
      margin-right: 10px;
      margin-left: 10px;
    }
  }
