.maintenance-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(0deg, #3E5B94, #3C4762) 0% 0% / cover scroll;
}

.maintenance-main {
	text-align: center;
}

.maintenance-main h1, .maintenance-main p {
	color: #fff;
}

.maintenance-main h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}

#wrapper {
position: relative;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
background-position: center 0px;
height: 100%;
}

#page {
display: table;
margin: 0px;
}

#hero {
  width: calc(100% - 50px);
  margin: 25px 0px 100px;
  height: calc(100vh - 50px);
  display: flex;
  position: relative;
  left: 25px;
  background: #333333ba;
}

#hero .slider {
	width: 100%;
	height: 100%;
	position: relative;
}

#hero .slick-list, #hero .slick-track, #hero .slick-slide, #hero .slide, #hero .slick-slide > div {
    height: 100%;
    width: 100%;
}x

#hero-slider {
  width: calc(100% - 100px);
  height: auto;
}

.slicker {
  height: 100%;
}

.logo_img {
    width: 100%;
    height: 100%;
}

#hero-slider .slicker div {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-video-button-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-video-button-div .button {
	width: 80px;
	height: 80px;
}

.hero-video-button-div p {
	font-weight: 600;
	color: #fff;
}

.tag-line {
  width: 45%;
  position: absolute;
  bottom: 30px;
  right: 0;
  height: auto !important;
  text-align: right;
}

.tag-line-padding {
	padding-right: 85px;
}

.tag-line hr {
	width: 450px;
	margin-right: 0;
	background-color: rgba(255, 255, 255, .3);
	border: none;
	height: 2px;
	margin-bottom: 30px;
}

.tag-line div img {
	width: 200px;
	height: 157px;
}

.tag-line h1 {
    color: #fff;
    font-size: 58px;
	font-weight: 400;
    line-height: 70px;
    margin-bottom: 40px;
}

.tag-line h1 span {
    font-weight: 700;
}

.tag-line-social-media-div {
	padding-right: 70px;
	display: flex;
	justify-content: flex-end;
}

.tag-line-social-media-div p {
	margin-right: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.tag-line-social-media-div a {
	margin: 0 15px;
}

.down-arrow {
	position: absolute;
	bottom: -40px;
	left: 70px;
	width: 80px;
	height: 80px;
	z-index: 1000;
}

.down-arrow a {
	width: 100%;
	height: 100%;
}

.hero-1, .hero-2, .hero-3 {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  padding: 0 50px 80px 0;
}

.slicker div h1  {
  color: #fff;
  font-weight: 600;
  font-size: 80px;
}

.slicker div p {
  color: #fff;
  font-weight: 600;
  font-size: 15px; letter-spacing: 4px;
  margin: 0 10px;
}

.hero-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%), url(https://staging-ladymannersschoolnew.kinsta.cloud/wp-content/uploads/2021/07/Lady-Manners-School-47.jpg)  no-repeat center center;
}

.hero-3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%), url(https://staging-ladymannersschoolnew.kinsta.cloud/wp-content/uploads/2021/07/Lady-Manners-School-140.jpg)  no-repeat center center;
}


.slick-dots {
  background-color: #303f6c;
  position: absolute;
  right: 32px;
  z-index: 8;
}


#hero .down, #hero .down svg {
width: 80px;
height: 80px;
}

#hero .down {
bottom: -38px;
position: absolute;
width: 100%;
}

#hero .down svg {
display: table;
left: 50%;
/* top: 50%; */
-webkit-transform: translate(-50%,0%);
transform: translate(-50%,0%);
position: absolute;
}

.ofsted-logo, .ofsted-logo img {
width: 120px; height: 120px;
}

.ofsted-logo {
position: absolute; left: 70px; bottom: 70px;
}


/*-- Video --*/

.vimeo-wrapper {
position: absolute;
width: 100%;
height: calc(100vh -50px);
z-index: -1;
pointer-events: none;
overflow: hidden;
}

.vimeo-wrapper iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

body.smaller .vimeo-wrapper iframe {
opacity: 0.5;
}

/*-- Latest News --*/

#latest-news {
padding: 70px 0px 70px;
background: #FFF;
}

#latest-news .container {
position: relative; 
display: block; 
width: 80%;
}

#latest-news h2 {
  font-size: 2.7em; 
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #1780C0;
}

#latest-news .button{ 
  display: flex;
  align-items: center;
}

#latest-news .button a:link,
#latest-news .button a:visited {
  color: #FFF;
  background: #733B9F;
  padding: 0 40px 10px;
}

#latest-news .button a:after {
	content: "\25B8";
	font-size: 25px;
	margin-left: 10px;
	position: relative;
	top: 4px;
}


.latest-news-title-div {
  display: flex;
  justify-content: space-between;
  width: 100%; 
  margin-bottom: 45px; 
}

/* -- Welcome --*/


#hero .welcome {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 700px;
	text-align: right;
}

