/*
	Theme Name: Northview Schoolcms
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 5.0.2

*/
:root {
	--body_colour : #2C3A5E;
	--body_colour_alt : #f1a21d;
	--title_colour : #061B40;
	--link_colour : #F1A21D;
	--link_colour_hover : #13294E;	
	--button_bg: #f1a21d;
	--button_border_colour: #f1a21d;
	--button_colour: #fff;
	--button_bg_hover: #2C3A5E;
	--button_border_hover : #2C3A5E;
	--button_colour_hover: #fff;
	--theme_orange : #f1a21d;
	--theme_pale_orange : #f7f0e3;
	--theme_navy : #13294E;
	--theme_blue : #2B68A8;
	--theme_dark_blue : #2c3a5e;
	--theme_light_blue : #76a3c0;
}
body {
	background-color:var(--theme_pale_orange);
}
.style-orange{
	--theme_colour : var(--theme_orange);
}
.style-blue{
	--theme_colour : var(--theme_blue);
}
.style-light_blue{
	--theme_colour : var(--theme_light_blue);
}
.style-navy{
	--theme_colour : var(--theme_navy);
}
.styledContainer.style-orange {
	background-color:var(--theme_orange);
	color:#fff;
	--title_colour:#fff;
	--body_colour:#fff;
	--body_colour_alt:#2B68A8;
	--button_bg: #76a3c0;
	--button_border_colour: #76a3c0;
	--button_colour: #fff;
	--button_bg_hover: #13294E;
	--button_border_hover : #13294E;
	--button_colour_hover: #fff;
}
.styledContainer.style-blue {
	background-color:var(--theme_blue);
	color:#fff;
	--title_colour:#fff;
	--body_colour:#fff;
}
.styledContainer.style-light_blue {
	background-color:var(--theme_light_blue);
	color:#fff;
	--title_colour:#fff;
	--body_colour:#fff;
}
.styledContainer.style-navy {
	background-color:var(--theme_navy);
	color:#fff;
	--title_colour:#fff;
	--body_colour:#fff;
}
.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.carouselSwitch .owl-dots span,
.scms-carousel .owl-dots span {
	cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 1;
    font-size: 0px;
}
.carouselSwitch .owl-dots span:before,
.scms-carousel .owl-dots span:before {
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--body_colour);
    opacity: 1;
}
.carouselSwitch .owl-dots .active span:before,
.scms-carousel .owl-dots .active span:before {
    opacity: 1;
    background-color: var(--theme_orange);
}
.carouselSwitch .owl-dots,
.scms-carousel .owl-dots {
	text-align:center;
    margin-top: 0;
}
.carouselSwitch .owl-nav,
.scms-carousel .owl-nav {
	position:relative;
}
.scms-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.scms-carousel .owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.scms-carousel .owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.scms-carousel .owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.scms-carousel .owl-dots .owl-dot.active {
	opacity:1;
}

.dynamic-carousel .item img,
.dynamic-gallery .gallery-item img {
	width:100%;
	border-radius:45px;
	aspect-ratio:1;
	object-fit:cover;
}
.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
}
.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
}
.searchform input.searchInput {
	border: 0;
	height:30px;
	width:100%;
	background:transparent;
	padding: 4px 10px;
    outline: 0;
}
.searchform .searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3.25rem;	
}
@media (min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1330px;
    }
}
.body-text .text-lrg{
	color:var(--theme_navy);
    --link_colour: var(--theme_navy);
    --link_colour_hover: var(--theme_orange);
}
.body-text .text-lrg a{
	font-weight:700;
}
.sectionTitleWrap {
	position:relative;
	min-height:30px;
	margin-bottom:28px;
}
.sectionTitleWrap > *{
	width:100%;
	margin-top:0;
	margin-bottom:0;
}

.sectionTitleWrap:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
    right: calc(100% + 5px);
	background:var(--body_colour_alt);
	height:30px;
	width:50vw;
	clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
@media (min-width:992px){
	.sectionTitleWrap {
		position:relative;
		display:flex;
		margin-bottom:48px;
		min-height:120px;
	}
	.sectionTitleWrap:before {
		content:'';
		display:block;
		position:absolute;
		top:0;
		right: calc(100% + 15px);
		background:var(--body_colour_alt);
		height:120px;
		width:50vw;
		clip-path: polygon(0% 0%, calc(100% - 45px) 0%, 100% 50%, calc(100% - 45px) 100%, 0% 100%);
	}
}
@media (min-width:1460px){
	.sectionTitleWrap:before {
		right: calc(100% + 45px);
	}
}
/*news*/
.list-item{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.list-item-image{
	text-align:center;
}
.list-item-image a{
	display:block;
	padding:10px 0;
}
.list-item-text{

}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align:center;
}
.postThumb img{
	border-radius:45px;
	
}
/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:78px;
	position:relative;
}
.headGroup {
	background:var(--theme_pale_orange);
	transition:300ms;
	z-index:220;
	position:fixed;
	height:78px;
	width:100%;
	top:0;
	left:0;
}
.headGroup .headerIcon img {
	height:50px;
	width:auto;
	object-fit:contain;
	object-position:left;
}
.headGroup .row.headerRow{
	height:78px;
}
.headGroup a.button {
	padding-top:1rem;
	padding-bottom:0.75rem;
}
.fixedHeader .headGroup {
}
.socialDesktop {
	justify-content: end;
    display: flex;
}
@media (min-width:992px){
	header.mainHeader {
		height:90px;		
	}
	.headGroup {
		height:90px;	
	}
	.headGroup .row.headerRow{
		height:90px;
	}
	.headGroup .headerIcon img {
		height:80px;
	}
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	display:inline-block;
	cursor:pointer;
	height:70px;	
	width:70px;	
    color: #ec3822;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:34px;
	height:34px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transition:300ms;
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 34px;
    height: 3px;
    background-color:#13294E;
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
    background-color: #000;
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-1.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -8px;
}
.menu-toggle .toggleIcon span:after {
    top: 8px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}

