@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format("truetype");
}
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/* CALENDAR
===================================== */
.mura-calendar {
  text-align: center;
}
.mura-calendar table thead {
  background: #e9ecef;
}
.mura-calendar table thead th, .mura-calendar table thead th a {
  line-height: 1.5;
  padding: 0.5em;
  text-align: center;
}
.mura-calendar table td, .mura-calendar table th {
  border-collapse: collapse;
  font-size: 12px;
}
.mura-calendar table table #previousMonth a,
.mura-calendar table table #nextMonth a {
  font-weight: normal;
  font-size: 150%;
  line-height: 1.1;
  padding: 0;
}
.mura-calendar table .table tbody tr:hover td,
.mura-calendar table .table tbody tr:hover th {
  background: #fff;
}

.mura-calendar-nav th {
  line-height: 1;
  padding: 0;
}
.mura-calendar-nav th a {
  line-height: 1;
  padding: 2px 2px 4px;
}
.mura-calendar-nav td {
  padding: 5px 0;
}

.carousel-item {
  max-height: 628px;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.carousel-item a {
  color: #fff;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
}

.mura-comments > .mura-comment-sort-container,
.mura-comments .mura-comment-more-comments-container {
  margin-bottom: 1rem;
}
.mura-comments dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mura-comments dt > em {
  font-weight: normal;
  font-style: italic;
}
.mura-comments #mura-comment-post-comment legend {
  border: 0;
}
.mura-comments dd.mura-comment-reply {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-reply:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f112";
}
.mura-comments dd.mura-comment-spam {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-spam:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f05e";
}
div[data-cssclass=home-news] {
  padding: 2em 0 0 0;
}
div[data-cssclass=home-news] .mura-object-meta {
  text-align: center;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-content a:hover {
  opacity: 0.8;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta div[class^=mura-item-meta_] {
  margin: 1em 0 0 0;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__date {
  color: #6c757d;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__credits {
  color: #6c757d;
}

.mura-nav .active {
  color: #343a40;
}
.mura-index {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.mura-index dl {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 12px;
  margin: 0 0 12px;
  width: 100%;
}
.mura-index .comments {
  font-size: 0.875rem;
}
.mura-index .credits {
  font-size: 0.875rem;
}
.mura-index .releaseDate {
  font-size: 0.875rem;
}
.mura-index .tags {
  font-size: 0.875rem;
}
.mura-index .title {
  font-size: 1.75rem;
}
.mura-search-results__matches p {
  margin-bottom: 0;
}

.moreResults {
  border-radius: 6px;
}
.moreResults dt {
  font-size: 12px;
  font-weight: normal;
}
.moreResults > p {
  margin: 0.5em 0;
}
.moreResults > ul {
  white-space: nowrap;
}
.moreResults > ul > li {
  display: inline-block;
}
.moreResults > ul > li > a:hover {
  background-color: #e9ecef;
  color: #fff;
}
.moreResults > ul.pager {
  margin: 0;
}

.bg-black {
  background-color: #000 !important;
}

.mura-region::after,
.mura-region-inherited::after,
.mura-region-local::after {
  display: block;
  clear: both;
  content: "";
}

.mura-index .releaseDate {
  font-weight: normal;
  margin: 0;
}
.mura-search-results .moreResults {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.mura-breadcrumb li {
  display: list-item;
  margin-right: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
}
#footer .siteInfo li {
  display: block;
}
#footer .siteInfo li .glyphicon {
  position: relative;
  /* Adjust these values accordingly */
  margin-right: 5px;
}
#footer .nav-stacked li {
  display: block;
}
#footer .nav-stacked li a {
  color: #fff;
  /*padding: 2px 5px 0 0;*/
}
#footer .nav-stacked li a:hover {
  color: #ccc;
  /*display: block;
  padding: 2px 5px 0 0;*/
}
#footer .footer-utility {
  font-size: 0.857em;
}
#footer .footer-utility .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#footer .footer-utility ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#footer .footer-utility li {
  display: block;
  float: left;
}
#footer .footer-utility li a {
  color: #fff;
  display: block;
  padding: 2px 5px 0 0;
}
#footer .footer-utility li + li {
  border-left: 1px solid #fff;
  padding-left: 0.5em;
  /* test comment to remove li li issue */
}
#footer .footer-utility li + li a {
  padding: 2px 5px 0;
}
#footer .footer-utility:after {
  content: "";
  display: table;
  clear: both;
}

aside .img-responsive {
  margin: 0 auto;
}

.feature-boxes .fb-item.last .fb-content {
  border-bottom: 0;
}

