/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 480px){
.gallery-title button, .gallery-title a {
	width: 100px !important;
	margin: 5px 30px 0 0;
}
.lg-quote-i {
	font-size: 1.1em;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
.lg-quote-i {
	font-size: 1.25em;
}
.quote-bar-quote {
	padding-left: 15px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.logo {
	height: 100%;
	margin: 15px 0;
}
.logo-header {
	background-image: url("/images/header-leaf.svg");
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: 100% 50%;
	border: none;
}
.top-bar {
	height: 30px;
}
.top-bar-btn, .top-bar-btn-social {
	position: relative;
	display: table;
	padding-top: 4px;
}
.top-bar-btn:before, .top-bar-btn:after, .top-bar-btn-social:before, .top-bar-btn-social:after {
	content: "";
	position: absolute;
	background-image: url("/images/top-bar-divider.svg");
	background-repeat: no-repeat;
	display: table;
	height: 30px;
	width: 10px;
}
.top-bar-btn:before, .top-bar-btn-social:before {
	left: 0px;
	top: 0px;
	height: 30px;
	width: 20px;
}
.top-bar-facebook, .top-bar-twitter, .top-bar-instagram, .top-bar-divider {
	position: absolute;
}
.top-bar-divider {
	height: 30px;
	width: 10px;
	display: table;
}
.top-bar-btn:after{
	display: table;
 	right: -35px;
 	top: 0px;
}
.top-bar-btn-social:after{
	display: table;
 	right: -100px;
 	top: 0px;
}
.parents-area {
	display: table;
	background-image: url("/images/parents-icon.svg");
	background-repeat: no-repeat;
	padding-left: 55px;
	background-size: 15px;
	background-position: 25px 5px;
}
.telephone-number {
	background-image: url("/images/telephone-icon.svg");
	top: -26px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 25px;
}
.top-bar-divider {
	top: 0px;
	right: -23px;
}
.top-bar-facebook {
	height: 17px;
	top: 0px;
	right: -43px;
	margin: 6px 6px 0px 0px;
}
.top-bar-twitter, .top-bar-instagram {
	height: 15px;
	top: 0px;
	right: -65px;
	margin: 7px 0px 0px 10px;
}
.top-bar-instagram {
	right: -86px;
}
.navicon {
	right: 100px;
	top: 45px;
}
.navicon-circle {
	border: 4px solid white;
}
.badge-quote img {
	margin-left: 0;
}

.news-snippet {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: none;
}
.events-feed {
	margin-bottom: 20px;
}
.quote-bar-quote h3 {
	padding-top: 0px;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
.quote-bar-quote p {
	padding-bottom: 0px;
}
.quote-bar-quote, .quote-bar img {
	height: 174px;
}
.tree {
	padding-top: 20px;
}
.sitemap {
	text-align: right;
}
footer li {
	/*display: inline-block;*/
}
footer li:before {
	/*display: inline-block;
	content: "Ã¢â‚¬Â¢";
	padding-right: 5px;
	padding-left: 5px;*/
}
footer li:first-child:before {
	display: none;
}
.pagination {
	border-top: 2px dotted rgb(204,204,204);
	padding-top: 10px;
}
.parents-area-block{
	width: 33%;
}

.prospectus-cta .request-prospectus {
	display: flex;
}

.prospectus-cta .request-prospectus .prospectus-image {
	padding-right: 1em;
}
.gallery-title button, .gallery-title a {
	width: 160px !important;
	margin: 10px 30px 0 0;
}
/*END*/ }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
.lg-quote-i {
	font-size: 1.2em;
}
.parents-area-menu {
	display: none;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.navicon {
	display: none !important;
}
.nav-main {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
nav ul .sub {
	position: absolute;
	left: 0;
	margin-top: 0px;
}
nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
nav ul li {
	float: left;
    margin: 0;
    padding: 0;
}
nav ul li a {
    padding: 15px;
    margin-top: 0px;
}
nav ul li:hover > .sub li {
    /*padding: 15px;*/
    float: left;
}
nav ul li:hover > .sub a {
	padding: 10px;
	margin-top: 0px;
}
nav ul li:hover > .sub a:last-child {
	margin-bottom: 0px;
}
.sub ul {
	padding: 5px 0;
}
.logo {
	margin: 20px 0;
}
.logo-header {
	background-image: url("/images/header-leaves.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 100% 50%;
	border: none;
}
hr {
	margin: 30px 0px;
}
.events-feed {
	margin-bottom: 25px;
}
.quote-bar-quote h3 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
.quote-bar-quote, .quote-bar img {
	height: 146px;
}
.tree {
	padding-top: 20px;
}
.parents-area-block{
	width: 20%;
}
.parents-area-wrap{ display: initial; }

.prospectus-cta .request-prospectus .prospectus-image {
	display: block;
}
.gallery-filter-button, .back-to-all {
	margin-top: 25px;
}
/*END*/ }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){

nav ul li a {
    padding: 15px 30px;
}
nav ul li:hover > .sub li {
    padding: 0 15px;
}
.logo {
	margin: 30px 0;
}
h1 {
	margin-bottom: 16px;
	font-size: 3em;
}
h2 {
	margin-top: 0;
	font-size: 1.6em;
	line-height: 1.2em;
}
.events-feed {
	margin-bottom: 30px;
}
.quote-bar-quote, .quote-bar img {
	height: 182px;
}
.quote-bar-quote h3 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
}
.tree {
	padding-top: 30px;
}


.parents-area-block{
	width: 20%;
}
.parents-area-wrap{ display: initial; }
/*END*/ }

@media (min-width: 1200px){
	.lg-quote-i {
		font-size: 1.4em;
	}
}

@media (max-width: 430px) {
  .bottom-banner {
    height: 5.5em;
    margin: 0.5em 0 0 0;
  }
  .bottom-banner .bottom-banner-container {
    flex-direction: column;
  }
  .banner-close-container button {
  	display: inline-block;
  }
  .bottom-banner .bottom-banner-container .banner-text-container p {
    margin-bottom: .25em;
    padding-bottom: 0;
  }
  p img{
      max-width:100%;
      height:auto;
      width:100%;
  }
}