/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
  height: 100%;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #000;
  font-size: 16px;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  /* ----- Margin for Single Column Sticky Footer -----*/
  margin: 0 auto -231px;
}

/* Set the fixed height of the footer here */
#push/*, #footer*/ {
  /* ----- Height for Single Column Sticky Footer -----*/
  height: 231px;
}
h1 {
  color: #4456a2;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  font-family: "Quicksand", sans-serif;
}
h2,
h3 {
  color: #4456a2;
  font-family: "Quicksand", sans-serif;
}

/* ----- IF One Column Header -----*/
header {
  background-color: #fff;
}
.navbar-header {
  text-align: center;
}
.navbar-brand {
  color: #4456a2;
  height: 100%;
  font-size: 22px;
  float: none;
  display: block;
  line-height: normal;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #4456a2;
}
.navbar-brand > img {
  margin: 0 auto 15px;
  height: 110px;
}
@media (min-width: 576px) {
  .container > .navbar-header {
    text-align: left;
  }
  .navbar-brand {
    float: left !important;
    display: inline;
    line-height: 20px;
    font-size: 19px;
  }
  .navbar-brand > img {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 30px;
  }
  .navbar-brand > img {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 36px;
  }
}
/* ----- One Column Header END -----*/

.tagline {
  background: #4456a2;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
}
section#main-text {
}
section#main-text a {
  color: #f18919;
}
section#main-text.home-text {
  text-align: center;
}
section#main-text.home-text h1 {
  font-weight: normal;
}
.main-text-border {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border: 5px dotted #92c5ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* ----- Quick Links -----*/

.quick-links-column {
  margin-bottom: 30px;
  color: #fff;
  padding: 0;
}

.event {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 0.25rem;
}
.event .content {
  background: rgba(146, 197, 236, 0.9);
  color: #fff;
  bottom: 0;
  height: 68px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;
}
.event:hover .content {
  height: 100%;
  background: rgba(146, 197, 236, 0.8);
}
.event h3 {
  height: 68px;
  margin: 0;
  padding-top: 20px;
  color: #fff;
}
.event .rollover {
  border-top: 2px solid #4456a2;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
  padding: 18px 20px;
  opacity: 0;
  transition: all 0.5s ease;
}
.event .rollover p {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.event:hover .rollover {
  opacity: 1;
}

/* ----- Quick Links END -----*/

#quote {
  border-top: 3px solid #4456a2;
  padding: 50px 15px 40px;
  background: url(img/ark.png) -121px 103%/375px no-repeat,
    url(img/quote-bg.jpg?v=0.1) center/cover no-repeat;
  text-align: center;
  font-size: 18px;
}
#quote h1 {
}
.inner-quote {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

/* Triangles */
/*.divi-triangles::before,*/
.divi-triangles::after {
  left: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.calendar-link::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.calendar-link.divi-triangles::after {
  bottom: -18px;
  background: #4456a2;
  z-index: 1;
  display: none;
}

/*** END ***/
.calendar-link {
  position: relative;
}
.calendar-link a {
  color: #fff;
}
.calendar-link a:focus {
  text-decoration: none;
}
.calendar-link .btn {
  padding: 15px 16px;
  background: #4456a2;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Quicksand", sans-serif;
}
/*.top-button .btn:hover {
	text-decoration: underline;
}*/
.calendar-link span {
  margin: 0 8px;
  font-weight: 700;
}
section#map {
  background-color: #fff;
  margin-bottom: -5px;
}
section#map .map-col {
  padding-right: 0;
  padding-left: 0;
}

section#large-map {
  background: #fff url(img/large-map.jpg) center center no-repeat;
  height: 400px;
  position: relative;
  display: none;
}
.circle-link {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 300px;
  width: 300px;
  background-color: rgba(57, 103, 59, 0.6);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.circle-link:hover {
  background-color: rgba(57, 103, 59, 0.5);
}

section#contact-large {
  background-color: #fff;
  color: #4456a2;
  padding: 30px 0 0;
  border-top: 3px solid #92c5ec;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
section#contact-large .container {
  border-bottom: 1px solid #92c5ec;
  padding-bottom: 30px;
}
.contact-upper {
  font-size: 18px;
}
.contact-upper span {
  color: #000;
  font-size: 15px;
}
.contact-lower {
  font-size: 16px;
  margin-top: 10px;
}
.contact-lower a {
  color: #4456a2;
}
.contact-lower span {
  display: table;
  margin-bottom: 8px;
}
section#bottom-logos img {
  margin-bottom: 22px;
  height: 100px;
}

/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
#mobile_black_bar .staff_login,
#mobile_black_bar .blogs {
  background: #000;
}
#mobile_black_bar .parent_login {
  background: #666;
}

/* ----- Footer Styles -----*/

footer {
  padding: 20px;
  background-color: #4456a2;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
  margin-top: 16px;
}
.footer-right a {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-right a:hover {
  color: #9cf;
}
.footer-right span {
  width: 50px;
  font-size: 22px;
}

/* ----- Contact Form Styles -----*/
#contact-form.row {
  margin-left: auto;
  margin-right: auto;
}
#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  color: #4456a2;
}
#contact-form textarea {
  resize: none;
  height: 150px;
  border: 1px solid #ccc;
}
.contact-submit {
  border: 2px solid #4456a2;
  background: #4456a2;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 8px;
  margin-top: 10px;
}
.contact-submit:hover {
  background: #fff;
  color: #4456a2 !important;
}
.fail {
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #bf1c1c;
}
.success {
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #36b51f;
}

/* ----- Common Styles -----*/

.top-buffer {
  padding-top: 40px;
}
.bottom-buffer {
  padding-bottom: 20px;
}
section#main-text.home-text .container {
  background: url(img/persevere_squirrel.png) 100% bottom no-repeat;
  background-size: 130px 169px;
}
/* ----- Responsive Styles -----*/

@media (min-width: 470px) {
  .contact-upper {
    font-size: 21px;
  }
  .contact-lower {
    margin-top: 5px;
  }
  .contact-lower span {
    display: inline-block;
    margin-bottom: 0;
  }
  .contact-lower span.contact-break::after {
    content: "|";
    color: #4456a2;
    padding: 0 6px;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  section#bottom-logos img {
    height: 80px;
  }
  .inner-quote {
    background: url(img/turtles.png) 5% 99% no-repeat,
      url(img/squirrels.png) 95% 99% no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 20px 140px;
  }
}
@media (min-width: 576px) {
  .tagline {
    font-size: 22px;
  }
  .contact-lower {
    font-size: 18px;
  }
  /* ----- Wrap and Push for Single Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -208px;
  }
  #push {
    height: 208px;
  }
}
@media (min-width: 768px) {
  .tagline {
    font-size: 24px;
    padding: 14px;
  }
  .calendar-link .btn {
    font-size: 22px;
  }
  .event {
    width: 340px;
  }
  section#contact-large {
    padding: 50px 0 0;
  }
  section#contact-large .container {
    padding-bottom: 50px;
  }
  .contact-upper {
    font-size: 24px;
  }
  .contact-upper span {
    font-size: 16px;
  }
  .contact-lower {
    font-size: 23px;
  }
  section#bottom-logos img {
    height: 90px;
  }
  /* ----- Wrap and Push for Single Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -208px;
  }
  #push {
    height: 208px;
  }
}

@media (min-width: 992px) {
  section#welcome.home-welcome {
    top: -80px;
    margin-bottom: -80px;
    position: relative;
    z-index: -10;
  }
  section#main-text .main-text-border {
    background-color: transparent;
  }
  .event {
    width: 240px;
  }
  .event h3 {
    font-size: 21px;
  }
  .calendar-link .btn {
    padding: 20px 16px;
    font-size: 28px;
  }
  .calendar-link.divi-triangles::after {
    display: block;
  }
  section#map {
    display: none;
  }
  section#large-map {
    display: block;
  }
  section#contact-large {
    background: url(img/help-others_monkey.png) 98% 0 no-repeat;
    background-size: 140px 215px;
  }
  section#contact-large .container {
    background: url(img/resilient_turtle-500.png) 20px center no-repeat;
    background-size: 120px 96px;
  }
  .contact-upper {
    font-size: 28px;
  }
  .contact-upper span {
    font-size: 18px;
  }
  .contact-lower {
    font-size: 26px;
  }
  section#bottom_login {
    display: none;
  }
  section#mobile_black_bar {
    display: none;
  }
  /* ----- IF Two Column Footer -----*/
  .footer-right {
    margin-top: 0;
  }
  /* ----- Wrap and Push for Single Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -63px;
  }
  #push {
    height: 63px;
  }
}
@media (min-width: 1200px) {
  .tagline {
    font-size: 30px;
  }
  section#main-text.home-text .container {
    background: url(img/persevere_squirrel.png) 100% bottom no-repeat;
    background-size: 150px 195px;
  }
  .event {
    width: 290px;
  }
  .event h3 {
    font-size: 24px;
  }
  #quote {
    background: url(img/dogs.png) 96% 100% no-repeat,
      url(img/ark.png) -190px 103%/450px no-repeat,
      url(img/quote-bg.jpg?v=0.1) top center/cover no-repeat;
  }
  #quote .inner-quote {
    width: 670px;
    margin: 0 auto;
    padding: 30px 30px 140px;
  }
  section#contact-large {
    background: url(img/help-others_monkey.png) 96% 0 no-repeat;
    background-size: 140px 215px;
  }
  .contact-upper {
    font-size: 34px;
  }
  .contact-lower {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  section#main-text.home-text .container {
    background: url(img/persevere_squirrel.png) 91% bottom/150px no-repeat,
      url(img/skylark_bird.png) 99% top/100px no-repeat,
      url(img/attentive_owl.png) 9% bottom/150px no-repeat;
    width: 1330px;
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media (min-width: 1500px) {
  #quote {
    background: url(img/dogs.png) 96% 100% no-repeat,
      url(img/ark.png) -120px 103%/450px no-repeat,
      url(img/quote-bg.jpg?v=0.1) center center/cover no-repeat;
  }
  #quote .inner-quote {
    padding: 40px 30px 140px;
    line-height: 1.8em;
  }
  section#contact-large {
    background: url(img/help-others_monkey.png) 86% 0 no-repeat;
    background-size: 140px 215px;
  }
}
@media (min-width: 1600px) {
  section#main-text.home-text .container {
    background: url(img/persevere_squirrel.png) 99% bottom/150px no-repeat,
      url(img/skylark_bird.png) 95% top/100px no-repeat,
      url(img/attentive_owl.png) 1% bottom/150px no-repeat;
    width: 1530px;
    padding-right: 185px;
    padding-left: 185px;
  }
}
