@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.thumbnail {
  height: 200px;
}
a > img:hover,
a > div.right-link:hover,
a > div.right-templink:hover,
a > div#bwmc:hover,
a > div#bwcan:hover,
a > div.job-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.main-section {
  padding: 0px 5px;
}
.top-section {
  background-color: midnightblue;
  padding: 5px;
}
.content-area {
  max-width: 1055px;
  margin: auto;
}

li {
  padding-bottom: 10px;
}
.top-logo {
  height: 200px;
  width: 200px;
}
.headingbutton {
  padding-top: 30px;
  width: 150px;
  float: right;
}
.headingbutton:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.hidden-small-screen {
  padding-top: 30px;
  width: 150px;
  float: right;
}
.hidden-small-screen:hover,
#myBtn:hover,
.link-box:hover,
.left-link-box:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.navbar {
  overflow: hidden;
  background-color: gold;
  border-bottom: solid 7px goldenrod;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: darkblue;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  font-size: 16px;
  float: left;
  overflow: hidden;
  border-left: 1px solid goldenrod;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: darkblue;
  padding: 10px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  text-transform: uppercase;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: goldenrod;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: darkgoldenrod;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: lightgold;
  color: darkblue;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.megamenu {
  min-width: 500px;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  min-width: 200px;
  width: 33.33%;
  padding: 0px;
  background-color: darkgoldenrod;
  color: white;
}

.column a {
  float: none;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.column h4 {
  text-align: left;
  padding: 0px 25px 0px 10px;
}
.column a:hover {
  background-color: goldenrod;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.rounded {
  vertical-align: middle;
  border-radius: 5%;
}
.gray-heading {
  color: gray;
  text-align: center;
  font-size: large;
}
table#preschool td {
  text-align: center;
}

table#income-guidelines {
  border-collapse: collapse;
  width: 100%;
}

table#income-guidelines tr:nth-child(odd) {
  background-color: lightgray;
}

table#income-guidelines th {
  background-color: #b4b4b4;
}

.directory img {
  vertical-align: middle;
  /* width: 120px; */
  height: 150px;
  border-radius: 15%;
  float: left;
  padding: 10px;
}
.schoolboard img {
  vertical-align: middle;
  width: 35%;
  border-radius: 10%;
  float: left;
  /* padding: 0px 15px 5px 0px; */
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.directory-heading {
  padding: 10px;
}
.directory-title {
  font-size: x-large;
  font-weight: bold;
}
.directory,
.schoolboard {
  padding-right: 5px;
  border-bottom: 1px solid lightgray;
  overflow: auto;
}
.directory p {
}
.directory a,
.schoolboard a {
  text-decoration: none;
}
.A-Z {
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
}
.A-Z a:link,
.A-Z a:visited,
.A-Z a:hover,
.A-Z a:active {
  color: black;
  text-decoration: none;
}
.top {
  float: right;
  color: lightgray;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 5%; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 2px solid goldenrod; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: gold; /* Set a background color */
  color: midnightblue; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 14px; /* Increase font size */
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal-footer:after,
.modal-header:after {
  clear: both;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.website-link {
  /* border: 1px dotted navy; */
  padding: 5px;
  background-color: gold;
  color: darkblue;
}
.website-link:hover {
  background-color: goldenrod;
}
.staff-name {
  font-size: large;
  text-transform: uppercase;
}

.facebook-embed {
  margin: auto;
  width: 70%;
  padding: 10px;
  display: block;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
.main {
  float: left;
  width: 70%;
  padding: 0px 20px 5px 5px;
}
.70main {
  float: left;
  width: 65%;
  padding: 0px 20px 5px 5px;
}
div.main div {
  padding: 8px 0px;
}

.bond-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.bond-h2 {
}

.bond-p {
  margin-bottom: 20px;
}

.link-box {
  float: right;
  max-width: 300px;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 15px;
  background-color: gold;
  border: 2px solid goldenrod;
  box-shadow: 3px 3px #999999;
}
div.link-box img,
dib.left-link-box {
  padding-right: 8px;
}

.left-link-box {
  float: left;
  width: 250px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 15px;
  background-color: gold;
  border: 2px solid goldenrod;
  box-shadow: 3px 3px #999999;
  text-decoration: none;
}
.job-link {
  float: left;
  width: 45%;
  max-width: 185px;
  height: 65px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: gold;
  border: 2px solid goldenrod;
  box-shadow: 3px 3px #999999;
  vertical-align: middle;
}
.inline {
  display: inline-block;
}

.link-box img,
.left-link-box img {
  vertical-align: middle;
}

div.directory p i,
div.directory p a,
div.schoolboard p a,
div.schoolboard p i {
  vertical-align: middle;
  padding: 0px 5px 0px 0px;
}

.maintemp {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: gold;
  border: 2px solid goldenrod;
  box-shadow: 3px 3px #999999;
}

.maintemp p {
  margin: 0;
  margin-top: 0;
  padding: 5px 10px;
}

.right {
  float: left;
  width: 30%;
  /* min-width:350px; */
  padding: 10px 0px;
}
.30right {
  float: left;
  width: 35%;
  /* min-width:350px; */
  padding: 10px 0px;
}
.right-link {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: gold;
  border: 2px solid goldenrod;
  box-shadow: 3px 3px #999999;
}
.right-templink {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: skyblue;
  border: 2px solid #2196c4;
  box-shadow: 3px 3px #999999;
}

.right-templink-purple {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #e6e6fa;
  border: 2px solid purple;
  box-shadow: 3px 3px #999999;
}

.right-infobox {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #99df67;
  border: 2px solid #78b250;
  box-shadow: 3px 3px #999999;
}

.left-buttons .left-link-box {
  float: none;
}
.left-buttons a,
div.job-link > a {
  text-decoration: none;
}

#bwmc {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  padding: 10px 0px;
  margin-bottom: 15px;
  background-color: #1e75be;
  border: 2px solid midnightblue;
  color: white;
  box-shadow: 3px 3px #999999;
}
#bwmc-img {
  float: left;
  width: 97px;
  margin-left: 10px;
  box-shadow: none;
}

#bwcan {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  border-radius: 5px;
  border: 2px solid midnightblue;
  margin-bottom: 15px;
}

div.right > a,
div#Forms > a {
  text-decoration: none;
}

