/*------------------------------------*\RESETS\*------------------------------------*/

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:hover, a:focus {
	outline: none;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wow {
	visibility: hidden;
}
img {
	width: 100%;
	height: auto;
}
.NoMargin {
	margin: 0px!Important;
}
.Centered {
	margin: 0 auto;
	float: none;
}
.Centered img {
	margin: 0 auto;
}
.SmallMarginBottom {
	margin-bottom: 25px;
}
.SmallMarginTop {
	margin-top: 25px;
}
.MarginBottom {
	margin-bottom: 55px;
}
.MarginTop {
	margin-top: 55px;
}
.MarginTopLarge {
	margin-top: 100px;
}
.MarginBottomLarge {
	margin-bottom: 100px;
}
.PaddingTop {
	padding-top: 15px!Important;
}
.PaddingBottom {
	padding-bottom: 15px!Important;
}

.PaddingLeft {
	padding-left: 15px!Important;
}

.PaddingRight {
	padding-right: 15px!Important;
}
.MarginLeft {
	margin-left: 15px!Important;
}
.MarginRight {
	margin-right: 15px!Important;
}
.NoPadding {
	padding: 0px!Important;
}
.NoPaddingLeft {
	padding-left: 0px!Important;
}
.NoPaddingRight {
	padding-right: 0px!Important;
}
.FloatRight {
	float: right;
}
.FloatNone {
	float: none;
}
.ImageNoResize {
	text-align: center;
}
.ImageNoResize img {
	width: auto!important;
	height: auto!important;
}
.FloatLeft {
	float: left!important;
}
.TextCenter {
	text-align: center;
}
.TextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
.FullWidth {
	width: 100%;
	clear: both;
	float: left;
}
.Center {
	margin: 10px auto;
}
.Uppercase {
	text-transform: uppercase;
}
.Italic {
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #9b866f;
}
:-ms-input-placeholder {
	color: #9b866f;
}
::-moz-placeholder {
	color: #9b866f;
	opacity: 1;
}
:-moz-placeholder {
	color: #9b866f;
	opacity: 1;
}
.MobileNavCont input {
	-webkit-appearance: none!important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

input {
}
.Clear:before, .Clear:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.Clear:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}

.ShowTabletMobile {
	display: none
}
.MobileNav {
	display: none;
}
.appear {
	display: block;
}
.noappear {
	display: none!important;
}


/*------------------------------------*\TABLES\*------------------------------------*/

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #fff;
	padding: 5px;
}
table th, table td {
	padding: 10px;
}
table td {
	vertical-align: text-top;
	background: #fff;
		border-bottom: 1px solid #ededed;

}

/*------------------------------------*\FONTS\*------------------------------------*/






p {
	font-size: 16px;
	line-height: 25px;
	padding: 0px;
	margin: 0 0 15px 0;
	color: #9f958f;
	font-weight: 400;
}
p a {
	text-decoration: underline;
	font-weight: 400;
	color: #9b866f;

}
p a:hover {
	text-decoration: none;
		color: #9b866f;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px 0;
	padding: 0px;
	color: #9b866f;
	    font-family: 'Halant', serif;
    font-weight: 400;


}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #9b866f;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #9f958f;
}
h1 {
	font-size: 45px;
	line-height: 45px;
}
h2 {
	font-size: 45px;
	line-height: 45px;
}
h3 {
	font-size: 35px;
	line-height: 40px;
}
h4 {
	font-size: 30px;
	line-height: 35px;
}
h5 {
	font-size: 25px;
	line-height: 30px;

}
h6 {
	font-size: 20px;
	line-height: 25px;

}
blockquote {
	display: block;
	padding: 15px 20px 15px 45px;
	margin: 25px 0 25px 0;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	border-left: 5px solid #9b866f;
	font-style: italic;
}
blockquote::before {
	content: "\201C";
    font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	color: #d4d4d4;
	position: absolute;
	left: 10px;
	top: 0px;
}
blockquote::after {
	content: "\201D";
    font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	color: #d4d4d4;
	position: absolute;
	right: 10px;
	bottom: -20px;
}
button, .PostLink a {
	vertical-align: middle;
	padding:20px 35px 20px 35px; 
		transition: all 0.3s ease-in-out;
	display: inline-block;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	background: #9b866f;
border: none;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-weight:700;
}

button:hover, .PostLink a:hover {
	background: #9f958f;
	color: #fff;
}



/*------------------------------------*\FORMS&POPUP\*------------------------------------*/

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d4d4d4
!important;
}