#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: var(--theme_pale_orange);		
	color:var(--theme_navy);
	--link_colour:var(--theme_navy);
	--link_colour_hover:var(--theme_orange);
	z-index: 999;
	top: 78px;
	bottom:0;
	width: 100%;
	transform:translateX(100%);
	overflow-x: hidden;	
    font-family: 'ITCAvantGardeGothicProDemiBold', sans-serif;
	display:flex;
	flex-direction:column;
	padding-top:50px;
}
#navbar > .container{
	height:100%;
	padding-top:30px
}
#navbar a{
	text-decoration:none;
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
}
.navbarHeaderLinks {
	background:var(--theme_orange);
	color:#fff;
	--link_colour:#fff;
	--link_colour_hover:var(--theme_navy);
	text-align:center;
	font-size:1rem;
    font-family: 'ITCAvantGardeGothicProDemiBold', sans-serif;
	padding:10px 5px;
	position:fixed;
	top:78px;
	width:100%;
	z-index:1001;
}
.admin-bar .navbarHeaderLinks {
	margin-top:var(--wp-admin--admin-bar--height);
}
.fixedHeader .navbarHeaderLinks {
	display:none;
}
.navbarHeaderLinks .row{
	--bs-gutter-x:5px;
	--bs-gutter-y:10px;
}
.navbarHeaderLinks a{
	display:inline-block;
    padding: 0px 5px;
	text-decoration:none;
}
.menu-main-container {
    position: relative;
    height: 95%;
    width: 100%;
}
#menu-main{
	clear: both;
    font-size: 1.625rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-top:40px;
	padding-bottom:30px;
	background:var(--theme_pale_orange);
}
#menu-main li{
	width:100%;
}	
#menu-main li a{
	line-height:1.3;
	padding:13px 0 5px;
	display:block;
	position:relative;
}
#menu-main li.menu-item-has-children > a {
	padding-right:70px;
}
#menu-main li.menu-item-has-children > a:after{
	content:'';
	width:27px;
	height:27px;
	background-color:currentColor;
	position:absolute;
	top:50%;
	right:24px;
	transform:translateY(-50%);	
	mask-image:url(images/menu-arrow.svg);
	mask-repeat:no-repeat;
	mask-size:contain;
	mask-position:center;
}
#menu-main .sub-menu li.menu-item-has-children > a:after{
	width:18px;
	height:18px;
}
#menu-main li a.back{
	font-size:14px;
	text-transform:lowercase;
	opacity:.5;
	letter-spacing:2px;
	height:40px;
}
#menu-main li .sub-menu {
	display:none;	
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--theme_pale_orange);
	z-index:5;
	top:0;
	left:100%;
	display: block;
	transition:300ms;
	padding-bottom:30px;
}
#menu-main li .sub-menu li.menu-item:not(.submenu_parent){
	font-size:1rem;	
}
 
#menu-main::-webkit-scrollbar,
#menu-main li .sub-menu::-webkit-scrollbar {
	width: 5px;
	background-color: var(--theme_pale_orange);
}
#menu-main::-webkit-scrollbar-thumb,
#menu-main li .sub-menu::-webkit-scrollbar-thumb {
	background-color: var(--link_colour);
	
}
#menu-main::-webkit-scrollbar-track ,
#menu-main li .sub-menu::-webkit-scrollbar-track {
	background-color: var(--theme_pale_orange);
}


#menu-main li .sub-menu  .submenu_parent {
	--link_colour:var(--theme_orange);
}
#menu-main li .sub-menu .sub-menu li.menu-item:not(.submenu_parent){
	font-size:1.25rem;
	text-transform:initial;
	font-family:'BaskervilleProRegular', serif;
}
#menu-main li .sub-menu .sub-menu li.menu-item:not(.submenu_parent) >a:hover,
#menu-main li .sub-menu .sub-menu li.menu-item.current-menu-item:not(.submenu_parent) >a {
	text-decoration:underline
}
#navbar .menuCallout {
	display:none;
}
/*Mobile Only*/
@media (max-width:991.5px) or (max-height:599.5px){
	#navbar > .container{
		height:100%;
		max-width:100%;
		padding-top:30px
	}
	#menu-main{
		overflow-x: hidden;
		overflow-y: scroll;
		
	}
	#menu-main li .sub-menu {
		overflow-x: hidden;
		overflow-y: scroll;		
	}
	#menu-main.menunoscroll,
	#menu-main li .sub-menu.menunoscroll {
		overflow-x: hidden;
		overflow-y: hidden;	
	}
	#menu-main li.open > .sub-menu {
		left:0%;
	}
}

