@import url("https://fonts.googleapis.com/css?family=Lobster+Two:400i,700i|Raleway:400,400i,700,700i");
.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-main {
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-left .shuffle-caption {
  left: calc(100px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-right .shuffle-caption {
  right: calc(100px + 1em);
}
.shuffle1-container .slick-dots {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .slick-dots {
    display: none;
  }
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(0, 0, 0);
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-left, .shuffle1-container .shuffle-navigation.navigation-position-right {
  top: 0;
  height: 100%;
  width: calc(100px + 1em);
}
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-list,
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-list,
.shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
  height: 100% !important;
}
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shuffle1-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle1-container .shuffle-navigation.navigation-position-right .shuffle-slide {
  width: 100px;
  float: none;
}
.shuffle1-container .shuffle-navigation.navigation-position-left {
  left: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-right {
  right: 0;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  flex: none;
  width: 50px;
  height: 50px;
}
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}
.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}
.quicklinks-container.icon-orientation-vertical .qlink-inner {
  flex-direction: column;
}
.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}
@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    flex-direction: column;
  }
}

.spotlight1-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  max-width: 100%;
}
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}
.spotlight1-container .item-text {
  margin-bottom: 20px;
}
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

.events1-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events1-container .items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.events1-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.content-size-small .item {
  margin-bottom: 10px;
}
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.events1-container.content-size-small .event-date {
  font-size: 1rem;
}
.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}
.events1-container.content-size-large .item {
  margin-bottom: 30px;
}
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    flex: 1;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news1-container.content-size-small .item {
  margin-bottom: 10px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 30px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical .item {
  text-align: center;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: flex;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
}

.shuffle3-container .mosaic-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
}

body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
}

body .slick-slider .slick-list {
  width: calc(100% - 25px * 2);
  margin: 0 25px;
}
body .slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 27px;
  width: 15px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 27px / 2);
}
body .slick-slider .slick-arrow.slick-prev {
  background-image: url(/pics/icons/arrow.svg);
}
body .slick-slider .slick-arrow.slick-next {
  background-image: url(/pics/icons/arrow.svg);
}
body .slick-slider .slick-dots li button:before {
  color: rgb(204, 204, 204);
}
body .slick-slider .slick-dots li.slick-active button:before {
  color: rgb(179, 0, 0);
}
body .slick-slider .slick-dots.number-dots li button {
  background: rgb(204, 204, 204);
  color: rgb(179, 0, 0);
}
body .slick-slider .slick-dots.number-dots li.slick-active button {
  background: rgb(179, 0, 0);
  color: rgb(204, 204, 204);
}
body .slick-slider .slick-arrow {
  background-size: cover;
}
body .slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
body:not(.index) {
  background-color: rgb(248, 223, 8);
}
@media screen and (max-width: 1023px) {
  body #header_main {
    border-top-color: rgb(9, 32, 126);
  }
}
body #header_main .school-name .first-line {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  color: rgb(9, 32, 126);
  height: 1.1em;
}
body #header_main .school-name .second-line {
  color: rgb(9, 32, 126);
}
@media screen and (min-width: 1024px) {
  body #header_main .school-name {
    height: 170px;
  }
}
body #header_main .header-logo.logo-replacement a {
  width: 190px;
  height: 190px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 190px;
  height: 190px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group {
  background-color: rgb(9, 32, 126);
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: rgb(9, 32, 126);
  background-color: rgb(248, 223, 8);
}
body #header_main .sitenav-holder .nav-group .sub-nav a {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: rgb(9, 32, 126);
  background-color: rgb(248, 223, 8);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  body #header_main .sitenav-holder .nav-menu {
    justify-content: space-around;
  }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav-holder .sub-nav {
    background-color: rgb(9, 32, 126);
  }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px * 2);
    max-width: calc(1024px - 20px * 2);
    padding: 20px;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