.caldera-grid a {
	font-size: 16px!important;
	line-height: 20px!important;
}
.caldera-grid li, .parsley-type {
	font-size: 15px!important;
	padding: 0px;
	margin: 0px!important;
	color: #9b866f!important;
	list-style-type: none!important;
	margin-left: 0px!important;
}


.btn-default {
vertical-align: middle;
	padding:20px 15px 20px 15px!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	margin: 0px!important;
	color: #fff!important;
	font-size: 14px!important;
	line-height: 15px!important;
	background: #9b866f
!important;
	text-transform:uppercase!important;
	letter-spacing: 2px!important;
	font-weight:700!important;
	border: none!important;
		border: #9b866f
 solid 1px!important;

}


.btn-default:hover {
background: #fff!important;
	color: #9f958f!important;
		}


.caldera-grid label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300!important;
	color: #9f958f;
	font-size: 18px;
}

.checkbox label {

	font-size: 15px;
}


.caldera-grid .form-control {
	border: 1px solid #9b866f
!important;
}
.caldera-grid .form-control, .caldera-grid output {
	font-size: 16px!important;
	line-height: 20px!important;
	color: #9f958f!important;
}
.caldera-grid .form-control, .caldera-grid textarea.form-control {
	background: #fff!important;
}

.caldera-grid .breadcrumb>.active, .caldera-grid .breadcrumb>.active>a {
	color: #7d4299!important;
	font-weight: 700;
}
.caldera-grid .form-control:focus, .caldera-grid textarea.form-control:focus {
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10)!important;
	-moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10)!important;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10)!important;
	background: #fff!important;
}
.caldera-grid input[type=checkbox], .caldera-grid input[type=radio] {
	margin-left: -20px!important;
	float: left!important;
	position: relative!important;
	width: 15px!important;
	height: 15px!important;
	background: #fff!important;
	border: solid #9b866f
 1px!important;
	top: 2px;
	cursor: pointer!important;
}
.caldera-grid input[type=radio]:checked+label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

/*------------------------------------*\BACKGROUNDS & RELATED STYLES\*------------------------------------*/

body {
	-moz-osx-font-smoothing: grayscale;
	background: #f1efee;
	font-family: 'Muli', sans-serif;
}

.WhiteBack {
	background: #fff;
}

.RedBack {
	background: #9b866f;
}

.LightBlueBack {
	background: #9b866f
;
}

.PaleBlueBack {
	background: #eaf1f7;
}
.BottomBack {
	background: #f3f5f6;
}

.TextButton {
	clear: both;
}
.ContentArea {
	clear: both;
}

/*------------------------------------*\TRANSISTIONS\*------------------------------------*/

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*------------------------------------*\MENU STYLES\*------------------------------------*/

#menu-main-menu {
	text-align: center;
	position: relative;
}
#menu-main-menu li {
	display: inline-block;
	padding: 0;
	border-right: 1px solid #f1efee;
}

#menu-main-menu li:last-child {
	display: inline-block;
	padding: 0;
	border-right: none;
}

#menu-main-menu li a {
	font-size: 14px;
	color: #9f958f;
	padding: 20px 46px 20px 47px;
	margin-left: -4px;
	margin-right: 1px;
	position: relative;
	display: inline-block;
	outline: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	background: #fff;
	font-weight: 700;

}

#menu-main-menu li a:hover {
		color: #fff;
	background: #9b866f;
}

#menu-main-menu .current_page_item a,
#menu-main-menu .current-page-ancestor a,
#menu-main-menu .current_page_parent a {
		color: #fff;
	background: #9b866f;
}




.MainNav {
    background: #fff;
	    position: absolute;
    z-index: 100;
	border-bottom: #f1efee 1px solid;
}


.StickyNav {
	width: 100%;	}
.StickyRedBack,
#menu-main-menu a,
#menu-main-menu a:after,
#menu-main-menu a:before {
  transition: all .5s;
}


		#menu-main-menu ul.sub-menu {
    position: absolute;
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    display: block;
    height: auto;
    margin-top: 0;
	 width: 300px;
			    margin-left: -4px;
    margin-right: 1px;
			    padding-top: 1px;
				
				li {
					margin: 0;
					    position: initial;
					    align-items: center;
					display: flex;
					border-bottom: solid 1px #fff;
					border-right: none;
					
									a {
							padding: 10px 15px;
										text-align: left;
												color: #fff;
										    margin-left: 0;
    margin-right: 0;
	background: #9b866f;
										            width: 100%;
										
											&:hover{
																background: #fff;
												color:  #9f958f;

						 
					}
					}
					
					}
				}	

		   