/*Desktop*/
@media (min-width:992px){
	#navbar{
		top:90px;
	}
	.navbarHeaderLinks {
		display:none;
	}
}

@media (min-width:992px) and (min-height:600px){
	#navbar > .container {
		position:relative;
	}
	#navbar{
		overflow-x: hidden;
	}
	#menu-main{
		display: flex;
		align-content: center;		
		flex-wrap:wrap;
		width:50%;
		padding-top:0px;
	}
	#menu-main a{
		position:relative;
		z-index:5;
	}
	#menu-main:before,
	#menu-main li .sub-menu:before{
		content:'';
		display:block;
		background-color:inherit;
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
	}
	#menu-main li .sub-menu {
		align-content: center;		
		flex-wrap:wrap;
		width:50%;
		display: flex;
		padding-left:10%;
		padding-right:10%;
		z-index:1;
		left:0;
	}
	#menu-main li:hover > .sub-menu {
		left:100%;		
	}
	
	#menu-main li .sub-menu .sub-menu{
		width:100%;
        padding-left: 5%;
        padding-right: 5%;		
	}
	#menu-main li.backItem,
	#menu-main li.submenu_parent {
		display:none!important;
	}
	#navbar .menuCallout {
		display:block;
		position:absolute;
		right:0.75rem;
		top:50%;
		transform:translateY(-50%);
		width:50%;
	}
}
@media (min-width:1200px) and (min-height:600px){
	#menu-main{
		font-size:2.5rem;
		width:33.333%;
	}
	#menu-main li .sub-menu {
		font-size:1.25rem;
		width:100%;
	}
	#menu-main .sub-menu > li > a{
		overflow:hidden;
		white-space:nowrap;
	}
	#menu-main li:hover > .sub-menu > li > a {
		white-space:normal;
	}
	#menu-main > li:hover > .sub-menu > li > a{
		width:50%;
	}
	#menu-main > li:hover > .sub-menu {
		width:200%;
	}
	#menu-main > li:hover > .sub-menu:before {
		width:50%;
	}
	#menu-main li .sub-menu .sub-menu{
		font-size:1.375rem;
	}
	#menu-main li .sub-menu li:hover >.sub-menu{
		left:50%;
	}
	#navbar .menuCallout {
		width:33%;
	}
	#menu-main li .sub-menu li.menu-item:not(.submenu_parent) {
		font-size:1.25rem;
	}
	#menu-main li .sub-menu .sub-menu li.menu-item:not(.submenu_parent) {
		font-size:1.375rem;
	}
}
/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:300px;
	max-height:700px;
	margin-top: 44px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top:35.897%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
#homeBanner {
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
}
#homeBanner .slideText{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	color:#fff;
	font-size:40px;
	text-align:center;
    font-family: 'ITCAvantGardeGothicProDemiBold', sans-serif;
	letter-spacing: 2px;	
	text-transform: uppercase;
	text-shadow: 10px 10px 99px #000000F8;
	transform:translateY(-50%);
}
#homeBanner .slide .slideImage:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent linear-gradient(180deg, #000000A5 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
@media(min-width:768px){
	#homeBanner {
		max-height:880px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
	#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:300px;
	max-height:700px;
	margin-top: 0px;
}
}
@media (min-width:992px){
	#homeBanner .slideText{
		font-size:50px;
	}
	#homeBanner {
		clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
	}	
	#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:300px;
	max-height:700px;
	margin-top: 0px;
}
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/

#footer{
	--body_colour: var(--theme_dark_blue);
    --title_colour:  var(--theme_dark_blue);
    --link_colour:  var(--theme_dark_blue);
    --link_colour_hover:  var(--theme_dark_blue);
    color: var(--body_colour);
	line-height:1.4;
	margin-top:3rem;
	font-size:1.125rem;
}
#footer .footerTop:before {
	content:'';
	display:block;
	width:100%;
	height:120px;
    background-color: var(--theme_orange);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	position:absolute;
	bottom:-1px;
	right:0;
}
#footer .footerTop,
#footer .footerTop > *{
	position:relative;
}
#footer .footerText {
	font-size: 1.5rem;	
}

#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .footerText .blockButton{
	font-size:1rem;
}