#hero .welcome .large_tagline {
font-size: 3.4em; line-height: 1.2;
color: #FFF;
}

#hero .welcome .button-holder {
width: 100%;
}

#hero .welcome .button-holder  .button {
float: right; margin-left: 30px;
}

.hero-button {
  min-width: 200px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  padding: 15px 25px; text-transform: uppercase; letter-spacing: 1px;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 10px;
  text-align: center;
}

.hero-button:hover {
background: #FFF; color: #333;
}

.button {
width: auto;
display: table;
}
.golden {
	background-color: #c19422 !important;
    color: #fff !important;
}

.button a:link,
.button a:visited { 
text-decoration: none; 
font-size: 16px;
font-weight: 700;
padding: 12px 40px;
border-radius: 30px;
display: table;
}

.welcome .button a:link,
.welcome .button a:visited {
background: #FFF; color: #FFF; color: #BF0000;
}



/*-- Welcome --*/

#welcome {
    display: flex;
    justify-content: flex-end;
	background: #c19422;
}

#welcome .welcome-content {
display: flex;
align-items: flex-start;
margin: 0px auto; 
position: relative;
}

#welcome h2 {
    font-weight: 700;
    font-size: 40px;
    color: #FFF; 
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
}

#welcome h4 {
    color: #FFF; 
    margin: 0 0px 20px; letter-spacing: 2px; 
    font-size: 14px;
}

#welcome p {
color: #FFF; font-size: 16px; line-height: 2em; color: #FFF;
}

.author {
    font-weight: 700;
    margin-bottom: 0;
}

.author-position {
    font-weight: 700;
    font-style: italic;
}

.welcome-read-more {
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    background-color: #fff;
    color: #1e4667;
    font-weight: 700;
    padding: 17px 50px;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 3px;
}

#welcome .button {
margin-top: 10px;
}

#welcome .button a:link,
#welcome .button a:visited {
color: #B27E01; color: #BF0000;
}

.welcome-background {
    width: 100%;
    padding: 100px 0px 100px;
    border-radius: 0 0 350px 0;
    background-color: #1e4667;
}

.welcome-content {
    display: flex;
    align-items: center;
}

.welcome-left {
  padding-right: 50px;
}

.welcome-right,.welcome-right img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width:  350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #32536F;
}

.space {
    justify-content: space-between;
}

.welcome-big-words {
    font-size: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
}

/*-- Upcoming Events --*/

#events {
  background-color: #fff;
  padding: 70px 0px;
}

#events .button a:link, #latest-news .button a:visited {
    color: #FFF;
    background: #1e4667;
}

#events h2 {
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    color: #1e4667;
}

#events .events-list {
  position: relative;
  margin-top: 50px;
}

.full-length-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgba(126, 126, 126, 0.22);
  top: 75px;
  z-index: 1;
}

#events ul {
  display: flex;

padding: 0px; 

}

#events ul li {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 20%; 
    padding: 25px 10px;
    list-style: none; 
    text-align: center;
}

#events ul li:first-child {
margin-left: 0px;
}

#events ul li:last-child {
margin-right: 0px;
}

#events .event-date {
margin-bottom: 15px;
}

#events .event-date .day,
#events .event-date .month {
width: 100%; display: table; line-height: 1.5;
font-weight: 800; font-size: 1.5em; text-transform: uppercase; clear: both;
}

#events .event-date .month {
font-size: 0.85em; text-transform: uppercase; letter-spacing: 4px; font-weight: 800;
}

.circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #1e4667;
	border-radius: 100%;
  margin-bottom: 20px;
  z-index: 4;
}

.circle .date {
  color: #fff;
  font-weight: 800;
  letter-spacing: 5px;
  font-size: 24px;
  line-height: 26px;
}

.circle .month {
  color: #fff;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 18px;
}

.event-title a {
  text-decoration: none;
  color: #1e4667;
  font-size: 16px;
  font-weight: 600;
}
/*-- Apart Section --*/

#apart {
    width: 100%;
    position: relative;
    background-color: #344367;
}


#apart h1, #apart h3, #apart p {
    color: #fff;
}

#apart h1 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 50px;
} 

.apart-background {
    padding: 100px 0 350px 0;
    border-radius: 0 400px 0 0;
    background-color: #273556;
}

.statistic-icon-div {
    width: 30%;
}

.statistic-text-div {
    width: 70%;
}

.statistic-icon {
    width: 100%;
}

.statistic-icon {
width: 70px; height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.statistic-icon-div {
border-radius: 50%; border: 3px solid #FFF; height: 130px; width: 130px; position: relative;
}

.statistics-div {
    display: flex;
    align-items: center;
}

.bottom-margin {
    margin-bottom: 80px;
}

.statistic {
    display: flex;
    align-items: center;
    width: 50%;
}

.right-margin {
    margin-right: 30px;
}

.statistic-image {
    height: 200px;
    width: 200px;
    background: url(https://www.hebburn.net/wp-content/themes/madebycoda/images/ofsted.png) no-repeat center center;
}

/*-- Quicklinks --*/

#quicklink {
padding: 50px 0px;
}

#quicklink .container {
width: 80%;
}