#menu-main-menu li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
}	   
		   
		  

/*------------------------------------*\HEADER STYLES\*------------------------------------*/

header {
	width: 100%;
	z-index: 99;
}
.HeaderTop {
	margin-top: 15px;
	margin-bottom: 15px;
}
.HeaderFlex {
	display: flex;
	align-items: center;
}


.NavigationOuter {
	padding-top: 1px;
	width: 100%;
}
.Navigation {
	background: #fff;
}
.NavigationInner {
	background: #9b866f;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.MobileHeader {
	display: none;
}
.overlay {
	display: none;
}



.MainNav {
	
	}
	

.Logo {
   width: 215px;
    height: 112px;
		display: flex;
	a {
		display: flex;
}
}
.HeaderLink {
	color: #9b866f;
	font-size: 15px;
	padding: 15px;
	display:inline-block;
	margin-left: 15px;
}

.HeaderLink:hover {
	background: #fff;
		color: #9b866f;

}
.HeaderLink i {
    color: #9b866f;
    font-size: 20px;
    padding: 5px;
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
	margin-right: 10px;
}

.HeaderLink span {
	margin-top: 5px;
	display:inline-block

}	
/*------------------------------------*\BODY STYLES\*------------------------------------*/

.MainPageGrad {
background: -moz-linear-gradient(left, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 30%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 30%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
overflow: hidden;
position:relative;
}

.MainPageGrad:after {
    height: 500px;
    position: absolute;
    z-index: 1;
	opacity: 0.1;
    width: 500px;
    content: "";
    bottom: 30px;
    left:50px;
	background: url(../img/Truro-School-Enterprises-watermark.svg);
	background-size: cover;
}

.bannerno {
height: 140px !important;
object-fit: cover;
background: #fff;
}

.bannerno:after {
    background: #fff!important;
}
.bannerlarge {
	height: 850px!important;
		object-fit: cover;
}

.bannerlarge img {
	height: 850px!important;
		object-fit: cover;
}
.bannermedium {
	height:650px!important;
		object-fit: cover;
}

.bannermedium img {
	height: 650px!important;
		object-fit: cover;
			}
			
.bannersmall {
	height: 450px!important;
		object-fit: cover;

}
.bannersmall img {
	height: 450px!important;
		object-fit: cover;
}


.TopBannerTextCont {
	position:relative;
	text-align:center;
}



.TopBanner:after {
    height: 100%;
    position: absolute;
    z-index: 20;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    right: 0;
	    background: rgba(0, 0, 0, 0.2);

}
.TopBannerHome:after {
    height: 100%;
    position: absolute;
    z-index: 20;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    right: 0;
	    background: rgba(0, 0, 0, 0);

}


.TopBannerText {
	top: 60%;
	transform: translateY(-60%);
	float: none;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	padding: 10px;
	z-index: 30;
}


.TopBannerTextCont h2, .TopBannerTextCont h1 {
	font-size: 60px;
	line-height: 70px;
	margin: 0px;
	z-index: 20;
		text-align:center;
}


.TopBannerTextCont h2, .TopBannerTextCont h3, .TopBannerTextCont h1, .TopBannerTextCont p  {
	color: #fff;
	}
.TopBannerTextCont p  {
	margin-top: 20px;	}

.TopBannerTextCont h3  {
	text-transform:uppercase;
	letter-spacing: 3px;	}


.HomeText h1 {
		margin-top: 100px;
	}

.HomeImage1 {
	position: relative;
	left: 0;width: 100%;
	margin: 100px 0px;
	top: 0;}

	.HomeImage2 {
	position: absolute;
	right: -50px;
	width: 300px;
	top: 150px;}
	
	.HomeImage3 {
	position: absolute;
	bottom: 50px;
	width: 300px;
	left: 50px;}
		
.breadcrumbs {
	color: #9f958f;
	font-size: 15px;
	padding: 25px 0px;
}
.breadcrumbs a {
	color: #9b866f;
}
.breadcrumbs a:hover {
	color: #9f958f;
}

 footer {
	position:relative;

}

.MainArea {
padding-left: 50px;
z-index: 10;
    position: relative;
}


.MainAreaFull {
padding-top: 25px;
    padding-bottom: 1px;
}

.LeftBar {
	position:relative;
	z-index: 3;	
}

.NewsletterInner {
	bottom:50px;
	transform: translateY(-100px);
	float: none;
	margin: auto;
	z-index: 2;
}

.Newsletter {
	position:absolute;
	z-index:200000;
	background: #9b866f;
	width: 100%;
	}
.SideNav {
	margin-top: 50px;
	
}

.IntroList {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
		color: #fff;
	padding: 15px 40px 15px 45px;
	background:  #9b866f;
	text-transform:uppercase;

margin-bottom: 15px;
	letter-spacing: 2px;
text-align:center;
}

.SideNav  {
	background: #fff;


}

.SideNav li a {
	display: block;
	width: 100%;
	font-size: 17px;
	color: #9f958f;
		padding: 15px 50px 15px 45px;

}

.SideNav li:last-child a {

margin: 0px;
}

.SideNav ul {
    padding-bottom: 25px;
}
.SideNav li a:hover,
.SideNav li ul li a:hover
 {
	color: #9b866f;
}



.SideNav .current_page_item a {
	color: #fff;
		background: url(../img/sub-nav-arrow.svg) right 40px top 50% no-repeat;
	background-size: 10px 15px;
}



.SideNav .current_page_item .children a {
			background: none!important;
	color: #9b866f!important;
}

.SideNav .current_page_item .children a:hover {
	color: #9b866f!important;
}
.SideNav .children .current_page_ancestor a {
		background: none!important;
	color: #9b866f;

}

.SideNav li ul li a {
	display: block;
	width: 100%;
	padding: 15px 15px;
}

.SideNav .current_page_item a, .current-cat, .current-cat a {
	color: #9b866f!important;
	

}


.current_page_ancestor {
	position: relative;
}
#secondary-nav li .current_page_item a::after {
	display: none!important;
}
.children {
	display: none;
}
.current_page_item>.children, .current_page_parent>.children, .current_page_ancestor>.children {
	display: block;
}

