@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-300-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-300-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-600-semi-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-600-semi-bold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-300-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-300-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-600-semi-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-600-semi-bold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
html, body {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: hsl(0, 0%, 40%);
}

blockquote,
blockquote.pull-right {
  border-color: hsl(0, 0%, 60%);
  float: none !important;
  max-width: 100% !important;
}

blockquote p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

blockquote small {
  font-style: normal;
  color: hsl(0, 0%, 40%);
}

h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: black;
}
h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  display: block;
  margin-top: 0.5em;
}

h1 {
  font-size: 1.953em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.563em;
  font-weight: 400;
  clear: both;
}

h3, .h3 {
  font-size: 1.25em;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1em;
}

h5, .h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.64em;
}

small {
  font-size: 0.9em;
}

address {
  margin: 1em 0;
  font-style: italic;
}

a {
  color: hsl(39, 100%, 40%);
}
a:hover, a:focus {
  color: black;
}

hr {
  width: 30%;
  margin: 2em auto;
}

.lead {
  line-height: 1.8;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

ul.paragraph-spacing li, ol.paragraph-spacing li {
  margin-bottom: 1em;
}
ul.multicol, ul.multicol-spaced, ul.multicol-small, ol.multicol, ol.multicol-spaced, ol.multicol-small {
  -webkit-columns: 6 260px;
     -moz-columns: 6 260px;
          columns: 6 260px;
  padding: 0;
}
ul.multicol li, ul.multicol-spaced li, ul.multicol-small li, ol.multicol li, ol.multicol-spaced li, ol.multicol-small li {
  display: block;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  text-indent: -1em;
  margin-left: 1em;
}
ul.multicol-spaced li, ol.multicol-spaced li {
  margin-bottom: 1em;
}
ul.multicol-small, ol.multicol-small {
  font-size: 14px;
}

ul.unbulleted {
  padding: 0 !important;
}
ul.unbulleted li {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ws-modal {
  display: none;
}
.ws-modal:target {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.ws-modal .ws-modal-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  padding: 0.5em;
}
.ws-modal .ws-modal-close::before {
  content: "×";
  font: 700 32px/1 Arial, sans-serif;
  color: white;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.ws-modal .ws-modal-dialog {
  position: relative;
  z-index: 1200;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  margin: 45px 20px 15px;
  max-height: calc(100% - 60px);
  max-width: 1000px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ws-modal .ws-modal-dialog > *:first-child {
  margin-top: 0 !important;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.media-object > *:first-child {
  margin-right: 1rem;
}
.media-object > *:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .site-header {
    width: 100%;
    background-image: linear-gradient(360deg, transparent, transparent 21px, hsl(39, 96%, 54%) 21px, hsl(39, 96%, 54%) 25px, hsla(0, 0%, 100%, 0.8) 25px, hsla(0, 0%, 100%, 0.8));
  }
}
@media (min-width: 1200px) {
  .site-header {
    position: absolute;
    z-index: 1;
  }
}

.header-logo img {
  width: 250px;
  margin: 15px;
}

.navbar {
  z-index: 10;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background-color: hsl(39, 96%, 54%);
  min-height: 46px;
}

.navbar-collapse {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0;
  }
  .navbar-collapse .navbar-core {
    padding: 0;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-collapse .navbar-core > li > a {
    padding: 18px 8px;
  }
}
.navbar-nav {
  margin: 7.5px 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 -15px;
  }
}

.navbar-core {
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.navbar-core > li > a {
  color: white;
  padding: 13px 15px;
}
.navbar-core > li > a:hover, .navbar-core > li > a:active, .navbar-core > li > a:focus {
  color: black;
  background-color: transparent;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  color: white;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  border: 2px solid white;
  line-height: 1;
  padding: 1px 4px 2px;
  height: auto;
  margin: 15px 0 15px 20px;
}

.navbar-toggle .icon-bar {
  width: 25px;
  height: 4px;
  border-radius: 0;
  background-color: white;
}

.utility-nav > li > a {
  color: white;
  text-align: right;
}
.utility-nav > li > a:hover, .utility-nav > li > a:active, .utility-nav > li > a:focus {
  color: black;
  background-color: transparent;
}
@media (min-width: 768px) {
  .utility-nav {
    position: absolute;
    top: -90px;
    right: 25px;
  }
  .utility-nav > li > a {
    color: black;
  }
}

.aux-nav {
  margin: 0;
  font-size: 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  border-top: 1px dotted white;
}
.aux-nav li {
  display: block;
}
.aux-nav li a {
  display: block;
  text-decoration: none;
  line-height: 3;
  color: white;
}
.aux-nav li a:hover, .aux-nav li a:focus {
  color: black;
}
@media (min-width: 768px) {
  .aux-nav {
    display: block;
    position: absolute;
    top: -51px;
    right: 0;
    width: auto;
    border: none;
  }
  .aux-nav li {
    display: inline-block;
    width: auto;
  }
  .aux-nav li a {
    color: black;
    padding: 0 1em;
  }
}

@media (min-width: 768px) {
  html.no-touch ul.nav li.dropdown:hover > ul.dropdown-menu { /* Dropdown on Hover */
    display: block;
  }
}
.ws-header {
  height: 30vw;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .ws-header {
    margin-top: -21px;
  }
}
@media (min-width: 1200px) {
  .ws-header {
    margin-top: 0;
    min-height: 500px;
  }
}

.ws-pagenav {
  background-color: hsl(0, 0%, 92%);
}
.ws-pagenav .breadcrumb {
  background-color: transparent;
  opacity: 0.6;
  margin: 0;
  padding: 8px 0 8px 10px;
  font-size: 0.8em;
}
.ws-pagenav .breadcrumb > li {
  color: black;
}
.ws-pagenav .breadcrumb > li + li:before {
  content: "➤";
}
.ws-pagenav .breadcrumb a {
  color: hsl(0, 0%, 51%);
}
.ws-pagenav .breadcrumb a:hover, .ws-pagenav .breadcrumb a:focus {
  color: black;
}

#child-nav {
  color: hsl(39, 96%, 54%);
  padding-bottom: 10px;
}
#child-nav .nav > li > a {
  padding: 5px 10px;
  color: hsl(39, 96%, 54%);
  text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white;
}
#child-nav .nav > li > a:hover, #child-nav .nav > li > a:focus {
  color: hsl(39, 96%, 54%);
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  #child-nav .nav {
    display: table-cell;
    padding-right: 20px;
  }
  #child-nav .nav > li > a {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

main dd {
  margin-left: 2em;
  margin-bottom: 0.25em;
}

main.page-narrow,
main.page-pictures,
main.page-pictures-sidebar,
main.page-sidebar,
main.page-wide {
  padding-bottom: 60px;
}

.flush-top > *:first-child,
.flush-top > div > *:first-child,
.flush-top > div > div > *:first-child,
.flush-top > div > div > div > *:first-child {
  margin-top: 0 !important;
}

.pull-right {
  max-width: 35%;
  margin-left: 1em;
  margin-bottom: 1em;
}

.pull-left {
  max-width: 35%;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sidebar {
  font-size: 0.85rem;
  padding-top: 2em;
  border-top: 5px solid #f2f2f2;
}
.sidebar > *:first-child {
  margin-top: 0;
}
.sidebar > *:first-child > *:first-child {
  margin-top: 0;
}
.sidebar > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.sidebar > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.sidebar .standard-font-size {
  font-size: 1rem;
}

@media (min-width: 992px) {
  /* remove top space and border at multi-colum break point */
  .page-three-col .sidebar {
    padding-top: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  /* remove top space and border at multi-colum break point */
  .page-sidebar .sidebar {
    padding-top: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
footer {
  border-top: 5px solid hsl(39, 96%, 54%);
  padding-top: 20px;
}

.footer-info {
  text-align: center;
  font-size: 0.85rem;
  padding-bottom: 30px;
}
.footer-info img {
  width: 544px;
  height: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}
.footer-info .copyright {
  color: hsl(0, 0%, 80%);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .footer-info {
    text-align: left;
  }
}

.social-media-links {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.social-media-links li {
  display: inline-block;
  margin-right: 1em;
}
.social-media-links li a {
  display: block;
}
.social-media-links li a svg {
  fill: hsl(39, 96%, 54%);
  width: 50px;
  height: 50px;
}
.social-media-links li a:hover svg, .social-media-links li a:focus svg {
  fill: white;
}
.social-media-links li:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .social-media-links {
    text-align: right;
  }
}

.table caption,
.table-striped caption,
.table-condensed caption {
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 2em 0 1em;
}

th[align=center] {
  text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f2f2f2;
}

.ccm-image-block {
  max-width: 100%;
  height: auto;
}

.ws_data_table th, ws_data_table td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.event-list header h2 {
  display: none;
}

.light-gray {
  background-color: hsl(0, 0%, 92%);
}
.light-gray hr {
  border-color: hsl(0, 0%, 51%);
}

.dark-gray {
  background-color: hsl(0, 0%, 51%);
  color: white;
}

.black {
  background-color: black;
  color: white;
}
.black a:hover, .black a:focus {
  color: white;
}

.orange {
  background-color: hsl(39, 96%, 54%);
  color: white;
}

.edit-mode .page-home {
  padding-top: 200px;
}

@media (min-width: 768px) {
  .page-home {
    margin-top: -21px;
  }
}
@media (min-width: 1200px) {
  .page-home {
    margin-top: 0;
  }
}
.home-hero .slick-slide {
  height: 200px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .home-hero .slick-slide {
    height: 600px;
  }
}
.home-hero .slick-slide .semicircle {
  width: 625px;
  height: 210px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 625 220'%3E%3Cpath fill='rgba(0,0,0,.5)' d='M0,211.089V220H625v-8.911C575.2,87.354,454.058,0,312.5,0S49.8,87.354,0,211.089Z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: top center;
  text-align: center;
  color: white;
  display: none;
}
@media (min-width: 768px) {
  .home-hero .slick-slide .semicircle {
    display: block;
  }
}
.home-hero .slick-slide .semicircle .title {
  font-size: 40px;
  font-weight: 300;
  margin: 75px auto 0;
  width: 400px;
  line-height: 1;
}
.home-hero .slick-slide .semicircle .subtitle {
  font-size: 20px;
  font-weight: 300;
  margin: 10px auto 0;
  width: 500px;
}
.home-hero .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 160px;
}
.home-hero .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.home-hero .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  background-color: silver;
  height: 13px;
  width: 13px;
  border: none;
  border-radius: 50%;
  padding: 0;
}
.home-hero .slick-dots li.slick-active button {
  background-color: hsl(39, 96%, 54%);
}

.home-stats-label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.home-stats-label::after {
  content: "";
  display: block;
  height: 1px;
  background-color: hsl(0, 0%, 80%);
  width: 80%;
  margin: 0.75em auto;
}
@media (min-width: 768px) {
  .home-stats-label {
    margin-top: 60px;
  }
}

.home-stats {
  margin-bottom: 30px;
}
.home-stats .home-stat-card {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.home-stats .icon {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.home-stats .stat {
  font-size: 45px;
  margin: 25px 0 5px;
}
.home-stats .caption {
  font-size: 16px;
}
.home-stats .slick-prev,
.home-stats .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: hsl(0, 0%, 80%);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.home-stats .slick-prev:hover, .home-stats .slick-prev:focus,
.home-stats .slick-next:hover,
.home-stats .slick-next:focus {
  outline: none;
  color: transparent;
}
.home-stats .slick-prev:hover:before, .home-stats .slick-prev:focus:before,
.home-stats .slick-next:hover:before,
.home-stats .slick-next:focus:before {
  opacity: 1;
}
.home-stats .slick-prev.slick-disabled:before,
.home-stats .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.home-stats .slick-prev:before,
.home-stats .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
}
.home-stats .slick-prev {
  left: -15px;
}
.home-stats .slick-prev:before {
  content: "<";
}
.home-stats .slick-next {
  right: -15px;
}
.home-stats .slick-next:before {
  content: ">";
}
@media (min-width: 768px) {
  .home-stats {
    margin-bottom: 90px;
  }
  .home-stats .slick-prev {
    left: -25px;
  }
  .home-stats .slick-next {
    right: -25px;
  }
}

.home-features-head {
  border-bottom: 1px solid silver;
  margin-bottom: 1em;
}
.home-features-head h2 {
  margin: 2rem 0 0.25rem;
}
.home-features-head p {
  margin: 0 0 0.25rem;
  text-align: right;
  font-size: 0.8em;
}

.school-snapshots > div {
  background-color: hsl(39, 96%, 54%);
}
.school-snapshots img {
  width: 100%;
  height: auto;
}
.school-snapshots .text {
  padding: 15px;
}
.school-snapshots .text .title {
  color: white;
  font-weight: 400;
  margin: 0;
}
.school-snapshots .text .subtitle {
  font-weight: 700;
  margin: 0;
}
.school-snapshots .text .description {
  margin: 0;
}
.school-snapshots .slick-prev,
.school-snapshots .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white;
  color: transparent;
  bottom: -25px;
  padding: 0;
  border: none;
  outline: none;
}
.school-snapshots .slick-prev:hover, .school-snapshots .slick-prev:focus,
.school-snapshots .slick-next:hover,
.school-snapshots .slick-next:focus {
  outline: none;
  color: transparent;
}
.school-snapshots .slick-prev:hover:before, .school-snapshots .slick-prev:focus:before,
.school-snapshots .slick-next:hover:before,
.school-snapshots .slick-next:focus:before {
  opacity: 1;
}
.school-snapshots .slick-prev.slick-disabled:before,
.school-snapshots .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.school-snapshots .slick-prev:before,
.school-snapshots .slick-next:before {
  font-size: 16px;
  line-height: 1;
  color: hsl(39, 96%, 54%);
  opacity: 1;
}
.school-snapshots .slick-prev {
  left: 5px;
}
.school-snapshots .slick-prev:before {
  content: "< prev";
}
.school-snapshots .slick-next {
  right: 5px;
}
.school-snapshots .slick-next:before {
  content: "next >";
}

.home-callouts .col-xs-12 a {
  display: block;
  padding: 50px 0;
  background-color: black;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  color: white;
  font-weight: 700;
}
.home-callouts .col-xs-12 a:nth-of-type(2) {
  background-color: hsl(39, 96%, 54%);
}
.home-callouts .col-xs-12 a:nth-of-type(3) {
  background-color: hsl(0, 0%, 51%);
}
@media (min-width: 768px) {
  .home-callouts {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, hsl(0, 0%, 92%)));
    background-image: linear-gradient(white 50%, hsl(0, 0%, 92%) 50%);
  }
  .home-callouts .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-callouts .col-xs-12 a {
    width: calc(33% - 20px);
  }
}

.home-news {
  font-size: 1.2em;
}
.home-news ul {
  margin: 0;
  padding: 0;
}
.home-news ul li {
  display: block;
  margin-bottom: 2em;
}

.home-upcoming-events .event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  background-color: hsl(39, 96%, 54%);
  color: white;
  line-height: 1.1;
  font-weight: 600;
}
.home-upcoming-events .event-date .event-month {
  text-transform: uppercase;
}
.home-upcoming-events .event-date .event-day {
  font-size: 1.5em;
}
.home-upcoming-events .event-time {
  font-size: 0.8em;
}

