  /*
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: 'Raleway', sans-serif;
	color: #333;
	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 Two Column Sticky Footer -----*/
	margin: 0 auto -264px;
	background-image: url('/themes/abbott/img/extra-bg_02.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #34bfb8;
	background-position: calc(50% + 0px) calc(100% - 264px);
  }
#wrap.home-wrap {
	background-image: none;
	background-color: transparent;
}

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


/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #ce3434;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
	line-height: normal;
	font-weight: 700;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #ce3434;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 90px;
	vertical-align: middle;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	font-size: 21px;
	}
	.navbar-brand > img {
	display: inline-block !important;
	padding-right: 20px;
	margin: 0;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
	font-size: 28px;
	}	
}
@media (min-width: 1024px) {
	header.home-header {
    background-color: rgba(255, 255, 255, 0.7);
	}
	.navbar-brand {
	font-size: 34px;
	}
}
@media(min-width:1280px) {
	.navbar-brand {
		font-size: 38px;
		}
}
/* ----- One Column Header END -----*/

#side_buttons{
	position: relative;
	/*z-index: 500;*/
	display: none;
}
#side_buttons .translate-btn{
	position: absolute;
	padding: 11px 12px;
	background: #c33;
	color: #fff;
	font-size: 28px;
	left: 0;
	cursor: pointer;
}
#side_buttons .search-btn{
	position: absolute;
	left: 0;
	top: 60px;
	padding: 11px 12px;
	background: #c3795d;
	color: #fff;
	font-size: 27px;
	cursor: pointer;
}
.home-welcome {
		
}
section#main-text {
	/*background-color: #fff;*/
	line-height: 1.6;
	padding-bottom: 50px;
}
section#main-text table a {
	word-break: break-all;
}
section#main-text a {
	color: #ff3c1a;
}
section#main-text.home-text {
	padding-bottom: 20px;
}
section#main-text.home-text h1 {
	font-weight: normal;
	font-size: 56px;
	position: relative;
	font-family: 'Pangolin', cursive;
}
section#main-text.home-text h1 span {
	font-size: 16px;
	display: table;
	border-top: 3px solid #c3795d;
	padding-top: 18px;
	font-weight: 700;
}
.main-text-border {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 10px;
	border: 2px solid #c33;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section#main-text.home-text .col-contact {
    margin-top: 20px;
}
section#main-text.home-text .col-contact.large{
	display: none;
}
section#main-text.home-text .col-contact.mobile{
	display: block;
}
section#main-text.home-text #content h1 {
    display: none;
}
/*section#main-text.home-text #content p {
	clear: both;
}*/
.col-contact {
	margin-top: 20px;
}
.contact-block {
	padding: 20px 20px 20px;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #c3795d;
	line-height: 1.4;
	position: relative;
}
.contact-block a {
    color: #ce3434 !important;
}
.contact-block h2 {
	font-size: 28px;
	margin-top: 10px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 3px solid #c3795d;
}
section#main-text .contact-block .contact-title {
	font-size: 23px;
	margin: 20px auto;
	font-weight: 700;
	color: #ce3434;
}
.contact-block .contact-address {
	margin-bottom: 0;
}
.contact-block .contact-name {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-block .contact-name.sen-contact{
	margin-bottom: 0;
}
.contact-block .contact-name span {
	display: table;
	margin: 0 auto;
}
.contact-block .contact-phone {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.contact-block .contact-mail {
	font-size: 14px;
	margin-bottom: 40px;
}


.col-icons  {
	background: #c33;
	padding: 10px;
	border: 3px solid #c3795d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 80%;
    margin: -50px auto 10px;
    z-index: 1;
    position: relative;
}
.col-icons a {
	color: #fff !important;
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.col-icons a:hover {
	color: #f5d6d6!important;
}
.col-icons .icon-ofset {
	text-indent: -9999em;
	font-size: 0em;
}
.col-icons .contact-icons {
	width: 50px;
	font-size: 24px;
}


.quick-ticker-wrap {
	background: #e4e4e4
}


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

section#quick-links {
	padding-top: 80px;
}
.quick-links-column {
	height: 240px;
	margin-bottom: 70px;
	color: #fff;
}
.quick-links-column:last-child {
	margin-bottom: 20px;
}
.inner-quick-links {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*overflow: hidden;*/
	position: relative;
	pointer-events: none;
	padding-top: 170px;
}
.inner-quick-links:hover img {-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.image-wrapper {
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #fff;
	width: 90%;
	height: 140px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.image-wrapper img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
.inner-quick-links .image-wrapper:hover img {
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
}
.inner-quick-links .img-btn {
	pointer-events: all;
}
.inner-quick-links .quick-btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	padding: 10px 12px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	pointer-events: all;
}
.inner-quick-links .quick-btn:focus, .inner-quick-links .quick-btn:hover {
	text-decoration: none;
}
.inner-quick-links .quick-btn::before {
	/*content: "\f0f3";*/
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	font-size: 52px;
	position: absolute;
	top: 105px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.inner-quick-links .quick-btn:hover .image-wrapper img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.inner-quick-links .img-btn:hover .image-wrapper img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.news-links {
	background-color: #ffa400;
}
.inner-quick-links .quick-btn.news-btn::before {
	content: "\f1d8";
}
.news-links.inner-quick-links .quick-btn.news-btn:hover.quick-btn::before {
	color: #ffc966;
}
/*.news-links.inner-quick-links .quick-btn:hover {
	background-color: #cc8500;
}*/
.after-school-links {
	background-color: #ff6246;
}
.inner-quick-links .quick-btn.school-btn::before {
	content: "\f0f3";
}
.after-school-links.inner-quick-links .quick-btn.school-btn:hover.quick-btn::before {
	color: #ffa899;
}
/*.after-school-links.inner-quick-links .quick-btn:hover {
	background-color: #ff3c1a;
}*/
.calendar-links {
	background-color: #1e90ff;
}
.inner-quick-links .quick-btn.calendar-btn::before {
	content: "\f028";
}
.calendar-links.inner-quick-links .quick-btn.calendar-btn:hover.quick-btn::before {
	color: #80bfff;
}
/*.calendar-links.inner-quick-links .quick-btn:hover {
	background-color: #0080ff;
}*/
.student-links {
	background-color: #9acd31;
}
.inner-quick-links .quick-btn.student-btn::before {
	content: "\f007";
}
.student-links.inner-quick-links .quick-btn.student-btn:hover.quick-btn::before {
	color: #c2e184;
}
/*.student-links.inner-quick-links .quick-btn:hover {
	background-color: #7ba428;
}*/
.parent-links {
	background-color: #c3795d;
}
.inner-quick-links .quick-btn.parent-btn::before {
	content: "\f0c0";
}
.parent-links.inner-quick-links .quick-btn.parent-btn:hover.quick-btn::before {
	color: #ddb2a2;
}

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


/* ----- Latest Ticker -----*/

#latest-ticker {
	height: 180px;
	/*background: #cecece;*/
	position: relative;
}
#latest-ticker marquee{
	position: absolute;
	background: #c33;
	color: #fff;
	font-size: 24px;
	bottom: 0;
	padding: 13px 0px;
}
.arrow-up {
    width: 100%;
    height: 120px;
    background-color: #c33;

	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	position: absolute;
	bottom: 50px;
}
.arrow-up::before {
	content: "";
	background: url('/themes/abbott/img/ticker-icon.png') no-repeat;
	background-size: 100px;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 25px;
	pointer-events: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.ticker-outer-wrap {
	width: 	100%;
	overflow: hidden;
	z-index: 9;
	position: absolute;
	bottom: 0;
}
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 3.2rem;
    background-color: #c33;
    padding-left: 100%;
	box-sizing: content-box;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 3.2rem;
    line-height: 3.2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
    color: #fff;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* ----- House Points Links -----*/

section#house_points {
	padding: 50px 0px 20px;
    background: #fff;
	text-align: center;
	position: relative;
}
section#house_points::after {
	content: "";
	background: #c3795d;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	height: 3px;
	width: 40%;
}
section#house_points h1 span {
	overflow: hidden;
	font-size: 36px;
	font-weight: 500;
	display: block;
	font-family: 'Pangolin', cursive;
}
section#house_points h1 span:before,
section#house_points h1 span:after {
  background-color: #c3795d;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}