.Brochure {
	z-index: 3;
	position: relative;
}

.Brochure a {
	display: block;
	color: #fff;
	padding: 15px 40px 15px 45px;
	background:  #9f958f;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
}

.Brochure a h6 {
	color: #fff;
}

	
.Brochure a p {
	margin: 0;
	font-size: 12px;
		color: #9b866f;}
.BrochureImage {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.slick-next {
	z-index: 50;
	right: 0px;
	cursor: pointer!important;
	background: url(../img/icon-arrow-right2.svg) right center no-repeat;
	top: 0px;
	left: auto;
	height: 100%;
	width: 45px;
	position: absolute;
	background-size: contain!important;
}
.slick-next:hover {
	background: url(../img/icon-arrow-right1.svg) no-repeat right center !important;
	background-size: contain!important;
}
.slick-prev {
	z-index: 50;
	height: 100%;
	width: 45px;
	left: 0px;
	cursor: pointer!important;
	background: url(../img/icon-arrow-left2.svg) left center no-repeat;
	position: absolute;
	background-size: contain!important;
	top: 0px;
	
}
.slick-prev:hover {
	background: url(../img/icon-arrow-left1.svg) no-repeat left center !important;
	background-size: contain!important;
}


.chocolat-parent {
display: flex;
    flex-wrap: wrap;
}




.chocolat-zoomable.chocolat-zoomed .chocolat-img {
	cursor: zoom-out;
}
.chocolat-open {
	overflow: hidden;
}
.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	opacity: 0.95;
	background: center center no-repeat #9b866f!important;
	background-size: cover;
}
.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 160;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.chocolat-zoomable .chocolat-img {
	cursor: zoom-in;
}
.chocolat-loader {
	height: 32px;
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 1100;
	background: url(../img/loader.gif);
	display: none;
}
.chocolat-content {
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	z-index: 1400;
	text-align: left;
	border: solid 5px #fff!important;
	-webkit-box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.23); 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.chocolat-wrapper .chocolat-left {
	position: absolute;
	left: 0px;
	width: 45px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	background: url(../img/icon-arrow-left2.svg) 50% 50% no-repeat;
	z-index: 1700;
	display: none;
	background-size: contain;
	
}
.chocolat-wrapper .chocolat-left:hover {
	background: url(../img/icon-arrow-left1.svg) no-repeat 50% 50% !important;
	background-size: contain!important;
	width: 45px;
}
.chocolat-wrapper .chocolat-right {
	position: absolute;
	right: 0px;
	width: 45px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	background: url(../img/icon-arrow-right2.svg) 50% 50% no-repeat;
	z-index: 1700;
	display: none;
	background-size: contain;
	
}
.chocolat-wrapper .chocolat-right:hover {
	background: url(../img/icon-arrow-right1.svg) no-repeat 50% 50% !important;
	background-size: contain!important;
	width: 45px;
}
.chocolat-wrapper .chocolat-right.active, .chocolat-wrapper .chocolat-left.active {
	display: block;
	
}
.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	z-index: 1700;
	margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/icon-close2.svg) 50% 50% no-repeat;
	background-size: contain;
}
.chocolat-wrapper .chocolat-close:hover {
	background: url(../img/icon-close1.svg) 50% 50% no-repeat;
	background-size: contain;
}
.chocolat-wrapper .chocolat-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	z-index: 1700;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	text-align: right;
	margin-top: 10px;
	color: #9f958f;
}

