/******
Do a find and replace to change all colours / fonts
test
Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
    height: 100%;
	font-family: 'ABeeZee', sans-serif;
	color: #666;
	font-size: 18px;
}
/* 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 Two Column Sticky Footer -----*/
        margin: 0 auto -264px;
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #900;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	/*font-family: 'ABeeZee', sans-serif;*/
}
h2, h3 {
	color: #900;
	
}

/* ----- IF One Column Header -----*/
header {
	background: #fff;
	border-top: 1px solid #900;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #900;
	height: 100%;
	float: none;
	display: block;
	line-height: 26px;
}
.upper-head {
	font-size: 22px;
	margin-bottom: -20px;
	display: block;
	text-transform: uppercase;
}
.lower-head {
	font-size: 14px;
	margin: 0 auto;
	display: block;
	font-family: 'ABeeZee', sans-serif;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #900;
}
.navbar-brand > img {
	margin: 0 auto 10px;
	height: 110px;
	position: relative;
}

@media (min-width: 360px) {
	.lower-head {
	font-size: 15px;
	}
}
@media (min-width: 370px) {
	.upper-head {
    font-size: 24px;
	}
	.lower-head {
		font-size: 16px;
	}
}
@media (min-width: 470px) {
	.lower-head {
    font-size: 18px;
	}
}
@media (min-width: 640px) {
	.container > .navbar-header {
    padding-right: 30px;
	}
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	width: 100%;
	}
	.navbar-brand > img {
	padding-right: 20px;
	margin: 0;
	float: left;
	}
	.upper-head {
	margin-bottom: 0;
	}
	.lower-head {
	font-size: 17px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
	float: none;
	}
	.navbar-brand {
	line-height: 22px;
	}
	.upper-head {
    font-size: 24px;
	}
	.lower-head {
    font-size: 17px;
	}
}
@media (min-width: 1024px) {
	.navbar-brand {
	line-height: 24px;
	}
	.other-page .navbar-brand {
		line-height: 18px;
		}
	.other-page .navbar-brand > img {
		height: 80px;
	}
	.other-page .upper-head {
		font-size: 32px;
		margin-top: 14px;
		}
		.other-page .lower-head {
		font-size: 23px;
	}
	.other-page .lower-head::before, .other-page .lower-head::after {
		content: "";
		width: 8%;
	}
	.upper-head {
	font-size: 36px;
	margin-top: 16px;
	}
	.lower-head {
    font-size: 25px;
	}	
}
@media (min-width: 1280px) {
	.upper-head {
    font-size: 46px;
	margin-bottom: 4px;
	}
	.lower-head {
	font-size: 32px;
	}
	.other-page .upper-head {
		margin-bottom: 0;
	}
	.other-page .lower-head::before, .other-page .lower-head::after {
		content: "";
		width: 7%;
	}
}
/* ----- One Column Header END -----*/


section#main-text {
	background-color: #fff;
	line-height: 1.6;
}
section#main-text a {
    color: #d04603;
}
section#main-text.home-text {
	border-top: 3px solid #900;
}
section#main-text h1 {
	border-bottom: 3px solid #900;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
section#main-text.home-text h1 {
	overflow: hidden;
	font-size: 20px;
	display: block;
	text-align: center;
	border-bottom: none;
}
section#main-text.home-text h1 span {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 10px;
	border-bottom: none;
	display: block;
	line-height: 1.1em;
}
section#main-text.home-text #content h1 {
    display: none;
}
section#main-text.home-text h1 span:before,
section#main-text.home-text h1 span:after {
  background-color: #900;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  width: 15%;
}
section#main-text.home-text h1 span:before {
  right: 0.5em;
  margin-left: -50%;
}
section#main-text.home-text h1 span:after {
  left: 0.5em;
  margin-right: -50%;
}
section#main-text #content p, section#main-text #content p span, section#main-text #content li{
	font-size: 18px;
	color: #666;
	font-family: 'ABeeZee', sans-serif;
	line-height: 1.7em;
} 

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