section#house_points h1 span:before {
  right: 0.5em;
  margin-left: -50%;
}
section#house_points h1 span:after {
  left: 0.5em;
  margin-right: -50%;
}
#house_points .house-col {
	color: #ce3434;
	height: 260px;
	position: relative;
	/*padding-top: 146px;*/
	font-weight: 700;
	font-size: 22px;
	line-height: 1em;
	z-index: 1;
	width: 220px;
	margin: 0 auto 20px;
}
#house_points .house-col a {
	color: #ce3434;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#house_points .house-col a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}
#house_points .house-col::before a:hover {
	background: #f0f;
}
#house_points .house-col img {
	width: 160px;
	margin: 0 auto 5px;
	display: block;
	position: relative;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#house_points .house-col a:hover img {
	width: 180px;
    margin: -20px auto 5px;
}
#house_points .house-col .house-name {
	z-index: 9;;
	position: relative;
	display: block;
}

#house_points .house-name::before {
	content: "";
	background: #efefef center/120px no-repeat;
	color: #ce3434;
	height: 170px;
	width: 170px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -9;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#house_points .house-col a:hover .house-name::before {
	background: #c33;
	height: 190px;
	width: 190px;
	top: -110px;
}
/*#house_points .house-col a::after {
	content: "";
	background: url('/themes/abbott/img/barn-owl.png') center/150px no-repeat;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	z-index: -1;
}*/

