  /* Main home page wrapper */

@media print, screen and (max-width: 64.06125em) {
  .tabs__buttons {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--gray--line);
    border-bottom: 1px solid var(--gray--line);
    padding-left: calc(50vw - 580px);
    padding-right: calc(50vw - 580px);
  }
  :root:not(.oho-js) .tabs__buttons {
    display: none;
  }
  .tabs__buttons li {
    margin-left: 0;
    padding-left: 0;
  }
  .tabs__button {
    border: none;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    padding: 30px;
  }
  .tabs__button[aria-selected="false"] {
    color: var(--text-color);
    background-color: var(--white);
    border-right: 1px solid var(--gray--line);
  }
  .tabs__button[aria-selected="false"]:first-child {
    border-left: 1px solid var(--gray--line);
  }
  .tabs__button[aria-selected="false"]:hover,
  .tabs__button[aria-selected="false"]:focus {
    background-color: rgba(153, 214, 234, 0.18);
  }
  .tabs__button[aria-selected="true"] {
    color: var(--white);
    background-color: var(--secondary--fuchsia);
  }
  .tabs .accordion {
    display: block;
    margin-top: 4.5rem;
  }
  .tabs .accordion::before,
  .tabs .accordion::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tabs .accordion::after {
    clear: both;
  }
  .tabs .accordion[aria-hidden="true"] {
    display: none;
  }
  .tabs .accordion__button {
    display: none;
  }
  :root:not(.oho-js) .tabs .accordion__button {
    display: block;
  }
  .tabs .accordion[aria-hidden="false"] .accordion__content {
    display: block !important;
  }
}
ol.tabs__buttons > li::before {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .tabs {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  }
  .tabs .accordion__button {
    border: none;
    text-transform: none;
    color: var(--brand-dark-blue);
    font-size: 16px;
    padding: 30px 20px;
  }
  .tabs .accordion + .accordion {
    margin-top: 0;
    border-top: 1px solid #e4e4e4;
  }
  .tabs .accordion__content {
    border: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs .accordion__icon {
    width: 18px;
    height: 18px;
  }
  .tabs .accordion__icon path {
    fill: var(--secondary--fuchsia);
  }
  .tabs .accordion__button:hover .accordion__icon path,
  .tabs .accordion__button:focus .accordion__icon path {
    fill: var(--white);
  }
}

.tabs--value {
  background-color: var(--primary-color);
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value {
    padding-bottom: 20vw;
    background-color: rgba(0, 73, 118, 0.91);
  }
}
.tabs--value .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.tabs--value .tabs {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .tabs--value .tabs {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  }
}
.tabs--value .tabs__buttons {
  position: relative;
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .tabs--value .tabs__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabs--value .tabs__buttons button {
    width: 100%;
    height: 100%;
  }
  .tabs--value .tabs__buttons::before,
  .tabs--value .tabs__buttons::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 580px);
    background-color: rgba(153, 214, 234, 0.09);
  }
  .tabs--value .tabs__buttons::before {
    left: 0;
  }
  .tabs--value .tabs__buttons::after {
    right: 0;
  }
}
.tabs--value .tabs__button {
  font-family: "Chronicle Text G2 A", "Chronicle Text G2 B", helvetica, serif;
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value .tabs__button {
    font-size: 1.375rem;
    border-top: 1px solid #66859b;
    border-bottom: 1px solid #66859b;
  }
}
.tabs--value .tabs__button[aria-selected="true"] {
  background-color: #0077c8;
}
.tabs--value .tabs__button[aria-selected="false"] {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #66859b;
}
.tabs--value .tabs__button[aria-selected="false"]:first-child {
  border-left: 1px solid #66859b;
}
.tabs--value .tabs__button[aria-selected="false"]:hover,
.tabs--value .tabs__button[aria-selected="false"]:focus {
  background-color: rgba(153, 214, 234, 0.09);
}
.tabs--value .accordion {
  margin-top: 0;
}
.tabs--value .accordion:not(.accordion--open) .accordion__icon path {
  fill: var(--brand-bright-blue);
}
@media print, screen and (max-width: 64.06125em) {
  .tabs--value .accordion__button-text {
    font-family: var(--serif);
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .tabs--value .accordion__content {
    background-color: var(--white);
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value .accordion__content {
    padding: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value__description .wysiwyg * {
    color: var(--white);
  }
}
.tabs--value__description .btn {
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value__description .btn {
    font-size: 1rem;
    margin-top: 26px;
    background: rgba(0, 0, 0, 0);
    border-color: var(--brand-bright-blue);
    color: var(--white);
  }
}
.tabs--value__description .btn:hover,
.tabs--value__description .btn:focus-visible {
  background: var(--pattern--fuchsia);
  border-color: var(--pattern--fuchsia);
}
@media print, screen and (max-width: 48.06125em) {
  .tabs--value__figure {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value__figure {
    margin-left: 60px;
  }
}
.tabs--value__figure figure {
  margin: 0;
  position: relative;
}
.tabs--value__figure figcaption {
  font-size: 0.875rem;
  font-style: italic;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs--value__figure figcaption {
    line-height: 1.428;
    background: var(--white);
    z-index: 1;
    padding: 0.9375rem 1.25rem;
    margin-top: 0;
  }
}
.tabs--value .fancybox-video {
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .tabs--value .fancybox-video {
    margin-top: 20px;
  }
}
.tabs--value .fancybox-video .aspect-ratio-frame {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs--value .fancybox-video .aspect-ratio-frame::after {
  content: '\f144';
  font-family: var(--font-awesome);
  font-size: 6.25rem;
  color: var(--white);
  line-height: 6.9375rem;
  font-weight: 300;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 1;
  text-shadow: 0 0 10px rgba(100, 100, 111, 0.8);
}
.tabs--value .fancybox-video:hover,
.tabs--value .fancybox-video:focus {
  text-decoration: none;
}
.tabs--value .fancybox-video:hover .aspect-ratio-frame::after,
.tabs--value .fancybox-video:focus .aspect-ratio-frame::after {
  color: var(--secondary--fuchsia);
}
@media print, screen and (max-width: 48.06125em) {
  .tabs--value--stat {
    margin-top: 20px;
    border-top: 4px solid var(--gray--line);
    padding-top: 20px;
  }
}
.tabs--value--stat .stat__value,
.tabs--value--stat .stat__context,
.tabs--value--stat .stat__description {
  text-align: center;
}
.tabs--value--stat .stat__value {
  font-family: var(--serif);
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 1;
  color: var(--secondary--fuchsia);
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value--stat .stat__value {
    font-size: 120px;
    color: var(--white);
  }
}
.tabs--value--stat .stat__context {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value--stat .stat__context {
    color: var(--white);
  }
}
.tabs--value--stat .stat__description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
@media print, screen and (min-width: 64.0625em) {
  .tabs--value--stat .stat__description {
    color: var(--white);
  }
}
.home-page .hero .swoop--centered-concave {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .page--home .tabs--value::before,
  .page--home-page .tabs--value::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 17vw;
    background-color: var(--white);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .page--home .has-promo .tabs--value::before,
  .page--home-page .has-promo .tabs--value::before {
    background-color: var(--extra-heavy-blue);
    background-image: url("/themes/custom/holyoke/assets/img/flourette-pattern.png");
    background-size: 100px;
    background-attachment: fixed;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .page--home .tabs--value + .promo-banner,
  .page--home .tabs--value + .academics-feature,
  .page--home-page .tabs--value + .promo-banner,
  .page--home-page .tabs--value + .academics-feature {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .tabs--value + .academics-feature,
  .page--home-page .tabs--value + .academics-feature {
    margin-top: -3vw;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .tabs--value + .promo-banner + .academics-feature,
  .page--home-page .tabs--value + .promo-banner + .academics-feature {
    z-index: 4 !important;
    margin-top: 0;
    position: relative;
  }
  .page--home .tabs--value + .promo-banner + .academics-feature::before,
  .page--home-page .tabs--value + .promo-banner + .academics-feature::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100vw;
    height: 9vw;
    background-color: var(--white);
  }
}
.page--home .tabs--value + .academics-feature,
.page--home-page .tabs--value + .academics-feature {
  z-index: 3 !important;
}
@media print, screen and (min-width: 48.0625em) {
  .page--home .tabs--value + .academics-feature,
  .page--home-page .tabs--value + .academics-feature {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .tabs--value + .academics-feature::before,
  .page--home-page .tabs--value + .academics-feature::before {
    background: var(--white);
  }
}

@media print, screen and (min-width: 48.0625em) {
  .page--home .tabs--value + .promo-banner + .academics-feature,
  .page--home-page .tabs--value + .promo-banner + .academics-feature {
    margin-top: 0;
    border-top: 43px solid var(--white);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .tabs--value + .promo-banner + .academics-feature,
  .page--home-page .tabs--value + .promo-banner + .academics-feature {
    z-index: 4 !important;
    margin-top: 0;
    position: relative;
  }
}
.page--home .tabs--value .accordion__content,
.page--home-page .tabs--value .accordion__content {
  border: none;
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .tabs--value .accordion[aria-hidden="false"] .accordion__content {
    display: block !important;
  }
}
.page--home .testimonial,
.page--home .stories-feature,
.page--home-page .testimonial,
.page--home-page .stories-feature {
  margin-top: 0;
  padding-top: var(--spacing--large);
}
@media print, screen and (min-width: 48.0625em) {
  .page--home .testimonial,
  .page--home .stories-feature,
  .page--home-page .testimonial,
  .page--home-page .stories-feature {
    padding-top: 3.125rem;
  }
}
.page--home .differentiators,
.page--home-page .differentiators {
  margin-top: 0;
  border-top-width: var(--spacing--xlarge);
  border-top-color: var(--white);
  border-top-style: solid;
  z-index: 3 !important;
}
@media print, screen and (min-width: 48.0625em) {
  .page--home .differentiators,
  .page--home-page .differentiators {
    border-top-width: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home .differentiators,
  .page--home-page .differentiators {
    border-top-width: 3.75rem;
  }
}
.page--home .differentiators + .line-component,
.page--home-page .differentiators + .line-component {
  z-index: 2;
  margin-top: -10vw;
  padding-top: calc(10vw + 50px);
}
@media print, screen and (min-width: 75rem) {
  .page--home .differentiators + .line-component,
  .page--home-page .differentiators + .line-component {
    padding-top: calc(10vw + 100px);
  }
}
.page--home .sock,
.page--home-page .sock {
  margin-top: var(--spacing--3xsmall);
  padding-top: var(--spacing--xlarge);
}

.academics-feature,
.testimonial,
.stories-feature,
.news-feature {
  background-color: var(--white);
}
.video-play-button {
  position: absolute;
  left: unset;
  right: 1.875rem;
  bottom: 80px;
}
.video-play-button::after {
  color: rgba(255, 255, 255, 0.5);
}
.video-play-button:hover,
.video-play-button:focus {
  background: transparent;
  border: none;
}
.video-play-button:hover::after,
.video-play-button:focus::after {
  color: rgba(255, 255, 255, 1);
}

/* Home page sock/footer z-index */
.page--home .site-sock,
.page--home .site-footer,
.page--home-page .site-sock,
.page--home-page .site-footer {
  position: relative;
  z-index: 2;
}

/* Autoplay video container z-index */
.home-page .autoplay-video-container {
  z-index: 2;
}

/* Section spacing overrides */
.page--home .testimonial,
.page--home .stories-feature,
.page--home-page .testimonial,
.page--home-page .stories-feature {
  margin-top: 0;
  padding-top: var(--spacing--large);
}
.page--home .differentiators,
.page--home-page .differentiators {
  margin-top: 0;
  border-top-width: var(--spacing--xlarge);
  border-top-color: var(--white);
  border-top-style: solid;
  z-index: 3 !important;
}
.page--home .differentiators + .line-component,
.page--home-page .differentiators + .line-component {
  z-index: 2;
  margin-top: -10vw;
  padding-top: calc(10vw + 50px);
}
@media print, screen and (min-width: 75rem) {
  .page--home .differentiators + .line-component,
  .page--home-page .differentiators + .line-component {
    padding-top: calc(10vw + 100px);
  }
}
.page--home .sock,
.page--home-page .sock {
  margin-top: var(--spacing--3xsmall);
  padding-top: var(--spacing--xlarge);
}