section#quick-links {
	text-align: center;
}
#quick-links h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #747272;
	font-size: 42px;
	font-family: 'ABeeZee', sans-serif;
}
#quick-links h1 span {
	display: table;
	margin: 12px auto 80px;
	padding-top: 10px;
	color: #747272;
	font-size: 13px;
	border-top: 2px solid #900;
	text-transform: uppercase;
	font-family: 'ABeeZee', sans-serif;
}
.quick-links-column {
	margin-bottom: 130px;
	color: #fff;
}
.quick-links-column:last-child {
	margin-bottom: 60px;
}
#quick-links a.event {
	text-decoration: none;
}
#quick-links a.event:focus, #quick-links a.event:hover {
	text-decoration: none;
}
.event {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 290px;
	background-clip: border-box;
}
.event::before {
	content: "";
	position: absolute;
	top: -60px;
	pointer-events: none;
	left: 50%;
	z-index: 13;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.event.term-event::before {
	background: url('img/term-img.png') center no-repeat;
	background-size: 130px;
}
.event.term-event:hover::before {
	background-size: 160px;
}
.event.upcoming-event::before {
	background: url('img/events-img.png') center no-repeat;
	background-size: 130px;
}
.event.upcoming-event:hover::before {
	background-size: 160px;
}
.event.payment-event::before {
	background: url('img/parent-img.png') center no-repeat;
	background-size: 130px;
}
.event.payment-event:hover::before {
	background-size: 160px;
}
.event.calendar-event::before {
	background: url('img/calendar-img.png') center no-repeat;
	background-size: 130px;
}
.event.calendar-event:hover::before {
	background-size: 160px;
}
.event::after {
    position: absolute;
    z-index: 1;
	content: "";
	font-family: "Font Awesome 5 Pro";
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 70px;
	height: 70px;
	color: #fff;
	line-height: 1.8em;
	bottom: -70px;
	left: 50%;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 46px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.event.term-event::after {
	content: "\f073";
}
.event.upcoming-event::after {
	content: "\f1ea ";
}
.event.payment-event::after {
	content: "\f004";
}
.event.calendar-event::after {
	content: "\f073";
}
.event .content {
    color: #fff;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    transition: all .5s ease;
}
.event::after, .event .content {
	background: #900;
}
.event:hover::after, .event:hover  .content {
	background: #b90f0f;
}

#quick-links .content h2 {
    text-transform: uppercase;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
	font-weight: 700;
	font-size: 26px;
	border-bottom: 3px solid #fff;
}
#quick-links .content p {
	padding-top: 15px;
	line-height: 2em;
	font-size: 18px;
}
#quick-links .content p span {
	text-transform: uppercase;
	font-size: 20px;
}

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

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

section#bottom-blocks {
	background: #ade1e7;
	padding-top: 60px;
	position: relative;
}
#bottom-blocks h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 42px;
	text-align: center;
	font-family: 'ABeeZee', sans-serif;
}
#bottom-blocks h1 span {
	display: table;
	margin: 12px auto 30px;
	padding-top: 10px;
	color: #747272;
	font-size: 13px;
	border-top: 2px solid #fff;
	text-transform: uppercase;
	font-family: 'ABeeZee', sans-serif;
}