.right img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 3px 3px #999999;
}

.right p,
.right h2,
.right h3,
.right h4 {
  text-align: center;
}
.right h2,
.right h3,
.right h4 {
  padding-top: 10px;
}
.right iframe {
  padding: 10px 5px 15px 5px;
}

.responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.responsiveCal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.right a:link,
.right a:visited,
.right a:hover,
.right a:active,
.left-buttons a:link,
.left-buttons a:visited,
.left-buttons a:hover,
.left-buttons a:active,
.forms-button a:link,
.forms-button a:visited,
.forms-button a:hover,
.forms-button a:visited {
  color: navy;
}
.right p > a:link {
  color: blue;
}
.right p > a:visited {
  color: purple;
}
.footer {
  width: 100%;
  background-color: midnightblue;
  text-align: center;
  padding: 10px;
  margin-top: 7px;
  color: white;
  clear: both;
}
.active {
  background-color: goldenrod;
}
.footerbutton {
  width: 75px;
  height: 75px;
  padding: 10px;
}
.hide-mobile {
  font-size: small;
}

/* Hide by default (resolution > 1200px) */
.short-text,
.cal-agenda,
.forms-button {
  display: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  text-align: center;
}
video {
  width: 100%;
  height: auto;
}
.slideshow {
  padding: 0px 0px 16px 0px;
}
.mySlides {
  width: 100%;
}

.reward-school {
  display: flex;
}

table {
  width: 100%;
  margin: 10px 0px;
}
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
th,
td {
  padding: 3px;
  text-align: left;
}
table#schedule tr:nth-child(even) {
  background-color: #eee;
}
table#schedule tr:nth-child(odd) {
  background-color: #fff;
}
table#schedule th {
  background-color: navy;
  color: white;
}
table#schedule td {
  font-size: smaller;
}
div.principal {
  padding-top: 10px;
  clear: both;
}
div.principal img {
  padding: 0px 0px 10px 10px;
  float: right;
  width: 225px;
  max-width: 50%;
}
.main-calendar {
  width: 100%;
}

@media only screen and (max-width: 1060px) {
  .facebook-embed {
    width: 80%;
  }
}

@media only screen and (max-width: 925px) {
  /* For mobile: */
  .main,
  .right {
    width: 100%;
  }
  .dropdown,
  .navbar,
  .navbar a {
    font-size: 14px;
  }
  .forms-button {
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .facebook-embed {
    width: 90%;
  }
}

@media only screen and (max-width: 715px) {
  /* smaller heading buttons */
  .headingbutton {
    padding-top: 0px;
    width: 100px;
  }
  .hidden-small-screen {
    padding-top: 0px;
    width: 100px;
  }
  .top-logo {
    width: 100px;
    height: 100px;
  }
  .main-heading-content-area {
    min-height: 100px;
  }
  .mainheading {
    min-height: 100px;
  }
  .A-Z {
    font-size: 14px;
  }

  .dropdown,
  .navbar,
  .navbar a,
  body {
    font-size: 12px;
  }
  .rounded {
    width: 100px;
    height: 125px;
  }
  .main-calendar {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .A-Z {
    font-size: 12px;
  }
  .job-link {
    font-size: medium;
  }
}
@media only screen and (max-width: 475px) {
  /* smaller heading buttons */
  .headingbutton {
    padding-top: 0px;
    width: 78px;
  }
  .top-logo {
    width: 78px;
    height: 78px;
  }
  .hidden-small-screen {
    width: 78px;
    height: 78px;
  }
  .main-heading-content-area {
    min-height: 78px;
  }
  .mainheading {
    min-height: 78px;
  }
  .footerbutton {
    width: 50px;
    height: 50px;
  }
  .cal-agenda {
    display: inline;
  }
  .cal-month {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 440px) {
  .short-text {
    display: inline-block;
  }
  .full-text {
    display: none;
  }
  .facebook-embed {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 350px) {
  .hidden-small-screen {
    display: none;
  }
  .dropdown .dropbtn {
    padding: 10px;
  }
  .job-link {
    font-size: small;
  }
}