#house_points .house-wrap {
    position: absolute;
	padding: 14px;
    color: #fff;
	background: #c3795d;
	top: 223px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 180px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c33;
	z-index: 9;
	font-size: 22px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#house_points .house-col a:hover .house-wrap {
	padding: 18px;
	width: 200px;
	background: #c33;
	font-size: 26px;
	border: 1px solid #c3795d;
	top: 226px;
}
/*#house_points .house-col.barn-col::after {
	background: url('/themes/abbott/img/barn-owl.png') center/150px no-repeat;
}
#house_points .house-col.little-col::after {
	background: url('/themes/abbott/img/little-owl.png') center/150px no-repeat;
}
#house_points .house-col.tawny-col::after {
	background: url('/themes/abbott/img/tawny-owl.png') center/150px no-repeat;
}
#house_points .house-col.eagle-col::after {
	background: url('/themes/abbott/img/eagle-owl.png') center/150px no-repeat;
}*/

/* ----- House Points END -----*/


/* ----- strapline -----*/
#strapline {
	padding: 20px 12px;
	background: #ffff;
	color: #ce3434;
	text-align: center;
	letter-spacing: 0.4px;
	font-size: 18px;
	width: 100%;
	z-index: 99;
	font-weight: 700;
}


/* ----- Extra Links -----*/

section#extra-links {
	background: url('/themes/abbott/img/extra-bg.jpg') bottom/cover no-repeat;
	position: relative;
	z-index: 1;
	border-top: 3px solid #d4ebf8;
}

/ Facebook STYLES ***/