.feature-boxes .fb-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.feature-boxes .fb-item .fb-content {
  border-bottom: 2px solid #ddd;
  height: 100%;
  padding: 15px 20px;
  position: relative;
}
.feature-boxes .fb-item .fb-image {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.feature-boxes .fb-item ul {
  clear: left;
  margin-bottom: 25px;
  padding: 0;
}
.feature-boxes .fb-item ul li {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-left: 10px;
}
.feature-boxes .fb-item .fb-title {
  background-color: #f2f2f2;
  height: 100px;
  position: relative;
}
.feature-boxes .fb-item .fb-title h3 {
  bottom: 0;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.feature-boxes .fb-item .fb-title h3 a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}

.feature-boxes .fb-item .fb-title h3 a:hover {
  color: #ffffff;
}
.feature-boxes .fb-item .fb-title:hover {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.feature-boxes .fb-item .fb-title.has-image {
  background-color: #666666 !important;
  height: auto;
}
.feature-boxes .fb-item .fb-title.has-image h3 {
  text-shadow: 1px 1px 1px #333333;
}
.feature-boxes .fb-item .fb-content:after {
  content: "";
  display: table;
  clear: both;
}

.windowNav {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: -50px;
  position: relative;
  border: 0.5px solid #999;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5) !important;
}

.windowButtonC {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windowButton {
  background-color: #62a2b5;
  color: white;
  font-weight: bold;
}

.header-total-top {
  background-color: #2d3e50;
  color: #ffffff;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}

div.sameheightHighlight h3.card-title {
  font-size: 18px;
}

div.sameheight2 > div.card-body > p {
  font-size: 16px;
}

.text-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.homeNews .text-overlay {
  position: relative !important;
  right: 0;
  left: 0;
  padding: 1.25rem;
}

/* Custom Dates */
/*.date {
	display: block;
	width: 100px;
	height: 110px;
	margin: 30px auto;
	background: #fff;
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	position: relative;
}

.date .binds {
	position: absolute;
	height: 15px;
	width: 60px;
	background: transparent;
	border: 2px solid #999;
	border-width: 0 5px;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto;
}

.date .month {
	background: #555;
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #333;
	box-shadow: inset 0 -1px 0 0 #666;
}

.date .day {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 48px;
	box-shadow: 0 0 3px #ccc;
	position: relative;
}

.date .day::after {
	content: '';
	display: block;
	height: 100%;
	width: 96%;
	position: absolute;
	top: 3px;
	left: 2%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}

.date .day::before {
	content: '';
	display: block;
	height: 100%;
	width: 90%;
	position: absolute;
	top: 6px;
	left: 5%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}*/
/* Custom CSS from page */
/* Font Styling */
/* Mura Element Styles */
/* NavBar Styles */
/* HomePage News/Hightlights/Events/Molly Styles */
/* Top Categories and Image Cards */
@media (min-width: 1400px) {
  header .navbar-form {
    padding-right: 0;
  }
  #homepage .carousel, #homepage .carousel-inner {
    max-height: 400px;
  }
  #homepage .carousel .item, #homepage .carousel-inner .item {
    background-position: 0px 600px !important;
  }
  .card-body h2 {
    font-size: 28px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 20px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .searchbar {
    min-width: 275px;
    margin-left: 10px;
  }
  .topnav li + li > a span {
    padding-left: 0.75vw;
    border-left: 1px solid #FFFFFF;
  }
  .nav-link {
    font-size: 100% !important;
  }
  .centerbut {
    margin-left: 3vw;
  }
  header .navbar-form {
    padding-right: 0;
  }
  #homepage .carousel, #homepage .carousel-inner {
    max-height: 400px;
  }
  #homepage .carousel .item, #homepage .carousel-inner .item {
    background-position: 0px 600px !important;
  }
  .card-body h2 {
    font-size: 28px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 20px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /*.sidebar {
  	padding-left: 50px;
  } */
  .nav-link {
    font-size: 100% !important;
  }
  #header .logoSml {
    height: 60px;
    z-index: 100000;
    margin-top: -10px;
  }
  #homepage .carousel, #homepage .carousel-inner {
    max-height: 400px;
  }
  #homepage .carousel .item, #homepage .carousel-inner .item {
    background-position: 50% 550px !important;
  }
  .dirMsgP {
    font-size: 10pt;
  }
  .card-body h2 {
    font-size: 22px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 18px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 15px;
  }
}
#home-highlights span {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
}