#bottom-blocks .block-item a.view-more-btn {
	color: #ade1e7;
	font-weight: 500;
	padding: 20px 10px;
	font-size: 18px;
	text-transform: uppercase;
}
#bottom-blocks .content {
	padding-left: 0;
	padding-right: 0;
}
#bottom-blocks .item {
	padding-left: 0;
	padding-right: 0;
}
#bottom-blocks .block {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#bottom-blocks .block img {
	background-clip: border-box;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#bottom-blocks .block-container{
    display: none;
}
#bottom-blocks .block-container.active{
    display: block;
}
#bottom-blocks .box h2 {
    display: none;
}
#bottom-blocks .content-main {
	padding-bottom: 20px;
}
#bottom-blocks .content-main .posted {
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	background: #900;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bottom-blocks .content-main h2 {
    margin: 0;
    font-size: 20px;
	color: #fff;
	background: #900;
	padding: 15px 10px;
}
#bottom-blocks .content-main .details {
	min-height: 303px;
	max-height: 303px;
	overflow: hidden;
	padding: 15px 10px 0 10px;
	margin-bottom: 15px;
}
#bottom-blocks .content-main .details p {
    font-size: 16px;
	color: #666;
	line-height: 1.6;
	font-family: 'ABeeZee', sans-serif !important;
}
#bottom-blocks .content-main .details p span {
    font-size: 16px !important;
	font-family: 'ABeeZee', sans-serif !important;
}
#bottom-blocks .content-main .details p span span {
    font-size: 16px !important;
	font-family: 'ABeeZee', sans-serif !important;
}
#bottom-blocks .content-main .details li {
    font-size: 16px;
	color: #666;
	font-family: 'ABeeZee', sans-serif !important;
}

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

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

#social-media-header {
	background: #fff;
	padding: 40px 15px 20px;
}
#social-media-header h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #ade1e7;
	font-size: 42px;
	text-align: center;
	font-family: 'ABeeZee', sans-serif;
}
#social-media-header h1 span {
	display: table;
	margin: 12px auto 0;
	padding-top: 10px;
	color: #900;
	font-size: 13px;
	border-top: 2px solid #900;
	text-transform: uppercase;
	font-family: 'ABeeZee', sans-serif;
}
section#social-media {
	
}
#social-media h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 68px;
	text-align: center;
	width: 420px;
	float: right;
	font-family: 'ABeeZee', sans-serif;
	display: none;
}
#social-media h1 span {
	display: table;
	margin: 12px auto 20px;
	padding-top: 10px;
	color: #fff;
	font-size: 26px;
	border-top: 2px solid #fff;
	text-transform: uppercase;
	font-family: 'ABeeZee', sans-serif;
}

#social-media a.social-head:hover, #social-media a.social-head:focus {
	text-decoration: none;
}

section#social-media a.social-title  {
	color: #fff;
}
a.social-title:hover {
	text-decoration: underline;
}
section#social-media a.social-title:focus {
    text-decoration: none;
}
.facebook-feed-container h2 {
	color: #900;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.facebook-feed-container h2 span {
	display: table;
	margin-top: 5px;
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
}
section#social-media .facebook-feed-container h2 span a.the {
	color: #0066cb;
}
.inner-facebook-feed {
	background: #fff;
	/*border: 1px solid #467140;*/
}
.face-col {
    overflow: hidden;
	padding: 0;
	
	/*border: 2px solid #f3c943;*/
}
.face-holder {
	height: 310px;
}
section#social-media a {
    color: #1da1f2;
}
/*section#social-media a:hover {
	text-decoration: underline !important;
}*/

.face-col .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.face-col .time {
	padding: 15px 10px 10px;
	line-height: 1.5em;
	font-size: 14px;
	color: #900;
	overflow: hidden;
}
.face-col .time img {
    height: 40px;
    width: 40px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.face-col .time span {
	font-weight: 700;
}
.face-col .face {
    padding: 0 10px 30px;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #000;
	overflow: hidden;
}
#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #1da1f2;
	text-decoration: none;
}

/* ----- Social Media END -----*/

/* ----- Contact Large -----*/