body #header_main .sitenav-holder .nav-menu {
  background-color: rgb(9, 32, 126);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    background-color: transparent;
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
    text-decoration: underline;
    background-color: transparent;
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-holder .nav-group .nav-item + .nav-item:before {
    border-left-color: rgba(255, 255, 255, 0.55);
  }
}
body #header_main .topbar-inner .search-header {
  background-color: rgb(9, 32, 126);
}
body #header_main .topbar-inner .search-header svg {
  fill: rgb(255, 255, 255);
}
body #header_main .topbar-inner .search-header:hover, body #header_main .topbar-inner .search-header:focus {
  background-color: rgb(248, 223, 8);
}
body #header_main .topbar-inner .search-header:hover svg, body #header_main .topbar-inner .search-header:focus svg {
  fill: rgb(255, 255, 255);
}
body #header_main .topbar-inner .header-info {
  color: rgb(9, 32, 126);
}
body #header_main .topbar-inner #topbar_nav .link-item {
  color: rgb(9, 32, 126);
}
body #header_main .topbar-inner #topbar_nav .link-item + .link-item {
  border-left-color: rgba(9, 32, 126, 0.55);
}
body #header_main .topbar-inner #topbar_nav .link-item:hover, body #header_main .topbar-inner #topbar_nav .link-item:focus {
  color: rgb(248, 223, 8);
}
body #shuffle_main .shuffle-certs {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  body #shuffle_main .shuffle-certs {
    background-color: transparent;
  }
}
body #shuffle_main .shuffle-motto {
  background-color: rgb(9, 32, 126);
  color: rgb(255, 255, 255);
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  bottom: 120px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  body #shuffle_main .shuffle-motto {
    background-color: rgba(9, 32, 126, 0.55);
  }
}
body #quicklinks_row {
  background-color: rgb(248, 223, 8);
}
body #quicklinks .items-list .qlink-item > a .img-holder {
  border-color: rgb(9, 32, 126);
}
body #quicklinks .items-list .qlink-item > a .img-holder:before {
  background-color: rgb(9, 32, 126);
}
body #quicklinks .items-list .qlink-item > a .inner-text {
  color: rgb(9, 32, 126);
}
body #quicklinks .items-list .qlink-item > a:hover .img-holder, body #quicklinks .items-list .qlink-item > a:focus .img-holder {
  border-color: rgb(255, 255, 255);
}
body #quicklinks .items-list .qlink-item > a:hover .img-holder:before, body #quicklinks .items-list .qlink-item > a:focus .img-holder:before {
  background-color: rgb(255, 255, 255);
}
body #spotlight_row {
  color: rgb(255, 255, 255);
}
body #spotlight_row:before {
  background-color: rgba(9, 32, 126, 0.85);
}
body #spotlight_row .section-title {
  color: rgb(255, 255, 255);
}
body #spotlight_row .read-more-link {
  color: rgb(9, 32, 126);
  background-color: rgb(255, 255, 255);
}
body #spotlight_row .read-more-link:before {
  background-color: rgb(248, 223, 8);
}
body #spotlight_row .read-more-link:hover, body #spotlight_row .read-more-link:focus {
  color: rgb(9, 32, 126);
}
body #events_row .read-more-link, body #news_row .read-more-link {
  background-color: rgb(9, 32, 126);
  color: rgb(255, 255, 255);
}
body #events_row .read-more-link:before, body #news_row .read-more-link:before {
  background-color: rgb(248, 223, 8);
}
body #events_row .read-more-link:hover, body #events_row .read-more-link:focus, body #news_row .read-more-link:hover, body #news_row .read-more-link:focus {
  color: rgb(9, 32, 126);
}
@media screen and (min-width: 1024px) {
  body #events_container .items-list .item + .item {
    border-left-color: rgba(9, 32, 126, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #news_container .items-list .item:nth-of-type(even) {
    border-left-color: rgba(9, 32, 126, 0.25);
  }
}
@media screen and (min-width: 1024px) {
  body #news_container .items-list .item:nth-of-type(3n +2) {
    border-left-color: rgba(9, 32, 126, 0.25);
    border-right-color: rgba(9, 32, 126, 0.25);
  }
}
body #events_container .items-list .item-date {
  font-family: "Lobster Two", cursive;
  background-color: rgb(248, 223, 8);
  color: rgb(9, 32, 126);
}
body #gallery_row:before {
  background-color: rgba(248, 223, 8, 0.85);
}
body #gallery_container .section-title {
  color: rgb(9, 32, 126);
}
body .content-container .section-title {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  color: rgb(9, 32, 126);
}
body #content_main #breadcrumbs {
  color: rgb(9, 32, 126);
}
body #content_main .pageTitle {
  color: rgb(9, 32, 126);
  font-family: "Lobster Two", cursive;
}
body #content_main .right-column-page-navigation {
  background: rgb(9, 32, 126);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(248, 223, 8);
  color: rgb(9, 32, 126);
}
body #footer_main .footer-ceil {
  background-color: rgb(9, 32, 126);
}
body #footer_main .footer-ceil .edlio-login-link {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body #footer_main .footer-ceil .edlio-login-link .edlio-logo {
  border-right-color: rgb(255, 255, 255);
}
body #footer_main .footer-ceil .edlio-login-link .edlio-logo svg {
  fill: rgb(255, 255, 255);
}
body #footer_main .footer-ceil .edlio-login-link:hover, body #footer_main .footer-ceil .edlio-login-link:focus {
  color: rgb(248, 223, 8);
}
body #footer_main .footer-ceil .edlio-login-link:hover .edlio-logo, body #footer_main .footer-ceil .edlio-login-link:focus .edlio-logo {
  border-color: rgb(248, 223, 8);
}
body #footer_main .footer-ceil .edlio-login-link:hover .edlio-logo svg, body #footer_main .footer-ceil .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(248, 223, 8);
}
body #footer_main .footer-ceil #social_nav_footer .icon-only {
  background-color: rgb(255, 255, 255);
}
body #footer_main .footer-ceil #social_nav_footer .icon-only svg {
  fill: rgb(9, 32, 126);
}
body #footer_main .footer-ceil #social_nav_footer .icon-only:hover, body #footer_main .footer-ceil #social_nav_footer .icon-only:focus {
  background-color: rgb(248, 223, 8);
}
body #footer_main .footer-ceil .non-discrimination {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease-out;
}
body #footer_main .footer-ceil .non-discrimination:before {
  background-image: url(/pics/icons/arrow.svg);
}
body #footer_main .footer-ceil .non-discrimination:hover, body #footer_main .footer-ceil .non-discrimination:focus {
  border-color: rgb(255, 255, 255);
}
body #footer_main .footer-ceil .school-name-inner .first-line {
  font-family: "Lobster Two", cursive;
  height: 1.1em;
}
body #footer_main .footer-floor {
  background-color: rgb(255, 255, 255);
}
body #footer_main .footer-floor .powered-by-edlio-logo svg {
  fill: rgb(9, 32, 126);
}
body #footer_main .footer-logo.logo-replacement {
  height: 190px;
  width: 190px;
  background-image: url("/pics/header_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 190px;
  height: 190px;
  background-image: url("/pics/header_logo.png");
}
body #mobile_nav {
  background: rgb(9, 32, 126);
}
body #mobile_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_nav a svg {
  fill: rgb(255, 255, 255);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(248, 223, 8);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(248, 223, 8);
}