.helloCarousel {
	margin-top:30px;
}
.helloCarousel .item {
	position:relative;
    font-size: 200px;
	height:2.75em;
}
.helloCarousel .hello {
	font-size: inherit;
    line-height: 1.1;
	padding:0.25em 0 0.1em;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    width: 2.75em;
    position: absolute;
    transform: rotate(-90deg) translate(0px, -50%);
    transform-origin: 0 0;
    top: 100%;
    left: 50%;
	transition:500ms   cubic-bezier(0.45, 0, 0.55, 1);
}
.helloCarousel .owl-item:not(.active) + .owl-item.active .hello {
	padding-left:20px;
}
.footerDetails {
	margin-top:2rem;
}
.footerDetails .detailsrow {
	--bs-gutter-y:2.875rem;
	margin-top:0;
}
.footerMid {
    background-color: var(--theme_orange);	
    border-top: solid 1px transparent;
}
#education-family-menu li {
	margin:5px 0;
}
#education-family-menu li a{
	display:inline-block;
	padding-left:30px;
	position:relative;
	min-height:24px;
}
#education-family-menu {
	margin-top:1rem;
	margin-bottom:1rem;
}
#education-family-menu li a:before{
	content:'';
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	top:50%;
	left:0;
	margin-top:-6px;
	background:currentColor;
    mask-image: url(images/menu-arrow.svg);
    mask-size: 15px;
    mask-position: center;
    mask-repeat: no-repeat;
    vertical-align: middle;
}
#education-family-menu .sub-menu li a:before{
	color:#FFD1D4;
	mask-size: 11px;
}
#footer ul.socials {
	margin:1rem -7px;
}
#footer ul.socials li {
	padding:7px;
}
#footer ul.socials a{
	font-size:1.375rem;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	display:inline-block;
	border-radius:50%;
    border: solid 1px;
}
#footer ul.socials a:hover{
	background:rgba(255,255,255,0.25);
}
.footerLower {
	background:#fff;
	--body_colour: #343A40;
	color:var(--body_colour);
    --body_colour_alt: #E6323C;
    --title_colour: #343A40;
    --link_colour: #000;
    --link_colour_hover: #E6323C;
	--button_bg: #E6323C;
    --button_colour: #fff;
    --button_border_colour: #E6323C;
    --button_bg_hover: rgba(230, 50, 60, 0.2);
    --button_colour_hover: #E6323C;
    --button_border_hover: #E6323C;
	padding:25px 0;
	font-size:13px;
}
.footerLower .ftlogos {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
	justify-content:center;
	align-items:center;
	margin-bottom:2rem;
}
.ftDivider {
	width:100%;
	height:110px;
	background:#fff;
	clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	margin-bottom:-1px;
}
@media (min-width:568px){
	
}
@media (max-width:767.5px){
	#footer .footerText .blockButton a {
		width:100%;
		text-align:center;
		padding: 1em 1.2em;
	}

}
@media (min-width:768px){
	.helloCarousel .item {
		font-size:110px;		
		display: inline-block;
		width: 1.45em;
	}
}
@media (min-width:992px){
	#footer .footerText {
		
	}
	.helloCarousel .item {
		font-size:120px;
	}
	#footer{
		background-size:100% 450px;
		margin-top:190px;
	}
	#footer .footerText .blockButton{
		font-size:1.5rem;
	}
	#footer .footerTop:before {
		height:100%;
	}
}

@media (min-width:1200px){
	.footerInfo {
		margin-bottom:70px;
	}
	#footer .footerText {
		font-size: 1.5rem;
	}
	.helloCarousel .item {
		font-size:170px;
	}
	.footerLower .ftlogos {
		--bs-gutter-x: 2rem;
	}
	.footerLower .ftlogos {
		margin-bottom:5rem;
	}
	#footer{
		background-size:100% 940px;
	}	
}
@media (min-width:1400px){
	.helloCarousel .item {
		font-size:242px;
	}
	.helloCarousel .owl-item:not(.active) + .owl-item.active .hello {
		padding-left:50px;
	}
}
/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/
.bodyContent {
	margin-top:70px;
}
.dynamicContent {
	margin-top:50px;
	margin-bottom:0px;
}
#column_content_1.dynamicContent{
	margin-top:0px;
}
@media (min-width:1200px){
	.dynamicContent {
		margin-top:90px;
		margin-bottom:0px;
	}
	#column_content_1.dynamicContent{
		margin-top:50px;
	}
}