section#contact-large {
	background-color: #900;
	color: #fff;
	padding-top: 40px;
}
section#contact-large.other-page {
	margin-top: 0;
	display: none;
}
.contact-upper {
	font-size: 15px;
	margin-bottom: 20px;
}
#contact-large h1 {
	font-size: 17px;
	color: #fff;
	margin-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#contact-large h2 {
	color: #fff;
	font-size: 17px;
	margin-top: 0;
	text-transform: uppercase;
}
.contact-lower {
	font-size: 18px;
	padding-bottom: 20px;
	position: relative;
}
.contact-lower a {
	color: #fff;
}
.contact-lower a.face-link span.fa-facebook-f:before {
	font-family: "Font Awesome 5 Brands";
}
.contact-lower a.face-link:active, .contact-lower a.face-link:hover {
	text-decoration: none;
}
.contact-lower a.face-link:hover span.fa-facebook-f {
	color: #ade1e7;
}
.contact-lower span {
	display: table;
	margin-bottom: 8px;
}
.contact-lower span.fa-twitter {
	display: block;
	margin-bottom: 0;
	color: #fff;
	font-size: 22px;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.map-wrap a.circle-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 102, 204, 0.0);
	-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;
}
.map-wrap a.circle-link:hover {
	background-color: rgba(0, 102, 204, 0.1);
}

/* ----- Contact Large END -----*/

#bottom-logos .col-md-5ths {
	text-align: center;
}
section#bottom-logos {
	border-top: 3px solid #ade1e7;
}
#bottom-logos img {
	height: 80px;
	margin-bottom: 22px;
}
/*** 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: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.divi-triangles::before {
	top: -25px;
	z-index: 1;
	background: #900;
}
.divi-triangles::after {
	bottom: -25px;
	z-index: 9;
	background: #900;
}
#bottom-blocks.divi-triangles::before {
	background: #fff;
}
#bottom-blocks.divi-triangles::after {
	background: #ade1e7;
}
.contact-lower.divi-triangles::after {
	position: absolute;
	content: '';
	pointer-events: none;
	display: none;
}
.other-page .contact-lower.divi-triangles::after {
	display: none;
}
/*** END ***/

/* ----- Mobile Black Bar Styles -----*/
#mobile-login a {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	text-decoration: none;
}
#mobile-login .staff_login, #mobile-login .student_login {
	background: #333;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
#mobile-login .staff_login:hover, #mobile-login .student_login:hover {
	background: #1a1a1a;
}
#mobile-login .parent_login {
	background: #666;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
#mobile-login .parent_login:hover {
	background: #4d4d4d;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #900;
	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 .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
	padding-right: 10px;
}
.footer-right a:hover {
    color: #ffd600;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}
.footer-right small a:nth-last-child(3) {
    padding-right: 0;
}
.footer-right .wide-link {
    display: none;
}
.footer-right span.ofset {
    text-indent: -9999em;
    font-size: 0em;
}
.footer-right span.padlock {
    position: relative;
}
.footer-right span.padlock::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f023";
	font-size: 22px;
	position: absolute;
	left: 10px;
	font-weight: 700;
}


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

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/