.chocolat-wrapper .chocolat-pagination {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	text-align: center;
}


body.chocolat-open>.chocolat-overlay {
	z-index: 150;
}
body.chocolat-open>.chocolat-loader {
	z-index: 150;
}
body.chocolat-open>.chocolat-content {
	z-index: 170;
}

figure.effect img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

figure.effect img:hover {
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
}

figure.effect .Plus {
	background: url(../img/icon-plus.svg) center center no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	background-size: cover;
	top: 50%;
	left: 50%;
	right: 50%;
	    transform: translateY(-50%) translateX(-50%);
		}


.ServicesBox {
	background: #eaf1f7;
	
}


.ServicesBox a {

	min-height: 260px;
	
}

.StickyPadding {
	padding: 25px 5px 0px 5px;
	
}
.LinkBoxCont {
	float:none;
	display:inline-block;
	width: 24.5%;	
	    display: flex;
}
.HomeLinkBoxCont {
	float:none;
	display:inline-block;
	width: 33%;	
}
.LinkBox {
	background: #fff;
	transition: all 0.3s ease-in-out;	
	    padding: 20px 20px 10px 20px;
	box-shadow: 12px 12px 0 0 rgb(0 0 0 / 0.2);
	position:relative;	bottom: 0;

}

.LinkBox:hover {
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
	bottom: 5px;

}

.LinkBoxImage {
	
	position:relative;
}

.LinkBox p {
	
	margin: 0;
}

.LinkBoxImageCont {
	float: none;
	margin: auto;
	z-index: 1;
}


.LinkBoxImageCont h6 {
display: block;
    font-family: "indie-flower", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0;
	    color: #9c876f;
}

.NewsLink h6 {
	padding: 5px 10px;
	font-size: 15px;
	
}

.widget_categories label, .widget_archive label {
	display: none!important;
}

.pagination {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 20px 0;
	    display: flex;
	jusify-cotent: center;
	align-items: center;
}

.pagination a {
	color: #fff;
}
.pagination a:hover {
	color: #9f958f!important;
}
.page-numbers {
    margin: 3px;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #9f958f;
    display: inline-block;
    background: #9b866f;
    border: solid 1px #9b866f;
}
.page-numbers:hover, .pagination .current {
	background: #fff;
	color: #9f958f;
	border: solid 1px #9b866f;

}
.pagination .current {
	background: #fff;
	color: #9f958f;
	border: solid 1px #9b866f;
}
.pagination .prev, .pagination .next {
    width: 110px;
}

.PostLink  {
	float: left
}

