@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);
a {
  color: #307BB0;
}

header h1 {
  color: #0f4670;
  font-size: 4em;
  padding-top: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}
header h1 span {
  font-weight: lighter;
  font-size: 0.5em;
}
header address {
  text-indent: -9999px !important;
  margin: 0;
  padding: 0px;
  height: 1px;
  line-height: 1px;
}
header h3 {
  color: #5db8f5;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
header a:hover {
  text-decoration: none;
}

h2 {
  color: #0f4670;
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 24px 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
h2 a {
  color: #0f4670;
  border-bottom: 1px solid #0f4670;
}
h2 a:hover {
  text-decoration: none;
  border-bottom-color: #0f4670;
}

h3 {
  color: #307BB0;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 18px 0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
h3 a {
  color: #307BB0;
  border-bottom: 1px dashed #307BB0;
}
h3 a:hover {
  text-decoration: none;
  border-bottom-color: #307BB0;
}

h4 {
  color: #0f4670;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 18px 0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
h4 a {
  color: #5db8f5;
  border-bottom: 1px dashed #5db8f5;
}
h4 a:hover {
  text-decoration: none;
  border-bottom-color: #5db8f5;
}

.navbar {
  background-color: #0f4670;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 5px solid #5db8f5;
  border-bottom: 5px solid #5db8f5;
}
.navbar li a:hover {
  background-color: #3589c4;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  padding: 12px 36px 12px 18px;
  text-transform: uppercase;
}
.navbar-nav .nav-link a .nav-link {
  color: #fff;
}

.nav a {
  color: #fff;
}

.sidebar-1 .school-info-box {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border: 5px solid #eaeaea;
  border-radius: 6px;
}
.sidebar-1 .school-info-box p {
  font-size: 14px;
  line-height: 18px;
}
.sidebar-1 h4 {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #0f4670;
  font-family: "Oswald", sans-serif;
}
.sidebar-1 nav {
  background-color: #0f4670;
  border-radius: 6px;
  border: 5px solid #5db8f5;
}
.sidebar-1 nav h2 {
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  background-color: #0f4670;
}
.sidebar-1 nav .secondary-menu li {
  background-color: #0f4670;
  border-width: 0 0 1px 0;
  border-color: #5db8f5;
  border-style: dashed;
}
.sidebar-1 nav .secondary-menu li:hover {
  background-color: #15629d;
}
.sidebar-1 nav .list-group-item {
  border-width: 0 0 1px 0;
  border-color: #1a4360;
  border-style: dashed;
}
.sidebar-1 .list-group li a {
  color: #fff;
  font-style: italic;
  line-height: 1.3em;
  padding: 12px 0;
}
.sidebar-1 .schooleventindexpage .calendar {
  padding: 0 15px 15px 15px !important;
  background-color: #f7f7f7;
  padding: 15px;
  border: 5px solid #eaeaea;
  border-radius: 6px;
}
.sidebar-1 .schooleventindexpage .calendar p {
  line-height: 1.5em;
  font-size: 1em;
}
.sidebar-1 .schooleventindexpage .calendar p strong {
  text-transform: uppercase;
  color: #575962;
}
.sidebar-1 .schooleventindexpage .calendar p strong h4 {
  color: #0f4670;
}
.sidebar-1 .schooleventindexpage .calendar a {
  color: #575962;
  font-size: 95%;
  font-style: italic;
}

.news h2, .news h2 a {
  color: #0f4670;
}

.list-group a.list-group-item h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin: 5px 0;
  color: #307BB0;
}

.footer {
  padding: 20px;
  background-color: #0f4670;
  color: #fff;
  font-size: 95%;
}
.footer p, .footer a {
  color: #fff;
  font-size: 95%;
}

.carousel-item h2 {
  color: #fff;
}

.btn-default, .Calendar-template-school .calendar-container .fc-view-container a.fc-event, .Calendar-template-school .calendar-container .fc-view-container a.fc-event.color-1 {
  background-color: #0f4670;
  border-color: #0f4670;
}

.btn-default:hover, .Calendar-template-school:hover .calendar-container:hover .fc-view-container a.fc-event:hover, .Calendar-template-school:hover .calendar-container:hover .fc-view-container a:hover.fc-event.color-1:hover {
  background-color: #061c2d;
}

.btn-primary {
  background-color: #8dcdf8;
  border-color: #2da3f2;
  color: #0f4670;
}

.btn-primary:hover {
  background-color: #bde2fb;
  color: #0f4670;
}

.btn-warning {
  background-color: #307BB0;
  border-color: #5db8f5;
}

.btn-warning:hover {
  background-color: #205174;
}

.btn-calendar {
  width: 255px;
  margin: -20px auto 0 auto;
}

.logo.has-image {
  max-width: 1031px;
  margin: 0px auto;
}

.order-md-3 .htmlblock {
  background-color: #f7f7f7;
  padding: 8px;
  margin-bottom: 20px;
  text-align: center;
  border: 5px solid #eaeaea;
  border-radius: 6px;
}
.order-md-3 .htmlblock h2 {
  font-size: 1.6em;
  padding: 0 15px;
}
.order-md-3 .htmlblock ul {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.order-md-3 .htmlblock ul li {
  margin: 0px;
  padding: 5px 0px 5px 10px;
  list-style-type: none;
  border-bottom: 1px dashed #b7b7b7;
  text-align: left;
}
.order-md-3 .htmlblock ul li a {
  color: #0f4670;
}/*# sourceMappingURL=main.css.map */