.ccm-permission-grid tr:nth-child(5),
.ccm-permission-grid tr:nth-child(12) {
  display: table-row;
}

.school-logo {
  float: left;
  margin: 0 1em 1em 0;
  width: 200px;
  max-width: 35%;
}

.school-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-social-media a {
  display: block;
  width: 40px;
  margin-right: 10px;
}

#job-posting-filters {
  margin: 1rem 0 2rem;
}

.jobs-index .jobs-index-item {
  display: block;
  margin-bottom: 2em;
  background-color: hsl(0, 0%, 97%);
  padding: 0.5em 1em;
  color: black;
}
.jobs-index .jobs-index-item .job-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .jobs-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobs-index > * {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .jobs-index > * {
    width: calc(33% - 10px);
  }
}

.job-posting h2 small {
  display: block;
}
.job-posting .job-info {
  background-color: hsl(0, 0%, 92%);
  padding: 1em;
  margin: 1em;
}
@media (min-width: 768px) {
  .job-posting .job-info {
    float: right;
  }
}

.gsc-control-cse * {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  line-height: normal !important;
}

.event-list .icon .day-month,
.event-list .icon .year,
.event-list .more-info a {
  background-color: hsl(39, 96%, 54%) !important;
}

.ws-accordion {
  padding: 0;
  list-style: none;
  margin-bottom: 3em;
}
.ws-accordion > li > label {
  display: block;
  background-color: hsl(0, 0%, 90%);
  font-weight: bold;
  cursor: pointer;
  padding: 1em;
}
.ws-accordion > li > label::before {
  content: "►";
  display: inline-block;
  margin-right: 5px;
}
.ws-accordion > li > input {
  display: none;
}
.ws-accordion > li > input:checked ~ label::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ws-accordion > li > input:checked ~ div {
  display: block;
}
.ws-accordion > li > div {
  display: none;
  padding: 1.5rem;
}
.ws-accordion > li > div li {
  list-style-type: disc;
}