.FloatRightPost {
	float: right;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.IntroText p {
	font-size: 20px;
	line-height: 30px;
}


.WhiteText p, .WhiteText h5, .WhiteText h6 {
    
	color: #fff;
}


.grid-item {
	width: 33.3%;
	padding: 15px;
}



.nodisplay {
	display: none;
}


	.Scroll a {
    position: absolute;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #1b314c;
    background-size: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 60;
}
	
.slick-dots button {
	display: none;
}

.TopBannerTextCont .slick-dots {
    position: absolute;
    bottom: 15px;
    z-index: 90;
}


.ContentArea h1, .ContentArea h2, .ContentArea h3, .ContentArea h4, .ContentArea h5, .ContentArea h6 {
	margin: 0px 0 20px 0;
	}
	
	
.ContentArea li {
	font-size: 17px;
	line-height: 25px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #9f958f;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.PolGridCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


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

footer {
	position: relative;
	z-index: 60;
}

.TestimonialCont {
	position: relative;
	height: 650px;
	background: #fff;
	    z-index: 3;
}

.TestimonialCont img,
.TestimonialCont {
	height: 650px!important;
		object-fit: cover;
}

.TestimonialCont img {
	  -webkit-filter: grayscale(100%)  opacity(.4); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%)  opacity(.4);
}



.TestimonialInner {
	top: 50%;
	transform: translateY(-50%);
	float: none;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1;

}

.Testimonials  p, .AllTestimonials  p {
	font-size: 18px;
	line-height: 25px;
	position:relative;
		font-style: italic;

	}
.AllTestimonials  p {
	
	margin-bottom: 25px;
	}

.TestimonialsPage p::before,
.AllTestimonials p::before
 {
	content: "\201C";
    font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	line-height: 70px;
	color: #d4d4d4;
	position: absolute;
	left: -55px;
	top: -35px;
	height: 45px;
	width: 45px;
	z-index: 50;
	
}
.TestimonialsPage p::after,

.AllTestimonials p::after  {
	content: "\201D";
    font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	line-height: 70px;
	color: #d4d4d4;
	position: absolute;
	right: -55px;
	bottom: -35px;
	height: 45px;
	width: 45px;

	z-index: 50;
	
}

	.AllTestimonials hr {
	max-width: 50%;
	}
	
	
.Testimonials h6,
.AllTestimonials h6
 {
	font-size: 14px;
	line-height: 25px;
	color: #9b866f
;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.slick-dots {
    margin-top: 20px;
   width: 100%;
    position: absolute;
}




.slick-dots li {
    text-align: center;
    width: 10px;
    height: 10px;
    display: inline-block;
    list-style-type: none;
    margin: 5px;
		background: rgba(255, 255, 255, 0);
    cursor: pointer;
	border: solid 1px #9b866f
;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.slick-dots li:hover {
       background: #9b866f
;
	   border: solid 1px #9b866f
;
	   	transform: scale(1.5);

}



.slick-dots .slick-active {
       background: #9b866f
;
	   border: solid 1px #9b866f
;
}

.SocialMediaLinks ul {
	margin: 0px;
}
.SocialMediaLinks li {
	display: inline-block;
}
.SocialMediaLinks li a {
	margin: 20px 10px;
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	line-height:60px;
	font-size: 30px;
	color: #9b866f;
	background: #fff;
	
}
.SocialMediaLinks li a:hover {
	background: #9b866f;
	color: #fff;

}

.BorderTop  {
	border-top: solid #ededed 1px;
}


.CreativeSteam {
	margin: 0 0;
}
.CreativeSteam p {
	display: inline-block;
	font-size: 14px;
}

.CreativeSteam p a {
	font-size: 14px;
				text-decoration:none;

}

.CreativeSteam p a:hover {
				text-decoration:underline;


}

.FooterLogo img {
	max-width: 300px;
	height:auto;
	
	}
	

#cookie-notice {
	border-top: solid 1px #fff;
	
}


#cn-accept-cookie {
	background: #fff;
	color: #9f958f;
	padding: 3px 5px;
	border: solid 1px #fff;
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#cn-accept-cookie:hover {
	background: #9f958f;
	color: #fff;
}
	
#cn-more-info {
	color: #fff;
}

#cn-more-info:hover {
	text-decoration: underline;
}
	


   .PartnerFlexCont {
   	display: flex;
   	justify-content: center;
   	flex-wrap: wrap;
	       width: 100%;
    margin-left: auto;
    margin-right: auto;
   }
   .LogoBlock {
   	align-items: center;
   	margin: 0 10px;
   	display: flex;
   	position: relative;
	       margin-bottom: 25px;
   }
   .LogoBlock img {
   	object-fit: contain;
   	max-width: 150px;
	       max-height: 70px;
   }
   .LogoBlock a {
   	object-fit: contain;
   	display: flex;
   	height: auto;
   	align-items: center;
   	justify-content: center;
   }
   .LogoBlock a {
   	transform: scale(0.95);
   }
   .LogoBlock a:hover {
   	transform: scale(1);
   }


	

   .SmallPrintFlexCont {
   	display: flex;
	   
	   p a {
			 margin-left: 10px;
   }
	   
   }

