#banner-content.row,
#banner-content .section-heading,
#banner-content .section-heading .row {
  padding-top: 64px;
  padding-bottom: 32px;
}

#banner-content.row h1,
#banner-content .section-heading .row h1,
#banner-content .section-heading .headline {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
  white-space: normal;
}

#banner-content .section-heading .headline .number {
  font-family: "vollkorn SC", serif;
  font-weight: 700;
  font-size: 66px;
}

#banner-content h1.headline:after {
  display: none;
}

#banner-content.row h1.statement,
#banner-content .section-heading .row h1.statement {
  padding: 12px 0;
  font-size: 19px;
  line-height: 24px;
}

#banner-content .badges {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#banner-content .badges img {
  width: 18%;
  height: auto;
  object-fit: contain;
}

#banner-content .badges img.vertical {
  width: 5.8%;
}

#banner-content .badges.eagles {
  justify-content: center;
}

#banner-content .badges.eagles img:not(.vertical) {
  margin: 0 4.5%;
}

#banner-content .top100-banner {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  font-family: "Lato", sans-serif;
}

#banner-content .top100-banner .banner-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 100px;
  padding-right: 25px;
  width: 50%;
  /* background-color: #fedd03; */
  animation: unactiveBiggerLeftBanner 0.3s both;
}
#banner-content .top100-banner .banner-left .award {
  position: absolute;
  left: 50vw;
  width: 700px;
}
#banner-content .top100-banner .banner-left .page-domain {
  position: absolute;
  left: 150px;
  top: 30px;
  font-weight: 600;
  font-size: 19px;
}
#banner-content .top100-banner .banner-left .head {
  font-weight: bold;
  font-size: 4.2vw;
  margin: 0 0 2.4vw;
}
#banner-content .top100-banner .banner-left .description {
  font-size: 20px;
  font-weight: light;
  max-width: 500px;
  line-height: 30px;
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  text-transform: uppercase;
}
#banner-content .top100-banner .banner-left .description .bold {
  font-weight: bolder;
  color: #cc0000;
}
#banner-content .top100-banner .banner-left .description .bold .number {
  font-family: "vollkorn SC", serif;
  font-weight: 700;
  font-size: 28px;
}
#banner-content .top100-banner .arrow-circle {
  cursor: pointer;
  border: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  animation: unactiveArrowCircle 0.3s both;
}
#banner-content .top100-banner .arrow-circle .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  animation: unactiveArrow 0.3s both;
}

#banner-content .top100-banner .banner-right {
  width: 50%;
  /* background-color: #f2cd30; */
  background-color: #f5f5f5;
  position: relative;
  animation: unactiveReducedRightBanner 0.3s both;
  overflow: hidden;
}
#banner-content .top100-banner .banner-right .img-wrapper {
  width: 87%;
  height: 500px;
  min-width: 460px;
  max-width: 725px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid black;
  background-image: url(../images/top100-tiles.jpg);
  background-position: 46%;
  background-position-y: 33%;
  background-size: 850px;
  animation: unactiveImgWrapper 0.3s both;
}

#banner-content .row.address {
  padding-top: 0;
  padding-bottom: 16px;
}
#banner-content .address address {
  font-size: 26px;
  line-height: 30px;
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  text-transform: uppercase;
  font-style: normal;
}
#banner-content .address address .number {
  font-family: "vollkorn SC", serif;
  font-weight: 700;
  font-size: 34px;
}
#banner-content .address .route {
  font-size: 23px;
  line-height: 23px;
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  text-transform: uppercase;
  color: #570f96;
}
#banner-content .address .route-red {
  font-size: 19px;
  line-height: 19px;
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  /* text-transform: uppercase; */
  color: #cc0000;
}
#banner-content .address .route-red .number {
  /* font-size: 23px; */
}
#banner-content .address .route-annotation {
  font-size: 16px;
  line-height: 16px;
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  text-transform: uppercase;
  color: #570f96;
}

#banner-content.row h1.statement span,
.section-heading .row h1.statement span {
  color: #cc0000;
}

#banner-content.row h1.statement.large,
#banner-content .section-heading .row h1.statement.large {
  font-size: 24px;
}

#banner-content.row h1.statement span,
.section-heading .row h1.statement span {
  color: #cc0000;
}

#banner-content .row h1.statement:after,
#banner-content.section-heading .row h1.statement:after {
  display: none;
}

#banner-content .no-wrap {
  white-space: nowrap;
}

#banner img {
  max-width: 60%;
  max-height: 80vh;
}

#banner .ranking {
  padding-top: 48px;
}

#banner .ranking p {
  font-family: "Vollkorn", sans-serif, Arial, Helvetica;
  font-size: 19px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

#banner .ranking p:first-child {
  font-size: 24px;
}

#banner .ranking a {
  color: #cc0000;
}