body #header_main .sitenav-holder .nav-group .sub-nav a {
  text-align: left;
}

#videos_container .section-title {
  width: 100%;
  margin-bottom: 60px;
}

#videos_container .video-inner {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  #videos_container .video-inner {
    width: 518px;
  }
}
@media screen and (min-width: 1350px) {
  #videos_container .video-inner {
    width: 60%;
  }
}
#videos_container .video-inner video {
  display: block;
  width: 100%;
}

#shuffle_mosaic {
  width: 96%;
}

@media screen and (min-width: 1350px) {
  #shuffle_mosaic {
    width: 40%;
  }
}
#shuffle_mosaic .mosaic-item {
  position: relative !important;
  width: 256px !important;
  height: 224px !important;
  margin: 0 3px 6px !important;
}

#shuffle_mosaic .mosaic-item:hover .social-mosaic-title, #shuffle_mosaic .mosaic-item:focus .social-mosaic-title {
  background-color: rgba(255, 255, 255, 0);
}

#shuffle_mosaic .mosaic-item:hover .social-mosaic-title svg, #shuffle_mosaic .mosaic-item:focus .social-mosaic-title svg {
  fill: white;
}

#shuffle_mosaic .social-mosaic-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(66, 66, 66, 0.5);
}

#shuffle_mosaic .mosaic-title-inner {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