#quicklink .quick {
width: 30%; height: 250px; 
margin: 0px 1.5% 30px;
position: relative;
float: left; 
}

#quicklink .quick:hover {
opacity: 0.7;
}

#quicklink .quick a:link,
#quicklink .quick a:visited {
text-decoration: none;
}


#quicklink .quick .title div {
font-size: 1.4em;
line-height: 1.2;
margin: 0px;
color: #FFF; font-weight: 800;
text-decoration: none; text-transform: uppercase; letter-spacing: 3px;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);text-align: center;
}

#quicklink .quick .title div a:link,
#quicklink .quick .title div a:visited {
text-decoration: none;
}

/*-- CTA --*/

#cta-section {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -240px;
}

#cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 80%;
    border-radius: 200px 0px 0px 200px;
    z-index: 4;
}

#cta .button a:link, #cta .button a:visited {
    color: #383D47;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
}

#cta .cta-main {
    padding: 50px 100px 50px 80px;
    margin-right: 50px;
    background-color: #222222;
    border-radius: 0px 100px 0px 100px;
}

#cta .cta-title {
    color: #fff;
    margin: 0 0 30px 0;
}

#cta .cta-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#cta .cta-button {
    background-color: #fff;
    text-decoration: none;
    color: #223050;
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-right: 10px;
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
 /* IE10+ specific styles go here */ 

} 

/*-- Hero Slider Settings --*/

.slick-slider{/*--position:relative;--*/display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparentl; overflow: hidden;
}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;
display:block;padding:0;cursor:pointer;color:transparent;border:none;outline:0;background:0 0;}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:22px; font-weight: 800;line-height:0.5;color:#FFF!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'‹'}[dir=rtl] .slick-prev:before{content:'›'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'›'}[dir=rtl] .slick-next:before{content:'‹'}.slick-dots{writing-mode: vertical-lr;bottom:50px;display:block;width:auto;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative; z-index: 5; display:inline-block;width:20px;height:20px;margin: 5px;padding:0;cursor:pointer}.slick-dots li button{background-color: black;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{background: rgba(255, 255, 255, 0.22); content:"";border-radius:30px; position:absolute;top:0;left:0;width:15px;height:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{background:#fff; border:2px solid #fff}

/*-- Latest News Slider Settings --*/

.regular.slider .slick-list {
padding-bottom: 100px;
}
.regular.slider article {
background: #FFF;
display: table !important;
text-align: center;
transition: all .2s ease-in-out;
width: 94% !important; margin: 0px auto;
}

.regular.slider article:hover {
opacity: 0.8;
}

.regular.slider article h3 {
width: 90%; 
margin: 5px auto 10px;
font-size: 19px; 
line-height: 1.5;
display: table;
text-align: center; 
color: #6b3794;
font-weight: 300;
}

.regular.slider article h3 a:link,
.regular.slider article h3 a:visited {
text-decoration: none;
color: #6b3794;
font-weight: 700;
}

.regular.slider article .date {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 16px;
margin-bottom: 10px;
color: #8a8a8a;
}

.regular.slider article .date a {
	color: #8a8a8a !important;
}

.regular.slider article .postimage {
background: linear-gradient(180deg, #484848 0%, #000000 75%, #0D0D0D 99.99%, rgba(0, 0, 0, 0) 100%);
height: 400px; width: 100%; position: relative;
}

.regular.slider article .postimage img {
height: 100%;
width: 100%;
object-fit: cover;
max-width: 100%;
max-height: 100%;
opacity: 0.5;
}

.regular.slider .slick-next, .regular.slider .slick-prev {
background: #d6367a; 
color: #FFF;
width: 55px;
height: 55px;
border-radius: 100%;
z-index: 99;
right: -8%;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.regular.slider .article-info {
	background-color: #fff;
	position: absolute;
	bottom: 0px; 
	text-align: center; 
    width: 100%; 
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.regular.slider .slick-next:hover, .regular.slider .slick-prev:hover {
opacity: 0.8;
}

.regular.slider .slick-prev {
left: -8%;
}


@media (max-width: 1000px) {

.regular.slider .slick-list {
width: 100%;
margin: 0 auto 0 0%;
}

.regular.slider article {
width: 90% !important;
}

}

@media (max-width:505px) {

.regular.slider .slick-next, .regular.slider .slick-prev {
top: 50%; -ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
height: 50px;
right: -15px;
}

.regular.slider .slick-prev {
left: -15px; right: inherit;
}

.regular.slider .slick-list {
width: 80%;
margin: 0 auto 0 auto;
}

.regular.slider article {
width: 100% !important;
}

}