.face-col.signpost-column {
	color: #000;
	background: url('/themes/abbott/img/signpost.png') center 0/300px no-repeat;
	height: 476px;
	padding-top: 64px;
}
.signpost-column a.signpost-link {
	color: #fff;
}
.signpost-column a.signpost-link:focus {
	text-decoration: none !important;
}
.signpost-column a h2 {
	text-align: center;
	font-size: 28px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	height: 38px;
	padding: 12px 0 12px 10px;
	display: table;
	margin: 0 auto 18px;
}
.signpost-column a.signpost-link.twitter h2 {
	padding: 12px 0 12px 0px;
	margin-bottom: 33px;
}
/*.signpost-column a h2::after {
	font-family: "Font Awesome 5 Brands";
	font-size: 32px;
	position: absolute;
	top: 4px;
}*/
.signpost-column a.signpost-link.twitter h2::after {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	color: #fff;
	font-size: 32px;
	position: absolute;
	top: 10px;
	right: -44px;
}
.face-holder {
	padding: 10px;
	width: 270px;
	height: 158px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.face-col .face-time {
    padding: 0px 0 1px 30px;
	font-size: 13px;
	color: #999;
	position: relative;
}
.face-col .face-time a {
	font-weight: 700;
    color: #000 !important;
}
.face-col .face-time::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f39e";
	color: #4064ac;
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: -3px;
}
.face-col a.text-link {
    color: #999 !important;
}
.face-col .text {
    padding: 5px 0 0;
    position: relative;
    line-height: 1.4em;
    font-size: 14px;
	min-height: 86px;
	max-height: 86px;
	overflow: hidden;
}
.face-col a.read-more {
	color: #ce3434;
	display: block;
	text-align: right;
	font-weight: 500;
}

/* ----- facebook END -----*/
/* ----- Extra Links END -----*/


section#bottom-logos {
	border-top: 5px solid #c33;
}
section#bottom-logos img {
	height: 45px;
	margin-bottom: 22px;
}

