@charset "UTF-8";
.curriculum-content .hidden {
  display: block !important;
  position: absolute !important;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  visibility: hidden;
}

#overview .with-sidebar--right {
  margin-bottom: 0;
}

#curriculum .with-sidebar--right {
  margin-top: 0;
}

.form-container__right {
  margin-top: 6rem;
}

.form-container.blog .form-container__main {
  grid-template-columns: 1fr 1fr;
}
.form-container.blog .form-container__main .marketo-form {
  max-width: 476px;
}
.form-container.blog .form-container__main .form-img {
  margin-top: 6rem;
}
@supports not (text-stroke: inherit) {
  .single-ribbon {
    margin-top: 9em;
  }
}
/* Safari 10 fixes */
.story-trail__icon--helper {
  left: -3.5px;
  top: -3.5px;
}

.fast-fact__helper {
  top: -15px;
  left: -15px;
}

#course-modal {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  top: 0;
  left: 0;
}

#course-modal .modal-inner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 15vw;
  width: 70vw;
  padding: 1rem;
  background: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  border-radius: 2px;
}

#course-modal .modal-inner .close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

#course-modal.open {
  margin-top: 0;
}

#course-modal.open .modal-inner {
  top: 10vh;
  transition: all 0.3s ease;
  opacity: 1;
}

.course-listing-name {
  text-decoration: underline;
  cursor: pointer;
}

.article-attribution {
  padding: 2.2rem 0;
  margin: 2.2rem 0;
  border-top: 1px solid #9b9b9b;
  border-bottom: none;
}

.article-attribution__title {
  font-size: 1rem;
  font-weight: 600;
}

.single-ribbon__right {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}

@media (max-width: 871px) {
  .form-container__main {
    display: inline-block;
  }
}
a.college-program-link {
  text-decoration: none;
  color: #c50000;
}

a.college-program-link:hover {
  text-decoration: underline;
}

a.college-program-link > h3 {
  font-weight: normal;
}

a.back-to-blog-link {
  color: #c50000;
  font-weight: 300;
  text-decoration: none;
}
a.back-to-blog-link:before {
  content: "←";
}
a.back-to-blog-link:hover {
  text-decoration: underline;
}

.category-description {
  padding: 1rem 2rem;
  margin: 1rem 1.25rem;
  border: 3px solid #e9e9e9;
}

a.accordion-title.is-active:before {
  transform: rotate(45deg);
  transition: all 3s, 1s;
}

/*# sourceMappingURL=custom.css.map */