@media all and (max-width: 1560px) {
#menu-main-menu li a {
	font-size: 13px;
	padding: 20px 25px 20px 25px;

}

}
@media all and (max-width: 1200px) {


.HideBook {
	display: none;
}

#menu-main-menu li a {
       font-size: 11px;
    padding: 15px 20px 15px 20px;
}
button {
	padding:7px 15px 7px 15px; 
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
}

}
@media all and (max-width: 992px) {
.MainPageGrad:after {
	display:none;
}

.HomeFeaturedLink1, .HomeFeaturedLink2 {
	margin-top: 0px;
}
.HomeFeaturedLink1 p, .HomeFeaturedLink1 button {
	margin-left: 0px;
}

.HomeFeaturedLink2 p, .HomeFeaturedLink2 button {
	margin-right: 0px;
}
.HomeFeaturedImage {
	margin-top: 0px;
}

.HomeImage2 {
    right: 50px;
    top: auto;
	 bottom: -50px;
}
.HomeImage3 {
    top: -50px;
   
}
.FacilityHome {
	display: inline-block;
}

.TopBanner, .HomeBanner  {
	top: 0px;

}
.TopBannerTextCont h2, .TopBannerTextCont h1 {
    font-size: 40px;
    line-height: 50px;

}


.HomeLinkBoxCont,
.LinkBoxCont {
    width: 49%;
}


.home .TopBannerText,
.TopBannerText {
    top: 50%;
    transform: translateY(-50%);
}


.page-numbers {
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 15px;
    color: #9f958f;
   
}
.MobileOffset {
    top: 70px;
		position: relative;
	margin-bottom: 70px;
	}
	
	.ServicesBox a {

	min-height: 200px;
	
}
	
p {
		font-size: 15px;
		line-height: 20px;
	}
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	h4 {
		font-size: 25px;
		line-height: 30px;
	}
	h5 {
		font-size: 23px;
		line-height: 25px;
	}
	h6 {
		font-size: 17px;
		line-height: 20px;
		font-weight: 700;
	}
	
	.TextRight, .TextLeft {
		text-align: center;
	}
	
	.HomeText h1 {
	font-size: 15px;
	line-height: 20px;}

	.MobileTextCenter {
	text-align:center;
	}
	
	.SocialMediaLinks li a {
    margin: 20px 10px 20px 10px;

}


	

	.HomeBanner h6, .HomeBanner h1 {
	font-size: 25px;
	line-height: 30px;
}

.HomeBanner p {
	font-size: 15px;
	line-height: 20px;
}

	.FooterLogo img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
	
	

	
.Testimonials blockquote p {
    font-size: 14px;
    line-height: 20px;
}



	.MobileHeader {
			background: #fff;
		display: block;
		height: 50px;
		position: fixed;
		width: 100%;
		z-index: 99;
		border-bottom: 1px #fff solid;
		top: 0px;
	}
	
	
.MobileMenu {
		width: 50px;
		position: absolute;
		right: 0px;
		top: 0px;
		height:50px;
		font-size: 21px;
				border-right: 1px #fff solid;

	}

.NavigationButton {
		color: #fff;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #9b866f;


	}
		
	
.MobileNavButton {
		width: 100%;
		background: #9b866f;
		border: solid 2px #9b866f;
		padding: 15px;
	}
	
	
	
	.MainAreaFull {
    padding-top: 0px;
}
	

.SmallPrintFlexCont {
    justify-content: center;
}

.CreativeSteam a:after {

    margin-top: -7px;
}
	
	
.MobileLogo {
     width: 130px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 40px;
    padding: 5px;
}


	
	.SideNav li a {
    font-size: 15px;
    line-height: 20px;
   
}	
		


	#secondary-nav li.current_page_ancestor a::after, .SideNav .current_page_item a::after {
		display: none!important;
	}
	
	.MarginBottomLarge {
		margin-bottom: 50px;
	}
	.BorderRight {
		border-right: solid 0px #fff;
	}
	
	.SideNav .current_page_item a::after {
		display: none!important;
	}
	.HideTabletMobile {
		display: none!important
	}
	
.Sticky {
		display: none!important
	}
	.ShowTabletMobile {
		display: block!important
	}
	.FloatRight {
		float: none;
		margin: 0 auto;
	}
	
	.TextCenterMobile {
		text-align: center;
	}
	

	blockquote {
		padding: 15px 15px 15px 15px;
		margin: 25px 0 25px 0;
		font-size: 15px;
		line-height: 20px;
	}
	blockquote::before {
		left: 0px;
	}
	blockquote::after {
		right: 0px;
	}
	.ContentArea li {
		font-size: 15px;
		line-height: 22px;
	}
	
	

	.FloatRightMobile {
		float: right;
	}
	
	.MobileNavCont {
		height: 100%;
	}
	
	.MobileNavCont img {
		max-width: 200px;
		    margin: 10px auto;
    display: block;
			}
	
	
	.overlay  {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10001;
		display: block;
		background: #9b866f;

	}
	
	
.breadcrumbs {
    font-size: 12px;
    margin: 10px 0px;
}


.overlay .overlay-close {
    width: 50px;
    height: 50px;
    position: absolute;
 right: 5px;
    top: 5px;
    overflow: hidden;
    border: none;
    background: url(../img/icon-close1.svg) 50% 50% no-repeat;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 10002;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    background-size: cover;
}

	