/*Text block*/
.body-text ul:not([class]){
	list-style-image: url("images/list_bullet.svg");
	padding-left:2rem;
}
.body-text ul:not([class]) li{
	padding-left:1.2rem;
	margin-bottom:1em;
}
.textContainer.styledContainer {
	padding-top:2rem;
	padding-bottom:2rem;
	position:relative;
	overflow:hidden;
}
.textContainer.styledContainer:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-color: #fff;
    mask-image: url(images/star-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
	width:73%;	
    max-width: 730px;
    transform: translateY(-51%) translateX(50%);
    aspect-ratio: 1;
    opacity: 0.12;
    pointer-events: none;
	z-index:2;
}
.dynamicContent.dynamic-text.consecutiveContent.styledContent + .dynamicContent.dynamic-text.consecutiveContent.styledContent {
	margin-top:0px;
}
@media (min-width:992px){
	.textContainer.styledContainer:before {
		transform: translateY(-51%) translateX(27%);		
	}
}
@media (min-width:1200px){
	.textContainer.styledContainer {
		padding-top:4rem;
		padding-bottom:4rem;
	}
}
@media (min-width:1200px){
	.textContainer.styledContainer {
		padding-top:6rem;
		padding-bottom:6rem;
	}
}
/*Text Image*/
.textImageContainer {
	padding-top:2rem;
	padding-bottom:2rem;	
}
.textimgRow.row {
	--bs-gutter-x:2rem;
	--bs-gutter-y:2rem;
}
.imageItem {
	position:relative;
}
.imageItem img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:45px;
}
.imageItem .imageItemCaption{
	--title_colour:var(--button_bg);
	margin-top:10px;
}
.imageItem .imageItemCaption strong{
	color:var(--title_colour);
	font-size:1.1em;
}
@media (min-width:992px){
	.textimgRow.row {
		--bs-gutter-x:2rem;
	}
}
@media (min-width:1200px){
	.textImageContainer .imgWrap.leftImg {
		padding-right:3.5rem;
	}
	.textImageContainer .imgWrap.rightImg {
		padding-left:3.5rem;
	}
}
/*******Dividers******/
.dividera{
	clear: both;
    width: 100%;
    height: 100px;
   position:relative;
}
.dividera:before{
	content:'';
	width:90%;
	height:1px;
	border-bottom:solid 1px #ccc;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	 background-image: url(images/icon.png);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:#fff;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}

/*Image Block*/
.imageblock-item {
	position:relative;
	width:100%;
	border-radius:45px;
	overflow:hidden;
	min-height:300px;
	background:#000;
}
.imageblock-item:before {
	content:'';
	display:block;
	width:100%;
	padding-top:49%;
}
.imageblock-item.landscape:before {
	padding-top:75%;
}
.imageblock-item.portrait:before {
	padding-top:133.333%;
}
.imageblock-item.post-thumbnail:before {
	padding-top:100%;
}
.imageblock-item img{
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:45px;
	overflow:hidden;
	top:0;
	left:0;
}
.imageblock-item .imageItemCaption{
	color:#fff;
	font-size:1.875rem;
	font-family:'ITCAvantGardeGothicProDemiBold', sans-serif;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
	padding:0.8em 1.25em;
	line-height:1.1;
	background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width:992px){
	.imageblock-item .imageItemCaption{
		font-size:2.5rem;
	}
}

.videoLink .imageblock-item .imageItemCaption{
	background:transparent;
}
.videoLink .imageblock-item img{
	opacity:0.7;
}
.videoLink .imageblock-item:after {
	content:'';
	display:block;
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 26px 0 26px 46px;
   border-color: transparent transparent transparent #fff;
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
}
.videoLink:hover .imageblock-item:after {
   border-color: transparent transparent transparent var(--theme_light_blue);	
}
/*******FAQS*****/
.faqs{

}
.faqs .faq{
	margin-top:20px;
}
.faq-question{
	font-size: 1.125rem;
	display: block;
    color: var(--button_colour,#fff);
    border: solid 1px var(--button_border_colour,#000);
    background: var(--button_bg,#000);
	text-decoration:none!important;
    line-height: 1.3em;
    padding: 1.3125rem 3.5em 1rem 1.5em;
    position: relative;
    transition: 300ms;
	border-radius:2rem;
	font-family: 'ITCAvantGardeGothicProDemiBold', sans-serif;
	border-radius:2rem;
	cursor:pointer;
}
.faq.open .faq-question{
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border-color:var(--button_border_hover,#000);
}
.faq-question:hover{
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
	border-color:var(--button_border_hover,#000);
}
.faq-question:after {
    content: '+';
	font-size:30px;
	font-family:sans-serif;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
	text-align:center;
    position: absolute;
    right: 2rem;    
	top:50%;
	transform:translateY(-50%);
}
.faq.open .faq-question:after {
    content: '-'; 
}
.faqs .faq .faq-answer{
	background:rgba(255,255,255,0.4);
	padding:4rem 40px 2rem;
	margin-top:-2rem;
	border-radius:0 0 32px 32px;
}

/******Staff********/
.staffMember {
	margin-top:50px;
}
.staffMember .staffTitle{
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:15px;
}
.staffImage img{
	width:100%;
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
	font-weight:700;
}
.staff-metas > .staff-meta:last-child {
	margin-bottom:20px;
}
@media (min-width:992px){
	.staffMember {
		margin-top:90px;
	}
}
/*****Quotes******/
.quoteContainer .quotesTitle{ 
	text-align:center;
}
.quoteContainer .singleQuote {
	position:relative;
    padding-top: 3rem;
}
.quoteContainer .singleQuote:before {
	content:'"';
	position:absolute;
	top:0;
	left:50%;
	font-family:'BuntaroRegular', sans-serif;
	font-size:6rem;
	line-height:1;
	
}
.quoteContainer .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
}
.quoteContainer .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	opacity:1;
	font-size:0px;
}
.quoteContainer .cycle-pager span:before {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:var(--body_colour);
	opacity:0.2;
}
.quoteContainer .cycle-pager span.cycle-pager-active:before{
	opacity:1;
	background-color:var(--body_colour_alt);
}
.quoteContainer blockquote.quote-text{
	margin-top:0;
	margin-bottom:0;	
}
.quoteContainer .quote-cite{
	display:block;
	text-align:center;
	padding-top:20px;
}
@media (min-width:992px){
	.quoteContainer .singleQuote {
		padding-top: 4rem;
	}
	.quoteContainer .singleQuote:before {
		font-size:8.125rem;		
	}
}
/****Documents******/
.dynamic-documents.consecutiveContent {
	margin-top:1.5rem;	
}
.documents .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;	
}
a.button.document-link {
	padding-right:50px;
	width:100%;
	text-align:left;
	min-width:0;
}
a.button.document-link:after {
	content: "";
	display:block;
	position:absolute;
	top:50%;	
    right: 35px;
    transform: translateY(-50%);
	width:10px;
	height:15px;
	background-color:currentColor;
	mask-image:url(images/download-icon.png);
	mask-size:contain;
	mask-repeat:no-repeat;
	mask-position:center;
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: #fff;
    background: #969696;
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	min-height:80vh;
	display:block;
	align-items:center;
	justify-content: center;
}
.callout .calloutText {	
	margin-bottom:2rem;
}
.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.callout.hasbg .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.callout .coimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}
.homeDynamic.dynamic-callout .callout {
	color: var(--theme_dark_blue);
	--body_colour: var(--theme_dark_blue);
	--title_colour: var(--theme_dark_blue);
    background: var(--theme_pale_orange);
    text-align: left;
}
.homeDynamic.dynamic-callout .callout.hasbg .coimg:after {
    background: rgba(255,255,255,0.3);	
}
.homeDynamic.dynamic-callout .callout .calloutContent .col {
	max-width:430px;
    text-align: left;
	padding-bottom:50px;
}
@media (max-width:768px){
	.homeDynamic.dynamic-callout .callout {
		background:#fff;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .coimg {
		position:relative;
		width:100%;
		height:400px;
		clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	}
	.homeDynamic.dynamic-callout .callout.hasbg .calloutTitle {
		position:absolute;
		bottom:100%;
		left:0;
		width:100%;
		padding:0 16px 50px;
		z-index:5;
		text-align:center;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .calloutContent {
		min-height:0;
		
	}
}
@media (min-width:992px){
	.homeDynamic.dynamic-callout .callout .calloutContent .col {
		padding-bottom:120px;
	}
	.callout .calloutContent {
		padding-top: 4rem;
		padding-bottom: 4rem;		
	}
}
@media (min-width:1200px){
	.callout .calloutContent {
		padding-top: 6rem;
		padding-bottom: 6rem;		
	}
}
/***POIS****/
.row.pois {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.dynamic-poi .sectionTitle {
	text-align:center;
	padding-top:20px;
	margin-bottom:2em;
}
.poi {
	--link_colour:#2C3A5E;
	--link_colour_hover:#2C3A5E;
	text-decoration:none;
	font-family:'ITCAvantGardeGothicProDemiBold', sans-serif;
}
.poi:hover  {
	text-decoration:none;
}
.poiImage {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background:var(--theme_blue);
	color:#fff;
	text-decoration:none;
	border-radius:45px;
}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}

.poiImage .poiImageBG {	
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	border-radius:45px;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0.8;
}
.poi .poiText {
	padding:20px 0;
}
.poi .poiTitle {
	font-size:26px;
	text-transform:uppercase;
}
.poi .textOnlyBlock {
	border-radius:45px;
	overflow:hidden;	
    display: flex;
	height:100%;
    min-height: 410px;
	align-items:center;
	padding-top:20px;
	padding-bottom:20px;
}
.poi .textOnlyBlock .poiText  {
	text-align:center;
	width:100%;
    padding:100px 20px 20px;
	position:relative;
}
.poi .textOnlyBlock .poiText:before  {
	content:'';
	display:block;
	width:38px;
	height:38px;
	position:absolute;
	top:50px;
	left:50%;
	transform:translateX(-50%);
	background-color:var(--body_colour_alt);
	mask-image:url(images/poi_marker.svg);
	mask-repeat:no-repeat;
	mask-size:contain;
	mask-position:center;
}
.poi .textOnlyBlock .poiText .poiTitle {
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
}
.poi .textOnlyBlock .poiText .poiEx {
	margin-top:20px;
	min-height:30px;
}
.poi .textOnlyBlock .poiText .btn-style {
	margin-top:20px;
}
/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
.welcomeBlock {
	margin-bottom:40px;
}
.dynamicContent.homeDynamic {
	margin-top:0;
}
.homeCurriculum {
	background:#fff;
	clip-path: polygon(50% 50px, 100% 0%, 100% 100%, 0 100%, 0 0);
}
.homeCurriculum .curriclumBlockToggles {
	padding-top:80px;
	padding-bottom:20px;
}
.subject .subjectcontent {
	display:none;
}
.subjects .subjTitle {
	text-transform:uppercase;
	position:relative;
	margin-top:0;
	margin-bottom:0;
}
.subjects .subjTitle:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-34px;
    width: 20px;
    height: 20px;
	background-color: var(--body_colour_alt);
    mask-image: url(images/list_bullet.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.subjects .subject {
	margin-bottom:40px;
	padding-left:34px;
	transition: 400ms;
}
.subjects .subject.open {
	margin-bottom:20px;
}
.curriculumSliderWrap {
	margin-left:-26px;
	margin-right:-26px;
	height: 100%;
}
.curriculumSlider {
	width:100%;
	min-height:480px;
	height:480px;
}
.curriculumSlider .slide{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.curriculumSlider .slide:after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	min-height:190px;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000090 100%) 0% 0% no-repeat padding-box;
}
.curriculumSlider .slide img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
}
.curriculumSlider .slide .slidebutton {
	position:absolute;
	bottom:100px;
	left:0;
	width:100%;
	text-align:center;
	z-index:5;
}

.curriculumSlider .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
	position:absolute;
	bottom:50px;
	z-index:105;
}
.curriculumSlider .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	opacity:1;
	font-size:0px;
}
.curriculumSlider .cycle-pager span:before {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#fff;
	opacity:1;
}
.curriculumSlider .cycle-pager span.cycle-pager-active:before{
	opacity:1;
	background-color:var(--theme_orange);
}

