﻿.activity {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 990px;
  margin: 0 auto;
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .activity {
    max-width: 700px;
  }
}
.activity__header {
  height: 51.5vh;
}
@media (max-width: 992px) {
  .activity__header {
    height: 31vh;
  }
}
.activity__header__image {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.activity__container {
  background-color: #fff;
  padding: 8rem 8rem;
}
@media (max-width: 992px) {
  .activity__container {
    padding: 2rem 3rem;
  }
}
.activity__content {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .activity__content {
    padding-right: 0;
  }
}
.activity__content h2 {
  font-size: calc(1.605rem + 4.26vw);
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .activity__content h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 992px) {
  .activity__content h2 {
    font-size: 2.4rem;
  }
}
.activity__content p {
  font-size: calc(1.305rem + 0.66vw);
  padding: 1rem 0 2rem 0;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 1200px) {
  .activity__content p {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .activity__content p {
    font-size: 1.6rem;
  }
}
.activity__content a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.activity__content a:hover {
  color: inherit;
  opacity: 0.7;
}
.activity ul {
  position: relative;
  padding-top: 1rem;
  padding-left: 2.5rem;
}
.activity ul li {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0.5rem 0;
}
.activity ul li:before {
  position: absolute;
  left: 0;
}
.activity strong {
  font-weight: 600;
}

.sticky-container {
  left: calc(((100% - 1000px) / 2 - 27rem) / 2);
  position: absolute;
  /*@media (min-width: 992px) and (max-width: 1200px) {
      display: none;
  }*/
}
@media (max-width: 1500px) {
  .sticky-container {
    left: calc(((100% - 700px) / 2 - 27rem) / 2);
  }
}
@media (max-width: 1200px) {
  .sticky-container {
    position: relative;
    left: unset;
    height: auto !important;
    margin: 4rem 0;
  }
}

.sticky-block {
  position: sticky;
  width: 27rem;
  display: flex;
  justify-content: center;
  top: 35vh;
}
@media (max-width: 1200px) {
  .sticky-block {
    position: relative;
    width: unset;
    justify-content: flex-start;
    top: unset;
  }
}
.sticky-block__title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .sticky-block__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.sticky-block__title:first-letter {
  text-transform: capitalize;
}
.sticky-block__text {
  margin: 1rem 0;
}
.sticky-block h4 {
  font-size: calc(1.305rem + 0.66vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .sticky-block h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .sticky-block h4 {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "proxima-nova", Arial, Tahoma, sans-serif;
  }
}
.sticky-block h5 {
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 300;
  text-transform: unset;
  letter-spacing: unset;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .sticky-block h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .sticky-block h5 {
    font-size: 1.6rem;
  }
}
.sticky-block .link-box {
  margin: 1.5rem 0;
}
.sticky-block .link-secondary {
  text-decoration: none;
  border-bottom: 2px solid #333;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
}

.d-lg-none-custom {
  display: flex;
}
@media (min-width: 1201px) {
  .d-lg-none-custom {
    display: none !important;
  }
}

.d-none-custom {
  display: none !important;
}

@media (min-width: 1201px) {
  .d-lg-block-custom {
    display: block !important;
  }
}

.triangle-left {
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #333;
  margin-right: 10px;
  align-self: center;
}

.previous-page-link {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.related-activities-label {
  display: flex;
  justify-content: center;
  margin: 8rem 0 6rem 0;
}
@media (max-width: 992px) {
  .related-activities-label h1 {
    font-size: 2.4rem;
  }
}