/* ----- 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 .student_login {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}
#mobile_black_bar .student_login {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	cursor: pointer;
}
#mobile_black_bar .student_login:hover {
	text-decoration: underline;
}


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

footer {
	padding: 20px;
	background-color: #c33;
	color: #fff;
	text-align: center;
	position: relative;
}
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;
}
.footer-right a:hover {
    color: #fff;
}
.footer-right a {
    padding-right: 10px;
}
.footer-right small a:nth-last-child(3) {
    padding-right: 0;
}
.footer-right .mobile-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;
	top: -9px;
	left: 10px;
	font-weight: 700;
}

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

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

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

@media (min-width: 360px) {
	section#main-text.home-text h1 span {
		padding-right: 5%;
	}
	.contact-block .contact-mail {
		font-size: 16px;
	}
}
@media (min-width: 370px) {
	.main-text-border {
		padding: 20px;
	}
}	
@media (min-width: 380px) {
	section#main-text.home-text h1 {
		font-size: 62px;
	}
	section#main-text.home-text h1 span {
		font-size: 18px;
	}
	.contact-block .contact-mail {
		font-size: 18px;
	}
}

@media (min-width: 470px) {
	section#main-text.home-text h1 {
		font-size: 74px;
	}
	section#main-text.home-text h1 span {
		font-size: 21px;
	}
	.inner-quick-links .text-row {
		font-size: 36px;
		width: 224px;
	}
	.inner-education .lower-text {
		width: 300px;
	}
	.arrow-up {
		bottom: 60px;
	}
	.ticker-wrap {
		height: 3.8rem;
	}
	.ticker-wrap .ticker {
		height: 3.8rem;
		line-height: 3.8rem;
	}
	.ticker-wrap .ticker__item {
		padding: 0 1.6rem;
		font-size: 1.6rem;
	}
	section#house_points h1 span {
		font-size: 46px;
	}
	section#house_points h1 span::before, section#house_points h1 span::after {
		width: 25%;
	}
	#strapline {
		font-size: 28px;
	}
	section#bottom-logos img {
		height: 70px;
	}

}
@media(min-width:470px) and (max-width:1023px){
	.contact-block {
	font-size: 21px;
	padding: 20px 30px 20px;
	}
	section#main-text .contact-block h2 {
    font-size: 42px;
	}
	section#main-text .contact-block .contact-title {
		font-size: 32px;
	}
	.contact-block .contact-phone {
    font-size: 34px;
	}
	.contact-block .contact-mail {
	font-size: 21px;
	margin-bottom: 60px;
	}


	section#quick-links {
		padding-top: 100px;
	}
	.quick-links-column {
		height: 300px;
		margin-bottom: 110px;
	}
	.inner-quick-links {
		width: 440px;
		margin: 0 auto;
		padding-top: 215px;
	}
	.image-wrapper {
		height: 180px;
		top: -70px;
	}
	.inner-quick-links .quick-btn {
		font-size: 30px;
	}
	.inner-quick-links .quick-btn::before {
		font-size: 72px;
		top: 120px;
	}
}
@media (min-width:576px) and (max-width:1023px) {
	.contact-block {
		width: 546px;
		margin: 0 auto;
	}
	.col-icons {
		padding: 15px;
		margin: -35px auto 10px;
	}
	.col-icons .contact-icons {
		width: 90px;
		font-size: 34px;
	}
	#house_points .house-col {
		height: 300px;
		margin-bottom: 30px;
		font-size: 26px;
	}
	#house_points .house-col a:hover {
		text-decoration: none;
		color: #fff;
		font-size: 30px;
	}
	#house_points .house-col img {
		width: 200px;
		margin: 0 auto 5px;
	}
	#house_points .house-col a:hover img {
		width: 220px;
		margin: -20px auto 5px;
	}
	#house_points .house-name::before {
		height: 200px;
		width: 200px;
		top: -110px;
	}
	#house_points .house-col a:hover .house-name::before {
		height: 230px;
		width: 230px;
		top: -130px;
	}
	#house_points .house-wrap {
		padding: 18px;
		top: 283px;
		width: 200px;
		font-size: 22px;
	}
	#house_points .house-col a:hover .house-wrap {
		padding: 20px;
		top: 286px;
		width: 230px;
		font-size: 30px;
	}


	.face-col.signpost-column {
		background: url('/themes/abbott/img/signpost.png') center 0/410px no-repeat;
		height: 652px;
		padding-top: 85px;
	}
	.signpost-column a h2 {
		font-size: 36px;
		height: 70px;
		padding: 19px 0 19px 10px;
		margin: 0px auto 24px;
	}
	.signpost-column a.signpost-link.twitter h2 {
		padding: 19px 0 19px 0px;
		margin-bottom: 45px;
	}
	.signpost-column a.signpost-link.twitter h2::after {
		font-size: 38px;
		top: 17px;
		right: -54px;
	}
	.face-holder {
		padding: 14px;
		width: 370px;
		height: 214px;
		margin: 0 auto;
	}
	.face-col .face-time {
		padding: 2px 0 1px 38px;
		font-size: 18px;
	}
	.face-col .face-time::before {
		font-size: 40px;
		left: 0px;
		top: -1px;
	}
	.face-col .text {
		padding: 6px 0;
		font-size: 18px;
		min-height: 110px;
		max-height: 110px;
	}
	.face-col a.read-more {
		font-size: 18px;
	}
}

@media(min-width: 576px) {
	/*#wrap {
	margin: 0 auto -249px;
	background-position: calc(50% + 0px) calc(100% - 248px);
    }
    #push {
    height: 249px;
    }*/
}
@media(min-width: 640px) {
	section#main-text.home-text #content h1.home-header {
		font-size: 36px;
	}
	#education h1 {
		font-size: 28px;
		width: 430px;
	}
	#education h1::after {
		content: "";
		background: url('/themes/abbott/img/education-icon.png') 0 0/70px no-repeat;
		position: absolute;
		pointer-events: none;
		z-index: 0;
		top: -30px;
		right: 10px;
		width: 70px;
		height: 70px;
	}
	#strapline {
		padding: 22px 12px;
		font-size: 34px;
	}
}
@media(min-width: 768px) {
	.home-welcome {
		position: relative;
		overflow: hidden;
	}
	section#main-text.home-text h1 {
		font-size: 96px;
		margin-bottom: 30px;
	}
	section#main-text.home-text h1 span {
		font-size: 28px;
	}
	
	#strapline {
		padding: 24px 12px;
		font-size: 38px;
	}
	section#house_points h1 span {
		font-size: 66px;
	}
	section#bottom-logos img {
		height: 80px;
	}
	#wrap {
		margin: 0 auto -210px;
		background-position: calc(50% + 0px) calc(100% - 209px);
		}
		#push {
		height: 210px;
		}
}
@media (min-width: 768px) and (max-width:1023px) {
	/*#contact h1 {
		font-size: 41px;
		margin-bottom: 20px;
	}
	#contact h2 {
		font-size: 27px;
	}
	.contact-address, .contact-mail, .contact-resources {
		font-size: 21px;
	}*/
	.col-icons {
		width: 60%;
	}
}
@media(min-width:1024px) {
	#side_buttons{
		display: block;
	}
	/*.md\:col-push-6 {
		left: 100%;
		position: relative;
		padding-left: 15px;
	}
	.md\:col-pull-6 {
		right: 100%;
		position: relative;
		padding-right: 15px;
	}*/
	section#welcome.home-welcome {
		display: block;
		top: -188px;
		margin-bottom: -188px;
		position: relative;
		z-index: -10;
		}
	/*.col-home-image {
		display: block;
	}*/
	section#main-text {
		font-size: 18px;
	}
	#main-text.home-text .main-text-block {
		margin-bottom: 0;
	}
	section#main-text.home-text img.combined-logos {
		display: block;
	}
	section#main-text.home-text #content h1.home-header {
		width: 490px;
		float: left;
		font-size: 30px;
	}
	section#main-text.home-text .col-contact {
		margin-top: 0;
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		width: 33%;
	}
	section#main-text.home-text .col-contact.large{
		display: block;
	}
	section#main-text.home-text .col-contact.mobile{
		display: none;
	}
	.contact-block .contact-mail {
		font-size: 16px;
	}
	section#quick-links {
		padding-top: 80px;
	}
	.mdd-row-span-3 {
		grid-row: 1 / 3;
	}
	#strapline {
		padding: 28px 12px;
		font-size: 42px;
	}
	section#house_points h1 span {
		font-size: 76px;
	}
	section#house_points h1 span::before, section#house_points h1 span::after {
		width: 30%;
	}
	
	section#bottom-logos {
		border-top: 10px solid #c33;
	}
	.col-md-8th{
		width: 12.5%;
		}
	.col-mdd-9 {
		width: 11.1111111111%;
		/*float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;*/
	}
	.col-md-11th{
	width: 7.5%;
	}
	section#bottom-logos img {
		height: 60px;
	}
	.footer-right {
    	margin-top: 0;
	}
	.footer-right .mobile-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;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
		/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
		margin: 0 auto -64px;
		background-position: calc(50% + 0px) calc(100% - 63px);
		}
		#push {
		height: 64px;
		}
}
@media (min-width: 1024px) and (max-width:1279px) {
	.quick-ticker-wrap {
		background: #e4e4e4 url('img/star.png') -60px -49px/440px no-repeat;
	}
	.quick-links-column {
		height: 182px;
		margin-bottom: 20px;
	}
	.inner-quick-links {
		padding-top: 120px;
	}
	.image-wrapper {
		height: 98px;
	}
	.inner-quick-links .quick-btn {
		font-size: 18px;
	}
	.inner-quick-links .quick-btn.school-btn, .inner-quick-links .quick-btn.calendar-btn {
		font-size: 13px;
		margin-top: 3px;
		margin-bottom: 20px;
	}
	.inner-quick-links .quick-btn::before {
		font-size: 42px;
		top: 64px;
	}
}
@media(min-width:1280px) {
	section#main-text {
		font-size: 18px;
		line-height: 1.8;
	}
	section#main-text.home-text #content h1.home-header {
		width: 620px;
		font-size: 36px;
	}
	.contact-block {
		font-size: 21px;
		padding: 20px 30px 20px;
	}
	section#main-text .contact-block h2 {
		font-size: 36px;
	}
	section#main-text .contact-block .contact-title {
		font-size: 30px;
	}
	.contact-block .contact-phone {
		font-size: 34px;
	}
	.contact-block .contact-mail {
		font-size: 21px;
		margin-bottom: 60px;
	}
	.col-icons {
		padding: 12px;
	}
	.col-icons .contact-icons {
		width: 70px;
		font-size: 30px;
	}

	.quick-ticker-wrap {
		background: #e4e4e4 url('img/star.png') -70px -90px/540px no-repeat;
	}
	section#quick-links {
		padding-top: 100px;
	}	
	.quick-links-column {
		height: 220px;
		margin-bottom: 20px;
	}
	.inner-quick-links {
		padding-top: 150px;
	}
	.image-wrapper {
		height: 124px;
	}
	.inner-quick-links .quick-btn.school-btn, .inner-quick-links .quick-btn.calendar-btn {
		font-size: 18px;
		margin-top: 3px;
		margin-bottom: 18px;
	}
	.inner-quick-links .quick-btn::before {
		font-size: 48px;
		top: 90px;
	}
	#latest-ticker {
	height: 200px;
	}
	.arrow-up {
		height: 140px;
	}
	.arrow-up::before {
		content: "";
		background: url('/themes/abbott/img/ticker-icon.png') no-repeat;
		background-size: 110px;
		position: absolute;
		width: 110px;
		height: 110px;
		top: 40px;
	}
	#strapline {
		padding: 32px 12px;
		font-size: 52px;
	}
	section#house_points {
		padding: 60px 0px 50px;
	}
	section#house_points h1 span {
		font-size: 96px;
	}
	section#house_points h1 span::before, section#house_points h1 span::after {
		width: 35%;
	}
	#house_points .house-col {
		height: 300px;
		margin-bottom: 30px;
		font-size: 26px;
	}
	#house_points .house-col a:hover {
		text-decoration: none;
		color: #fff;
		font-size: 30px;
	}
	#house_points .house-col img {
		width: 200px;
		margin: 0 auto 5px;
	}
	#house_points .house-col a:hover img {
		width: 220px;
		margin: -20px auto 5px;
	}
	#house_points .house-name::before {
		height: 200px;
		width: 200px;
		top: -110px;
	}
	#house_points .house-col a:hover .house-name::before {
		height: 230px;
		width: 230px;
		top: -130px;
	}
	#house_points .house-wrap {
		padding: 18px;
		top: 283px;
		width: 200px;
		font-size: 22px;
	}
	#house_points .house-col a:hover .house-wrap {
		padding: 20px;
		top: 286px;
		width: 230px;
		font-size: 30px;
	}
	
	section#extra-links {
		padding-top: 9%;
	}
	.face-col.signpost-column {
		background: url('/themes/abbott/img/signpost.png') center 0/410px no-repeat;
		height: 652px;
		padding-top: 85px;
	}
	.signpost-column a h2 {
		font-size: 36px;
		height: 70px;
		padding: 19px 0 19px 10px;
		margin: 0px auto 24px;
	}
	.signpost-column a.signpost-link.twitter h2 {
		padding: 19px 0 19px 0px;
		margin-bottom: 45px;
	}
	.signpost-column a.signpost-link.twitter h2::after {
		font-size: 38px;
		top: 17px;
		right: -54px;
	}
	.face-holder {
		padding: 14px;
		width: 370px;
		height: 214px;
		margin: 0 auto;
	}
	.face-col .face-time {
		padding: 2px 0 1px 38px;
		font-size: 18px;
	}
	.face-col .face-time::before {
		font-size: 40px;
		left: 0px;
		top: -1px;
	}
	.face-col .text {
		padding: 6px 0;
		font-size: 18px;
		min-height: 110px;
		max-height: 110px;
	}
	.face-col a.read-more {
		font-size: 18px;
	}
	section#bottom-logos img {
		height: 80px;
		margin-bottom: 30px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap.other-page {
		margin: 0 auto -346px;
		}
		#push.other-page {
		height: 346px;
		}
}
@media(min-width:1500px) {
	section#main-text.home-text img.combined-logos {
		margin: 10px 275px 20px -50px;
	}
	section#main-text.home-text {
		background-size: 200px;
		padding-bottom: 100px;
	}
	.quick-ticker-wrap {
		background: #e4e4e4 url('img/star.png') -75px -100px/560px no-repeat;
	}
}
@media(min-width:1700px) {
	
}
@media(min-width:1800px) {
	.quick-ticker-wrap {
		background: #e4e4e4 url('img/star.png') -78px -110px/580px no-repeat;
	}
}
@media(min-width:2200px) {
	
}