@font-face {
  font-family: MuliSemiBold;
  src: url(../fonts/Muli/Muli-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

header {
  height: auto;
}

.nav-icon .navbar-nav .nav-link ~.menu-line {
  transform:translate3d(238%,0,0)
}

/* intro section */
#intro {
  padding: 1.8rem 0 0.8rem;
}

#intro img {
  width: 100%;
}

#intro img.access-next-logo {
  max-width: 502px;
  margin-right: 3%;
}

#intro img.award-logo {
  max-width: 170px;
}

/* about access section */
#aboutAccess {
  padding: 4.8rem 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0.6909357492997199) 0%, rgba(255,255,255,1) 35%, rgba(44,248,116,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.6909357492997199) 0%, rgba(255,255,255,1) 35%, rgba(44,248,116,1) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0.6909357492997199) 0%, rgba(255,255,255,1) 35%, rgba(44,248,116,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2cf874",GradientType=1);
}

#aboutAccess .title h2 {
  font-family: 'Muli Bold';
  font-size: 3.875rem;
  line-height: 3.75rem;
  padding: 0;
}

#aboutAccess p {
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: 0.04rem;
  font-family: 'MuliSemiBold';
  color: #777b7b;
}

#aboutAccess img {
  margin-top: 70px;
}

/* solution section */
#solution {
  padding: 3.5rem 0 1rem;
}

#solution .title {
  margin-bottom: 1.18rem;
}

#solution .entree-page-header {
  font-size: 1.93rem;
  padding: 0;
}

#solution .left-content,
#solution .right-content {
  padding: 3.125rem 0 2.81rem;
}

#solution .left-content p,
#solution .right-content p {
  font-size: 1.25rem;
  line-height: 1.43rem;
  margin-bottom: 1.4rem;
  color: #777b7b;
}

#solution .left-content p strong,
#solution .right-content p strong {
  font-family: 'Muli bold';
  color: #302d58;
}

#solution .left-content p:last-child,
#solution .right-content p:last-child {
  margin-bottom: 0;
}

#solution .left-content {
  text-align: right;
}

#solution .left-content p {
  width: 80%;
  margin-left: auto;
}

#solution .right-content {
  border-left: 1px solid #80bf8b;
  text-align: left;
}

#solution .right-content p {
  width: 88%;
}

/* video section */
#video {
  padding: 2rem 0 7rem;
}

#video video {
  width: 100%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

#video .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#video .play-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video .play-overlay.hide {
  display: none;
}

#video .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  background-color: transparent;
  position: absolute;
}



#video .play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #ffffff;
  margin-left: 15px;
}

/* features section */
#features {
  background-color: #f6f6f6;
  padding: 4rem 0 2.5rem;
}

#features .title {
  text-align: left;
}

#features .title h2 {
  margin: 0;
  padding: 0;
}

#features .services-ul {
  padding-left: 1.7rem;
  font-family: 'Muli';
  font-size: 1.18rem;
  line-height: 1.31rem;
}

#features .services-ul li {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08rem;
}

#features .access-next-gif {
  max-width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* demo section */
#demo {
  padding: 4.5rem 0 5.5rem;
}

#demo .quote {
  font-family: 'Muli';
  font-size: 2.56rem;
  line-height: 3rem;
  letter-spacing: 0.07rem;
  color: #312c5b;
  margin-bottom: 3rem;
}

#demo .quote strong {
  font-family: 'Muli bold';
}

#demo .bold-text {
  font-family: 'Muli bold';
  font-size: 1.93rem;
  line-height: 2.06rem;
}

#demo .quote-by {
  color: #312c5b;
  letter-spacing: 0.04rem;
  margin-bottom: 4rem;
}

#demo .callout-text {
  color: #3d4f54;
  margin: 0 0 3.5rem;
}

#demo h2 {
  font-family: 'Muli bold';
  font-size: 2.62rem;
  line-height: 3rem;
  color: #80bf8b;
  margin-bottom: 2rem;
}


/* media queries */
@media screen and (min-width: 1200px) {
  #aboutAccess {
    padding-bottom: 3rem;
  }

  #aboutAccess p {
    width: 80%;
  }

  #aboutAccess img {
    margin-top: 112px;
    max-width: 773px;
    position: relative;
    left: -210px;
  }
}

@media screen and (min-width: 992px) {
  #solution .left-content {
    margin-left: 7%;
    margin-right: 9%;
  }

  #solution .right-content {
    padding-left: 8.5%;
  }

  #features .access-next-gif {
    max-width: 386px;
    margin-left: auto;
    margin-top: -37px;
    margin-right: 14px;
  }

  #demo .quote-content {
    max-width: 93%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  #intro img.access-next-logo {
    margin-right: 1%;
  }


  #solution .left-content {
    margin-left: 0;
    margin-right: 8%;
  }

  #solution .right-content {
    padding-left: 7.5%;
  }

  #solution .left-content p,
  #solution .right-content p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #intro img {
    max-width: 250px;
    display: block;
    text-align: left;
  }

  #intro img.award-logo {
    margin: 1rem auto 0;
  }

  #aboutAccess .title h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  #aboutAccess p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.07rem;
  }

  #solution .left-content {
    text-align: left;
    border-bottom: 1px solid #80bf8b;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  #solution .right-content {
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #video .play-button {
    width: 75px;
    height: 75px;
  }

  
  #video .play-button::after {
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 25px;
    margin-left: 7px;
  }

  #demo .quote {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  
  #demo .bold-text {
    font-size: 1.6rem;
    line-height: 1.75rem;
  }
  
  #demo h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}