@charset "UTF-8";
.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: center;
  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;
}
.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 {
  flex: none;
  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.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 {
    max-width: 250px;
    margin-right: 15px;
  }
}

.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;
}
@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 {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
}

.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.date-orientation-vertical .item {
  text-align: center;
}
@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;
  }
}

.infographic-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item svg {
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container.orientation-vertical .items-list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  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 .slick-dots {
  position: absolute;
  z-index: 9999;
}
@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;
  z-index: 9;
  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 .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;
  }
}

.social-widget-container .section-title svg {
  width: 32px;
  height: 32px;
  margin: 8px;
}
.social-widget-container .section-title.icon-only .section-title-inner {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.social-widget-container .section-title.icon-only .section-title-inner svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
}

@media screen and (min-width: 1024px) {
  body.index #header_main {
    background-color: rgba(0, 118, 129, 0.8);
  }
}

body:not(.index) {
  background-color: rgb(242, 242, 242);
}

body #header_main {
  background-color: rgb(0, 118, 129);
}
body #header_main .header-logo.logo-replacement a {
  width: 109px;
  height: 112px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 109px;
  height: 112px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo .school-name-inner {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-menu {
  background: rgb(0, 118, 129);
}
body #header_main .sitenav-main .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px );
}
body #header_main .sitenav-main .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(198, 203, 204);
}
body #header_main .sitenav-main .sub-nav a {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(198, 203, 204);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main .nav-menu {
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
    text-align: center;
    color: rgb(0, 118, 129);
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
    background-color: rgb(0, 118, 129);
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: rgb(0, 118, 129);
  }
  body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-main.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main.nav-group .nav-item > a {
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.nav-group .nav-item > a:hover, body #header_main .sitenav-main.nav-group .nav-item > a:focus, body #header_main .sitenav-main.nav-group .nav-item > a.open {
    background-color: rgb(0, 0, 0);
  }
  body #header_main .sitenav-main.column .nav-menu {
    justify-content: space-between;
  }
}
body .slick-container .slick-dots li button:before {
  color: rgb(0, 118, 129);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(0, 118, 129);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(0, 118, 129);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(198, 203, 204);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(198, 203, 204);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(198, 203, 204);
}
body .content-container .read-more-link {
  border: 2px solid rgb(0, 118, 129);
  color: rgb(255, 255, 255);
  background-color: rgb(0, 118, 129);
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  color: rgb(0, 118, 129);
  background-color: transparent;
}
body #content_main .pageTitle {
  color: rgb(0, 118, 129);
}
body #content_main .right-column-page-navigation {
  background: rgb(198, 203, 204);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(0, 0, 0);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #row_motto, body #row_qlinks2 {
  background-color: rgb(0, 118, 129);
}
body #row_spotlight {
  background-color: rgb(198, 203, 204);
}
body #row_news_events .section-title {
  color: rgb(0, 118, 129);
}
body #row_news_events .read-more-link {
  border-color: rgb(198, 203, 204);
  color: rgb(0, 0, 0);
  background-color: rgb(198, 203, 204);
}
body #row_news_events .read-more-link:hover, body #row_news_events .read-more-link:focus {
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
body #row_infographics {
  position: relative;
  color: rgb(255, 255, 255);
}
body #row_infographics:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 118, 129, 0.8);
}
body #row_spotlight2 {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
body #qlinks_fixed a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.9);
}
body #qlinks_fixed a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(198, 203, 204);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #qlinks_fixed a:hover, body #qlinks_fixed a:focus {
  color: rgb(0, 0, 0);
}
body #qlinks_fixed a:before {
  transform: scale(0);
}
body #qlinks_fixed a:hover:before, body #qlinks_fixed a:focus:before {
  transform: scale(1);
}
body #qlinks_fixed a:hover, body #qlinks_fixed a:focus {
  text-decoration: none;
}
body #quicklinks2 .items-list .qlink-item:before {
  background-color: rgba(255, 255, 255, 0.1);
}
body #quicklinks2 .items-list .qlink-item a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
body #quicklinks2 .items-list .qlink-item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #quicklinks2 .items-list .qlink-item a:hover, body #quicklinks2 .items-list .qlink-item a:focus {
  color: rgb(255, 255, 255);
}
body #quicklinks2 .items-list .qlink-item a:before {
  transform: scaleY(0);
}
body #quicklinks2 .items-list .qlink-item a:hover:before, body #quicklinks2 .items-list .qlink-item a:focus:before {
  transform: scaleY(1);
}
body #quicklinks2 .items-list .qlink-item a:hover, body #quicklinks2 .items-list .qlink-item a:focus {
  text-decoration: none;
}
body #quicklinks2 .items-list .qlink-item a:hover:before, body #quicklinks2 .items-list .qlink-item a:focus:before {
  transform: scaleY(1.02);
}
body #quicklinks2 .items-list .qlink-item a svg {
  fill: rgb(198, 203, 204);
}
body #spotlight_container .section-title {
  color: rgb(0, 118, 129);
}
body #motto {
  color: rgb(255, 255, 255);
}
body #news_container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
body #news_container .slick-arrow:before {
  border-color: rgb(0, 118, 129);
}
body #news_container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 3px;
}
body #news_container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-4.5px) translateY(-4.5px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 3px;
  left: 50%;
}
body #news_container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(4.5px) translateY(-4.5px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 3px;
  right: 50%;
}
body #news_container .slick-list {
  width: calc(100% - 0px*2);
  margin: 0 0px;
}
body #news_container .slick-arrow {
  width: 20px;
  height: 30px;
  top: calc(50% - 30px/2);
}
body #news_container .slick-dots li button:before {
  color: rgb(198, 203, 204);
}
body #news_container .slick-dots.number-dots li button {
  background: rgb(198, 203, 204);
}
body #news_container .slick-dots.number-dots li.slick-active button {
  color: rgb(198, 203, 204);
}
body #news_container .slick-dots li.slick-active button:before {
  color: rgb(0, 118, 129);
}
body #news_container .slick-dots.number-dots li button {
  color: rgb(0, 118, 129);
}
body #news_container .slick-dots.number-dots li.slick-active button {
  background: rgb(0, 118, 129);
}
body #news_container .slick-slider {
  position: relative;
}
body #news_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
body #news_container .slick-list:focus {
  outline: none;
}
body #news_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
body #news_container .slick-slider .slick-track,
body #news_container .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
body #news_container .slick-track {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
}
body #news_container .slick-slide {
  position: relative;
  height: 100%;
  min-height: 1px;
}
body #news_container .slick-slide img {
  display: block;
}
body #news_container .slick-slide.slick-loading img {
  display: none;
}
body #news_container .slick-slide.dragging img {
  pointer-events: none;
}
body #news_container .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  font-size: 0.1rem;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
}
body #news_container .slick-arrow:hover {
  cursor: pointer;
}
body #news_container .slick-arrow.slick-prev {
  left: 0;
}
body #news_container .slick-arrow.slick-next {
  right: 0;
}
body #news_container .slick-arrow.slick-hidden {
  display: none;
}
body #news_container .slick-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body #news_container .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 9999;
  text-align: center;
}
body #news_container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
body #news_container .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  outline-width: none;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  border: 0;
  cursor: pointer;
  background: none transparent;
}
body #news_container .slick-dots li button:hover, body #news_container .slick-dots li button:focus {
  outline-width: 5px;
}
body #news_container .slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2rem;
  text-align: center;
}
body #news_container .slick-dots.number-dots li button {
  font-size: 0.75em;
}
body #news_container .slick-dots.number-dots li button:before {
  display: none;
}
body #news_container .slick-loading .slick-track,
body #news_container .slick-loading .slick-slide {
  visibility: hidden;
}
body #news_container .slick-vertical .slick-track {
  display: block;
}
body #news_container [dir=rtl] .slick-track {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  body #news_container .slick-dots li {
    margin: 0.5em;
  }
}
body #news_container .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: rgb(198, 203, 204);
}
body #news_container .item.no-photo:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-color: rgb(198, 203, 204);
  background-size: auto;
  background-image: url(/pics/header_logo.png);
}
body #news_container .item-summary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
body #news_container .item-summary .item-name a {
  color: rgb(198, 203, 204);
}
@media screen and (min-width: 1024px) {
  body #news_container .slick-arrow.slick-next, body #news_container .slick-arrow.slick-prev {
    top: auto;
    bottom: -65px;
  }
  body #news_container .slick-arrow.slick-prev {
    right: 42px;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  body #events_container .item {
    border-bottom: 2px solid rgb(0, 118, 129);
  }
}
body #infographics_container .info-number, body #infographics_container .section-title {
  color: rgb(198, 203, 204);
}
body #infographics_container svg {
  fill: rgb(255, 255, 255);
}
body #spotlight2_container .read-more-link {
  border-color: rgb(198, 203, 204);
  color: rgb(0, 0, 0);
  background-color: rgb(198, 203, 204);
}
body #spotlight2_container .read-more-link:hover, body #spotlight2_container .read-more-link:focus {
  border-color: rgb(0, 118, 129);
  color: rgb(255, 255, 255);
  background-color: rgb(0, 118, 129);
}
body #youtube_container .section-title svg {
  fill: rgb(255, 0, 0);
}
body #twitter_container .section-title svg {
  fill: rgb(29, 161, 242);
}
body #twitter_container .widget-container-inner {
  background-color: rgb(255, 255, 255);
}
body #footer_main {
  background: rgb(0, 118, 129);
}
body #footer_main .school-name {
  color: rgb(0, 118, 129);
}
body #footer_main .footer-logo.logo-replacement {
  width: 98px;
  height: 101px;
  background-image: url("/pics/header_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 98px;
  height: 101px;
  background-image: url("/pics/header_logo.png");
}
body #footer_main .footer-info {
  background-color: rgb(198, 203, 204);
}
body #footer_main .footer-secondary-nav {
  background-color: rgb(0, 118, 129);
}
body #footer_main .footer-secondary-nav a {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-secondary-nav .read-more-link {
  border: 1px solid rgb(198, 203, 204);
  color: rgb(0, 118, 129);
  background-color: rgb(198, 203, 204);
}
body #footer_main .footer-secondary-nav .read-more-link:hover, body #footer_main .footer-secondary-nav .read-more-link:focus {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
}
body #footer_main .edlio-login-link {
  color: rgb(0, 118, 129);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 1rem;
}
body #footer_main .edlio-login-link .edlio-logo {
  border-right-color: rgb(0, 118, 129);
}
body #footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(0, 118, 129);
}
body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(0, 0, 0);
}
body #footer_main .powered-by-edlio-logo svg {
  fill: rgb(0, 118, 129);
}
@media screen and (min-width: 1024px) {
  body #footer_main {
    background: linear-gradient(to right, rgb(198, 203, 204) 0%, rgb(198, 203, 204) 46%, rgb(0, 118, 129) 46%, rgb(0, 118, 129) 100%);
  }
}
body #mobile_nav {
  background: rgb(0, 118, 129);
}
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(198, 203, 204);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(198, 203, 204);
}

#quicklinks2 .qlink-item {
  width: 16.6666666667% !important;
}

@media screen and (max-width: 600px) {
  #quicklinks2 .qlink-item a .qlink-text {
    font-size: 0.6rem !important;
  }
}
#covidBar {
  display: none;
}

#mobile_nav {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */