/******
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: #7a8ec0;
  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;
}
#wrap.other-page {
  background-color: #bed4ec;
}
/* Set the fixed height of the footer here */
#push/*, #footer*/ {
  /* ----- Height for Single Column Sticky Footer -----*/
  height: 231px;
}
h1 {
  color: #7a8ec0;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  font-family: "Montserrat", sans-serif;
}
h2,
h3 {
  color: #7a8ec0;
  font-family: "Montserrat", sans-serif;
}

/* ----- IF One Column Header -----*/
header {
  background-color: #fff;
}
.navbar-header {
  text-align: center;
}
.navbar-brand {
  color: #94b8e0;
  height: 100%;
  font-size: 22px;
  float: none;
  display: block;
  line-height: normal;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #94b8e0;
}
.navbar-brand > img {
  margin: 0 auto 15px;
  height: 90px;
}
@media (min-width: 576px) {
  .container > .navbar-header {
    text-align: left;
    float: none;
    display: table;
    margin: auto;
  }
  .navbar-brand {
    float: left !important;
    font-size: 28px;
    line-height: 20px;
  }
  .navbar-brand > img {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 46px;
  }
}
/* ----- One Column Header END -----*/

#welcome {
  position: relative;
}
#homepage_video {
  height: calc(100vh - 160px);
  object-fit: cover;
  min-height: 600px;
  width: 100%;
}

@media (max-width: 991px) {
  #homepage_video {
    height: 300px !important;
    min-height: 300px !important;
  }
}
.video_buttons {
  z-index: 999;
  position: absolute;
  color: #7a8ec0;
  bottom: 20px;
  left: calc(50% - 70px);
  display: flex;
}
.video_buttons button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #7a8ec0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  margin-left: 10px;
}
.video_buttons button:first-child {
  margin-left: 0;
}
.video_buttons button:hover {
  transform: scale(1.1);
}

section#main-text {
  background-color: #bed4ec;
}
section#main-text a {
  color: #bc5029;
}
section#main-text.home-text #content h1 {
  display: none;
}
section#main-text.home-text h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 0.8em;
  font-size: 46px;
  letter-spacing: -2px;
  border-bottom: 3px solid #79b852;
  font-family: "Montserrat", sans-serif;
}
section#main-text.home-text h1 span {
  font-size: 16px;
  letter-spacing: normal;
  position: relative;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif;
}
.main-text-border {
  padding: 20px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section#main-text.home-text .main-text-col {
  padding: 0;
}

/* ----- Safeguarding -----*/

#safeguarding {
  background-color: #bed4ec;
}
#safeguarding h1 {
  display: table;
  margin: 0 auto 40px;
  border-bottom: 3px solid #79b852;
}
#safeguarding .main-text-border {
  padding: 20px 10px;
}
#safeguarding .green-border {
  border: 2px solid #79b852;
}
#safeguarding p,
#values p {
  margin-bottom: 15px;
}

/* ----- Quick Links -----*/

#quick-links {
}
#quick-links h1 {
  display: table;
  margin: 0 auto 40px;
  border-bottom: 3px solid #e1957c;
}
.quick-links-column {
  margin-bottom: 40px;
  color: #fff;
}
.quick-links-column.calendar-column {
  margin-bottom: 0;
}
.inner-quick-links {
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.inner-quick-links.performance-link {
  background: #da7956;
}
.inner-quick-links.achievements-link {
  background: #94c675;
}
.inner-quick-links.newsletter-link {
  background: #f3d049;
}
.inner-quick-links.calendar-link {
  background: #798dc1;
}
#quick-links h2 {
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 60px;
  text-align: left;
  font-family: "Quicksand", sans-serif;
}
#quick-links .performance-link h2 {
  margin-top: 3px;
  margin-bottom: 18px;
}
#quick-links a {
  color: #fff;
}
#quick-links a:hover {
  text-decoration: none;
}
#quick-links a:hover p {
  text-decoration: underline;
}
#quick-links h2::before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff;
  left: 8px;
  top: -5px;
}

#quick-links .performance-link h2::before {
  content: "\f085";
  top: 8px;
}
#quick-links .achievements-link h2::before {
  content: "\f006";
}
#quick-links .newsletter-link h2::before {
  content: "\f1ea";
}
#quick-links .calendar-link h2::before {
  content: "\f073";
}

#quick-links img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#quick-links p {
  font-size: 18px;
  margin: 15px auto 20px;
}
.inner-ql {
  position: relative;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 235px;
  border: 2px solid #fff;
}
.ql-performance {
  background: url("img/performance-img.jpg") no-repeat center;
  background-size: cover;
}
.ql-achievements {
  background: url("img/achievements-img.jpg") no-repeat center;
  background-size: cover;
}
.ql-newsletters {
  background: url("img/newsletter-img.jpg") no-repeat center;
  background-size: cover;
}
.ql-calendar {
  background: url("img/calendar-img.jpg") no-repeat center;
  background-size: cover;
}

.inner-ql .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(57, 103, 59, 0.8);
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#quick-links a:hover .overlay {
  opacity: 1;
}
.inner-ql .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 3;
  color: #ffd600;
}

#quick-links a:hover .inner-ql .text {
  bottom: 40px;
  opacity: 1;
}
/* ----- Quick Links END -----*/

section#values {
  padding-bottom: 40px;
}
#values h1 {
  display: table;
  margin: 0 auto 40px;
  border-bottom: 3px solid #798dc1;
}

/* ----- School Blog -----*/

#school-blog {
  background: #f1f1f1;
}
#school-blog h1 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
#school-blog h1 a {
  color: #7a8ec0;
}
#school-blog h1 a:focus,
#school-blog h1 a:hover {
  text-decoration: none;
}

#school-blog h1 i.fa:hover {
  cursor: pointer;
  color: #060;
}
#school-blog .controls {
  text-align: center;
  display: none;
}
#school-blog .controls .left {
  float: left;
}
#school-blog .controls .right {
  float: right;
}
#school-blog .container .item {
  display: none;
}
#school-blog .container .item.active {
  display: block;
}
#school-blog .block {
  padding: 30px 10px 30px;
  margin-bottom: 30px;
}
#school-blog .block img {
  background-clip: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#school-blog .left,
#school-blog .right {
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  /*background: #d4ac37;*/
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px;
}
#school-blog .left,
#school-blog .right {
  background: #f3d049;
}
#school-blog .left:hover,
#school-blog .right:hover {
  background: #f1c927;
}
#school-blog .left::before,
#school-blog .right::before {
  position: relative;
  top: 2px;
}
#school-blog .top-arrow-left {
  margin-right: 10px;
}
#school-blog .top-arrow-right {
  margin-left: 10px;
}

#school-blog .block-container {
  display: none;
}
#school-blog .block-container.active {
  display: block;
}

#school-blog .box h2 {
  display: none;
}
#school-blog .content-main {
  text-align: center;
}
#school-blog .content-main h3 {
  margin: 0 0 20px;
  font-size: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #79b852;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif;
}
#school-blog .content-main .details {
  overflow: hidden;
  margin-bottom: 5px;
}
#school-blog .content-main .details p {
  font-size: 16px;
  /*color: #666;*/
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
#school-blog .content-main .details p span {
  font-size: 16px !important;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
#school-blog .content-main .details p span span {
  font-size: 16px !important;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
/* .blog-image-inner {
	-webkit-clip-path: circle(120px at center);
	clip-path: circle(120px at center);
	background: #d4ac37;
}
.blog-image-column .image {
	height: 250px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-clip-path: circle(115px at center);
	clip-path: circle(115px at center);
	background-color: #000;
	background-image: url(./img/Placeholder_1.jpg);
}
.blog-details-column {
	margin-bottom: 40px;
} */

#school-blog .top-arrow-left {
  margin-right: 10px;
}
#school-blog .top-arrow-right {
  margin-left: 10px;
}
#school-blog .left span,
#school-blog .right span {
  background: #303b6c;
}
#school-blog .left:hover span,
#school-blog .right:hover span {
  background: #283058;
}
/* ----- School Blog END -----*/

/* ----- Bottom Blocks Styles -----*/

#bottom-blocks {
  background: #f1f1f1;
}
#bottom-blocks h1 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
#bottom-blocks h1 a {
  color: #7a8ec0;
}
#bottom-blocks h1 a:focus,
#bottom-blocks h1 a:hover {
  text-decoration: none;
}

#bottom-blocks h1 i.fa:hover {
  cursor: pointer;
  color: #060;
}
#bottom-blocks .controls {
  text-align: center;
  display: none;
}
#bottom-blocks .controls .left {
  float: left;
}
#bottom-blocks .controls .right {
  float: right;
}
#bottom-blocks .container .item {
  display: none;
}
#bottom-blocks .container .item.active {
  display: block;
}
#bottom-blocks .block-item {
}
#bottom-blocks .block-item a {
  /*color: #fff;*/
}
#bottom-blocks .block {
  padding: 30px 10px 30px;
  margin-bottom: 30px;
}
#bottom-blocks .block img {
  background-clip: border-box;
}
/*#bottom-blocks .left i.fa, #bottom-blocks .right i.fa {
    font-size: 50px;
}*/

#bottom-blocks .left,
#bottom-blocks .right {
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  /*background: #d4ac37;*/
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px;
}
#bottom-blocks .left,
#bottom-blocks .right {
  background: #f3d049;
}
#bottom-blocks .left:hover,
#bottom-blocks .right:hover {
  background: #f1c927;
}
#bottom-blocks .left::before,
#bottom-blocks .right::before {
  position: relative;
  top: 2px;
}
#bottom-blocks .top-arrow-left {
  margin-right: 10px;
}
#bottom-blocks .top-arrow-right {
  margin-left: 10px;
}

#bottom-blocks .block-container {
  display: none;
}
#bottom-blocks .block-container.active {
  display: block;
}

#bottom-blocks .box h2 {
  display: none;
}

#bottom-blocks .content-main {
  text-align: center;
}
#bottom-blocks .content-main h3 {
  margin: 0 0 20px;
  font-size: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #79b852;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif;
}
#bottom-blocks .content-main .details {
  overflow: hidden;
  margin-bottom: 5px;
}
#bottom-blocks .content-main .details p {
  font-size: 16px;
  /*color: #666;*/
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
#bottom-blocks .content-main .details p span {
  font-size: 16px !important;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
#bottom-blocks .content-main .details p span span {
  font-size: 16px !important;
  font-family:
    "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Tahoma, sans-serif !important;
}
/*#bottom-blocks .view-more-btn {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 8px 10px 8px 40px;
	background: #ebba4f;
	width: 230px;
	margin: 30px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#bottom-blocks .view-more-btn:hover {
    color: #fff;
}
#bottom-blocks .view-more-btn .arrow-block {
    font-size: 30px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
#bottom-blocks .view-more-btn:hover .arrow-block {
    background: #e8ae30;
}
#bottom-blocks .view-more-btn .arrow-block:before {
	position: relative;
	top: 2px;
}*/
span.left-panel {
  z-index: 998;
  position: absolute;
  left: -40px;
  top: 50%;
  display: none;
}
span.right-panel {
  z-index: 998;
  position: absolute;
  right: -40px;
  top: 50%;
  display: none;
}

/* ----- Bottom Blocks END -----*/

/********** SOCIAL MEDIA STYLES ********/

section#social-media {
  background: #94b8e0;
}
#social-media a.social-title h1 {
  color: #fff;
}
#social-media .lower-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#social-media a.social-title:hover {
  text-decoration: none;
}
#social-media a.lower-social {
  color: #fff;
  font-size: 18px;
  position: relative;
}
#social-media a.lower-social:hover {
  color: #fff;
}
#social-media a.lower-social::after {
  font-family: FontAwesome;
  content: "\f099";
  position: absolute;
  font-size: 32px;
  color: #fff;
  top: -12px;
  right: -45px;
}
#social-media h1 {
  display: table;
  margin: 0 auto 40px;
  border-bottom: 3px solid #fff;
}

.tweet-holder {
  padding: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  background: url("img/twitter-bird-dark.png") center 20px/170px no-repeat;
}
section#social-media a {
  color: #fff;
}
section#social-media a:hover {
  color: #fff;
}
section#social-media a:focus {
  text-decoration: none;
}
.tweet-holder .image {
  background-position: center;
  background-size: cover;
  height: 200px;
  overflow: hidden;
  border: 2px solid #fff;
}
.tweet-col .time {
  padding: 5px 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
}
.tweet-col .time img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tweet-col .time span {
  font-size: 21px;
  font-weight: 700;
}
.tweet-col .tweet {
  padding: 10px 0;
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  min-height: 70px;
}
.tweet-col.center-tweet-col {
  background: url("img/twitter-bird.png") center 0/200px no-repeat;
  height: 240px;
}
#social-media a.PrettyLink.hashtag.customisable,
#social-media a.PrettyLink.profile.customisable.h-card {
  color: #00acec;
  text-decoration: none;
}
#social-media a.PrettyLink.hashtag.customisable:hover,
#social-media a.PrettyLink.profile.customisable.h-card:hover {
  text-decoration: underline;
}
/* ----- Social Media END -----*/

section#bottom-logos img {
  height: 70px;
  margin-bottom: 22px;
}
/********** CONTACT STYLES ********/

section#contact {
  color: #798dc1;
  border-top: 1px solid #fff;
  font-weight: 500;
}
.contact-wrap {
  background-color: #fff;
}
#contact_details {
}
#contact_details .pad_out {
  padding: 40px 0 20px;
}
#contact_details h1 {
  padding-left: 35px;
}
#contact_details p {
  padding-left: 35px;
}
#contact_details .contact-title {
  font-size: 18px;
  position: relative;
  margin-bottom: 5px;
}
#contact_details .contact-address {
  font-size: 13px;
}
#contact_details .contact-icon::before {
  content: "";
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
#contact_details .contact-title::before {
  background-image: url("img/home-icon.png");
}
#contact_details .contact-phone::before {
  background-image: url("img/phone-icon.png");
}
#contact_details .contact-email::before {
  background-image: url("img/mail-icon.png");
}
#contact_details .contact-name {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#contact_details .contact-phone {
  font-size: 19px;
  position: relative;
  margin-bottom: 20px;
}
#contact_details .contact-icon.contact-email {
  margin-bottom: 5px;
}
#contact_details .contact-email {
  font-size: 19px;
  position: relative;
}
#contact_details a {
  color: #798dc1;
}
.map-wrap {
  /*margin-bottom: -6px;*/
  padding-right: 0;
  padding-left: 0;
  display: none;
}
.inner-map a.circle-link {
  height: 400px;
  width: 100%;
  display: none;
  /*border-radius: 300px;
	height: 300px;
	width: 300px;
	margin: 50px auto 0;
	background-color: rgba(55, 103, 174, 0.5);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;*/
}
/*.inner-map a.circle-link:hover {
	background-color: rgba(55, 103, 174, 0.7);
}*/

/* ----- 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: #a1ce85;
  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;
}

/* ----- Common Styles -----*/

.top-buffer {
  padding-top: 40px;
}
.bottom-buffer {
  padding-bottom: 20px;
}
a.more-link {
  color: #79b852;
  text-transform: uppercase;
}
/* ----- Responsive Styles -----*/

@media (min-width: 360px) {
  .tweet-col .time,
  .tweet-col .tweet {
    font-size: 18px;
  }
  .tweet-col .time span {
    font-size: 23px;
  }
  #contact_details .contact-title {
    font-size: 19px;
  }
  #contact_details .contact-name {
    font-size: 13px;
  }
}
@media (min-width: 370px) {
  .main-text-border {
    padding: 20px;
  }
  #safeguarding .main-text-border {
    padding: 30px 20px 20px;
  }
  section#main-text.home-text h1 span {
    font-size: 18px;
  }
  #school-blog .block {
    padding: 30px 20px 30px;
  }
  #social-media a.lower-social {
    font-size: 22px;
  }
  #social-media a.lower-social::after {
    font-size: 36px;
    top: -12px;
    right: -50px;
  }
}
@media (min-width: 460px) {
  #quick-links p {
    font-size: 19px;
  }
}
@media (min-width: 470px) {
  section#main-text.home-text h1 span::after {
    content: "";
    background: url("img/stars.png") center/120px 69px no-repeat;
    position: absolute;
    top: -65px;
    right: -130px;
    width: 120px;
    height: 69px;
  }
  #school-blog h1 {
    font-size: 36px;
  }
  #contact_details .pad_out {
    padding: 40px 10px 20px;
  }
  #contact_details h1,
  #contact_details p {
    padding-left: 40px;
  }
  #contact_details .contact-title,
  #contact_details .contact-phone,
  #contact_details contact-icon.contact-email,
  #contact_details .contact-email {
    font-size: 21px;
  }
  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 15px;
  }
  #contact_details .contact-name {
    width: 430px;
    position: relative;
  }
  #contact_details .contact-name::before {
    content: "";
    background-image: url("img/contact-stars.png");
    background-size: 50px 138px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 0;
    top: -130px;
    right: 0;
    width: 50px;
    height: 138px;
  }
}
@media (min-width: 470px) and (max-width: 991px) {
  .virtual-tour::before {
    left: 35px;
    top: 20px;
  }
  .virtual-tour h2 {
    font-size: 30px;
  }
  #quick-links h2 {
    padding-left: 80px;
  }
  #quick-links p {
    font-size: 20px;
    margin: 25px auto 30px;
  }
  #quick-links h2::before {
    font-size: 42px;
    left: 15px;
  }
}
@media (min-width: 576px) {
  section#main-text.home-text h1 {
    font-size: 56px;
  }
  section#main-text.home-text h1 span {
    font-size: 22px;
  }
  #safeguarding .main-text-border {
    padding: 40px 30px 30px;
  }
  #safeguarding p {
    margin-bottom: 20px;
  }
  #school-blog .top-arrow-left,
  #events_section .top-arrow-left {
    margin-right: 20px;
  }
  #school-blog .top-arrow-right,
  #events_section .top-arrow-right {
    margin-left: 20px;
  }

  #school-blog .content-main .details {
    margin-bottom: 10px;
  }
  #social-media h1 {
    font-size: 36px;
  }
  .social-title h1 span {
    font-size: 21px;
  }
  .tweet-holder {
    width: 300px;
    margin: 0 auto 30px;
  }
  .tweet-col .tweet {
    min-height: 100px;
  }
  #contact_details h1 {
    font-size: 42px;
  }
  #contact_details h1,
  #contact_details p {
    padding-left: 60px;
  }
  #contact_details .contact-title,
  #contact_details .contact-phone,
  #contact_details contact-icon.contact-email,
  #contact_details .contact-email {
    font-size: 26px;
  }
  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 18px;
  }
  #contact_details .contact-icon::before {
    background-size: 40px;
    top: -2px;
    width: 40px;
    height: 40px;
  }
  #contact_details .contact-name::before {
    background-size: 60px 165px;
    top: -155px;
    right: -90px;
    width: 60px;
    height: 165px;
  }
  /* ----- Wrap and Push for Single Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -208px;
  }
  #push {
    height: 208px;
  }
}
@media (min-width: 768px) {
  #safeguarding h1,
  #quick-links h1,
  #bottom-blocks h1,
  #social-media h1 {
    font-size: 46px;
  }
  #quick-links .performance-link h2 {
    margin-top: -2px;
    margin-bottom: 10px;
  }
  .quick-links-column.newsletter-column {
    margin-bottom: 0;
  }
  #values p,
  #values a.more-link,
  #safeguarding p,
  #safeguarding a.more-link,
  #bottom-blocks a.more-link {
    font-size: 18px;
  }
  #contact_details .pad_out {
    padding: 40px 50px 20px;
  }
  #contact_details h1 {
    font-size: 44px;
  }
  section#bottom-logos img {
    height: 80px;
  }
  /* ----- Wrap and Push for Single Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -208px;
  }
  #push {
    height: 208px;
  }
}

@media (min-width: 992px) {
  section#welcome.home-welcome {
    display: block;
    top: -55px;
    margin-bottom: -55px;
    position: relative;
    /* z-index: -10; */
  }
  section#main-text.home-text h1 {
    margin-top: 30px;
    font-size: 66px;
  }
  section#main-text.home-text h1 span {
    font-size: 26px;
  }
  section#main-text.home-text h1 span::after {
    background: url("img/stars.png") center/140px 80px no-repeat;
    top: -76px;
    right: -150px;
    width: 140px;
    height: 80px;
  }
  section#main-text.home-text .main-text-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* section#main-text.home-text .main-text-col::before {
    content: "";
    background: url("img/home-img.jpg") center/310px no-repeat;
    position: absolute;
    width: 310px;
    height: 310px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -330px;
  } */
  .quick-links-column {
    margin-bottom: 20px;
  }
  .inner-ql {
    height: 109px;
  }
  #quick-links p {
    font-size: 16px;
  }
  #safeguarding .main-text-border {
    padding: 50px 30px 40px;
  }
  #values p,
  #values a.more-link,
  #safeguarding p,
  #safeguarding a.more-link {
    font-size: 21px;
  }
  #values p {
    width: 80%;
    margin: 0 auto 15px;
  }

  #school-blog h2 {
    font-size: 36px;
  }
  #school-blog .content-main .details {
    min-height: 178px;
    max-height: 178px;
  }
  #social-media h1 {
    width: 360px;
  }
  .tweet-holder {
    width: auto;
    margin: auto;
  }
  #social-media a.lower-social {
    font-size: 26px;
  }
  #social-media a.lower-social::after {
    font-size: 40px;
    top: -14px;
    right: -60px;
  }
  section#contact {
  }
  #contact_details {
    height: 400px;
  }
  #contact_details .pad_out {
    padding: 18px 10px 18px;
  }
  #contact_details h1,
  #contact_details p {
    padding-left: 50px;
  }
  #contact_details h1 {
    font-size: 46px;
  }
  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 13px;
  }
  #contact_details .contact-name {
    width: auto;
  }
  #contact_details .contact-title,
  #contact_details .contact-phone,
  #contact_details .contact-email {
    font-size: 19px;
  }
  #contact_details .contact-icon::before {
    background-size: 30px;
    top: 0;
    width: 30px;
    height: 30px;
  }
  #contact_details .contact-name::before {
    content: none;
  }
  .map-wrap {
    margin-bottom: 0;
    display: block;
    background-image: url("img/medium-map.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .inner-map a.circle-link {
    display: block;
  }
  .inner-map iframe {
    display: none;
  }
  .col-mdd-2 {
    width: 14.2857142857%;
  }
  section#bottom-logos img {
    height: 65px;
  }
  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: 992px) and (max-width: 1199px) {
  #quick-links h2 {
    font-size: 18px;
    padding-left: 45px;
  }
  #quick-links h2::before {
    font-size: 28px;
    left: 4px;
  }
  #quick-links .performance-link h2 {
    margin-top: 3px;
    margin-bottom: 12px;
  }
  #school-blog h1 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  section#main-text.home-text .main-text-col::before {
    background: url("img/home-img.jpg") center/370px no-repeat;
    width: 370px;
    height: 370px;
    left: -400px;
  }
  .inner-ql {
    height: 140px;
  }
  #quick-links h2 {
    font-size: 22px;
  }
  #quick-links .performance-link h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #school-blog h1 {
    font-size: 36px;
  }

  .tweet-col .time {
    font-size: 18px;
  }
  .tweet-holder .image {
    height: 200px;
  }
  #contact_details .pad_out {
    padding: 18px 10px 18px;
  }
  #contact_details h1 {
    font-size: 42px;
  }
  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 16px;
  }
  #contact_details .contact-title,
  #contact_details .contact-phone,
  #contact_details .contact-email {
    font-size: 16px;
  }
  #contact_details .contact-name::before {
    content: "";
    background-size: 50px 138px;
    top: -120px;
    right: 10px;
    width: 50px;
    height: 138px;
  }
  section#bottom-logos img {
    height: 75px;
  }
}
@media (min-width: 1300px) {
  section#main-text.home-text .main-text-col::before {
    background: url("img/home-img.jpg") center/400px no-repeat;
    width: 400px;
    height: 400px;
    left: -430px;
  }
  #school-blog .top-arrow-left {
    margin-right: 100px;
  }
  #school-blog .top-arrow-right {
    margin-left: 100px;
  }

  #school-blog h1 {
    display: table;
    margin: 0 auto 40px;
    border-bottom: 3px solid #f3d049;
  }
  section#school-blog .container {
    position: relative;
  }
  #school-blog .controls {
    display: block;
  }
  #school-blog .top-arrow-left,
  #school-blog .top-arrow-right {
    display: none;
  }
  span.left-panel,
  span.right-panel {
    display: block;
  }
  /* #contact_details .pad_out {
    padding: 18px 20px 18px;
  } */
  #contact_details .contact-name::before {
    right: -10px;
  }
}
@media (min-width: 1400px) {
  span.left-panel {
    left: -50px;
  }
  span.right-panel {
    right: -50px;
  }
  #contact_details .pad_out {
    padding: 18px 50px 18px;
  }
  #contact_details h1,
  #contact_details p {
    padding-left: 60px;
  }
  #contact_details .contact-icon::before {
    background-size: 25px;
    top: -3px;
    width: 25px;
    height: 25px;
  }
  #contact_details .contact-name {
    width: 390px;
  }
  #contact_details .contact-name::before {
    background-size: 60px 165px;
    top: -125px;
    right: -90px;
    width: 60px;
    height: 165px;
  }
}
@media (min-width: 1500px) {
  #contact_details .pad_out {
    padding: 18px 10% 18px;
  }
}
@media (min-width: 1700px) {
  #contact_details .pad_out {
    padding: 18px 20% 18px;
  }
}