.overlay nav {
	text-align: center;
	position: relative;
	top: 45%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
	
		.sub-menu {
    display: none!important;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 15px;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}


	Footer p {
		margin: 15px 0px;
	}

.breadcrumbs {
	font-size: 12px;
	padding: 0;
	
}
.pagination .prev, .pagination .next {
    width: 80px;
}
.Testimonials p, .AllTestimonials p {
    font-size: 16px;
    line-height: 20px;
    margin: 25px;
}
.TestimonialCont {
	background-size: cover!important;
	}
	.Testimonials p::before,
.AllTestimonials p::before
 {
	font-size: 30px;
	line-height: 33px;
	left: -15px;
	top: -15px;
	height: 20px;
	width: 20px;
	
	
}

.Testimonials p::after,
.AllTestimonials p::after  {
	font-size: 30px;
	line-height: 33px;
	right: -15px;
	bottom: -15px;
	height: 20px;
	width: 20px;

	
}

.slick-dots {
    margin-top: 0px;
}
.ServicesBoxSingle {
	display: none;}
.MainArea {
padding-top: 0;
padding-left: 0;
}
.TopBannerTextCont {
  
    margin-top: 50px;
}

.bannerno {
    height: 0px !important;
}

.MainPageGrad {
	background: #fff;
}

.SideNav {
	margin-top: 0px;
	

}

.SideNav li a {
    padding: 15px 0;
	background: #fff;
   
}
.SideNav ul {
    border-bottom: solid 1px #9f958f;
}
.SideNav .current_page_item a {
    background: url(../img/sub-nav-arrow.svg) right 10px top 50% no-repeat;
    background-size: 10px 15px;
}


.IntroText p {
    font-size: 16px;
    line-height:25px;
    color: #9f958f;
	text-align:left;
}
.TopBannerTextCont h3, .TopBannerTextCont h4, .TopBannerTextCont h1 {
    font-size: 25px;
    line-height: 30px;

}

 
	.bannerlarge,
	.bannerlarge img {
	height: 550px!important;
		object-fit: cover;

}
.bannermedium,
	.bannermedium img {
	height: 450px!important;
		object-fit: cover;

}

.bannersmall,
	.bannersmall img {
	height: 350px!important;
		object-fit: cover;

}

}
@media all and (max-width: 767px) {
	.bannerlarge {
	height: 350px!important;
		object-fit: cover;

}
.bannermedium,
	.bannermedium img {
	height: 350px!important;
		object-fit: cover;

}

.bannersmall,
	.bannersmall img {
	height: 350px!important;
		object-fit: cover;

}


.HomeLinkBoxCont,
.LinkBoxCont {
    width: 100%;
}

.HomeBanner {
    height: 350px;
}
.GalleryLinkBoxCont {
    width: 49%;
}
.bannerlarge img {
	height: 350px!important;
		object-fit: cover;

}

.MarginBottom {
		margin-bottom: 25px;
	}
	
	.MarginTop {
		margin-top: 25px;
	}
	
	.chocolat-wrapper .chocolat-left {
		width: 50px;
		height: 50px;
		margin-top: -32px;
	}
	.chocolat-wrapper .chocolat-left:hover {
		width: 50px;
	}
	.chocolat-wrapper .chocolat-right {
		width: 50px;
		height: 50px;
		margin-top: -32px;
	}
	.chocolat-wrapper .chocolat-right:hover {
		width: 50px;
	}
	
	
.MarginBottom {
		margin-bottom: 25px;
	}
	
	.BorderLeft {
		border-left: solid 0px #fff;
	}
	.slick-next2 {
		right: -12px;
		width: 50px;
	}
	.slick-prev2 {
		left: -12px;
		width: 50px;
	}
	
	.grid-item {
		width: 100%;
		padding:0 0 25px 0;
	}
	
.HomeImage2 {
    right: 50px;
    top: auto;
	 bottom: -50px;
	 width: 45%;
}

.HomeImage3 {
    top: -50px;
    width: 45%;
    left: 50px;
}
}
@media all and (max-width: 430px) {
	.FloatNone {
		float: left;
	}
		
.Testimonials p, .AllTestimonials p {
    margin: 15px;
}	
		.TagLine p {
    font-size: 10px;
	padding: 7px;
    line-height: 15px;
}	

.CreativeSteam p,
.CreativeSteam p a {
    font-size: 11px;
}

.Testimonials .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 4px;

}

table th, table td {
    padding: 2px;
}
}