#shuffle_mosaic .mosaic-title-inner svg {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  fill: white;
}

#shuffle_mosaic .mosaic-title-inner:hover, #shuffle_mosaic .mosaic-title-inner:focus {
  background-color: transparent;
}

#shuffle_mosaic {
  width: 96%;
}
@media screen and (min-width: 1350px) {
  #shuffle_mosaic {
    width: 40%;
  }
}
#shuffle_mosaic .items-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#shuffle_mosaic .mosaic-item {
  position: relative;
  width: 256px;
  height: 224px;
  margin: 0 3px 6px;
}
#shuffle_mosaic .mosaic-item:hover .social-mosaic-title, #shuffle_mosaic .mosaic-item:focus .social-mosaic-title {
  background-color: rgba(255, 255, 255, 0);
}
#shuffle_mosaic .mosaic-item:hover .social-mosaic-title svg, #shuffle_mosaic .mosaic-item:focus .social-mosaic-title svg {
  fill: rgb(255, 255, 255);
}
#shuffle_mosaic .social-mosaic-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
#shuffle_mosaic .mosaic-title-inner {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
#shuffle_mosaic .mosaic-title-inner svg {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
#shuffle_mosaic .mosaic-title-inner:hover, #shuffle_mosaic .mosaic-title-inner:focus {
  background-color: transparent;
}
.content-container a {
  text-decoration: none;
}

.content-container a:hover, .content-container a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .content-container {
    width: 100%;
  }
}
.content-container .section-title {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #313658;
}

@media screen and (min-width: 768px) {
  .content-container .section-title {
    font-size: 2.8125rem;
  }
}
.content-container .section-title a {
  color: inherit;
}

.content-container .item-text {
  font-size: 1.1875rem;
  font-weight: 300;
  color: white;
}

.content-container .read-more-links-group {
  justify-content: center;
}

.content-container .read-more-links-group .read-more-link {
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}

.homepage-row .homepage-row-inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: flex;
  }
}
.homepage-row .homepage-column {
  flex: 1;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .width-constrain-row .homepage-row-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 0px);
    max-width: 1350px !important;
  }
}
.shuffle4-container .mosaic-item {
  display: block;
  background-position: center center;
  background-size: cover;
}

.shuffle4-container .mosaic-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.shuffle4-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}

#videos_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#videos_container .section-title {
  width: 100%;
  margin-bottom: 60px;
}
#videos_container .video-inner {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #videos_container .video-inner {
    width: 518px;
  }
}
@media screen and (min-width: 1350px) {
  #videos_container .video-inner {
    width: 60%;
  }
}
#videos_container .video-inner video {
  display: block;
  width: 100%;
}

#videos_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

#videos_container .section-title {
  width: 100%;
  margin-bottom: 60px;
}

#videos_container .video-inner {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  #videos_container .video-inner {
    width: 518px;
  }
}
@media screen and (min-width: 1350px) {
  #videos_container .video-inner {
    width: 60%;
  }
}
#videos_container .video-inner video {
  display: block;
  width: 100%;
}

#row_video {
  background-color: rgba(248, 223, 8, 0.85);
}

#toggle {
  color: rgb(9, 32, 126);
}/*# sourceMappingURL=main.css.map */