@media (min-width:992px){
	.homeCurriculum {
		background:#fff;
		clip-path: polygon(50% 120px, 100% 0%, 100% 100%, 0 100%, 0 0);
	}
	.homeCurriculum .curriclumBlockToggles {
		padding-top:200px;
	}
	.curriculumSlider {
		height:100%;
		min-height:700px;
	}
	.curriculumSliderWrap {
		margin-left:0px;
		margin-right:calc(-50vw + 100%);
	}
	.curriculumSlider .slide .slidebutton {
		bottom:150px;
	}
	.subjects .subject {
		margin-bottom:56px;
		padding-left:0;
	}
}
@media (min-width:1480px){
	.subjects .subjTitle:before {
		left:-57px;
	}
}
.parallaxCallout {
    max-height: 90vh;
	position:relative;
	overflow:hidden;
	min-height:600px;
    display: flex;
    align-items: center;
    background: #0b1b3f;
	color:#fff;
}
.parallaxCallout .parallaxContent {
	width:100%;
}
.parallaxCallout .parallaxContent .container {
	position:relative;
}
.parallaxCallout .parallaxContent img{
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}

.parallaxCallout .parallaxContent .parallaxContentInner{
	padding:30px 0;
	display:flex;
	flex-wrap:wrap;
}
.parallaxCallout .parallaxContent .parallaxContentInner > *{
}
.parallaxCallout .parallaxContent .parallaxContentInner .pltext{
	text-align:center;
	margin:30px 0;
    align-self: center;
    font-family: 'ITCAvantGardeGothicProDemiBold', sans-serif;
	width:100%;
}

