body.post-template-exercise-science {
  background-color: #fff;
  float: none;
  font-family: "Quattrocento Sans", sans-serif;
  line-height: 1.5;
}
body.post-template-exercise-science hr {
  border-top: 2px solid #f5f6e6;
  margin: 4rem 0;
}
body.post-template-exercise-science hr.navy {
  border-top: 1px solid #064072;
}
body.post-template-exercise-science hr.narrow {
  margin: 4rem auto;
  width: 90%;
}
body.post-template-exercise-science img:not(main img, footer img) {
  display: block;
  left: -9999px;
  position: absolute;
  top: -9999px;
}
body.post-template-exercise-science sup {
  font-size: 0.75em;
  padding-left: 0.125em;
}
body.post-template-exercise-science .container {
  max-width: 64rem;
}
body.post-template-exercise-science .container--narrow {
  max-width: 45rem;
}

main {
  background-image: linear-gradient(rgba(244, 176, 0, 0.8), rgba(244, 176, 0, 0.8)), url("../images/exercise-science/background-image-cp.png");
  background-position: top center;
  background-size: auto 3400px;
}

.ref {
  text-decoration: none;
}
.ref:focus-visible {
  outline: 1px solid #064072;
}

.intro {
  color: #001935;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 4rem 0 0;
  text-align: center;
}
@media (min-width: 64rem) {
  .intro {
    font-size: 1.5rem;
  }
}
.intro__title {
  background-color: #fff;
  color: #064072;
  font-family: "Fugaz One", sans-serif;
  font-size: 5rem;
  margin: 0.5em 0 1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
@media (min-width: 64rem) {
  .intro__title {
    background-color: transparent;
    background-image: linear-gradient(100deg, transparent, transparent 5%, #fff 5%, #fff 95%, transparent 95%);
    font-size: 9rem;
  }
}

.outro {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.outro__title {
  background-color: #fff;
  color: #064072;
  font-family: "Fugaz One", sans-serif;
  font-size: 3rem;
  margin: 0.5em 0 1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
@media (min-width: 64rem) {
  .outro__title {
    background-color: transparent;
    background-image: linear-gradient(100deg, transparent, transparent 10%, #fff 10%, #fff 90%, transparent 90%);
    font-size: 6rem;
  }
}

.sources {
  padding: 0 0 4rem;
}
.sources__title {
  font-family: "Fugaz One", sans-serif;
  font-size: 1.675rem;
  font-weight: 500;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
.sources__list {
  counter-reset: sources-list;
  font-size: 1.25rem;
  line-height: 1.375;
  list-style: none;
}
.sources__list__item {
  counter-increment: sources-list;
  margin-bottom: 1em;
  position: relative;
}
.sources__list__item a:focus-visible {
  outline: 2px solid #064072;
}
@media (min-width: 47.5rem) {
  .sources__list__item {
    margin-bottom: 0.65em;
  }
}
.sources__list__item::before {
  content: counter(sources-list);
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  left: -3em;
  position: absolute;
  text-align: right;
  width: 2em;
}

.accordion__intro {
  color: #001935;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0 2rem;
  text-align: center;
}
@media (min-width: 64rem) {
  .accordion__intro {
    font-size: 2.25rem;
  }
}
.accordion__group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion__item {
  padding: 1rem 0 5rem;
}
.accordion__title {
  background-color: transparent;
  background-image: linear-gradient(transparent, transparent calc(50% - 2rem), #ffe494 calc(50% - 2rem), #ffe494 calc(50% + 2rem), transparent calc(50% + 2rem));
  font-family: "Fugaz One", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 64rem) {
  .accordion__title {
    background-image: linear-gradient(transparent, transparent calc(50% - 3.125rem), #ffe494 calc(50% - 3.125rem), #ffe494 calc(50% + 3.125rem), transparent calc(50% + 3.125rem));
  }
}
.accordion__title--expanded {
  background-image: linear-gradient(transparent, transparent calc(50% - 2rem), #ffe494 calc(50% - 2rem));
}
@media (min-width: 64rem) {
  .accordion__title--expanded {
    background-image: linear-gradient(transparent, transparent calc(50% - 3.125rem), #ffe494 calc(50% - 3.125rem));
  }
}
.accordion__title span {
  display: block;
}
.accordion__title span:first-of-type {
  padding-right: 1em;
  text-align: left;
}
.accordion__title span:last-of-type {
  padding-left: 1em;
  text-align: right;
}
.accordion__button {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #064072;
  display: inline-block;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
  padding: 1em;
  margin: 0;
  min-height: 4em;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s color ease;
}
@media (min-width: 64rem) {
  .accordion__button {
    font-size: 4rem;
  }
}
.accordion__button:hover, .accordion__button:focus-visible {
  background-color: #fff;
  color: #064072;
  text-decoration: underline;
}
.accordion__button:focus {
  background-color: #fff;
  color: #064072;
  outline: none;
}
.accordion__button::after {
  background-color: #064072;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 0.25em;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.125em);
  width: 0.5em;
  text-align: center;
  transform: rotateX(180deg);
  transition: transform 0.2s ease;
}
@media (min-width: 47.5rem) {
  .accordion__button::after {
    right: 2.5rem;
  }
}
.accordion__button[aria-expanded=true]:after {
  transform: none;
}
.accordion__content {
  background-color: #ffe494;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 3rem 2rem;
}
@media (min-width: 64rem) {
  .accordion__content {
    padding: 5rem;
  }
}
.accordion__content__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.accordion__content[hidden], .accordion__content--hidden {
  display: none;
}
.accordion__content--expanded .accordion__content__inner {
  max-height: 200vh;
  transition: max-height 0.4s ease;
}

@keyframes accordionScrollDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
.island-block {
  margin: 0 -1rem 5rem;
  padding: 2rem;
  position: relative;
  width: calc(100% + 2rem);
}
@media (min-width: 64rem) {
  .island-block {
    margin: 0 auto 5rem;
    padding: 2rem 5rem;
    width: 90%;
  }
}
.island-block::before {
  background-color: #fff;
  -webkit-clip-path: polygon(1.25rem 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
          clip-path: polygon(1.25rem 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.island-block::after {
  background-color: #064072;
  -webkit-clip-path: polygon(1.25rem 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%, 1.25rem 0, calc(1.25rem + 1px) 1px, 1px calc(100% - 1px), calc(100% - (1.25rem + 1px)) calc(100% - 1px), calc(100% - 1px) 1px, calc(1.25rem + 1px) 1px);
          clip-path: polygon(1.25rem 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%, 1.25rem 0, calc(1.25rem + 1px) 1px, 1px calc(100% - 1px), calc(100% - (1.25rem + 1px)) calc(100% - 1px), calc(100% - 1px) 1px, calc(1.25rem + 1px) 1px);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 64rem) {
  .island-block::after {
    right: 2rem;
    top: 2rem;
  }
}
.island-block__inner {
  position: relative;
  text-align: center;
  z-index: 3;
}
.island-block__title {
  background-color: #fff;
  color: #064072;
  display: inline-block;
  font-family: "Fugaz One", sans-serif;
  font-size: 1.75rem;
  margin: 0.5em 0 1em;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 64rem) {
  .island-block__title {
    margin: 0 0 0.25em;
    padding: 0 1.5em;
    transform: translateY(-0.5em);
  }
}
.island-block__body {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.island-block__body--no-title {
  padding: 2rem 0 0;
}
.island-block__courses {
  text-align: left;
  text-transform: uppercase;
}
.island-block__course {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 0.25em;
}
@media (min-width: 64rem) {
  .island-block__course {
    font-size: 1.25rem;
  }
}
.island-block__course__title {
  font-weight: 800;
}
.island-block--reversed::before {
  -webkit-clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 100%, 1.25rem 100%);
          clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 100%, 1.25rem 100%);
}
.island-block--reversed::after {
  -webkit-clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 100%, 1.25rem 100%, 0 0, 1px 1px, calc(1.25rem + 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - (1.25rem + 1px)) 1px, 1px 1px);
          clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 100%, 1.25rem 100%, 0 0, 1px 1px, calc(1.25rem + 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - (1.25rem + 1px)) 1px, 1px 1px);
}

.stat-block__grid {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 3.5rem;
}
@media (min-width: 47.5rem) {
  .stat-block__grid {
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}
.stat-block__item {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 47.5rem) {
  .stat-block__item {
    width: calc(25% - 0.5rem);
  }
}
.stat-block__icon__circle {
  align-items: center;
  -webkit-clip-path: circle();
          clip-path: circle();
  display: flex;
  justify-content: center;
  background-color: #064072;
  height: 10.75rem;
  margin: 0 auto;
  max-width: 100%;
  width: 10.75rem;
}
.stat-block__icon__text {
  color: #e9b720;
  font-family: "Teko", sans-serif;
  font-size: 4.75rem;
  line-height: 1;
}
.stat-block__text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 1.5rem 0 0;
  text-align: center;
  text-transform: uppercase;
}
.stat-block__text p {
  margin: 0;
}

.text-block {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
.text-block__heading {
  color: #064072;
  font-size: 1.5rem;
  margin: 0.5em 0 1em;
  text-transform: uppercase;
}

.footer {
  background-color: #fff;
  padding: 40px 0;
}
.footer__grid {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 47.5rem) {
  .footer__grid {
    flex-flow: row nowrap;
  }
}
.footer__grid__right {
  font-size: 0.9rem;
}
@media (min-width: 47.5rem) {
  .footer__grid__right {
    align-items: center;
    display: flex;
    font-size: 1rem;
  }
  .footer__grid__right::before {
    content: "";
    border-left: 1.5px solid #0a4068;
    display: block;
    height: 100%;
    margin-right: 15px;
  }
}