/* Header */
.site-header {
  background-color: #fff;
  min-height: 6em;
  position: relative; 
  padding-top: 54px;
  padding-bottom: 70px;
  padding-left: 16px;
  padding-right: 16px;
  border: none;
}
@media screen and (min-width:768px) {
    .site-header {
      padding-top: 32px;
    }
}

.logo-wrapper {
    display: block;
    text-align: center;
}
#main-nav-toggle {
      outline: none;
      width: 48px;
}
.mobile-navigation {
      background-color: #5ea24f;
      padding: 8px 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      width: 100%;
      height: 40px;
      z-index: 99999;
}
.mobile-navigation .animated-navbar-toggler {
      background: none;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
}
@media screen and (min-width: 992px) {
    .logo-wrapper {
      display: inline-block;
      text-align: left;
    }
    .mobile-navigation {
      display: none;
    }
    #navContent {
        background: none;
    }
}

.dropdown-toggle:after {
    border-top-color: #000;
    border-bottom-color: #000;
    position: absolute;
    top: 32px;
    top: 16px;
    right: 24px;
}
/* Hero Carousel */
#hero-carousel {
    background: #132148;
    margin-bottom: 32px;
    height: 300px;
    overflow: hidden;
}
.homepage #hero-carousel {
    height: auto;
}
@media screen and (min-width: 992px) {
  #hero-carousel,
  .homepage #hero-carousel {
    height: 490px;
  }
}
#hero-carousel .owl-dots {
    display: none;
}
@media screen and (min-width:768px) {
    #hero-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 16px;
    }
}
#hero-carousel .owl-dots .owl-dot {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin-left:5px;
    margin-right: 5px;
    border: 2px solid #fff;
}
#hero-carousel .owl-dots .owl-dot.active {
    background: #43A442;
    border: 2px solid #fff;
}
#hero-carousel .hero-carousel-item {
    position: relative;
    overflow: hidden;
    height: auto;
}
@media screen and (min-width: 992px) {
  #hero-carousel .hero-carousel-item {
    position: relative;
    overflow: hidden;
    height: 490px;
}
}
#hero-carousel .hero-carousel-item .text {
    padding: 0;
}
@media screen and (min-width:768px) {
    #hero-carousel .hero-carousel-item .text {
        padding-top: 38px;
        padding-bottom: 38px;
        padding-left: 16px;
        padding-right: 84px;
    }
}
#hero-carousel .hero-carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url('./img/hero-carousel-content.svg') no-repeat bottom right / cover;
    top: 0;
    left: 0;
    background-color: #132148;
}
@media screen and (min-width: 992px) {
    #hero-carousel .hero-carousel-item:before {
        width: 54%;
        background-color: transparent;
    }
}
#hero-carousel .hero-carousel-item .container,
#hero-carousel .hero-carousel-item .container .row {
    height: 100%;
}
#hero-carousel .hero-carousel-item .container .row {
    align-items: center;
}
.page #hero-carousel .hero-carousel-item .container .row {
    align-items: flex-start;
}
#hero-carousel .hero-carousel-item h2 {
    color: #43A442;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
}
.page #hero-carousel .hero-carousel-item h2 {
    padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .page #hero-carousel .hero-carousel-item h2 {
    padding-bottom: 108px;
  }
}
#hero-carousel .hero-carousel-item h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.page #hero-carousel .hero-carousel-item h3 {
    font-size: 48px;
    line-height: 60px;
}
@media screen and (min-width:768px) {
    .page #hero-carousel .hero-carousel-item h3 {
        font-size: 62px;
        line-height: 66px; 
    }
}
#hero-carousel .hero-carousel-item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
/* Pages */
.page .content {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0; 
}    
@media screen and (min-width:992px) {
    .page .content {
      padding-bottom: 155px; 
    } 
}
/* Launchpad */
.launchpad {
    background: #A1DAF7 url('./img/sunshine-logo.webp') no-repeat right bottom;
    padding-top: 50px;
    padding-bottom: 80px;
}
.page .launchpad {
    padding-bottom: 0;
}
.launchpad .col {
    padding-right: 11px;
    padding-left: 11px;
}
.launchpad .launchpad-item {
    border-radius: 18px;
    height: 100%;
    border: 5px solid #FFF;
    background: #817FB8;
    padding: 16px;
    color: #fff;
}
.launchpad .launchpad-item h3 {
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
}
.launchpad .launchpad-item li {
    margin-bottom: 5px;
}
.launchpad-item.latest-news {
    background: #817FB8;
}
.launchpad-item.latest-news li a {
    color: #fff;
    text-decoration: underline;
}
.launchpad-item.useful-links {
    background: #FECE34;
}
.launchpad-item.useful-links li {
    color: #132148;
}
.launchpad-item.useful-links li a {
    color: #132148;
    text-decoration: underline;
}
.launchpad-item.ofstead {
    background: #F39322;
}
.launchpad-item.ofstead a {
    color: #fff;
    text-decoration: underline;
}
.launchpad-item.attendance {
    background: #007987;
}
.launchpad-item.search {
    background: #D94B53;
}

