figure {
    margin: 0;
}
@-webkit-keyframes menu-slide-out-compact {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px); } }

@keyframes menu-slide-out-compact {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px); } }

@-webkit-keyframes menu-slide-in-compact {
  0% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes menu-slide-in-compact {
  0% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.overlay {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #101820;
    opacity: 0.75; }

.text-pale {
  color: #d0d0ce; }

.main-content {
  overflow-x: hidden; }
  .main-content > .section-sm:not(.bg-pattern-geometric) + .section-sm:not(.bg-pattern-geometric), .main-content > .intro + .section-sm:not(.bg-pattern-geometric) {
    padding-top: 0; }

.list-unstyled:not(.hideseek) a {
  outline-offset: 0; }

.bg-warning {
  background-color: #f2a900 !important; }

.breadcrumb {
  background-color: #012169; }

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #f2a900; }

.subnav .folder-index > a::after {
  color: #012169; }

.subnav .folder-index.current > a {
  border-color: #f2a900; }

.bg-warning.bg-pattern-geometric {
  background-image: url("../../_includes/images/site-wide/geometric-pattern-white.svg") !important; }

.header .header-nav-main .dropdown-item.active,
.header .header-nav-aux .dropdown-item.active,
.subnav .current-page > a {
  color: #012169;
  background-color: #f2a900; }

.embed-responsive-youvisit::before {
  padding-top: 68%; }
  @media (min-width: 576px) {
    .embed-responsive-youvisit::before {
      padding-top: 40%; } }
  @media (min-width: 768px) {
    .embed-responsive-youvisit::before {
      padding-top: 32%; } }
  @media (min-width: 992px) {
    .embed-responsive-youvisit::before {
      padding-top: 27%; } }
  @media (min-width: 1200px) {
    .embed-responsive-youvisit::before {
      padding-top: 25%; } }

.sidebar .section-headline .bordered {
  margin-top: 1.5rem;
  font-size: 1.5rem; }

.fixed {
  background-attachment: fixed; }

.btn-play {
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  padding: 1rem;
  line-height: 1rem; }
  .btn-play .fas {
    color: #101820;
    font-size: 1rem; }
  .btn-play:hover {
    background-color: #e8e8e6; }
  .btn-play:focus {
    outline: 2px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out; }
    .btn-play:focus:focus {
      z-index: 1;
      outline-color: #41b6e6; }

.virtualtour_embed {
  color: #fff; }

.section-flush-top.ratio {
  margin-top: -4rem; }

@media (min-width: 768px) {
  .section-flush-top.sidebar {
    margin-top: -4rem; } }

.display-1 {
  line-height: 1;
  color: #012169;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #012169;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 6rem; } }
  .display-1 span {
    -webkit-text-fill-color: #012169; }

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3.5rem; } }

h2,
.h2 {
  color: #012169; }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2.25rem; } }

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem; } }

h4,
.h4 {
  color: #012169; }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.25rem; } }

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.125rem; } }

@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1rem; } }

.lead {
  color: #007dba; }

.wysiwyg > h2:first-child, .imported-block > h2:first-child {
  margin-top: 1em; }

.imported-block .image-with-caption {
  margin-bottom: 0; }

.anchor + h1, .anchor + h2, .anchor + h3, .anchor + h4, .anchor + h5, .anchor + h6 {
  margin-top: .5em; }

.main-content .btn.accordion__toggle {
  padding: 1rem; }

.alert {
  padding-bottom: .5rem; }
  .alert table {
    margin-bottom: 0; }
  .alert.emergency__alert {
    margin-bottom: 0; }
    .alert.emergency__alert .btn-outline-light {
      color: #fff; }
      .alert.emergency__alert .btn-outline-light:hover {
        color: #012169 !important; }

.section-header {
  border-top: 5px solid #f2a900; }

.wysiwyg .section-header {
  margin: 1rem 0; }

.section-headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .section-headline {
      font-size: 1.75rem; } }
  .section-headline .bordered {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border: 3px solid #f2a900;
    margin-bottom: 1rem; }

.main-content .btn {
  position: relative;
  color: #012169;
  font-size: 1.125rem;
  padding: 0.375rem 3rem 0.375rem 1rem;
  line-height: 1.1; }
  .main-content .btn::after {
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.75rem;
    width: 0.8rem; }
  .main-content .btn-link::after {
    content: url("../../_includes/images/site-wide/arrow-yellow.svg"); }
  .main-content .btn-link:hover {
    text-decoration: none; }
  .main-content .btn-primary::after, .main-content .btn-secondary::after, .main-content .btn-dark::after {
    content: url("../../_includes/images/site-wide/arrow-white.svg"); }
  .main-content .btn-light::after {
    content: url("../../_includes/images/site-wide/arrow-blue.svg"); }
  .main-content .btn-primary {
    background-color: #f2a900;
    border-color: #f2a900; }
    .main-content .btn-primary:hover {
      background-color: #ffbe26;
      color: #012169; }
  .main-content .btn-secondary {
    background-color: #41b6e6;
    border-color: #41b6e6; }
    .main-content .btn-secondary:hover {
      background-color: #6ec7ec;
      color: #012169; }
  .main-content .btn-dark {
    color: #f2a900;
    background-color: #012169;
    border-color: #012169; }
    .main-content .btn-dark:hover {
      background-color: #012169;
      color: #f2a900; }
  .main-content .btn.btn-xl::after, .main-content .btn.btn-lg::after, .main-content .btn.btn-sm::after {
    top: 50%; }
  .main-content .btn.btn-xl {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    .main-content .btn.btn-xl::after {
      width: 1rem; }
  .main-content .btn.btn-lg {
    font-size: 1.35rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .main-content .btn.btn-lg::after {
      width: 0.9rem; }
  .main-content .btn.btn-sm {
    font-size: 0.95rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem; }
    .main-content .btn.btn-sm::after {
      width: 0.65rem; }
  .main-content .btn-block {
    text-align: left; }
  .main-content .btn-search {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.1;
    background-color: #41b6e6; }

.main-content #areas-of-study .btn-secondary {
  color: #fff;
  background-color: #012169;
  border-color: #012169; }
  .main-content #areas-of-study .btn-secondary:hover {
    color: #fff;
    background-color: #006596;
    border-color: #006596; }

.main-content .modal-footer .btn {
  padding-right: 1rem; }
  .main-content .modal-footer .btn::after {
    display: none; }

.list-unordered > li::before {
  color: #f2a900; }

.bulleted {
  position: relative;
  display: block;
  font-weight: 800;
  padding-left: 1.5rem; }
  .bulleted::before {
    position: absolute;
    top: 0.10rem;
    left: 0;
    width: 0.75rem;
    content: url("../../_includes/images/site-wide/arrow-yellow.svg"); }

.blockquote {
  border-left: 3px solid #f2a900;
  }
  .blockquote.blockquote-alt {
      border:0;
  }
  /*.blockquote p {*/
  /*  font-family: "Spectral", serif;*/
  /*  font-weight: 700;*/
  /*  text-transform: none;*/
  /*  letter-spacing: normal;*/
  /*  font-size: 1.25rem;*/
  /*  font-weight: normal; }*/
  .blockquote .blockquote__btn {
    padding-top: 1.5rem; }

.intro {
  position: relative;
  overflow: hidden;
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .intro {
      min-height: 29vw; } }
  @media (min-width: 1200px) {
    .intro {
      min-height: 330px; } }
  .intro::after {
    position: absolute;
    top: -42vw;
    right: -14%;
    width: 80%;
    max-width: 700px;
    content: url("../../_includes/images/site-wide/star.svg"); }
    @media (min-width: 576px) {
      .intro::after {
        top: -32vw;
        right: -10%;
        width: 60%; } }
    @media (min-width: 1200px) {
      .intro::after {
        top: -370px; } }
  .intro__content {
    position: relative;
    z-index: 1;
    padding-left: 4rem; }
    .intro__content::before {
      position: absolute;
      top: 0.45rem;
      left: 0;
      width: 2.5rem;
      content: url("../../_includes/images/site-wide/chevrons-yellow.svg"); }
    @media (min-width: 576px) {
      .intro__content {
        padding-left: 8rem; }
        .intro__content::before {
          width: 5rem; } }

.feature {
  position: relative;
  width: 100%;
  max-width: 950px; }
  .feature__img, .feature__content {
    position: relative;
    z-index: 1; }
  .feature__content {
    width: 100%;
    color: #fff;
    background-color: #012169;
    padding: 3rem 2rem; }
    .feature__content .btn {
      padding-left: 0; }
  .feature__heading {
    color: #fff;
    font-size: calc(1.375rem + 1.5vw);
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal; }
  .feature__img {
    position: relative; }
    .feature__img img {
      position: relative;
      z-index: 1; }
    .feature__img::before {
      position: absolute;
      z-index: 0;
      top: 65%;
      content: "";
      display: block;
      width: 205px;
      height: 140px;
      border: 5px solid #f2a900; }
  .feature__img {
    width: calc(100% - 3rem); }
  @media (min-width: 768px) {
    .feature {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 110px; }
      .feature__img {
        position: absolute;
        -webkit-transform: translateY(-110px);
                transform: translateY(-110px);
        width: 50%;
        max-width: 50%; }
        .feature__img::before {
          content: none; }
      .feature__content {
        width: calc(100% - 2rem);
        max-width: 500px; }
      .feature .feature__content {
        width: 100%;
        max-width: 55%; }
      .feature__square {
        position: absolute;
        z-index: 0;
        top: 55px; }
        .feature__square::before {
          content: "";
          display: block;
          width: 250px;
          height: 95px;
          border: 5px solid #f2a900; } }
  @media (min-width: 768px) {
    .feature__heading {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .feature__heading {
      font-size: 2rem; } }

.feature.feature-left {
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .feature.feature-left .feature__img {
    left: 0; }
    .feature.feature-left .feature__img::before {
      right: calc(-2rem + 5px); }
  .feature.feature-left .feature__square {
    right: calc(1rem + 5px); }
  @media (min-width: 768px) {
    .feature.feature-left .feature__square {
      right: 27%; } }

.feature.feature-right {
  margin-left: auto; }
  .feature.feature-right .feature__img {
    right: 0;
    margin-left: auto; }
    .feature.feature-right .feature__img::before {
      left: calc(-2rem + 5px); }
  .feature.feature-right .feature__square {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    left: calc(1rem - 5px); }
  @media (min-width: 768px) {
    .feature.feature-right .feature__square {
      left: 27%; } }

.cta {
  min-height: 231px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .cta::before, .cta::after {
    position: absolute;
    z-index: 0;
    width: 14rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    content: url("../../_includes/images/site-wide/star-half.svg"); }
  .cta::before {
    left: -7rem; }
  .cta::after {
    right: -7rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .cta__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1.5rem 1rem;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-right: 1px solid #e1e1de;
    border-left: 1px solid #e1e1de;
    z-index: 1; }
    .cta__content > p {
      font-family: "Spectral", serif;
      font-weight: 700;
      text-transform: none;
      letter-spacing: normal;
      font-size: 1.25rem;
      font-weight: 400; }
    .cta__content .media > img {
      max-width: 150px; }
    @media (min-width: 992px) {
      .cta__content {
        padding: 1.5rem 2rem; } }
  .cta .blockquote {
    margin: 0 auto;
    padding-left: 0;
    border: 0; }

.profile {
  position: relative; }
  .profile__img {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .profile__text {
    text-align: center;
    margin-bottom: 1rem;
    padding: 3rem 1rem 1rem;
    border: 3px solid #f2a900; }
  .profile__name {
    color: #012169;
    font-size: 1.25rem;
    font-weight: 800; }

.article {
  margin-bottom: 1rem; }
  .article__img {
    max-width: 100%;
    margin-bottom: 1rem; }
  .article__headline {
    font-size: 1.5rem;
    line-height: 1.5; }
  .article__category {
    display: inline-block;
    padding: 0 0.75rem;
    border: 3px solid #41b6e6;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    letter-spacing: normal;
    color: #012169;
    margin-bottom: 1rem; }

.article-feed {
  list-style: none;
  margin: 0;
  padding: 0; }
  .article-feed .article__headline {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 800; }
  .article-feed .article {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }

.event__date {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  border: 2px solid #f2a900;
  line-height: 1.1; }

.event__weekday {
  color: #007dba; }

.event__month, .event__day {
  color: #012169;
  font-size: 1.25rem; }

.event__month {
  font-size: 1.25rem; }

.event__day {
  font-size: 1.875rem; }

.event__name {
  font-weight: 800; }

.stat {
  text-align: center; }
  .stat__text, .stat__text-sm {
    color: #012169; }
  .stat__text, .stat__text-lg {
    font-weight: 800; }
  .stat__text {
    font-size: 1.125rem;
    line-height: 1.125; }
  .stat__text-sm {
    font-size: .875rem; }
  .stat__text-lg {
    color: #007dba;
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 3.5rem;
    line-height: 1; }
    @media (min-width: 1200px) {
      .stat__text-lg {
        font-size: 4.5rem; } }

.course-profile .stat__text-sm {
  font-size: 1.125rem;
  line-height: 1.125;
  font-weight: 800; }

.card .card-title {
  color: #007dba;
  margin-bottom: 0; }
  .card .card-title + .card-text {
    margin-top: .75rem; }

.card-link {
  border-top: 2px solid #f2a900; }

.card p:last-of-type {
  margin-bottom: 0; }

.linked-cards-column {
  list-style: none;
  margin: 0;
  padding: 0; }
  .linked-cards-column .card-link {
    border-top: 1px solid #d0d0ce;
    border-left: 2px solid #f2a900; }

.card-subtitle {
  line-height: 1.1; }

.filter-results .card-subtitle {
  font-size: 1rem;
  line-height: 1.5; }

.contact-office {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 600px; }
  .contact__content {
    position: relative;
    top: -4rem;
    background-color: #f2f2f0;
    border-top: 2px solid #f2a900;
    padding: 1rem;
    margin: 0 auto;
    width: 85%; }
  @media (min-width: 576px) {
    .contact__content {
      width: 65%;
      margin-right: 2rem; } }

.biocard {
  background-color: #f2f2f0;
  border-top: 2px solid #f2a900;
  padding: 2rem; }

.header .header-sitename a {
  font-size: 1rem; }

.header .header-logo {
  background-color: #f2a900; }

.header .header-nav-main .nav-item.active .nav-link, .header .header .header-nav-aux .nav-item.active .nav-link {
  box-shadow: 0 -3px #f2a900 inset; }

.compact-header .header-nav-menu .dropdown-toggle::after {
  border-top-color: #f2a900; }

.dropdown-toggle::after {
  color: #f2a900; }

.compact-header .header-sitename {
  width: 100%; }

.compact-header .header-menus {
  height: auto; }

@media (max-width: 991.98px) {
  .dropdown-toggle::after {
    display: none; } }

@media (min-width: 992px) {
  .compact-header .header-nav-aux {
    height: 30px; }
  .compact-header .header-nav-menu {
    height: 80px; }
  .compact-header .header-nav-menu-form {
    height: 47px; } }

.compact-header.scroll-top .header-sitename,
.compact-header.scroll-top .header-menus .header-menus__top,
.compact-header.scroll-down .header-sitename,
.compact-header.scroll-down .header-menus .header-menus__top {
  -webkit-animation: none;
          animation: none; }

.site-footer .custom-logo {
  max-width: 540px; }

.site-footer__menus > ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }

.footer-hat {
  background-color: #fff;
  background-image: url("../images/site-wide/pattern-bg-blue.svg");
  background-repeat: repeat;
  background-position: center top;
  width: 100%;
  height: 100px; }

.hero-home {
  background-color: #101820;
  position: relative;
  overflow: hidden; }
  .hero-home figure {
    opacity: 0.9; }
  .hero-home .ratio-content {
    height: auto; }
  .hero-home .hero-star {
    position: absolute;
    bottom: -66%;
    right: -10%;
    width: 60%; }

.image-background-text {
  background-size: cover; }
  .image-background-text *:last-child {
    margin-bottom: 0; }

.table.table-theme caption {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2rem;
  padding: .5rem 1rem;
  border-bottom: solid 1px #d0d0ce; }
  @media (min-width: 1200px) {
    .table.table-theme caption {
      font-size: 2rem; } }

.juicer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  min-height: 300px;
  background-color: #101820;
  border: 1.5px solid #101820; }
  .juicer__item {
    width: 100%;
    width: 50%; }
    @media (min-width: 768px) {
      .juicer__item {
        width: 25%; } }
    .juicer__item a {
      background-size: cover;
      border: 1.5px solid #101820; }
      .juicer__item a:focus {
        border-color: #41b6e6; }
  .juicer__source {
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    transition: opacity 0.2s ease;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0; }
    .juicer__source .fab {
      color: #fff; }
    .juicer__source:hover {
      opacity: 1; }

.wysiwyg ul.feed {
  max-width: 100%; }

.feed {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .feed li {
      max-width: calc(50% - 1rem); } }
  .feed-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .feed li {
    width: 100%;
    margin-bottom: 1rem; }

@media (min-width: 992px) {
  .feed-x3 li {
    max-width: calc(33.3333% - 1rem); } }

@media (min-width: 992px) {
  .feed-x4 li {
    max-width: calc(25% - 1rem); } }

.hexchart {
  margin: 2rem auto;
  padding: 3rem 3rem 2rem 3rem;
  background-color: #012169;
  background-image: url("../images/site-wide/pattern-bg-dark-blue.svg");
  background-repeat: repeat;
  background-position: center top; }
  .hexchart__item {
    background-color: #fff;
    height: 80px;
    margin: 0 auto 1rem auto;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    color: #012169;
    position: relative;
    width: calc(100% - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .hexchart__item::before, .hexchart__item::after {
      position: absolute;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid; }
    .hexchart__item::before {
      left: -20px;
      border-width: 40px 20px 40px 0;
      border-right-color: #fff; }
    .hexchart__item::after {
      right: -20px;
      border-width: 40px 0 40px 20px;
      border-left-color: #fff; }
  .hexchart .order-sm-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .hexchart .order-sm-2 .hexchart__item:first-of-type {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      background-color: #f2a900;
      font-size: 1.25rem; }
      .hexchart .order-sm-2 .hexchart__item:first-of-type::before {
        border-right-color: #f2a900; }
      .hexchart .order-sm-2 .hexchart__item:first-of-type::after {
        border-left-color: #f2a900; }
      @media (min-width: 576px) {
        .hexchart .order-sm-2 .hexchart__item:first-of-type {
          -ms-flex-order: 2;
              order: 2; } }
      @media (min-width: 992px) {
        .hexchart .order-sm-2 .hexchart__item:first-of-type {
          font-size: 1.75rem; } }
      @media (min-width: 1200px) {
        .hexchart .order-sm-2 .hexchart__item:first-of-type {
          font-size: 2rem; } }
    .hexchart .order-sm-2 .hexchart__item:last-of-type {
      -ms-flex-order: 3;
          order: 3; }

.schoolchart {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  line-height: 1.1; }
  .schoolchart tbody td {
    padding: 0.5rem; }
  .schoolchart tbody td,
  .schoolchart tfoot th {
    text-align: center; }
  .schoolchart tfoot th {
    padding: 0.75rem 0.5rem; }
  .schoolchart tfoot th div {
    border-top: 1px solid #101820;
    padding: 0.25rem 1rem;
    position: relative;
    width: 100%; }
    .schoolchart tfoot th div::before, .schoolchart tfoot th div::after {
      content: "";
      position: absolute;
      top: -4px;
      height: 7px;
      width: 1px;
      background-color: #101820; }
    .schoolchart tfoot th div::before {
      left: 0; }
    .schoolchart tfoot th div::after {
      right: 0; }
  .schoolchart__item {
    margin: 0 auto;
    padding: 0 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    background-color: #63666a;
    height: 50px;
    position: relative;
    width: calc(100% - 45px); }
    .schoolchart__item::before, .schoolchart__item::after {
      position: absolute;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid; }
  .schoolchart__item.arrow::before, .schoolchart__item.arrow::after {
    border-width: 25px 0 25px 15px; }
  .schoolchart__item.arrow::before {
    z-index: 1;
    left: -15px;
    border-color: #63666a #63666a #63666a transparent; }
  .schoolchart__item.arrow::after {
    right: -15px;
    border-color: transparent transparent transparent #63666a; }
  .schoolchart__item.arrow.bg-primary::before {
    border-color: #012169 #012169 #012169 transparent; }
  .schoolchart__item.arrow.bg-primary::after {
    border-color: transparent transparent transparent #012169; }
  .schoolchart__item.arrow.bg-secondary::before {
    border-color: #007dba #007dba #007dba transparent; }
  .schoolchart__item.arrow.bg-secondary::after {
    border-color: transparent transparent transparent #007dba; }
  .schoolchart__item.arrow.bg-success::before {
    border-color: #348338 #348338 #348338 transparent; }
  .schoolchart__item.arrow.bg-success::after {
    border-color: transparent transparent transparent #348338; }
  .schoolchart__item.skew {
    margin: 1rem auto; }
    .schoolchart__item.skew::before {
      left: -30px; }
    .schoolchart__item.skew::after {
      right: -30px; }
    .schoolchart__item.skew.skew-right::before, .schoolchart__item.skew.skew-right::after {
      border-width: 0 0 50px 30px; }
    .schoolchart__item.skew.skew-right::before {
      border-color: transparent transparent #63666a transparent; }
    .schoolchart__item.skew.skew-right::after {
      border-color: transparent transparent transparent #63666a; }
    .schoolchart__item.skew.skew-right.bg-warning {
      color: #101820; }
      .schoolchart__item.skew.skew-right.bg-warning::before {
        border-color: transparent transparent #f2a900 transparent; }
      .schoolchart__item.skew.skew-right.bg-warning::after {
        border-color: transparent transparent transparent #f2a900; }
    .schoolchart__item.skew.skew-left::before, .schoolchart__item.skew.skew-left::after {
      border-width: 50px 0 0 30px; }
    .schoolchart__item.skew.skew-left::before {
      border-color: #63666a transparent transparent transparent; }
    .schoolchart__item.skew.skew-left::after {
      border-color: transparent transparent transparent #63666a; }
    .schoolchart__item.skew.skew-left.bg-primary::before {
      border-color: #012169 transparent transparent transparent; }
    .schoolchart__item.skew.skew-left.bg-primary::after {
      border-color: transparent transparent transparent #012169; }
  @media (min-width: 992px) {
    .schoolchart {
      font-size: 1.25rem; } }

.home-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-intro .display-1 {
    font-size: 4rem;
    margin-bottom: 0;
    position: relative; }
    .home-intro .display-1::after {
      position: absolute;
      margin-left: 1rem;
      content: url("../images/site-wide/chevrons-yellow.svg");
      width: 2.5rem;
      -webkit-filter: brightness(175%) grayscale(1);
              filter: brightness(175%) grayscale(1); }
  .home-intro__content {
    width: 100%;
    max-width: 542px;
    padding: 0 1rem; }
    .home-intro__content p {
      color: #fff; }
    @media (min-width: 768px) {
      .home-intro__content {
        padding: 0; } }
  .home-intro__col {
    padding: 2rem 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .home-intro__col {
        padding: 2rem; }
        .home-intro__col:last-of-type {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .home-intro__col:last-of-type .home-intro__content {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
    overflow: hidden; }
    .home-intro__col:last-of-type .home-intro__content::before, .home-intro__col:last-of-type .home-intro__content::after {
      content: "";
      display: block;
      width: calc(100% - 2rem);
      height: 16px;
      position: absolute;
      background-image: linear-gradient(0deg, #f2a900 12.5%, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 0) 50%, #f2a900 50%, #f2a900 62.5%, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 0) 100%);
      background-size: 16px 16px; }
    .home-intro__col:last-of-type .home-intro__content::before {
      top: 0; }
    .home-intro__col:last-of-type .home-intro__content::after {
      bottom: 0; }
  .home-intro .lead {
    font-size: 1.25rem; }
  @media (min-width: 768px) {
    .home-intro .home-intro__col {
      width: 50%; }
    .home-intro .display-1 {
      font-size: 5.5rem; }
      .home-intro .display-1::after {
        margin-left: 2rem;
        width: 3.75rem; }
    .home-intro .home-intro__col:last-of-type .home-intro__content::before,
    .home-intro .home-intro__col:last-of-type .home-intro__content::after {
      width: 100%; } }
  @media (min-width: 1200px) {
    .home-intro .display-1 {
      font-size: 6rem; } }


.compact-header .header-sitename {
    width: 60%;
}

@media (min-width: 576px) {
.header .header-sitename__school-logo {
    width: 335px;
}
}

@media (min-width: 992px) {
.compact-header .header-nav-main {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: 0;
}
}

/* spinner */
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* Home hero CTA */

 @media (min-width: 768px) {
	 .hero-home__main {
		 position: absolute;
		 top: 0;
		 right: 0;
		 bottom: 0;
		 left: 0;
	}
	 .hero-home__main > .container {
		 max-width: none;
	}
}
 .hero-home__content {
	 position: relative;
	 z-index: 0;
	 padding: 2rem;
	 display: block;
	 text-decoration: none;
	 transition: box-shadow ease 0.25s;
}
 .hero-home__content::before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 width: 100%;
	 height: 100%;
	 content: "";
	 background-color: #012169;
	 opacity: 0.9;
}
 @media (max-width: 767.98px) {
	 .hero-home__content {
		 background-color: #012169;
	}
}
 .hero-home__heading, .hero-home__subheading, .hero-home__action {
	 color: #fff;
}
 .hero-home__heading {
	 font-size: calc(1.275rem + 3.9vw);
     line-height: 1.1;
     font-family: "Spectral",serif;
     font-weight: 400;
     margin-bottom: 1.5rem;
}
 @media (min-width: 768px) {
	 .hero-home__heading {
		 font-size: 4.5vw;
	}
}
 @media (min-width: 2200px) {
	 .hero-home__heading {
		 font-size: 6rem;
	}
}
 .hero-home__subheading {
	 font-size: 1.125rem;
     margin-bottom: 1.5rem;
}
 .hero-home__action {
    font-size: 1.125rem;
    line-height: 1.1;
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.hero-home__action::after {
    content: url(../../_includes/images/site-wide/arrow-yellow.svg);
    display: inline-block;
    vertical-align: text-bottom;
    width: 0.8rem;
    margin-left: 1rem;
}
 @media (max-width: 767.98px) {
	 .hero-home .container {
		 max-width: 100%;
		 padding-right: 0;
		 padding-left: 0;
	}
}
 a.hero-home__content:hover {
	 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.1), 0px 32px 32px rgba(0, 0, 0, 0.1), 0px 64px 64px rgba(0, 0, 0, 0.1), 0px 128px 128px rgba(0, 0, 0, 0.1), 0px 256px 256px rgba(0, 0, 0, 0.1);
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    color: transparent !important;
}
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    color: transparent !important;
}