.pltext .text-center {
	text-align: left !important;
}
.pltext .text-end {
	text-align: left !important;
}
.parallaxCallout .parallaxContent .buttonWrap {
    align-self: end;
	width:100%;
}
@media (min-width:992px){
	.parallaxCallout .parallaxContent .parallaxContentInner{
		position:absolute;
		bottom: 10%;
		top:10%;
		height:auto;
		left:0%;
		width:100%;
		z-index:5;
	}
	.parallaxCallout .parallaxContent .parallaxContentInner .pltext{
		font-size:35px;
	}
	.pltext .text-center {
	text-align: center !important;
	}
	.pltext .text-end {
	text-align: right !important;
	}
}
@media (min-width:1200px){
	.parallaxCallout .parallaxContent .parallaxContentInner .pltext{
		width:80%;		
		margin-left:10%;
	}	
	.pltext .text-center {
	text-align: center !important;
	}
	.pltext .text-end {
	text-align: right !important;
	}
}
.promiseBlock {
    /*clip-path: polygon(50% 50px, 100% 0%, 100% 100%, 0 100%, 0 0);
	margin-top:-50px;
	padding-top:50px;*/
	position:relative;
}
.homeDynamic.dynamic-artemis_promise {
	position:relative;
}
.homeDynamic.dynamic-artemis_promise:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-color: #fff;
    mask-image: url(images/star-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
	width:73%;	
    max-width: 730px;
    transform: translateY(-40%) translateX(50%);
    aspect-ratio: 1;
    opacity: 0.12;
    pointer-events: none;
	z-index:2;
}
.promiseBlock .promiseContent {
	padding-top:60px;
	padding-bottom:50px;
	z-index:5;
}
.promiseBlock .sectionTitleWrap {
	max-width:480px;
	--title_colour:var(--theme_dark_blue);
}
.promiseItems {
	--bs-gutter-y:40px;
}
.promiseItem {
	padding-left:20px;
	font-size:1rem;
}
.promiseItem .promiseTitle {
	position:relative;
	margin-top:0;
	margin-bottom:20px
}
.promiseItem .promiseTitle:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-34px;
    width: 20px;
    height: 20px;
	background-color: var(--body_colour_alt);
    mask-image: url(images/star-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.promiseBlock .highlightBox {
	background-color:rgba(255,255,255,0.3);
	color:var(--theme_navy);
	padding:18px 26px;
	border-radius:40px;
}
.promiseBlock .highlightBox p{
	margin:10px 0;
}
@media (min-width:992px){
	.promiseBlock {
		margin-top:-120px;
		clip-path: polygon(50% 120px, 100% 0%, 100% 100%, 0 100%, 0 0);
		padding-top:120px;
	}
	.promiseItem {
		font-size:1.125rem;
		padding-left:0;
		padding-right:40px;
	}
	.promiseBlock .highlightBox {
		border-radius:90px;		
	}
	.promiseBlock .promiseContent {
		padding-top:100px;
		padding-bottom:100px;
	}
	.homeDynamic.dynamic-artemis_promise:before {
		transform: translateY(-45%) translateX(27%);		
	}
}
@media (min-width:1200px){
	.promiseBlock .highlightBox {
		padding:18px 7%;
	}
}
@media (min-width:1480px){
	.promiseItem {
		padding-right:110px;
	}
}
.homeDynamic.dynamic-highlight_slider .sectionTitle {
	position:relative;
	padding-top:70px;
	text-align:center;
	z-index:2;
}
.homeDynamic.dynamic-highlight_slider .sectionTitle > *{
	margin-bottom:0;
}
.highlightSlider:before  {
	content:'';
	display:block;
	width:224px;
	max-width:90%;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:150px;
	background-image:url(images/kindness-co.png);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
}
.highlightSlider .slide{
	width:100%;
}
.highlightSlider .slide .highlight_item{
	display:flex;
	align-items:center;
	height:100%;
	width:100%;
	position:relative;
	min-height:90vh;
	min-height:60vh;
	text-align:center;
	padding:50px 0 200px;
	padding:30px 0 200px;
}
.highlightSlider  .slide .slideTitle{
	font-size:3.75rem;
    font-family: 'BuntaroRegular', sans-serif;
	margin-top:0;
	margin-bottom:0;
}
.highlightSlider .slideText {
	text-align: center;
    width: 100%;
    padding: 64px 20px 20px;
    position: relative;
	margin-top:20px;
	margin-bottom:20px;
}

.highlightSlider .slideText:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 50%;
	transform:translateX(-50%);
    background-color: var(--body_colour_alt);
    mask-image: url(images/poi_marker.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.highlightSlider .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
	position:absolute;
	bottom:150px;
	z-index:105;
}
.highlightSlider .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	opacity:1;
	font-size:0px;
}
.highlightSlider .cycle-pager span:before {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
    background-color: var(--body_colour);
    opacity: 0.2;
}
.highlightSlider .cycle-pager span.cycle-pager-active:before{
	opacity:1;
	background-color:var(--theme_orange);
}
@media (min-width:992px){
	.highlightSlider  .slide .container{
		max-width:628px;
	}
	.highlightSlider .slide .highlight_item{
		padding-bottom:380px;
		position:relative;
	}
	.homeDynamic.dynamic-highlight_slider {
		position:relative;
	}
	.homeDynamic.dynamic-highlight_slider:before,
	.homeDynamic.dynamic-highlight_slider:after{
		content:'';
		display:block;
		position:absolute;
		bottom:0;
		height:100%;
		background:var(--theme_blue);
		max-width:400px;
		width:25%;
	}
	.homeDynamic.dynamic-highlight_slider:before{
		left:0;		
		clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
	}
	.homeDynamic.dynamic-highlight_slider:after{
		right:0;
		clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
	}
	.highlightSlider .cycle-pager {
		bottom:230px
	}
	.highlightSlider:before  {
		height:200px;
		width: 390px;
	}
}
@media (min-width:1200px){
	.highlightSlider  .slide .slideTitle{
		font-size:5.625rem;
	}
}
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	color:#676767;
	display:inline-block;
	text-decoration:none;
	padding:0.5rem 1rem;
}
#menu-side a:hover {
	text-decoration:none;
}
/*Top level item*/
#menu-side > li > .sub-menu{
	margin:10px 0;
}
/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a{	
}
#menu-side .sub-menu li.current-menu-item > a{
	color:#676767;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow {
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 27px;
	position: absolute;
	left: 12px;
	top: 10px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
	transform:rotate(90deg);
}
#menu-side .sub-menu li a:hover{
	color:#676767;
}
#menu-side .sub-menu .sub-menu {
	background:rgba(0,0,0,0.1);
	padding-bottom:10px;
	display:none;
}
#menu-side .sub-menu .sub-menu li{
	margin:0;
}
#menu-side .sub-menu li.open > .sub-menu {
	display:block;
}
@media (max-width:991.99px){
	.side-menu-container {
		display:none;
	}
}

/*Blog sidebar*/
#blognav ul {
	list-style:none;
}
.sidebarSec {	
    padding:0px 15px 15px;
	margin:0 auto 10px;
}
@media (min-width:1200px){

}
/*Animation*/


.hideme {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.hideme.active {
	opacity:1;
	top:0;
}