@media(min-width:360px) {
	#quick-links h1 span, #bottom-blocks h1 span {
		font-size: 14px;
	}
	#bottom-blocks .content-main h2 {
		padding: 15px 15px;
	}
	#bottom-blocks .content-main .details {
		padding: 15px 15px;
	}
	#bottom-blocks .block-item a.view-more-btn {
		padding: 20px 15px;
	}
}
@media (min-width: 370px) {
	.face-col .time {
		font-size: 16px;
	}
	.face-col .time img {
		height: 44px;
		width: 44px;
	}
	.contact-lower span.fa-twitter {
	font-size: 24px;
	}
}
@media (min-width: 470px) {
	section#main-text.home-text h1 span {
		font-size: 36px;
	}
	section#main-text.home-text h1 {
		font-size: 31px;
	}
	.contact-lower {
		font-size: 17px;
	}
	.contact-lower span {
		display: inline-block;
		margin-bottom: 0;
	}
	.contact-lower span.contact-break::after {
		content: '|';
		color: #ade1e7;
		padding: 0 6px;
	}
	.contact-lower span.fa-twitter {
		font-size: 17px;
	}
}
@media (min-width: 470px) and (max-width:767px) {
	#bottom-blocks .block {
		width: 438px;
		margin: 0 auto 20px;
	}
	#bottom-blocks .content-main .details {
		font-size: 18px;
		padding: 20px 25px;
	}
	#bottom-blocks .block-item a.view-more-btn {
		padding: 20px 25px;
		font-size: 18px;
	}
	#bottom-blocks .content-main h3 {
		font-size: 24px;
	}
}
@media(min-width: 640px) {
	#quick-links h1, #bottom-blocks h1, #social-media-header h1 {
		font-size: 52px;
	}
	#quick-links h1 span {
		font-size: 18px;
		margin: 12px auto 100px;
	}
	#bottom-blocks h1 span {
		font-size: 18px;
		margin: 12px auto 40px;
	}
	#social-media-header h1 span {
		font-size: 18px;
		margin: 12px auto 10px;
	}
	.facebook-feed-container h2 {
		font-size: 30px;
	}
	.facebook-feed-container h2 span {
		font-size: 24px;
	}
	.face-holder {
		height: 270px;
	}
	#contact-large h1 {
		font-size: 26px;
	}
	#contact-large h2 {
		font-size: 21px;
	}
	.contact-lower {
		font-size: 20px;
	}
	.contact-lower span.fa-twitter {
		font-size: 21px;
	}
	.col-md-5ths {
		width: 33.33333333%;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media (min-width:640px) and (max-width:1023px) {
	.quick-links-column {
		margin-bottom: 150px;
	}
	.event {
		width: 390px;
	}
	.event::before {
		top: -70px;
		width: 140px;
		height: 140px;
	}
	.event.term-event::before {
		content: "";
		background: url('img/term-img.png') center no-repeat;
		background-size: 150px;
	}
	.event.term-event:hover::before {
		background-size: 180px;
	}
	.event.upcoming-event::before {
		content: "";
		background: url('img/events-img.png') center no-repeat;
		background-size: 150px;
	}
	.event.upcoming-event:hover::before {
		background-size: 180px;
	}
	.event.payment-event::before {
		content: "";
		background: url('img/parent-img.png') center no-repeat;
		background-size: 150px;
	}
	.event.payment-event:hover::before {
		background-size: 180px;
	}
	.event.calendar-event::before {
		content: "";
		background: url('img/calendar-img.png') center no-repeat;
		background-size: 150px;
	}
	.event.calendar-event:hover::before {
		background-size: 180px;
	}
	.event::after {
		width: 90px;
		height: 90px;
		line-height: 2.2em;
		bottom: -90px;
		font-size: 50px;
	}
	.event .content {
		padding-top: 70px;
		padding-bottom: 35px;
	}
	#quick-links .content h2 {
		padding: 22px 0;
		font-size: 34px;
	}
	#quick-links .content p {
		padding-top: 20px;
		font-size: 24px;
	}
	#quick-links .content p span {
		font-size: 26px;
	}
}
@media(min-width: 768px) {
	section#main-text.home-text h1 span {
		font-size: 38px;
	}
	section#main-text.home-text h1 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	section#quick-links h1, #bottom-blocks h1, #social-media-header h1 {
		font-size: 68px;
	}
	#quick-links h1 span, #bottom-blocks h1 span, #social-media-header h1 span {
		font-size: 26px;
	}
	#bottom-blocks .content-main .details {
		min-height: 143px;
		max-height: 143px;
	}
	.facebook-feed-container {
		width: 750px;
		margin: 0 auto;
		float: none;
	}
	.inner-facebook-feed {
		background: transparent;
		border: none;
	}
	.face-col {
		padding: 0 15px;
	}
	.face-holder {
		height: 224px;
		background: #fff;
		/*border: 1px solid #467140;*/
		padding-bottom: 30px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.contact-upper {
		font-size: 16px;
	}
	#contact-large h1 {
		font-size: 32px;
	}
	#contact-large h2 {
		font-size: 24px;
	}
	.contact-lower {
	font-size: 22px;
	}
	.contact-lower span.fa-twitter {
		font-size: 23px;
	}
	#mobile-login .staff_login {
		border-right: 1px solid #999;
	}
	#mobile-login .parent_login.center_login {
		border-right: 1px solid #999;
	}
	#mobile-login .parent_login {
		background: #333;
	}
	#mobile-login .parent_login:hover {
		background: #1a1a1a;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -204px;
    }
    #push {
    height: 204px;
    }
}

