@import url("//fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,400i,700,700i|Permanent+Marker");
.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: .5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

@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;
  z-index: 9;
}

@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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  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: .5em;
  overflow: hidden;
  border: 2px solid transparent;
}

.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: black;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: white;
}

@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quicklinks-container .qlink-item a {
  display: block;
}

.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -ms-flex: none;
  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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  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 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -ms-flex: none;
  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.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}

.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}

.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.events1-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events1-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.events1-container .event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-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.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 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-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%;
}

body:not(.index) {
  height: auto;
  min-height: 100%;
  background-color: #f8f6f6;
}

body #header_main {
  background: white;
}

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 177px;
  height: 106px;
  background-image: url("/pics/school_logo.png");
}

body #header_main .header-title a .school-name-inner {
  color: #7f010a;
}

body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: white;
}

body #header_main .sitenav-holder .nav-group {
  background-color: #7f010a;
  color: white;
}

body #header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
}

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: white;
  background-color: #93772c;
}

body #header_main .sitenav-holder .nav-group .sub-nav a {
  color: white;
}

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: white;
  background-color: #93772c;
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  body #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav-holder .sub-nav {
    background-color: #7f010a;
  }
  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 .topbar {
  background: #7f010a;
}

body #header_main .topbar .phone-header {
  background: #93772c;
}

body #header_main .topbar .phone-header a {
  color: white;
}

body #header_main .topbar .phone-header a svg {
  fill: white;
}

body #header_main .topbar #topbar_nav a {
  color: white;
}

body #header_main .topbar #topbar_nav a:hover, body #header_main .topbar #topbar_nav a:focus {
  color: #93772c;
}

body #header_main .topbar #topbar_nav .link-item + .link-item:before {
  background: white;
}

body #header_main .topbar #search {
  height: 26px;
  background-color: white;
}

body #header_main .topbar #search input#q {
  height: 26px;
  width: 100px;
  padding: 0 10px;
  line-height: 26px;
  color: inherit;
}

body #header_main .topbar #search input#q::-webkit-input-placeholder {
  color: inherit;
}

body #header_main .topbar #search .edlio-search-button {
  background: #93772c;
}

body #header_main .topbar #social_nav_header .icon-only {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: white;
  border-radius: 100%;
}

body #header_main .topbar #social_nav_header .icon-only svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px;
  fill: #7f010a;
}

body #header_main .topbar #social_nav_header .icon-only:hover, body #header_main .topbar #social_nav_header .icon-only:focus {
  background-color: #93772c;
}

@media screen and (min-width: 1024px) {
  body #header_main #social_nav_header .section-title {
    color: white;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a {
    padding: 0 6px;
    color: black;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a.open, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:hover {
    background: transparent;
    color: #93772c;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item + .nav-item:before {
    background: black;
  }
  body #header_main .topbar .topbar-inner .phone-header {
    background: transparent;
  }
  body #header_main .topbar .topbar-inner .phone-header .homeplate svg {
    fill: #93772c;
  }
}

body .slick-container .slick-dots li button:before {
  color: #7f010a;
}

body .slick-container .slick-dots.number-dots li button {
  background: #7f010a;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #7f010a;
}

body .slick-container .slick-dots li.slick-active button:before {
  color: #93772c;
}

body .slick-container .slick-dots.number-dots li button {
  color: #93772c;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #93772c;
}

body .content-container .section-title {
  color: #7f010a;
}

body #content_main .pageTitle {
  color: #7f010a;
}

body #content_main .right-column-page-navigation {
  background: #7f010a;
}

body #content_main .right-column-page-navigation li a {
  color: white;
}

body #content_main .right-column-page-navigation li.active a {
  background-color: #93772c;
  color: white;
}

@media screen and (min-width: 1024px) {
  body #row_main .homepage-row-inner .left-column {
    border-left: 4px #93772c solid;
  }
}

body #events_container .item .event-date {
  color: #7f010a;
}

@media screen and (min-width: 1024px) {
  body #events_container {
    border-left: 4px #93772c solid;
  }
}

@media screen and (min-width: 1024px) {
  body #videos_container {
    border-left: 4px #93772c solid;
  }
}

body #quicklinks .qlink-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background: #7f010a;
}

body #quicklinks .qlink-item:hover, body #quicklinks .qlink-item:focus {
  background-color: #93772c;
  color: white;
}

body #quicklinks .qlink-item a .qlink-inner svg {
  fill: white;
}

body #quicklinks .qlink-item a .qlink-inner .qlink-text {
  color: white;
}

@media screen and (min-width: 1024px) {
  body #social_media_container {
    padding-left: 24px;
    border-left: 4px #93772c solid;
  }
}

body #social_media_container #social_media_header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}

body #social_media_container .social-list {
  list-style: none;
  padding-left: 0;
}

body #social_media_container .social-list .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #7f010a;
  margin: 5px 0;
}

body #social_media_container .social-list .social-item .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  width: 100%;
}

body #social_media_container .social-list .social-item .social-link .social-icon {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #93772c), color-stop(50%, #7f010a));
  background: linear-gradient(to right, #93772c 50%, #7f010a 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body #social_media_container .social-list .social-item .social-link .social-icon svg {
  fill: white;
  width: 40px;
  height: 40px;
  padding: 10px;
}

body #social_media_container .social-list .social-item .social-link .social-link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: white;
  font-size: 1.5em;
  width: 100%;
  padding-left: 15px;
}

body #social_media_container .social-list .social-item:hover .social-icon {
  background-position: right bottom;
}

body #footer_main {
  background: #7f010a;
}

body #footer_main .powered-by-edlio-logo {
  color: white;
}

body #footer_main .powered-by-edlio-logo svg {
  fill: white;
}

body #footer_main .footer-address {
  color: white;
}

body #footer_main .edlio-login-link {
  color: white;
}

body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: #93772c;
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-address .footer-info-block + .footer-info-block:before {
    background: white;
  }
}

body #mobile_nav {
  background: #7f010a;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}

body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: #93772c;
}

body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: #93772c;
}