.launchpad-item .search-description {
    background-color: #fff;
    border-radius: 18px;
    border: 3px solid #E3E3E3;
    padding: 12px 4px;
    color:  #D94B53;
}
/* Sidebar Launchpad */
.sidebar .launchpad {
    background: none;
}
.sidebar .launchpad .launchpad-item {
    margin-bottom: 21px;
}
/* News */
.news-page .news-article {
    border-bottom: 2px solid #29ABE3;
    margin-top: 48px;
    padding-bottom: 48px;
}


/* Footer */
.copyright a {
    text-decoration: underline;
}
.site-footer {
    position: relative;
    z-index: 10;
}
.page .site-footer {
    padding-top: 215px;
    margin-top: -135px;
}
.site-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 175px;
    top: 0;
    left: 0;
    background: #fff;
}
.page .site-footer:before {
    height: 325px;
    background: #fff url(./img/sunrise-bg-fade.webp) no-repeat top center / cover;
}
.footer-tile {
    position: relative;
    padding-bottom: 25px;
}
.footer-tile .button_container {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.searchForm-input-wrapper {
    background: #fff;
    border-radius: 18px;
    overflow: hidden; 
    padding-top: 4px;
    padding-bottom: 4px;
}
.searchForm-input-wrapper #ajaxSearch_input {
    border: none;
    padding-left: 16px;
}
.searchForm-input-wrapper #ajaxSearch_submit {
    color: #132148;
    padding-right: 16px;
    padding-left: 0px;
    background: none;
    border: none;
    margin-left: -24px;
}
/* School Calendar */
#school-calendar {
    background: #fff url('./img/sunrise-bg-fade.webp') no-repeat center center / cover;
}
#school-calendar h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
}
.calendar-wrapper {
    background-color: #43A442;
    border-radius: 1.2rem;
    padding-top: 32px;
    margin-bottom: 38px;
}
#school-calendar .calendar iframe {
    border: none !important;
}

#school-gallery-partners {
    padding-top: 156px;
    padding-bottom: 40px;
    background-color: #D94B53;
    margin-top: -146px;
}
#school-gallery-partners h3 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
#school-gallery-partners .boxed-content {
    margin-bottom: 0;
    padding: 24px;
}
#school-gallery-partners .boxed-content h3 {
    color: #132148;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}
#directions_form input.form-control {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
#directions_form .searchForm-input-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    width: 280px;
}
#directions_form #searchBtn {
    border: none;
}
#directions_form #searchBtn.btn {
    padding-left: 0;
    padding-right: 12px;
}

#directions_form input::placeholder {
    font-weight: 600;
    color: #132148;
}