@media (max-width: 1000px) {
  .news-block {
    display: none;
  }
  .carousel-container {
    flex: 0 0 97.5%;
    padding: 0;
  }
  .carousel-inner {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .carousel-item {
    flex: 0 0 100%;
    padding-top: 50%;
  }
  .carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
  }
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 84%;
  }
  .tools {
    padding-left: 0px;
  }
  .homeNews .text-overlay {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1.25rem;
  }
  #header .logoSml {
    height: 60px;
    z-index: 100000;
    margin-top: -10px;
  }
  header .navbar-form {
    padding: 0;
  }
  #header {
    min-height: 50px;
  }
  #header .header-top {
    padding: 0px;
    max-height: 140px;
  }
  #header .navcontainer {
    max-height: 140px;
  }
  #header .navbar-wrapper {
    max-height: 140px;
  }
  #header .navbar {
    background-image: none;
    box-shadow: none;
    max-height: 140px;
  }
  #header #navbar-pull {
    float: right !important;
    margin-top: -80px;
  }
  #header #navPrimary {
    font-size: 12pt;
    font-weight: bold;
  }
  #header #navPrimary a {
    color: grey;
  }
  #homepage .carousel, #homepage .carousel-inner {
    max-height: 400px;
    /*margin-top: -141px;*/
  }
  #homepage .carousel .item, #homepage .carousel-inner .item {
    background-attachment: fixed;
    background-position: 50% 550px !important;
  }
  #homepage .carousel .item img, #homepage .carousel-inner .item img {
    max-width: 1200px;
    min-height: 100%;
  }
  #scde2025_freetofocusFeature .scde2025_one-col {
    padding-inline: 1.5rem;
  }
  .dirMsgP {
    font-size: 9pt;
  }
  .card-body h2 {
    font-size: 20px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 18px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #home-highlights span {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .carousel-item {
    flex: 0 0 100%;
    padding-top: 100%;
  }
  .carousel-control-next {
    right: 20px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .highlight-mobile-2025 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mura-edit-mode .mura #frontEndTools > ul#tools-changesets, .mura-edit-mode .mura #frontEndTools > ul#tools-status {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#tools-version {
    padding-left: 37px !important;
  }
  /*	.navbar-wrapper {
  	  margin-top: 0;

  	  .navbar {
  	  	border-radius: 0;

  			.navbar-form {
  				margin-bottom: 0;
  				padding: 1em;
  			}

  			ul#navPrimary {
  				margin-left: -15px;
  				margin-right: -15px;
  				.caret, ul.dropdown-menu {
  					display: none;
  				}
  			}
  		}
  	}
  */
  #homepage .carousel .item {
    background-attachment: fixed;
    background-position: 50% 550px !important;
  }
  #homepage .carousel .item img {
    max-width: none;
    min-height: 100%;
  }
  #header .logoSml {
    height: 40px;
    z-index: 100000;
    margin-top: -10px;
  }
  #header .header-top {
    padding: 0px;
    /*padding: 10px 10px;*/
  }
  #header h1 {
    margin: 0px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  #header h1 a .logo {
    display: none;
  }
  #header #navbar-pull {
    float: left !important;
  }
  #scde2025_superintendentFeature .scde2025_one-col,
  #scde2025_freetofocusFeature .scde2025_one-col {
    padding-inline: 0rem !important;
    margin: -1.5rem;
    margin-block: 0.25rem;
    flex-direction: column;
  }
  #scde2025_superintendentFeature .scde2025_one-col h2,
  #scde2025_freetofocusFeature .scde2025_one-col h2 {
    font-size: 1.9rem;
  }
  .dirMsgP {
    font-size: 8pt;
  }
  .card-body h2 {
    font-size: 18px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 16px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 12px;
  }
  /*
  .dropdown-menu {
  	display: none !important;
  }

  .open .dropdown-menu {
  	display: block !important;
  }
  */
}
@media (min-width: 576px) and (max-width: 599.98px) {
  #home-highlights span {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  .mura-edit-mode .mura #frontEndTools > ul#tools-version, .mura-edit-mode .mura #frontEndTools > ul li#adminWelcome {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#adminSiteManager {
    margin-left: 37px !important;
  }
  div.scde_2025_overlayText_container p.overlayText {
    margin-top: -22ex !important;
    font-size: 1.85em !important;
  }
  div.scde_2025_overlayText_container p.overlayText .btn {
    margin-top: 5px !important;
  }
  .test123 {
    padding: 20px !important;
  }
  #scde2025_superintendentFeature,
  #scde2025_freetofocusFeature {
    margin-inline: -1.5rem;
  }
  #scde2025_superintendentFeature h2,
  #scde2025_freetofocusFeature h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 479.98px) {
  .mura-edit-mode .mura #frontEndTools > ul#tools-version, .mura-edit-mode .mura #frontEndTools > ul li#adminWelcome {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#adminSiteManager {
    margin-left: 37px !important;
  }
  div.scde_2025_overlayText_container p.overlayText {
    margin-top: -30ex !important;
    font-size: 1.4em !important;
  }
}
@media (max-width: 479.98px) and (max-width: 375.98px) {
  div.scde_2025_overlayText_container p.overlayText {
    font-size: 1.1em !important;
  }
}
@media (max-width: 479.98px) {
  div.scde_2025_overlayText_container p.overlayText .btn {
    margin-top: 5px !important;
  }
  #scde2025_superintendentFeature h2,
  #scde2025_freetofocusFeature h2 {
    font-size: 1.5rem;
  }
  #home-highlights span {
    font-size: 1rem;
  }
}/*# sourceMappingURL=site.css.map */