/*
Theme Name: Berkhampstead
*/
html, body, div, img, table, tr, td, span, h1, h2, h3, p, a, figure {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100% !important;
  color: #444;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  padding-top: 180px;

}
a.small-logo {
  width: 838px;
  height: 45px;
  /*display: block;*/
  background-repeat: no-repeat;
  background-size: 25%;
  background-image: url(assets/images/shrinklogo.png);
  position: absolute;
  left: 4%;
  top: 20px;
}
a.small-logo-nursery {
  width: 838px;
  height: 45px;
  /*display: block;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/images/nursery-logo-header.png);
  position: absolute;
  left: 4%;
  top: 20px;
}

 
body.htb--main div.logo-bg {
  display: none;
}
body.htb--main div.small-logo {
  display: block !important;
}
/* disable body scroll when mobile menu is open */
.disable-scroll {
  overflow-y: hidden;
}
img {
  display: block;
  border: none;
}
a {
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #13255E;
}
a:hover {
  color: #508A90;
}
/* global table styles */
table {
  width: 100%;
  background: #f2f2f2;
  border-collapse: collapse;
  text-align: left;
}
th {
  background-color: #13255F;
  color: #FFF;
  padding: 1em;
  border: 1px solid #FFF;
  font-size: 0.9em 0.85;
  font-weight: normal;
}
th::first-letter {
  text-transform: uppercase;
}
td {
  padding: 0.75em;
  border: 1px solid #FFF;
  font-size: 0.85em;
}
ol {}
ol li {
  font-size: 0.85em;
  margin-bottom: 1.35em;
  line-height: 1.5em;
}
/* calendar */
table.calendar {
  background-color: #FFF;
}
table.calendar td {
  padding: 0.75em;
  border: 1px solid #f2f2f2;
  font-size: 0.85em;
}
/* global quote styles */
blockquote p {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.5em;
}
blockquote span {
  display: block;
  position: relative;
  padding: 0 2em;
  margin: 0;
}
cite {
  margin-left: 2em;
  font-style: normal;
}
blockquote span::before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  color: #13255F;
  top: 0;
  left: 0;
}
blockquote span::after {
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  color: #13255F;
  bottom: 0;
  right: 0;
}
/* global list styles */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
* {
  outline: none;
}
/* structure */
div.inner {
  width: 1000px;
  margin: auto;
}
div.content-wrapper {
  width: 98%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
div.left-column {
  width: 22%;
  float: left;
  margin-top: 10px;
}
div.right-column {
  width: 74%;
  float: right;
  margin-top: 10px;
}
div.nav-card {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}
div.nav-card h3 {
  background-color: #13255F;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 5px;
}
div.right-card {
  background-color: #FFF;
  padding: 0em 2em;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.right-column.search-results {
  width: 100%;
  float: none;
}
div.left-column45 {
  width: 48.5%;
  float: left;
  overflow: hidden;
}
div.right-column45 {
  width: 48.5%;
  float: right;
  overflow: hidden;
}
div.right-card ul li {
  /* list-style: disc; */
  font-size: 0.85em;
  padding-bottom: 0.5em;
}
.pull-right {
  float: right;
  margin-left: 2em;
}
.pull-left {
  float: left;
  margin-right: 2em;
}
div.clearfloat {
  width: 100%;
  height: auto;
  overflow: hidden;
}
hr.default-rule {
  border: 0;
  height: 0;
  border-bottom: 2px dashed #EEE;
  margin: 2em 0;
}
/* home page header */
header.main-header {
  width: 100%;
  background-color: #13255F;
  height: 85px;
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 5px solid #AE1B29;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
div.header-inner {
  position: relative;
  height: 100%;
}
/* shrink home page header */
.shrink {
  height: 85px !important;
}
/* big logo */
div.logo-bg {
  padding: 2.5em 2em;
  background-color: #0B1639;
  overflow: hidden;
  position: absolute;
  left: 20px;
  z-index: 201;
  transition: all 0.2s ease,
}
a.logo {
  width: 244px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-size: 244px 120px;
  background-image: url(../img/badgelogo.png);
  color: #FFF;
}
div.header-links {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}
/ /* hide home page logo on shrink */
.shrink div.logo-bg, .shrink a.logo {
  display: none;
  height: 0;
  opacity: 0;
}
/* main nav */
nav.main-nav {
  with: 1000px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 50px;
}
nav.main-nav > ul {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 0.5em;
}
nav.main-nav > ul > li {
  display: inline-block;
  float: left;
}
nav.main-nav > ul > li > a {
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 1em;
  transition: none;
}
nav.main-nav > ul > li a:hover {
  background-color: #AE1B29;
}
nav.main-nav .selected, nav.main-nav .ancestor {
  background-color: #AE1B29;
}
/* main nav drop down menus */
nav.main-nav > ul > li > ul {
  margin: 0;
  padding: 0;
  background-color: #0B1639;
  display: none;
  opacity: 0;
}
nav.main-nav > ul > li:hover > ul {
  display: block;
  width: 200px;
  position: absolute;
  top: 35px;
  padding: 0;
  opacity: 1;
}
nav.main-nav > ul li:hover {
  background-color: #AE1B29;
}
nav.main-nav > ul > li:hover > ul > li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #13255F;
}
nav.main-nav > ul > li:hover > ul > li a {
  color: #FFF;
  display: block;
  font-size: 0.75em;
  padding: 1.2em 1em;
  opacity: 0.85;
}
nav.main-nav > ul > li:hover ul > li a:hover {
  background-color: #AE1B29;
  opacity: 1;
}
nav.main-nav > ul > li:hover > ul > li a::first-letter {
  text-transform: uppercase;
}
nav.main-nav > ul > li:hover > ul > li:last-child {
  border-bottom: none;
}
nav.main-nav > ul::last-child li:hover ul {
  position: absolute;
  right: 0;
}
/* third level nav */
nav.main-nav > ul > li:hover > ul li > ul {
  width: auto;
  padding: 0;
  position: static;
}
nav.main-nav > ul > li:hover > ul li > ul li {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: none;
}
nav.main-nav > ul > li:hover > ul li > ul li a {
  display: block;
  position: relative;
}
nav.main-nav > ul > li:hover > ul li > ul li a::before {
  content: '- ';
}
nav.main-nav > ul > li:hover > ul li > ul li a::first-letter {
  text-transform: uppercase;
}
nav.left-subnav ul {
  margin: 1.5em 0 0 0;
  padding: 0;
}
nav.left-subnav ul li {
  list-style: none;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
}
nav.left-subnav ul li:last-child {
  border-bottom: none;
}
nav.left-subnav ul li > a {
  display: block;
  font-size: 1em;
  padding-left: 1.2em;
  position: relative;
}
nav.left-subnav ul li > a::before {
  content: "\f054";
  position: absolute;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
nav.left-subnav ul li a:hover {
  color: #508A90;
}
nav.left-subnav ul li > a::first-letter {
  text-transform: uppercase;
}
nav.left-subnav ul li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
nav.left-subnav ul li > ul li {
  list-style: none;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #EEE;
}
nav.left-subnav ul li > ul li a {
  color: #333;
  font-size: 0.9em;
  padding-left: 5px;
}
nav.left-subnav ul li > ul li a::before {
  content: '';
}
/* home page slideshow */
div.slider-wrapper {
  height: 70%;
  width: 100%;
  position: relative;
  top: 5px;
}
.slider {
  background-size: cover;
  height: 100%;
}
.homepageSlider {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.homepageSlider.active {
  z-index: 3;
}
.homepageSlider img {
  max-width: 100%;
  min-height: 100%;
}
.in-page-slider .flex-viewport, .in-page-slider .flexslider .slides > li {
  height: 500px !important;
}
div.caption-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
div.home-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#e6000000', GradientType=0); /* IE6-9 */
  top: 0;
  left: 0;
}
div.home-content div.inner {
  padding-top: 18%;
}
div.home-content h1 {
  color: #FFF;
  font-size: 2.6em;
  line-height: 1em;
}
div.home-page {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
div.home-news {
  padding: 6em 0 0 0;
}
article.home-news-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.page-header-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
/********************* LATEST NEWS *********************/
div.latest-news {
  width: 100%;
  height: auto;
  padding: 8em 0;
}
div.three-col-wrap, div.two-col-wrap {
  display: flex;
  justify-content: space-between;
}
/* Three col silo links */
a.two-col-box, a.three-col-box {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  background-size: cover;
  background-position: center top;
  color: #FFF;
}
a.two-col-box {
  width: 47.5%;
  height: 400px;
}
a.three-col-box {
  width: 30%;
  height: 330px;
}
a.two-col-box div.title, a.three-col-box div.title {
  background-color: #12255F;
  width: calc(100% - 3em);
  padding: 1.2em 1.5em;
  position: absolute;
  bottom: 0;
  text-align: center;
}
a.two-col-box div.title h2, a.three-col-box div.title h2 {
  margin-bottom: 0.5em;
  display: inline-block;
}
a.two-col-box div.title p, a.three-col-box div.title p {
  margin-bottom: 0;
}
div.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
a.latest-news-box div.text-wrap {
  position: absolute;
  bottom: 2em;
  left: 2em;
  color: #FFF;
}
a.blue-btn, a.blue-btn-small, a.newsletter-archive, a.blazer-archive {
  display: block;
  text-align: left;
  padding: 0.75em;
  background-color: #61A8AF;
  color: #FFF;
  position: relative;
}
a.blue-btn:first-letter, a.blue-btn-small:first-letter, a.newsletter-archive:first-letter, a.blazer-archive:first-letter {
  text-transform: uppercase;
}
a.blue-btn::before, a.blue-btn-small::before, a.newsletter-archive::before, a.blazer-archive::before {
  position: absolute;
  font-family: FontAwesome;
  top: 13px;
  right: 0.75em;
  content: "\f054";
}
a.blue-btn:hover, a.blue-btn-small:hover, a.newsletter-archive:hover, a.blazer-archive:hover {
  background-color: #508A90;
}
a.blue-btn-small {
  width: 50%;
}
a.newsletter-archive, a.blazer-archive {
  margin-top: 1em;
}
div.blazer-upload {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.files {
  margin-bottom: 2em;
}
div.archive-files {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.archive-image {
  width: 20%;
  float: left;
  margin-right: 5%;
}
div.archive-text {
  width: 75%;
  float: right;
}
div.files ul li a {
  position: relative;
  padding-left: 1.4em;
}
div.files ul li {
  list-style: none;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
}
div.files ul li a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c5";
  left: 0;
}
/* breadcrumbs */
div.breadcrumb-bg {
  background-color: #f5f5f5;
  padding: 0.75em;
  margin-bottom: 2em;
  border-radius: 10px;
}
div.breadcrumb-bg ul {
  margin: 0;
  padding: 0;
}
div.breadcrumb-bg ul li {
  display: inline;
  font-size: 0.8em;
  text-transform: capitalize;
}
div.breadcrumb-bg ul li a {
  color: #61A8AF;
}
/* news */
li.hentry {
  overflow: hidden;
  margin-bottom: 1.5em;
  list-style: none !important;
}
div.hentry-thumb {
  width: 20%;
  float: left;
}
div.hentry-summary {
  width: 75%;
  float: right;
}
div.hentry-summary h2 {
  margin-bottom: 0.75em;
}
span.date {
  font-size: 0.85em;
  display: block;
  margin-bottom: 1.5em;
}
/* span.date::before {
	content: 'Posted: ';
	color: #bdbdbd;
} */
article.news-post {
  width: 100%;
  height: auto;
  overflow: hidden;
}
img.post-image {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
div.news-post h1 {
  color: #1F1E5B !important;
}
a.news-home, a.recommend-us {
  display: inline-block;
  width: 100%;
  background-color: #61A8AF;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.85em;
  border-radius: 3px;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
/* events */
div.event-listing ul {
  margin: 0;
  padding: 0;
}
div.event-listing ul li {
  list-style: none;
}
/* contact page */
div.staff-contact-wrapper {
  overflow: hidden;
}
div.staff-contact {
  width: 47.5%;
  float: left;
  margin-bottom: 2em;
}
div.staff-contact h3 {
  margin-bottom: 0.25em;
}
div.staff-contact p {
  margin-bottom: 0;
}
div.staff-contact a {
  font-size: 0.85em;
  margin-bottom: 0;
}
/* contact form */
div.contact-form {
  margin-top: 2em;
}
div.contact-form label {
  display: block;
  margin-bottom: 1em;
}
div.contact-form input[type="text"], div.contact-form textarea, input[type="email"], input[type="phone"], input[type="date"] {
  border: none;
  padding: 1em 2%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 50%;
  margin: 0.75em 0 2em 0;
  font-size: 0.9em;
  background-color: #F5F5F5;
  display: block;
}
div.contact-form textarea {
  vertical-align: top;
}
/* map */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* input focus styles */
div.contact-form input[type="text"]:focus, div.contact-form textarea:focus, input[type="email"]:focus {
  background-color: #F0F0F0;
}
div.contact-form input[type="submit"] {
  width: 150px;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 110ms ease-in-out;
  -moz-transition: all 110ms ease-in-out;
  -ms-transition: all 110ms ease-in-out;
  -o-transition: all 110ms ease-in-out;
  transition: all 110ms ease-in-out;
  font-size: 0.9em;
  background-color: #61A8AF;
}
div.contact-form input[type="submit"]:hover {
  background-color: #508A90;
}
video {
  background: transparent url('/img/poster.jpg') 50% 50% / cover no-repeat;
}
/* main page tenplate */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.inline-image-img {
  padding: 5px;
  border: 1px solid #eee;
}
img.full-width-img {
  min-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
div.bears {
  width: 193px;
  height: 150px;
  background-image: url(../img/bears.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: 2em;
  top: -45px;
}
div.accreditations {
  background-image: url(/img/footer-logos5.png);
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 189px;
  margin-bottom: -100px;
  padding: 2em 0;
}
/* footer */
footer {
  width: 100%;
  background: #0B1639;
  padding: 4em 0;
  margin-top: 100px;
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline;
  list-style: none;
}
footer ul li a {
  padding-right: 0.5em;
  position: relative;
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  text-transform: capitalize;
}
footer ul li a:hover {
  opacity: 1;
}
footer ul li a::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
  cursor: none;
}
footer ul li:last-of-type a::after {
  content: ' ';
  padding-right: 0;
}
footer p {
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #FFF;
}
/* icons */
i.news-icons {
  color: #CCC;
}
/* text styles */
h1 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1F1E5B;
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #EEE;
  letter-spacing: 0.1em;
}
h2 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  position: relative;
}
h2.blue, h3.blue {
  color: #1F1E5B;
}
h3 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.4em;
}
h2.intro {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  text-transform: none;
}
p {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
/* gallery app */
.albumdisplay li div a {
  display: block;
  width: 80%;
  margin: 0.4em auto;
  background: #13255F;
  color: #FFF;
  padding: 0.5em;
  text-align: center;
  border-radius: 3px;
}
.primary-content .glist, .sidebar .glist, .glist {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
/* for containers, act as a clearing device */
.cont {
  overflow: auto;
}
.allalbums > li {
  clear: left;
  list-style: none;
}
.imagelisting li {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
  list-style: none !important;
}
.albumdisplay li {
  float: left;
  margin: 0 20px 20px 0;
  list-style: none !important;
}
.albumdisplay li img:hover {
  border: 1px solid #CCC;
}
.albumdisplay li img {
  display: block;
  padding: 5px;
  border: 1px solid #EEE;
}
.pager {
  margin: 1.5em 0;
  overflow: hidden;
  padding-top: .8em;
}
.pager li {
  float: left;
  width: 10em;
}
.pager li.paging-label {
  float: none;
  width: 100%;
  padding: 0 0 1em 0;
}
.pager a.paging-next {
  text-align: right;
}
/* blog app */
ul.hfeed {
  margin: 0;
  padding: 0;
}
li.hentry {
  list-style: none;
}
div.newsletter-file {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
div.newsletter-file a {
  position: relative;
  padding-left: 1.5em;
}
div.newsletter-file a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c5";
  left: 0;
}
div.sitemap div {
  margin-bottom: 2em;
}
div.sitemap ul {
  margin-top: 0.5em;
}
div.sitemap ul li {
  padding-bottom: 0.5em;
}
/* added JH 27/9/2016 */
div.da-wrapper {
  width: 32%;
  float: left;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin-right: 2%;
  height: auto;
}
div.latest-blazer-wrapper {
  width: 32%;
  float: left;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #ccc;
  height: auto;
}
div.card-right-col {
  width: calc(47.5% - 1em);
  padding-right: 1em;
  float: right;
}
input.mob_search {
  width: 100% !important;
  margin: 0 auto 40px auto !important;
  display: block !important;
  float: none !important;
  border: 1px solid #FFF;
  max-width: 700px;
  line-height: 40px;
  background-color: transparent;
  color: #FFF;
  font-size: 12px;
  padding-left: 10px;
  -webkit-appearance: none;
}
input.mob_search::placeholder {
  color: #FFF;
}
/* JH 25/09/2017 */
div.isi-banner {
  width: calc(100% - 2em);
  max-width: calc(100% - 2em);
  height: auto;
  border: 1px solid #444;
  overflow: hidden;
  padding: 1em;
  margin-top: 3em;
}
div.isi-img {
  width: 150px;
  height: 75px;
  float: left;
  background-image: url(../img/isi-logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
span.banner-text {
  float: left;
  position: relative;
  top: 100%;
  transform: translateY(120%);
  margin-left: 4em;
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
div.isi-report {
  float: right;
  position: relative;
  top: 100%;
  transform: translateY(150%);
}
div.school-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.school-wrapper {
  float: left;
}
div.school-wrapper:first-of-type {
  margin-right: 70px;
}
/* new form 17/3/2018 JH */
input[type=checkbox] {
  display: inline-block;
  margin-bottom: 1em;
}
div.holiday-form {
  margin-top: 2em;
}
div.holiday-form label {
  margin-bottom: 1.5em;
  display: block;
  font-size: 0.8em;
  color: #444;
}
div.holiday-form input[type="text"], div.holiday-form input[type="email"], div.holiday-form textarea {
  border: none;
  padding: 1em 2%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 66%;
  margin-bottom: 0.75em;
  font-size: 0.9em;
  background-color: #F5F5F5;
}
div.holiday-form textarea {
  vertical-align: top;
}
div.holiday-form div {
  margin-bottom: 2em;
}
div.holiday-form input[type="submit"] {
  width: 150px;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 110ms ease-in-out;
  -moz-transition: all 110ms ease-in-out;
  -ms-transition: all 110ms ease-in-out;
  -o-transition: all 110ms ease-in-out;
  transition: all 110ms ease-in-out;
  font-size: 0.9em;
  background-color: #61A8AF;
}
div.holiday-form input[type="submit"]:hover {
  background-color: #508A90;
}
div.radiowrapper {
  width: 60px;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 1em !important;
}
ul.radio-list {
  margin: 3em 0;
  padding: 0 !important;
}
ul.radio-list li {
  display: block;
  font-size: 1em !important;
}
ul.radio-list li label {
  display: inline-block;
  margin-bottom: 0;
}
label.bullet {
  width: 200px;
}
div.checkbox-wrapper {
  margin: 3em 0;
}
div.checkbox-wrapper h3 {
  margin-bottom: 1.5em;
}
/* toggles */
a#addChild, a#addContact {
  display: inline-block;
}
/* toggle panels */
.add-child, .add-contact {
  display: none;
}
span.title-select {
  display: block;
  margin-bottom: 1em;
}
a.page-content-button {
  display: inline-block;
  background-color: #13255F;
  text-align: center;
  color: #FFF;
  padding: 1em 2em;
  border-radius: 3px;
  margin-bottom: 1em;
}
/* added JH 29/9/2018 */
div#latest-tweets {
  width: 100%;
  height: auto;
}
div#latest-tweets ul {
  margin: 0;
  padding: 0;
}
div#latest-tweets ul li {
  border: 1px solid #EEE !important;
  list-style: none;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
p.interact {
  display: none;
}
/* home page twitter feed */
p.tweet {
  margin-bottom: 0;
}
p.tweet a:first-of-type {
  display: block;
}
div#home-tweet p.tweet a:first-of-type {
  display: inline;
}
div#home-tweet div.media img {
  width: 100%;
  margin-bottom: 1em;
}
.user {
  width: 100%;
}
.user img, .user a > span {
  margin-bottom: 1em;
  width: 50px;
}
.user a > span {
  margin-left: 10px;
}
.media img {
  max-width: 100%;
}
/*********** 2020 HOME PAGE STRUCTURE ****************/
.newtheme-lead-in, .newtheme-upcoming-events, .newtheme-admissions {
  width: 100%;
  height: auto;
  padding: 8em 0;
}
a.school-type-box:hover h2:after {
  right: -1.8em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
h2.home {
  text-align: center;
  font-family: Gill sans, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1F1E5B;
  letter-spacing: .1em;
}
div.newtheme-lead-in div.content-wrapper, div.newtheme-upcoming-events div.content-wrapper, .newtheme-admissions div.content-wrapper {
  margin: 0 auto;
}
.newtheme-lead-in {
  background-color: RGBA(19, 37, 95, 0.08);
  text-align: center;
}
.newtheme-lead-in h1 {
  border-bottom: none;
  padding-bottom: 0;
}
.vert-align-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
}
div.newtheme-upcoming-events {
  background-color: RGBA(19, 37, 95, 0.08);
}
div.newtheme-admissions {
  padding: 0;
  overflow: hidden;
  color: #FFF;
  text-align: left;
}
div.newtheme-admissions div.vert-align-inner {
  max-width: calc(600px - 6em);
  margin: 0 0 0 6em;
}
div.newtheme-admissions h2 {
  text-align: left;
  color: #FFF;
}
div.newtheme-admissions div.left-col {
  width: 50%;
  height: 600px;
  float: left;
  background-size: cover;
  background-position: center center;
}
div.newtheme-admissions div.right-col {
  width: 50%;
  height: 600px;
  float: right;
  background-color: #11255F;
  position: relative;
}
a.pill-btn {
  text-align: center;
}
/*********** OPEN DAY MODAL ****************/
div.open-day-modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: RGBA(19, 37, 96, 0.95);
  z-index: 200;
}
div.open-day-modal {
  width: 100%;
  max-width: 800px;
  height: 400px;
  overflow: hidden;
  margin: auto;
  position: fixed;
  left: calc(50% - 400px);
  top: 20%;
  z-index: 201;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
}
div.modal-image {
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
}
div.modal-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #FFF;
}
div.modal-text div.inner {
  width: 70%;
  margin: 0 auto;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*********** EVENTS CAROUSEL ****************/
div.event-card {
  width: 90%;
  max-width: 1200px;
  height: 400px;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
div.event-image {
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
}
div.event-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #FFF;
}
div.event-text div.inner {
  width: 70%;
  margin: 0 auto;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
span.date-day, span.date-month {
  font-size: 1.5em;
  color: #1F1E5B;
  display: block;
}
div.event-date {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
/*********** new global styles ****************/
a.pill-btn {
  display: inline-block;
  padding: 1em 2em;
  background-color: #132560;
  color: #FFF;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.btn-wrap {
  text-align: center;
}
a.new-theme-hyperlink {
  display: block;
  color: #FFF;
}
/*********** mobile nav ****************/
div.overlay_nav {
  background-color: #132560;
  width: 100%;
  height: auto;
  top: 2em;
  left: 0;
  z-index: 200;
  display: none;
  overflow: scroll
}
div.nav_contain {
  position: absolute;
  top: 20px;
  right: 4%;
  width: 35px;
  height: 35px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
nav#mobile {
  width: 80%;
  padding: 4em 10%;
  margin-top: 84px;
  z-index: 99;
  background-color: #132560;
  right: 0;
  height: calc(100VH - 85px);
  overflow-y: scroll !important;
  position: absolute;
}
/* hide the submenu */
nav#mobile ul li ul {
  display: none;
}
nav#mobile ul li a:first-child:nth-last-child(2):before {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  right: 0;
  color: #6AA8AF;
  font-size: 1.2em;
  display: block;
}
/*
nav#mobile ul li a:last-of-type {
  color: #AE1B29;
}
*/
nav#mobile ul li {
  list-style: none;
}
.navbar-toggle, .navbar_toggle, nav#mobile {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.nav-hide {
  display: none
}
.navbar-toggle, .navbar_toggle {
  display: block !important
}
.bar1, .bar2, .bar3 {
  width: 100%;
  height: 3px;
  background-color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.nav_contain:hover .bar1, .nav_contain:hover .bar2, .nav_contain:hover .bar3 {
  background-color: #FFF;
}
.bar1 {
  margin-bottom: 8px
}
.bar2 {
  margin-bottom: 8px
}
.navbar-contain {
  margin-top: 10px;
}
.nav_contain .bar1, .nav_contain .bar2, .nav_contain .bar3, .navbar-toggle .navbar-contain {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav_contain:hover .bar1 {}
.nav_contain:hover .bar2 {}
.nav_contain:hover .bar3 {}
.navbar-on .bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 16px;
  background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar1 {
  margin-top: 16px
}
.navbar-on .bar2 {
  display: none
}
.navbar-on .bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px;
  background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar3 {
  margin-top: -10px;
}
nav#mobile > ul {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
nav#mobile ul li {
  display: block;
  margin: 0;
  position: relative;
}
nav#mobile ul > li > a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2em;
  color: #FFF;
}
nav#mobile ul > li > a:hover {
  color: #6AA8AF;
}
.chevron {
  width: 10px;
  height: 10px;
  background: pink;
}
.chevron::after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  right: 0;
  color: #6AA8AF;
  font-size: 1.2em;
  display: block;
}
nav#mobileul li a {
  display: block;
  color: #FFF
}
nav#mobile ul li ul {
  border-bottom: none;
  margin: 0 0 3em 1em;
}
nav#mobile ul > li > ul > li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #3A4670;
}
nav#mobile ul > li > ul > li:last-of-type {
  border-bottom: none;
}
nav#mobile ul li ul li a {
  text-transform: capitalize;
  margin-bottom: 0;
}
nav#mobile ul li ul li a::after {
  content: ' '
}
div.footer-logos {
  display: flex;
  max-width: 480px;
  margin: 0 auto 30px auto;
  justify-content: space-between;
}
a.school-logo {
  display: block;
  width: 203px;
  height: 100px;
  background-image: url("assets/images/badgelogo.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
a.nursery-logo {
  display: block;
  width: 207px;
  height: 100px;
  background-image: url("assets/images/landing-logo-nursery.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
p.intro {
  width: 70%;
  margin: 0 auto 3em auto;
  text-align: center;
}
div.new-isi {
  height: auto;
  padding: 1em 2em;
  background-color: #AE1B28;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
div.new-isi h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.2em;
}
div.new-isi a {
  font-size: 0.9em;
  color: #fff;
}
/* added JH 16/3/2021 */
.container {
  width: 100%;
  overflow: hidden;
  margin: 3em 0;
}
body .container input {
  display: none;
}
body .container input:checked + label {
  background: #0A1639;
  color: #fff;
}
body .container input#tab1:checked ~ .line {
  left: 0%;
}
body .container input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
}
body .container input#tab2:checked ~ .line {
  left: 25%;
}
body .container input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
}
body .container input#tab3:checked ~ .line {
  left: 50%;
}
body .container input#tab3:checked ~ .content-container #c3 {
  opacity: 1;
}
body .container input#tab4:checked ~ .line {
  left: 75%;
}
body .container input#tab4:checked ~ .content-container #c4 {
  opacity: 1;
}
body .container label {
  display: inline-block;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  width: 30%;
  text-align: center;
  background: #f4f4f4;
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
}
body .container label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #0A1639;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}
body .container label:hover::after {
  opacity: 1;
}
body .container .line {
  position: absolute;
  height: 2px;
  background: #1E88E5;
  width: 25%;
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}
body .container .content-container {
  background: #eee;
  position: relative;
  height: 100px;
  font-size: 20px;
}
body .container .content-container .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 30px;
  left: 2em;
  opacity: 0;
  transition: 0.25s ease;
  color: #333;
}
body .container .content-container .content h3 {
  font-weight: 200;
  margin: 10px 0;
}
body .container .content-container .content p {
  margin: 10px 0;
}
body .container .content-container .content p, body .container .content-container .content i {
  font-size: 13px;
}
div.award-wrapper-home {
  background-image: url("../img/award-home.png");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px auto;
  height: 100px;
  background-size: 100px 100px;
  background-position: center;
}
div.nursery-masthead {
  width: 100%;
  height: 700px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-image: url("../img/outstanding.jpeg");
  position: relative;
}
div.landing-link-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}
a.school-landing-link, a.nurseries-landing-link {
  width: 50VW;
  height: 100VH;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a.school-landing-link {
  background-image: url("../img/schoolbg.jpg");
}
a.nurseries-landing-link {
  background-image: url("../img/nurserybg.jpg");
}
a.school-landing-link img, a.nurseries-landing-link img {
  max-width: 50%;
}
div.landing-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 57, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nursery-bg {
  background-color: #CAC2C3;
}
div.intro-img {
  width: 288px;
  height: 63px;
  background-size: cover;
  margin: 20px auto;
  border: 3px solid white;
  background-image: url("../img/isi-logo.jpg");
}
div.search-list li {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
a.booking-btn {
  border: 2px solid white;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  right: 330px;
  top: 50%;
  transform: translateY(-50%);
}
a.booking-btn:hover {
  color: #fff;
  background-color: #AD1A29;
}
div.header-icons {
  position: absolute;
  right: 150px;
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 1.2em;
}
a.twitter, a.insta {
  color: #FFF;
  font-size: 1.2em;
  font-family: FontAwesome;
}
a.twitter:before {
  content: "\e61b";
}
a.insta:before {
  content: "\f16d";
}
span.icon {
  display: none;
}
/* tabs */
div.tabs-body {
  margin-top: 30px;
}
.etabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #112256;
}
.tab {
  display: inline-block;
  *display: inline;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
}
.tab a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
  position: relative;
}
.tab a:hover {
  text-decoration: underline;
  text-decoration: none;
}
.tab.active {
  background: #112256;
  position: relative;
  border: solid 1px #112256;
}
.tab a.active {
  color: #fff;
  text-decoration: none;
}
.tab-container .panel-container {
  background: #fff;
  border: solid #112256 1px;
  padding: 20px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
/* glide core */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
/* glide theme */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #132560;
  text-transform: uppercase;
  padding: 9px 12px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  color: ;
}
.glide__arrow--left {
  left: 0;
}
.glide__arrow--left::before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 5em;
}
.glide__arrow--right {
  right: 0;
}
.glide__arrow--right::before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 5em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
button {
  border: none;
  background-color: transparent !important;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/* search function */
/**,
*::after,
*::before {
	box-sizing: border-box;
}
/*
body {
	font-family: 'Inconsolata', 'Monaco', monospace;
	overflow: hidden;
	margin: 0;
	color: #a0a2ae;
	background: #282b2f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.main-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #22295f;
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 10em;
  background-size: 75% auto;
}
/* Buttons */
.btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.btn:focus {
  outline: none;
}
.btn--search {
  font-size: 1.5em;
}
.btn--hidden {
  pointer-events: none;
  opacity: 0;
}
/* Reset Search Input */
.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
/* Links */
.btn {
  text-decoration: none;
  color: #d17c78;
  outline: none;
}
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
/* Icons */
.icon {
  display: block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  fill: white;
}
.search-wrap-mobile .icon {
  height: 0.9em;
  width: 0.9em;
}
/* Header */
.codrops-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 2.5em 2.75em 2.5em 1.5em;
  text-align: left;
}
.codrops-header__title {
  font-size: 1em;
  margin: 0;
  padding: 0 0.75em;
}
.codrops-header__side, .search-wrap {
  margin: 0 0 0 auto;
  position: relative;
  float: left;
}
/* Bottom nav */
.bottom-nav {
  position: relative;
  width: 100%;
  margin: auto 0 0 0;
  padding: 2.5em 2.75em 2.5em 2em;
}
/* Demo links */
.codrops-demos {
  font-weight: bold;
  padding: 1.25em 0;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.codrops-demos span {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: bottom;
}
.codrops-demos a {
  position: relative;
  display: inline-block;
  margin: 0 0.1em;
  padding: 0 0.4em;
}
.codrops-demos a.current-demo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25em;
  height: 2.25em;
  margin: -1.125em 0 0 -1.125em;
  border: 2px solid;
  border-radius: 50%;
}
/* Top Navigation Style */
.codrops-links {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.codrops-links::after {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  width: 2px;
  height: 70%;
  opacity: 0.1;
  background: currentColor;
  transform: rotate3d(0, 0, 1, 22.5deg);
}
.codrops-icon {
  display: inline-block;
  margin: 0.5em;
  padding: 0.5em;
}
/* Deco lines */
.decolines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.decoline {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.decoline:first-child {
  right: 88em;
}
.decoline:nth-child(2) {
  right: 68em;
}
.decoline:nth-child(3) {
  right: 48em;
}
.decoline:nth-child(4) {
  right: 28em;
}
.decoline:nth-child(5) {
  right: 8em;
}
/* Demo colors */
.demo-2 {
  color: #ffefb9;
}
.demo-2 main {
  background-color: #2c312e;
}
.demo-2 a, .demo-2 .btn {
  color: #e85454;
}
.demo-2 .codrops-header {
  margin-top: auto;
}
.demo-3 {
  color: #ffefb9;
  background-color: #2f2c2c;
}
.demo-3 main {
  background-color: #e85454;
  background-image: url(../img/bg_2.svg);
}
.demo-3 a, .demo-3 .btn {
  color: #ffefb9;
}
.demo-3 .btn--search-close {
  color: #e85454;
}
.demo-4 {
  color: #f44040;
  background-color: #f44040;
}
.demo-4 main {
  background-color: #fff59a;
  background-image: url(../img/bg_4.svg);
}
.demo-4 a, .demo-4 .btn {
  color: #a4a186;
}
.demo-4 .btn--search-close {
  color: #ab3a3a;
}
.demo-5 {
  color: #cecae0;
  background-color: #7d7d7d;
}
.demo-5 main {
  background-color: transparent;
  background-image: url(../img/bg_2.svg);
}
.demo-5 a, .demo-5 .btn {
  color: #FFFFFF;
}
.demo-6 {
  color: #ff4848;
}
.demo-6 main {
  background-color: #fff;
  background-image: url(../img/bg_5.svg);
}
.demo-6 a, .demo-6 .btn {
  color: #000;
}
.demo-7 {
  color: #6cbb37;
}
.demo-7 main {
  background-color: #f5f5f5;
  background-image: url(../img/bg_7.svg);
  background-position: 100% 0;
  background-size: 1440px;
}
.demo-7 a, .demo-7 .btn {
  color: #000;
}
.demo-8 {
  color: #cecae0;
  background-color: #5562eb;
}
.demo-8 main {
  background-color: transparent;
  background-image: url(../img/bg_8.svg);
}
.demo-8 a, .demo-8 .btn {
  color: #FFFFFF;
}
.demo-9 {
  color: #2d3535;
  background-color: #597571;
}
.demo-9 main {
  background-color: transparent;
  background-image: url(../img/bg_6.svg);
}
.demo-9 a, .demo-9 .btn {
  color: #22d2d2;
}
.demo-9 .btn--search-close {
  color: #dce6e6;
}
.demo-10 {
  color: #5c32f2;
  background-color: #c4d5e0;
}
.demo-10 main {
  background-color: #fff;
  background-image: url(../img/bg_12.svg);
}
.demo-10 a, .demo-10 .btn {
  color: #000;
}
.demo-10 .btn--search-close {
  color: #5c32f2;
}
.demo-11 {
  color: #fff;
  background-color: #212423;
}
.demo-11 main {
  background-color: transparent;
  background-image: url(../img/bg_9.svg);
}
.demo-11 a, .demo-11 .btn {
  color: #34fc47;
}
/* Layout for search container */
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.js .search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.js .search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
}
.js .btn--search-close {
  display: block;
}
.search__form {
  margin: 5em 0;
}
.search__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #FFFFFF;
  border-bottom: 5px solid;
}
.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4a319e;
}
.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #4a319e;
}
.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a319e;
}
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info, .search__info-mobile {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #FFFFFF;
}
.search__info-mobile {
  display: none;
}
.search__related {
  display: flex;
  width: 75%;
  text-align: left;
  pointer-events: none;
}
.search__suggestion {
  width: 50%;
}
.search__suggestion:first-child {
  padding: 0 2em 0 0;
}
.search__suggestion:last-child {
  padding: 0 0 0 2em;
}
.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}
.search__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}
/************************/
/* Transitions 			*/
/************************/
.js .main-wrap {
  position: relative;
  transition: transform 0.5s;
}
.js .main-wrap--move {
  /*transform: scale3d(0.7,0.7,1);*/
}
.js .main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0;
}
.js .search {
  pointer-events: none;
}
.js .search--open {
  pointer-events: auto;
}
.js .search::before {
  opacity: 0;
  transition: opacity 0.5s;
}
.js .search--open::before {
  opacity: 1;
}
/* Close button */
.btn--search-close {
  opacity: 0;
  transition: opacity 0.5s;
}
.search--open .btn--search-close {
  opacity: 1;
}
/* Search form with input and description */
.search__suggestion, .search__info, .search__info-mobile {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.4s, transform 0.4s;
}
.search--open .search__suggestion, .search--open .search__info, .search--open .search__info-mobile {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search--open .search__suggestion:first-child {
  transition-delay: 0.15s;
}
.search--open .search__suggestion:nth-child(2) {
  transition-delay: 0.2s;
}
.js .search__input {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.3s;
}
.js .search--open .search__input {
  transform: scale3d(1, 1, 1);
  transition-duration: 0.5s;
}
@media screen and (max-width: 40em) {
  .btn--search-close {
    font-size: 1.25em;
  }
  .search__suggestion {
    font-size: 80%;
    width: 100%;
  }
  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none;
  }
}