.match-column-height > .row {
  display: flex;
  flex-wrap: wrap;
}
.match-column-height > .row > div {
  height: 100%;
}

h2 {
  margin: 28px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .breadcrumb ul {
    padding-left: 15px;
  }
}
@media (min-width: 1050px) and (max-width: 1200px) {
  .genLanding #bd > .container, .genLandingArticle #bd > .container {
    padding: 0 15px !important;
  }
}
.title-teaser {
  width: 674px;
  max-width: 100%;
  font-size: 15px !important;
}

.acscontainer .stage-demo, .acscontainer .classroom, .acscontainer .small-group {
  min-height: 380px;
  min-height: 413.5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .acscontainer .stage-demo, .acscontainer .classroom, .acscontainer .small-group {
    min-height: 394px;
  }
}
.acscontainer > .box-style8 {
  position: relative;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.acscontainer > .box-style8:hover a h5 {
  color: #0029CF;
}
.acscontainer > .box-style8 a {
  color: #000;
  text-decoration: none;
}
.acscontainer > .box-style8:before {
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 8px;
  height: 6px;
  top: 7px;
  left: -7.5px;
  filter: brightness(0.92);
  border-bottom-left-radius: 2px;
}
.acscontainer > .box-style8:after {
  position: absolute;
  top: 12px;
  left: -7px;
  font-size: 11px;
  padding: 2px 8px;
  color: #fff;
  border-top-left-radius: 1px;
}
.acscontainer > .box-style8.small-group:before {
  background: #CC165C;
}
.acscontainer > .box-style8.small-group:after {
  content: "Small Group";
  background: #CC165C;
}
.acscontainer > .box-style8.small-group.nature-of-dye img {
  transform: scale(1.2);
}
.acscontainer > .box-style8.classroom:before {
  background: #0074E0;
}
.acscontainer > .box-style8.classroom:after {
  content: "Classroom";
  background: #0074E0;
}
.acscontainer > .box-style8.stage-demo:before {
  background: #0C792A;
}
.acscontainer > .box-style8.stage-demo:after {
  background: #0C792A;
  content: "Stage Demo";
}
.acscontainer > .box-style8.expo-station:before {
  background: #d55d20;
}
.acscontainer > .box-style8.expo-station:after {
  background: #d55d20;
  content: "Expo Station";
}

@media (max-width: 1200px) {
  .herocontainer {
    margin-left: 0;
    margin-right: 0;
  }
  .group-types > div, .card-hero-container > div, .related-resources > div {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .group-types > div, .card-hero-container > div, .related-resources > div {
    padding: 0 16px;
  }
}
@media (max-width: 1200px) {
  .group-types .container, .card-hero-container .container, .related-resources .container {
    padding: 0 16px !important;
  }
}
.card-hero-container .acscontainer {
  padding-bottom: 0.05px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-hero-container .col-md-4 {
    width: 50%;
  }
}

.group-types {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .group-types {
    padding: 0 16px;
  }
}
.group-types > div > div {
  padding-right: 40px;
}
.group-types > div > div:nth-of-type(2) .image-div, .group-types > div > div:nth-of-type(3) .image-div {
  transform: translateY(16px);
}
@media screen and (min-width: 1200px) {
  .group-types > div > div {
    padding-right: 108px;
  }
}
.group-types .image-div {
  height: 115px;
}
.group-types .group-type-info p {
  margin: 0;
}
.group-types .group-type-info p + p {
  margin-bottom: 12px;
}
.group-types .horizontalrule div {
  padding: 0;
}

.related-resources {
  margin: 64px 0;
}
.related-resources .row > div {
  padding-right: 48px;
}
.related-resources .image-div {
  height: 54px;
}
.related-resources .btn-secondary {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  padding: 10px 20px !important;
  text-shadow: none !important;
}
.related-resources .btn-secondary:hover {
  background: #222 !important;
  border: 1px solid #222 !important;
  color: #fff !important;
}

.activity-overview {
  background: #F5F7F9;
  padding: 32px !important;
}
.activity-overview p b {
  font-size: 22px;
}
.activity-overview .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .activity-overview .row {
    flex-direction: column;
  }
}
.activity-overview .row > div {
  width: auto;
  display: inline-block;
  margin-left: 24px;
  padding-right: 32px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .activity-overview .row > div {
    width: 100%;
    margin-left: 32px;
  }
}
.activity-overview .row > div:before {
  position: absolute;
  top: 5px;
  left: -16px;
  content: "";
  width: 22px;
  height: 22px;
}
.activity-overview .row > div:nth-of-type(1):before {
  background: url("/content/dam/acs/education/outreach/activities/age.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.activity-overview .row > div:nth-of-type(2):before {
  background: url("/content/dam/acs/education/outreach/activities/activity-time.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.activity-overview .row > div:nth-of-type(3):before {
  background: url("/content/dam/acs/education/outreach/activities/group-size.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.activity-overview .row > div p {
  line-height: 1.35;
}
.activity-overview .row > div p b {
  line-height: 1.45;
}

.sticky-nav {
  position: sticky;
  top: 24px;
  max-width: 270px;
}
@media (max-width: 991px) {
  .sticky-nav {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}
.sticky-nav.sticky {
  position: fixed;
  z-index: 3;
}
.sticky-nav h2 {
  margin: 0 0 0.5em 10px;
}
.sticky-nav ul {
  margin-left: 0;
}
.sticky-nav ul li {
  list-style-type: none;
}
.sticky-nav ul li a {
  color: #000;
}
.sticky-nav ul li a.active {
  color: #0074E0;
}
.sticky-nav ul li a.active:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #0074E0;
  top: 6px;
  left: -9px;
}
.sticky-nav ul li a:hover {
  color: #0029CF;
}
.sticky-nav .button {
  margin-left: 12px;
}
.sticky-nav .button a {
  padding-left: 34px;
}
.sticky-nav .button a:before {
  position: absolute;
  content: "";
  top: calc(50% + 0.5px);
  left: 14px;
  transform: translateY(-50%);
  background: url("/content/dam/acs/education/outreach/activities/pdf-icon.png");
  width: 13px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.highlighted-card {
  border-top: 4px solid #166EB1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px;
}
.highlighted-card .bottom-area {
  position: relative;
  padding-top: 32px;
}
.highlighted-card .bottom-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: -32px;
  right: -32px;
  height: 1px;
  border-top: 1px solid #EBEBEB;
  width: calc(100% + 64px);
}
.highlighted-card .bottom-area ul {
  margin-bottom: 0;
}

.related-content-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 32px auto 48px;
  padding: 0 24px;
  background: #f5f5f5;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .related-content-wrapper:after {
    width: 290px;
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 100%;
    height: 180px;
    content: "";
    background: linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
}
.related-content-wrapper h2 {
  margin: 24px 0;
}
.related-content-wrapper .container > div {
  display: flex;
}
.related-content-wrapper .container .image-div {
  width: 110px !important;
  min-width: 110px !important;
}
.related-content-wrapper .container .image-div img {
  width: 110px;
}
@media (max-width: 1024px) {
  .related-content-wrapper .container .row {
    flex-direction: column;
  }
  .related-content-wrapper .container .row > div {
    width: 100%;
  }
}

.accordion {
  margin-bottom: 40px;
}
.accordion ul {
  margin-bottom: 24px;
}

.acs-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.acs-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .animation-one > div > .text:nth-of-type(1) > .container, .animation-two > div > .text:nth-of-type(1) > .container, .animation-three > div > .text:nth-of-type(1) > .container {
    min-height: 257.29px;
  }
}
@media (min-width: 828px) {
  .animation-one > div > .text:nth-of-type(1) > .container, .animation-two > div > .text:nth-of-type(1) > .container, .animation-three > div > .text:nth-of-type(1) > .container {
    min-height: 200.29px;
  }
}
@media (min-width: 993px) {
  .animation-one > div > .text:nth-of-type(1) > .container, .animation-two > div > .text:nth-of-type(1) > .container, .animation-three > div > .text:nth-of-type(1) > .container {
    min-height: 168.79px;
  }
}
.animation-one h2, .animation-two h2, .animation-three h2 {
  margin: 24px 0 8px;
}/*# sourceMappingURL=outreach-activities.css.map */