@media(min-width:1024px) {
	section#welcome.home-welcome {
		display: block;
		position: relative;
	}
	section#main-text {
		min-height: 685px;
	}
	section#main-text.home-text {
		min-height: auto;
		}
	section#main-text.home-text h1 span {
		font-size: 48px;
	}
	section#main-text.home-text h1 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.quick-links-column {
	margin-bottom: 60px;
	}
	.event {
	width: 212px;
	}
	.event::before {
		top: -50px;
		width: 100px;
		height: 100px;
	}
	.event.term-event::before {
		content: "";
		background: url('img/term-img.png') center no-repeat;
		background-size: 110px;
	}
	.event.term-event:hover::before {
		background-size: 150px;
	}
	.event.upcoming-event::before {
		content: "";
		background: url('img/events-img.png') center no-repeat;
		background-size: 110px;
	}
	.event.upcoming-event:hover::before {
		background-size: 140px;
	}
	.event.payment-event::before {
		content: "";
		background: url('img/parent-img.png') center no-repeat;
		background-size: 110px;
	}
	.event.payment-event:hover::before {
		background-size: 140px;
	}
	.event.calendar-event::before {
		content: "";
		background: url('img/calendar-img.png') center no-repeat;
		background-size: 110px;
	}
	.event.calendar-event:hover::before {
		background-size: 140px;
	}
	.event::after {	
		width: 60px;
		height: 60px;
		line-height: 2em;
		bottom: -60px;
		font-size: 36px;
	}
	.event .content {
		padding-top: 50px;
	}
	#quick-links .content h2 {
		font-size: 18px;
		border-bottom: 2px solid #fff;
	}
	#quick-links .content p {
		padding-top: 15px;
		line-height: 2em;
		font-size: 16px;
	}
	#quick-links .content p span {
		font-size: 14px;
	}
	#bottom-blocks h2 {
		font-size: 36px;
	}
	#bottom-blocks .content-main .details {
		min-height: 123px;
		max-height: 123px;
	}
	#social-media-header {
		display: none
	}
	section#social-media {
		background: url('img/social-white-bg.png') top right no-repeat, url('img/twitter-bg.jpg') 0 0/cover no-repeat;
	}
	#social-media h1 {
		display: block;
	}
	.wide-social-bg {
		padding: 50px 15px 20px;
		height: 591px;
	}
	.facebook-feed-container {
		padding-top: 50px;
		width: 81.66666667%;
		float: left;
		background: #fff;
	}
	.facebook-feed-container h2 {
		font-size: 26px;
		padding-left: 10px;
	}
	.facebook-feed-container h2 span {
		font-size: 21px;
	}
	.face-col .face-holder {
		margin-bottom: 10px;
	}
	.face-holder {
		height: 176px;
	}
	.face-col .time {
		padding: 5px 10px 5px;
		font-size: 15px;
	}
	.face-col .time img {
		height: 40px;
		width: 40px;
	}
	#contact-large h1 {
		font-size: 38px;
	}
	section#contact-large h2 {
		font-size: 32px;
	}
	.contact-upper {
	font-size: 18px;
	}
	.contact-lower {
	font-size: 26px;
	padding-bottom: 40px;
	}
	.contact-lower span.fa-twitter {
	font-size: 26px;
	}
	.contact-lower.divi-triangles::after {
		display: block;
	}
	section#contact-large.other-page {
		display: block;
	}
	section#contact-large.other-page .map-wrap {
		display: none;
	}
	section#main-text.home-text, section#bottom-logos {
		border-top: 5px solid #900;
	}
	.col-md-5ths {
		width: 20%;
	}
	#bottom-logos img {
		height: 90px;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile-login {
		display: none;
	}
	.footer-right {
    	margin-top: 0;
	}
	.footer-right .wide-link {
		display: inline-block;
	}
	.footer-right small a:nth-last-child(3) {
		padding-right: 10px;
	}
	.footer-right small a:nth-last-child(1) {
		padding-right: 0;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}
