.shuffle3-container .mosaic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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);
}

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  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 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

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

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    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 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

body #header_main .school-name-inner {
  color: rgb(0, 87, 63);
}
body #header_main .header-logo.logo-replacement a {
  width: 229px;
  height: 118px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 229px;
  height: 118px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .sitenav-main {
  color: rgb(0, 0, 0);
}
body #header_main .sitenav-main .nav-menu {
  background: rgb(245, 245, 245);
}
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(0, 87, 63);
}
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(0, 0, 0);
}
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(255, 255, 255);
}
body #header_main .sitenav-main .sub-nav a {
  color: rgb(0, 0, 0);
}
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(255, 255, 255);
}
@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 {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    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, 0, 0);
    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(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: rgb(245, 245, 245);
  }
  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.column .nav-item:nth-last-child(2) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(2) .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%);
  }
}
body #header_main .sitenav-main .nav-menu {
  top: calc(118px + 15px);
}
body #header_main #topbar_nav .link-item a:not(.icon-only):hover, body #header_main #topbar_nav .link-item a:not(.icon-only):focus {
  background-color: rgb(0, 87, 63);
  color: rgb(255, 255, 255);
}
body #header_main #topbar_nav .link-item a.icon-only:hover, body #header_main #topbar_nav .link-item a.icon-only:focus {
  border-bottom-color: rgb(0, 87, 63);
}
@media screen and (min-width: 768px) {
  body #header_main .sitenav-main .nav-menu {
    top: calc(118px + 25px);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main #sitenav_main .sub-nav {
    border-color: rgb(0, 87, 63);
  }
}
body .bg-primary {
  background: rgb(0, 87, 63);
  color: rgb(255, 255, 255);
}
body .bg-primary .content-container .item-name {
  color: rgb(255, 255, 255);
}
body .bg-primary .content-container .read-more-link:hover, body .bg-primary .content-container .read-more-link:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 87, 63);
}
body #shuffle_mosaic .mosaic-item:hover:before, body #shuffle_mosaic .mosaic-item:focus:before {
  background: rgba(0, 87, 63, 0.5);
}
body #shuffle_mosaic .mosaic-item:hover svg, body #shuffle_mosaic .mosaic-item:focus svg {
  fill: rgb(255, 255, 255);
}
body #shuffle_mosaic .mosaic-item:before {
  background: rgba(255, 255, 255, 0.5);
}
body #shuffle_mosaic .mosaic-item svg {
  fill: rgb(0, 0, 0);
}
body #shuffle_mosaic .mosaic-item .mosaic-title {
  color: rgb(255, 255, 255);
}
body #events_container .event-date {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .slick-container .slick-dots li button:before {
  color: rgb(0, 87, 63);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(0, 87, 63);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(0, 87, 63);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(255, 255, 255);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(255, 255, 255);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(255, 255, 255);
}
body .content-container .item-name {
  color: rgb(0, 87, 63);
}
body .content-container .read-more-link {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  background-color: rgb(0, 87, 63);
  color: rgb(255, 255, 255);
}
body #content_main .pageTitle {
  color: rgb(0, 87, 63);
}
body #content_main .right-column-page-navigation {
  background: rgb(0, 87, 63);
}
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(255, 255, 255);
  color: rgb(0, 0, 0);
}
body #footer_main .school-name {
  color: rgb(0, 87, 63);
}
body #footer_main .footer-logo.logo-replacement {
  width: 180px;
  height: 110px;
  background-image: url("/pics/footer_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 180px;
  height: 110px;
  background-image: url("/pics/footer_logo.png");
}
body #footer_main .edlio-login-link {
  color: rgb(0, 87, 63);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body #footer_main .edlio-login-link .edlio-logo {
  border-right-color: rgb(0, 87, 63);
}
body #footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(0, 87, 63);
}
body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: rgb(255, 255, 255);
}
body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgb(255, 255, 255);
}
body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(255, 255, 255);
}
body #footer_main .powered-by-edlio-logo svg {
  fill: rgb(0, 87, 63);
}
body #mobile_nav {
  background: rgb(0, 87, 63);
}
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(255, 255, 255);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(255, 255, 255);
}

#footer_main .footer-address2 {
  display: none;
}

#events_container .event-date {
  width: 70px !important;
  height: 70px !important;
}

#events_container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

#events_container .items-list {
  margin-bottom: 0px !important;
}

#events_container .item {
  margin-bottom: 20px !important;
}

.content-container .section-title {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
  .nav-menu li:nth-child(5) .sub-nav-group > li {
    width: 31% !important;
  }
}