.section-title {
  margin-top: 88px;
  margin-bottom: 32px;
}

#about {
  text-align: center;
}

#about .about-img {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#about img {
  width: 78%;
  max-height: 80vh;
}

#about img:last-child {
  width: 18%;
}

#services .section-heading {
  text-align: center;
}

#services p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

#services .button {
  margin-top: 8px;
}

#services .row {
  height: auto;
  overflow: auto;
  padding: 0;
  padding-bottom: 64px;
}

#services .offer .col-3 {
  padding: 0 32px;
}

#services .offer ul {
  list-style: none;
}

#services .offer ul li {
  margin-bottom: 16px;
}

#services .offer ul li::before {
  content: "\2022";
  color: #570f96;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#services .video img.play {
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 50px);
  opacity: 0.8;
}

#services .video img.thumbnail {
  height: 400px;
  object-fit: cover;
}

#services .services-img {
  clear: both;
  padding-top: 48px;
  text-align: center;
}

#services .services-img img {
  max-width: 60%;
  max-height: 80vh;
}

#services .services-img figcaption {
  font-size: 8px;
  opacity: 0.3;
  margin-top: 4px;
}

#gallery {
  padding-bottom: 0;
}

#gallery .col-gallery .section-title {
  margin-top: 32px;
}

#gallery a.wow {
  display: block;
  padding: 20px;
}

#testimonials .section-title {
  margin-top: 0;
}

#testimonials .stars {
  color: #570f96;
  display: block;
  margin-bottom: 12px;
}

#testimonials blockquote {
  text-align: left;
  padding: 0;
  margin-bottom: 32px;
}

#testimonials blockquote footer {
  text-align: center;
}

.featherlight .featherlight-content {
  overflow: hidden;
}

/* active award */

#banner-content .top100-banner .banner-left.activeAward {
  animation: activeBiggerLeftBanner 0.3s both;
}
#banner-content .top100-banner .banner-right.activeAward {
  animation: activeReducedRightBanner 0.3s both;
}
#banner-content .top100-banner .banner-right .img-wrapper.activeAward {
  animation: activeImgWrapper 0.3s both;
}

#banner-content .top100-banner .arrow-circle.activeAward {
  animation: activeArrowCircle 0.3s both;
}
#banner-content .top100-banner .arrow-circle .arrow.activeAward {
  animation: activeArrow 0.3s both;
}

@media (max-width: 1400px) {
  #banner-content .top100-banner .banner-right .img-wrapper {
    background-size: 130%;
  }
}

@media (max-width: 1024px) {
  #banner-content.row h1,
  #banner-content .section-heading .headline,
  .section-heading .row h1 {
    font-size: 36px;
    line-height: 48px;
  }

  #banner-content .section-heading .headline .number {
    font-size: 48px;
  }
  
  #banner-content .badges {
    overflow: scroll;
  }
  
  #banner-content .badges img {
    width: 48%;
    margin: 0 2%;
  }
  
  #banner-content .badges img.vertical {
    width: 15%;
  }
  
  #banner-content .badges.eagles {
    overflow: hidden;
  }
  
  #banner-content .badges.eagles img {
    width: 55%;
  }
  
  #banner-content .badges.eagles img.vertical {
    width: 17.5%;
  }
  
  #banner-content .badges.eagles img:not(.vertical) {
    margin: 0 2%;
  }

  #banner-content .top100-banner {
    position: relative;
    display: flex;
    height: 600px;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  #banner-content .top100-banner .banner-left {
    flex-direction: column;
    padding: 0 15px 0 10%;
    width: 100%;
    height: 50%;
    align-items: start;
    justify-content: flex-start;
  }
  #banner-content .top100-banner .banner-left .award {
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  #banner-content .top100-banner .banner-left .page-domain {
    position: absolute;
    left: 10%;
    top: 0px;
    font-weight: 600;
    font-size: 19px;
  }
  #banner-content .top100-banner .banner-left .head {
    font-weight: bold;
    padding-top: 85px;
    font-size: 35px;
  }
  #banner-content .top100-banner .banner-left .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  #banner-content .top100-banner .banner-left .description .bold .number {
    font-size: 23px;
  }
  #banner-content .top100-banner .arrow-circle .arrow {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #banner-content .top100-banner .banner-right {
    height: 50%;
    width: 100%;
  }
  #banner-content .top100-banner .banner-right .img-wrapper {
    width: 80%;
    height: 70%;
    min-width: 280px;
    max-width: 350px;
    background-position: center;
    background-size: 115%;
  }
  #banner img {
    max-width: 90%;
  }

  .section-title {
    font-size: 28px;
  }

  #about .about-img {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
  }

  #about img {
    width: 100%;
    max-height: unset;
    height: auto;
    margin-bottom: 24px;
  }

  #services .services-img img {
    max-width: 90%;
  }
}
