.site-header {
  background-image: url(../images/clouds.png),linear-gradient(180deg, #047ab0 0%, #0c8cc7 15%, #bae8fb 100%);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: right;
}
.site-name {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  color: #004b87;
}
.site-name-text {
  background-image: url(../images/clouds-sm2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.schs-crest {
  width:100%;
  max-width: 120px;
}
.navigation{
  font-family: 'Lato', sans-serif;
  background-color: #3bb3e5;
  border-bottom: solid .125rem #004b87;    
}
.main-menu{
  font-size: 1.25rem;
  color: #fff;
  text-shadow: 2px 2px 2px #004b87;  
}
.main-menu a{
  color:#fff;
}
.main-menu a:hover
{
  background-color:#004b87;
  border-radius:.25rem;
  text-decoration:none;
}
button.navbar-toggle {
  background-color: transparent;
  padding: .75rem 0 0;
  border-width: 0px;
  border-style:none;
  border-color: transparent;
}
ul#superfish-main > li{
  font-size: .85rem;
  text-transform: uppercase;
}
ul#superfish-main > li > ul > li{
  text-transform:capitalize;
}
ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul {
  background-color: #3bb3e5 !important;
}
.btn-login {
  font-size: .875rem;
  color: #3bb3e5 !important;
  background-color: #c2e8f8;
  border-color: #c2e8f8;
}
/* <Hamburger Menu> */
#hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  /*margin: 0.5em auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
}
#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 8px;
}
#hamburger span:nth-child(4) {
  top: 16px;
}
#hamburger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
/* Override bold setting in base css code */
/* From hotfix block line 473 see /partials/hotfix_block_updated */
label {
  font-weight: normal;
}
.form-required::after {
  content: '*';
  color: red;
}
label#hamburger-label:hover * span, #hamburger-label:focus * span {
  background: #bddcf5;
}
/* </Hamburger Menu> */
footer{
  background-color: #004b87;
  border-bottom: 1.5rem solid #eee;
}
.social-icons i {
  font-size: 1.25rem;
  padding: .25rem;
}
.social-icons a{
  color:#fff !important;
}
.location-pin .bi {
  background-color: #4078a5;
  border-radius: 50%;
  padding: 7px 8px;
}
.headers{
  border-bottom: solid 6px #004b87;
}
.news-index img {
  width: 100% !important;
  height: auto;
}
/* Owl dots theme */
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #bddcf5;
  margin: 0 3px;
}
.owl-dots {
  text-align: center;
  padding-top: 10px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-dots button.owl-dot.active { 
    background-color: #004b87;
}

/* Extra small devices (portrait phones, less than 576px)
  No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .site-name {  
    font-size: 1.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .site-name {
    font-size:1.3rem;
    line-height: 1.2;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .site-name {
    font-size:2rem;
    line-height: 1.15;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}