.page-alert > p {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: firebrick;
}
.page-alert > p a {
  color: black;
  text-decoration: underline;
}
.page-alert > p::before {
  content: "❗";
  display: block;
  margin-right: 0;
  font-size: 2em;
}

.dec-upcoming-events-list.simple {
  line-height: 1.2;
}
.dec-upcoming-events-list.simple th, .dec-upcoming-events-list.simple td {
  vertical-align: top;
  padding-bottom: 0.5em;
}
.dec-upcoming-events-list.simple th {
  white-space: nowrap;
  padding-right: 0.5em;
}

.btn-primary {
  background-color: hsl(39, 96%, 54%);
  border-color: #f5a105;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #dc9104;
  border-color: #805300;
}

.podcast-episodes {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(100px, 360px));
  margin-top: 2em;
}
.podcast-episodes a {
  display: block;
  background-color: hsl(0, 0%, 92%);
  border-radius: 0.5em;
  padding: 1em;
  color: hsl(0, 0%, 51%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid hsl(0, 0%, 90%);
}
.podcast-episodes a img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid hsl(0, 0%, 51%);
}
.podcast-episodes a h2 {
  color: black;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}
.podcast-episodes a p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.podcast-episodes a:hover, .podcast-episodes a:active, .podcast-episodes a:focus {
  text-decoration: none;
  color: hsl(0, 0%, 51%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0.2em 0.2em 0.5em hsla(0, 0%, 0%, 0.05);
          box-shadow: 0.2em 0.2em 0.5em hsla(0, 0%, 0%, 0.05);
}

.podcast-episode audio {
  margin: 1em 0;
  width: 100%;
}

.home-podcast {
  text-align: center;
  margin-bottom: 60px;
}
.home-podcast h2 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.home-podcast h2::after {
  content: "";
  display: block;
  height: 1px;
  background-color: hsl(0, 0%, 80%);
  width: 80%;
  margin: 0.75em auto;
}
@media (min-width: 768px) {
  .home-podcast h2 {
    margin-top: 60px;
  }
}
.home-podcast ul {
  padding: 0;
}
.home-podcast ul li {
  display: block;
  padding: 0 50px;
  margin-bottom: 30px;
}
.home-podcast ul li:last-child {
  border: none;
}
.home-podcast ul li small {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
}
.home-podcast ul li a {
  font-size: 20px;
  color: hsl(39, 100%, 40%);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.home-podcast ul li a:hover, .home-podcast ul li a:focus {
  text-decoration: underline;
}
.home-podcast ul li p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .home-podcast ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-podcast ul li {
    width: 33.333%;
    border-right: 2px solid hsl(0, 0%, 51%);
  }
}
.home-podcast > a, .home-podcast > a:hover, .home-podcast > a:focus {
  display: table;
  background-color: hsl(39, 96%, 54%);
  color: white;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin: auto;
  padding: 5px 20px;
}

.ws_page_list_filter fieldset {
  border-top: none;
  padding: 0 0 10px;
}
.ws_page_list_filter legend {
  display: none;
}

.page-summer-camp aside img {
  margin-bottom: 1em;
}

.ccm-page-list.summer-camps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
.ccm-page-list.summer-camps a {
  background-color: hsl(39, 96%, 54%);
  text-decoration: none;
}
.ccm-page-list.summer-camps a:hover, .ccm-page-list.summer-camps a:focus, .ccm-page-list.summer-camps a:active {
  text-decoration: none;
}
.ccm-page-list.summer-camps a:hover h3, .ccm-page-list.summer-camps a:focus h3, .ccm-page-list.summer-camps a:active h3 {
  text-decoration: underline;
}
.ccm-page-list.summer-camps a:hover h3 small, .ccm-page-list.summer-camps a:focus h3 small, .ccm-page-list.summer-camps a:active h3 small {
  text-decoration: none;
}
.ccm-page-list.summer-camps img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ccm-page-list.summer-camps .text {
  padding: 15px;
}
.ccm-page-list.summer-camps .text h3 {
  color: white;
  font-weight: 400;
  margin: 0;
}
.ccm-page-list.summer-camps .text small {
  font-weight: 700;
  margin: 0;
  color: hsl(0, 0%, 40%);
  margin: 0.25em 0 0.5rem;
  display: block;
}
.ccm-page-list.summer-camps .text p {
  color: black;
  margin: 0;
}

.ccm-page-list.teal-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
.ccm-page-list.teal-cards a {
  background-color: hsl(189, 66%, 62%);
  text-decoration: none;
}
.ccm-page-list.teal-cards a:hover, .ccm-page-list.teal-cards a:focus, .ccm-page-list.teal-cards a:active {
  text-decoration: none;
}
.ccm-page-list.teal-cards a:hover h3, .ccm-page-list.teal-cards a:focus h3, .ccm-page-list.teal-cards a:active h3 {
  text-decoration: underline;
}
.ccm-page-list.teal-cards a:hover h3 small, .ccm-page-list.teal-cards a:focus h3 small, .ccm-page-list.teal-cards a:active h3 small {
  text-decoration: none;
}
.ccm-page-list.teal-cards img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ccm-page-list.teal-cards .text {
  padding: 15px;
}
.ccm-page-list.teal-cards .text h3 {
  color: white;
  font-weight: 400;
  margin: 0;
}
.ccm-page-list.teal-cards .text small {
  font-weight: 700;
  margin: 0;
  color: hsl(0, 0%, 40%);
  margin: 0.25em 0 0.5rem;
  display: block;
}
.ccm-page-list.teal-cards .text p {
  color: black;
  margin: 0;
}