@media(min-width:1280px) {
	section#main-text {
		font-size: 18px;
	}
	section#main-text.home-text h1 {
		font-size: 52px;
	}
	.quick-links-column, .quick-links-column:last-child {
		margin-bottom: 70px;
	}
	.event {
		width: 262px;
	}
	.event::before {
		top: -60px;
		width: 120px;
		height: 120px;
	}
	.event.term-event::before {
		content: "";
		background: url('img/term-img.png') center no-repeat;
		background-size: 130px;
	}
	.event.term-event:hover::before {
		background-size: 160px;
	}
	.event.upcoming-event::before {
		content: "";
		background: url('img/events-img.png') center no-repeat;
		background-size: 130px;
	}
	.event.upcoming-event:hover::before {
		background-size: 160px;
	}
	.event.payment-event::before {
		content: "";
		background: url('img/parent-img.png') center no-repeat;
		background-size: 130px;
	}
	.event.payment-event:hover::before {
		background-size: 160px;
	}
	.event.calendar-event::before {
		content: "";
		background: url('img/calendar-img.png') center no-repeat;
		background-size: 130px;
	}
	.event.calendar-event:hover::before {
		background-size: 160px;
	}
	.event::after {
		width: 70px;
		height: 70px;
		line-height: 1.8em;
		bottom: -70px;
		font-size: 44px;
	}
	.event .content {
		padding-top: 60px;
	}
	#quick-links .content h2 {
		font-size: 23px;
		border-bottom: 3px solid #fff;
	}
	#quick-links .content p {
		font-size: 18px;
	}
	#quick-links .content p span {
		font-size: 18px;
	}
	#bottom-blocks h1 span {
		margin: 12px auto 50px;
	}
	#bottom-blocks .head-container {
		display: block;
	}
	#bottom-blocks .head-container .header-wrap {
		position: absolute;
		bottom: 20px;
		left: 15px;
		height: 130px;
	}
	#bottom-blocks .head-container h1 {
		width: auto;
		margin-bottom: 0;
	}
	#bottom-blocks .head-container h1::before {
		content: "";
		background: url('img/news-icon.png') 0 0/100px no-repeat;
		position: absolute;
		height: 100px;
		width: 100px;
		left: -20px;
		top: -100px;
		display: block;
	}
	#bottom-blocks .head-container h1 span {
		display: table;
		font-size: 60px;
	}
	#bottom-blocks .head-container h1 div {
		margin-left: 8px;
		width: 58px;
	}
	#bottom-blocks .h1-wrap {
		display: none;
	}
	.face-col .time {
		font-size: 16px;
	}
	.face-col .time img {
		height: 44px;
		width: 44px;
	}
	.contact-lower {
		font-size: 28px;
	}
	.contact-lower span.fa-twitter {
		font-size: 28px;
	}
}
@media(min-width:1700px) {
	section#social-media {
		background: url('img/medium-social-white-bg.png') top right no-repeat, url('img/wide-twitter-bg.jpg') 0 0/contain no-repeat;
	}
}
@media(min-width:2000px) {
	section#social-media {
		background: url('img/medium-social-white-bg.png') top right no-repeat, url('img/super-wide-twitter-bg.jpg') 0 0/contain no-repeat;
	}
}