/*

	Theme Name: Schoolcms

	Author: Innermedia

Author URI: https://www.innermedia.co.uk

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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

:root {
	--dark_purple : #2c0930;
	--purple : #684368;
	--light_purple : #84658e;
	--grey : #d9d9d9;
	--light_grey : #f8f8fa;
}

body {  

font-family: century-gothic, sans-serif;

  font-size: 17px;

  line-height:1.4;

  font-weight:400;

  color: #6d6e71;

  margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

a {

	color:var(--link_colour,#532e5d);

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:var(--link_colour_hover,#CBCBCB);

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {
	
	color:var(--title_colour,#2c0930);
	font-weight:700;
	font-family: century-gothic, sans-serif;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:1em;

}

table {

	width:100%;

	margin-bottom:1em;

}

.bodyContent table tr:nth-child(even) {
	background:#e1dae3;
}

h1,

h1.entry-title,

.entry-title,

h2.entry-title,

h2.sectionTitle {

	font-size: 3.3em;

	margin-bottom:20px;

}

h1 span,

h1.entry-title span,

.entry-title span,

h2.entry-title span,

h2.sectionTitle span{

	color:#36193e;

}

h2 {

	font-size:2em;

}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #532e5d;

}

.pageIntroText {

	margin-bottom:0px;

}

.body-text a,

.welcomeBlockText a,

.subjContent a{

	color:#532e5d;

	text-decoration:underline;

}

.body-text a:hover,

.welcomeBlockText a:hover,

.subjContent a:hover{

	color:#9b84a2;

	text-decoration:none;

}

.welcomeBlockText h2 {

	font-size: 1.6rem;

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

@media (min-width: 1400px) {

	.container {

		max-width: 1140px;

	}

}

.bodyWrapper {

	min-height:400px;

}

.body-container div.wpforms-container-full .wpforms-form input[type=submit], .body-container div.wpforms-container-full .wpforms-form button[type=submit], .body-container div.wpforms-container-full .wpforms-form .wpforms-page-button {

	background: #9b84a2;

    border-color: #9b84a2;

	color:#fff;

}

.body-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,

.body-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,

.body-container div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {

	color: #9b84a2;

	background:#fff;

}    
.pageIntro {
	background:var(--light_grey);
	padding-top:50px;
	padding-bottom:50px;
}
/****Button******/

.blockButton > a,

a.readmore, .bmi-submit, .cboc-button {

	display: inline-block;

    color: #fff;

    border: solid 1px #532e5d;

    background: #532e5d;

	line-height: 1.4em;

    padding: 1.1em 2.4em;

	font-size:14px;

	letter-spacing:1px;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

    border-radius: 2.4em;

	text-decoration:none;

    outline: 0;
	
	
    box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.17);
}

a.readmore.menu-link {
	position: relative;
	background: #e1dae3;
    border-color: #e1dae3;
    color: #532e5d!important;
	padding: 1.4em 2.4em!important;
}

a.readmore.menu-link:hover {
	text-decoration: none!important;
}	

@media(min-width:1200px){
a.readmore.menu-link {
	position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.close {
	position: absolute;
	right: 5%;
	top: 20px;
	width: 42px;
	height: 42px;
	opacity: 1;
  }
  .close:hover {
	opacity: 1;
  }
  .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 43px;
	width: 2px;
	background-color: #fff;
  }
  .close:before {
	transform: rotate(45deg);
  }
  .close:after {
	transform: rotate(-45deg);
  }

}

@media(min-width:1550px){
	.close {
		right: calc((95vw - 1280px)/2);
	}
}



.blockButton> a:hover,

a.readmore:hover,

.bmi-submit:hover, .cboc-button:hover {

	background:#fff;

	color:#532e5d;

}

.blockButton > a:nth-child(2) {

	border-color: #fff;
	color:#532e5d;
    background: #fff;

}

.blockButton > a:nth-child(2):hover {

	border-color: #704c7a;

    background: #704c7a;

	color:#fff;

}

/*
.body-text .blockButton > a:after,

.body-text a.readmore:after {

	content: '\f054';

    display: block;

    width: 13px;

    height: 21px;

    position: absolute;

    right: 20px;

    top: 50%;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms transform;

	margin-top:-10px;

    font-size: 18px;

}*/

.bodyContent {



}

.im-enquire-form {
    background: #eee;
    padding: 20px 30px 10px 30px;
    margin-bottom: 30px;
}
/****\

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:1560px;

	margin:0 auto 20px;

	overflow:hidden;

	min-height:300px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBannerWrap {

	background:#f8f8fa;

}

.homeBanner {

	position: relative;

	margin:0 auto 0px;

	max-width:1560px;

	min-height:500px;

	max-height:calc(100vh - 150px);

}

.homeBanner:before {

	content:'';

	display:block;

	padding-top:120%;

}



#hero .slideText{	

    left: 0;

	bottom:0;

    font-size: 18px;

    position: absolute;

    padding: 20px 20px;

    text-align: center;

	width:100%;

}

#hero .slideText .txt{	

	font-size:60px;

	color:#774e82;

	line-height:1;

	padding:30px 0;

	max-width:550px;

}

#hero .slideText .txt span{	

	/*color:#36193e;*/

	display:block;

}



#hero .slideText .cycle-pager span{	

	font-size:0;

	width:20px;

	height:20px;

	padding:6px;

	display:inline-block;

	cursor:pointer;

}

#hero .slideText .cycle-pager span:before{	

	content:'';

	display:block;

	width:8px;

	height:8px;

	border-radius:50%;

	background:#e1dae3;

}

#hero .slideText .cycle-pager span.cycle-pager-active:before{	

	background:#9b84a2;

}

#hero .homeArrows {

	width:28px;

	height:40px;

	position:absolute;

	top:50%;

	z-index:110;

    font-size: 30px;

    color: #000;

	opacity:0.2;

	transition:300ms;

	cursor:pointer;

}

#hero .homeArrows:hover {

	opacity:1;	

}

#hero .homeArrows.cycle-next {

    right: 50%;

    transform: translateX(45vw) translateY(-50%);

}

#hero .homeArrows.cycle-prev {

    left: 50%;

    transform: translateX(-45vw) translateY(-50%);

}

@media(min-width:768px){	

	#hero .slideText{	

		text-align:left;

		bottom:auto;

		top:16%;

	}

	.homeBanner:before {

		padding-top:44.8718%;

	}

}

.bannerLinksWrap > *{

	padding-left:0;

	padding-right:0;

}

@media (max-width:991.99px){

	.owlMobileToggle {

		margin:0px;

	}

}



.owlMobileToggle .owl-prev,

.owlMobileToggle  .owl-next {

	position: absolute;

    top: 50%;

    font-size: 30px!important;

    color: #fff;

    z-index: 110;

    cursor: pointer;

    opacity: 0.6;

    transition: opacity 300ms;

}

.owlMobileToggle .owl-prev.disabled,

.owlMobileToggle  .owl-next.disabled {

    opacity: 0.1;	

}

.owlMobileToggle .owl-prev:hover,

.owlMobileToggle  .owl-next:hover {

    opacity: 1;		

}

.owlMobileToggle .owl-nav {

	position:static;

	color:#fff;

}

.owlMobileToggle  .owl-next{

    right: 50%;

    transform: translateX(45vw) translateY(-50%);

}

.owlMobileToggle .owl-prev {

    left: 50%;

    transform: translateX(-45vw) translateY(-50%);

}

.bannerLinks {

	position:relative;

	overflow:hidden;

}

.bannerLinks a.bannerLink {

	background:rgba(145,119,152,0.9);

	display:block;

	padding:30px;

	color:#fff;

	text-align:center;

	height:250px;

    flex: 1 0 0%;

}

.bannerLinks a.bannerLink .icon{

	height:130px;

	line-height:130px;	

}

.bannerLinks a.bannerLink .title{

	font-size:18px;

	padding:10px 0;

}

.bannerLinks a.bannerLink .icon img{

	vertical-align:middle;

	text-align:center;

	display:inline-block;

	width:auto;

	max-width:100%;

	max-height:130px;

	object-fit:contain;

}

.bannerLinks a.bannerLink.link1 {

	background:rgba(134,101,143,0.9);

}

.bannerLinks a.bannerLink.link2 {

	background:rgba(119,78,130,0.9);

}

.bannerLinks a.bannerLink.link3 {

	background:rgba(83,46,93,0.9);

}

.bannerLinks a.bannerLink:hover {

	background:rgba(83,46,93,1);	

}

.bannerLinks {

	display:flex;

	width:100%;

}

@media (min-width:992px){

	.bannerLinks {

		border-radius:90px;

		/*transform:translateY(-50%);*/

		z-index:150;

		margin: 80px auto;

	}

	.bannerLinks a.bannerLink {

		flex: 1 0 0%;		

	}

}

.textCallout {

	font-size:25px;

	line-height:1.2;

	background:#532e5d;

	color:#fff;

	padding:50px 0;

	margin-bottom:60px;

}

.textCallout .readmore{

	background:#704c7a;

	margin:15px 0;

}

.textCallout .readmore {

	width:230px;

	max-width:100%;

	text-align:center;

}

@media (min-width:1200px){

	.textCallout {

		font-size:50px;

	}

}

/*Gallery*/

.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

.dynamic-gallery .gallery.gallery-columns-2 .gallery-item {

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

.dynamic-gallery .gallery.gallery-columns-3 .gallery-item {

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

.dynamic-gallery .gallery.gallery-columns-4 .gallery-item {

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

.dynamic-gallery .gallery.gallery-columns-5 .gallery-item {

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#532e5d;

	text-transform:uppercase;

	padding-bottom:20px;	

	min-height:45px;

	position:relative;

}

.breadcrumbs a{

	color:#a892af;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#532e5d;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:inherit;

	overflow:hidden;

	font-size:14px;

}

.searchform input.s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:inherit;

	padding: 4px 10px;

	border-bottom:solid 1px;

	color:inherit;

}

.sidebar .searchform input.s{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.searchform input.s:focus{

	outline:0;

}

.searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:inherit;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

.searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: inherit;

}


.headerMenu {
	background: #f2f2f2;
    color: var(--dark_purple);
    cursor: pointer;
    font-size: 16px;
	padding:8px 3px;
	list-style:none;
	display:inline-block;
	text-align:right;
	border-radius:26px;
}
.headerMenu li {
	display:inline-block;
}
.headerMenu li a{
	padding:8px 20px;
	margin:0 5px;
	display:block;
	background-color:transparent;
	color:#000;
	border-radius:18px;
	font-size:16px;
    line-height: 20px;
}
.headerMenu li a:hover{
   background-color: var(--dark_purple);
   color:#fff;
	
}
@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:250px;

}



}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

.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%; }

.page-id-515 .embed-container, .page-id-610 .embed-container {padding-bottom: 186.25%;}
/*
.page-id-515 .embed-container {padding-bottom: 86.25%;}
@media (min-width:992px) and (max-width:1200px){
.page-id-515 .embed-container {padding-bottom: 106.25%;}
	}
@media (min-width:768px) and (max-width:991px){
.page-id-515 .embed-container {padding-bottom: 156.25%;}
	}
@media (min-width:521px) and (max-width:767px){
.page-id-515 .embed-container {padding-bottom: 126.25%;}
	}
@media (min-width:200px) and (max-width:520px){
.page-id-515 .embed-container {padding-bottom: 196.25%;}
	}
*/

.page-id-3494 .embed-container {
	height:4000px;
}
@media (min-width:992px) and (max-width:1199px){
.page-id-3494 .embed-container {
	height:5700px;
}
}
@media (min-width:768px) and (max-width:991px){
.page-id-3494 .embed-container {
	height:5500px;
}
}
@media (min-width:440px) and (max-width:767px){
.page-id-3494 .embed-container {
	height:5000px;
}
}
@media (max-width:439px){
.page-id-3494 .embed-container {
	height:5600px;
}
}

.fancybox-overlay{z-index:9999 !important}

.fancybox-wrap{z-index:99999 !important}

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

    ALERT

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

.popupAlert,

.fancybox-content.popupAlert {

  width:750px;

  background:#e1dae3;

  color:#6d6e71;

  padding:50px;

  border-radius:100px;

}



.noticeBody {



}

.popupAlert .popupImg {

  

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .popTitle {

	font-size:30px;

	color: #36193e;

    font-family: century-gothic, sans-serif;

	margin: 0px 0 20px;

}

.popupAlert .popTitle img{

	margin-bottom:15px;

}

.popupAlert .noticeText {

	text-align:center;

	max-width:556px;

}



.popupAlert .blockButton > a,

.popupAlert a.readmore {

	width:240px;

	max-width:100%;

}



.fancybox-slide--html  .popupAlert .fancybox-button {

	color:#36193e;

	right: 50px;

    top: 40px;

    font-size: 30px;

    padding: 4px;

}

.list-item {

	margin-bottom:30px;

}

.list-item .list-item-image img {

	max-width:100%;

	margin:0 auto;

}

.navigation.pagination {

	margin:20px 0 40px;

}

#homeBlogs {

	margin:60px 0 60px;

}

.blogContainer {

	background:#f7f5f8;

	padding:20px 30px;

	margin:40px 0;

}

.newsCarousel .owl-prev,

.newsCarousel  .owl-next {

	position: absolute;

    top: 50%;

    font-size: 30px!important;

    color: #fff;

    z-index: 110;

    cursor: pointer;

    opacity: 0.6;

    transition: opacity 300ms;

}

.newsCarousel .owl-prev.disabled,

.newsCarousel  .owl-next.disabled {

    opacity: 0.1;	

}

.newsCarousel .owl-prev:hover,

.newsCarousel  .owl-next:hover {

    opacity: 1;		

}

.newsCarousel .owl-nav {

	position:static;

}

.newsCarousel  .owl-next{

    right: 50%;

    transform: translateX(45vw) translateY(-50%);

}

.newsCarousel .owl-prev {

    left: 50%;

    transform: translateX(-45vw) translateY(-50%);

}

#blogsCarousel {

	margin:20px 0;

}

#blogsCarousel .owl-dot{	

	font-size:0;

	width:20px;

	height:20px;

	padding:6px;

	display:inline-block;

	cursor:pointer;	

    border: 0;

    background: transparent;

}

#blogsCarousel .owl-dot:before{	

	content:'';

	display:block;

	width:8px;

	height:8px;

	border-radius:50%;

	background:#e1dae3;

}

#blogsCarousel .owl-dot.active:before{	

	background:#9b84a2;

}

@media (min-width:768px){

	.blogContainer {

		padding:20px 0;

	}

}

.newsExcerpt {

	margin-bottom:20px

}

.newsExcerpt .blogImage {

	position:relative;

	margin:10px 0;

}

.newsExcerpt .date {

	font-size:15px;

	color:#6d6e71;

}

.newsExcerpt h2 {

	font-size:30px;

	margin:10px 0;

}

.newsExcerpt .blogImage img{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	object-fit:cover;

}

.newsExcerpt .blogImage:before {

	content:'';

	display:block;

	padding-top:73.33%;

	content:'';

	display:block;	

}

.excerptMore a {

	color:#9b84a2;

	text-decoration:underline;

}

.newsItemsContainer {

	background:#f7f5f8;

	padding:50px 0;

	margin:30px 0 0;

}

.newsItemsContainer .newsExcerpt {

	margin-bottom:50px;

}

.postThumb {

	margin-bottom:30px;

}

.postThumb img{

	width:100%;

	max-height:500px;

	object-fit:contain;

}

.postsNavigation {

	margin:40px 0;

}

.postsNavigation .blockButton {

	margin-top:20px;

}

@media (max-width:567.5px){

	.postsNavigation .blockButton a{

		display:block;

		width:100%;

	}

}

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

    HEADER

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

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:140px;

	/*margin-bottom:40px;*/

}

body.home header.mainHeader {

	margin-bottom:0px;	

}

#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {	

	z-index:220;

	position:fixed;

	height:140px;

	width:100%;

	top:0;

	left:0;

	background:#fff;

	border-bottom:solid 1px #fff;

	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.17); 

	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.17); 

}

.headGroup .row.groupRow {

	height:140px;

}

.headGroup .groupRow {

	align-items: center;

}

.fixedHeader .headGroup {

	/*border-bottom-color:#676767;*/

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headGroup a.readmore {

	color:#fff;

}

.headGroup a.readmore:hover {

	background:#fff;

	color:#532e5d;

}

.headerIcon {

	height:140px;

	line-height:140px;

}

.headerIcon img{

	vertical-align:middle;

}

.headerSearchGroup {

	position:relative;

	display:inline-block;

	vertical-align:middle;

}

.headerSearchGroup .seachToggle {

	width:60px;

	height:60px;

	font-size:16px;

	background:#dacfdc;

	color:#92749a;

	line-height:60px;

	text-align:center;

	border-radius:50%;

	cursor:pointer;

}

.headerSearchGroup .seachToggle:hover {

	background:#92749a;

	color:#dacfdc;

}

.headerSearchGroup .headerSearch{

	position: absolute;

    top: 100%;

    right: 0;

    width: 320px;

    background: #532e5d;

	color:#fff;

	padding:5px;

	display:none;

}

.headerSearchGroup.open .headerSearch{

	display:block;

}

.headerSearch {

	display:inline-block;

	vertical-align:middle;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

	vertical-align:middle;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 4px;

	text-align:center;

}

.headGroup .socials a {

	color:#92749a;

}

.socialDesktop {

	display:none;

}

.headRightTop {

	text-align:right;

	margin-bottom:10px;

}

.headRightTop .readmore {

	height:60px;	

	margin:0 10px

}

.headRightTop a.tel {

	background:#e1dae3;

	border-color:#e1dae3;

	color:#532e5d;

}

.headRightTop .headerButtons {

	display:inline-block;

}

.headRightTop .headerButtons a.readmore:nth-child(2) {

	background:#9b84a2;

	border-color:#9b84a2;

	color:#fff;

}

.headRightTop .headerButtons a.readmore:nth-child(2):hover {

	background:#fff;

	color:#9b84a2;

}

.headRightTop{

	display:none;

}

@media (min-width:768px){

	

}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

@media (min-width:1200px){

	.headGroup .groupRow {

		align-items: flex-end!important;

	}

}

@media (min-width:1560px){

	.headerIcon {

		position:relative;

		margin-left:-100px;

	}

	.headRightTop {

		margin-right:-75px;

	}

}

.admin-bar .headGroup,

body.admin-bar #navbar {

	margin-top:46px

}



	

@media (min-width:781.99px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup,

	.admin-bar #desktop-menu-main >li > .sub-menu__wrapper,

	body.admin-bar #navbar{

		margin-top:32px

	}	

}

@media (max-width:600px){

	.admin-bar.fixedHeader .headGroup,

	body.admin-bar.fixedHeader #navbar {

		margin-top:0;

	}

}

/*home*/

@media (max-width:767.99px){	

}





@media (min-width:768px){

	

}

@media (min-width:992px){

	



}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

	.headRightTop{

		display:block;

	}

	.headGroup .menu-toggle {

		display:none;

	}

}

@media (min-width:1200px) and (max-width:1399.5px){

	.headRightTop a.tel {		

		width: 60px;

		padding: 1.4em 0px;

		text-align: center;

	}

	.headRightTop a.tel span{

		display:none;

	}

}

@media (min-width:1400px){

	

}

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

    Navigation

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

#desktop-menu-main {

	font-size:16px;

	text-align:right;

}

#desktop-menu-main,

#desktop-menu-main ul {

	list-style:none;

	padding:0;

	margin:0;	

}

#desktop-menu-main >li {

	display:inline-block;

}

#desktop-menu-main li {

	

}

#desktop-menu-main a {

	color:#36193e;

	display:inline-block;

	padding: 10px 10px 20px 10px;

}

#desktop-menu-main .sub-menu a {

	color:#fff;

	font-weight: 600;

}

#desktop-menu-main .sub-menu .sub-menu a {	

	font-weight: 300;

}

#desktop-menu-main >li >a{

	padding:10px 15px;	

}

#desktop-menu-main a:hover {

	text-decoration: underline;	

}

#desktop-menu-main >li:after {

	content:'|';

	display:inline-block;

	line-height:1;

	vertical-align:middle;

    margin-bottom: 6px;

}

#desktop-menu-main >li:last-child:after {

	display:none;

}

#desktop-menu-main >li > .sub-menu__wrapper {

	display:none;

	position:fixed;

	top:140px;

	/*bottom:40px;*/

	bottom:unset;

	left:0;

	right:0;

	background:transparent;

	padding:0px 0 50px 0;

	text-align:left;

	overflow:hidden;

}

#desktop-menu-main >li > .sub-menu__wrapper:before {

	content:'';

	position:absolute;

	top:1px;

	left:0;

	width:100%;

	height:0;

	-webkit-box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 17%);

    box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 17%);

}



/*#desktop-menu-main > li:hover > .sub-menu__wrapper {*/
#desktop-menu-main li.open > .sub-menu__wrapper {	

	display:block;

}

#desktop-menu-main .sub-menu__wrapper .container-xl {

    background-color: rgba(155,132,162,0.95);

    border-radius: 0 0 50px 50px;

    padding: 40px 100px 30px 120px;

	min-height: 555px;

	max-width: 1500px;

    width: 95%;

}	

#desktop-menu-main .sub-menu.menu-depth-1 {

	display: flex;

    flex-wrap: wrap;

	margin-left:-10px;

	margin-right:-10px;

	/*justify-content: center;*/

}

#desktop-menu-main .sub-menu.menu-depth-1 > li{

	margin-bottom:20px;

}

#desktop-menu-main .sub-menu.menu-depth-1 > *{

	flex: 0 0 auto;

    width: 25%;

	padding-left:10px;

	padding-right:10px;

}

#desktop-menu-main #menu-item-1965 .sub-menu.menu-depth-1 > *, #desktop-menu-main #menu-item-2293 .sub-menu.menu-depth-1 > *{

	width: 20%;

}

#desktop-menu-main .sub-menu.menu-depth-2 {

	font-size:15px;

	margin-bottom:10px;

	min-height:160px;

}

#desktop-menu-main .sub-menu.menu-depth-2 a{

	padding:1px 10px;

	color:#fff;

}

#desktop-menu-main .sub-menu.menu-depth-2 a:hover{	

	text-decoration:underline;

}

.menu-toggle{

	display:inline-block;

	background:#dacfdc;

    width: 60px;

    height: 60px;

    font-size: 16px;

    background: #dacfdc;

    color: #92749a;

    line-height: 60px;

    text-align: center;

    border-radius: 50%;

    cursor: pointer;

	border:solid 1px #dacfdc;

	position:relative;

}

.menu-toggle span{

    width: 26px;

    height: 2px;

    background-color: #532e5d;

    display: block;

    transition:all 300ms;	

	position:absolute;

	top:50%;

	left:0px;

	transform-origin:50% 50%;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:26px;

	height:26px;

	left:50%;

	top:50%;

	transform:translate(-50%,-50%);

	transition:300ms;

}

.menu-toggle:hover{

    background-color: #fff;

}

.menu-toggle span:nth-child(1){

    transform:translateY(-7px);

}

.menu-toggle span:nth-child(3){

    transform:translateY(7px);

}

body.menuopen .menu-toggle span:nth-child(1){

	transform:rotate(135deg) translateY(0px);

}

body.menuopen .menu-toggle span:nth-child(2){

	opacity:0;

	transform:rotate(360deg);

}

body.menuopen .menu-toggle span:nth-child(3){

	transform:rotate(-135deg) translateY(-0px);

}



@media (max-width:1199.01px){

	#desktop-menu-main {

		display:none;

	}

}

@media (min-width:1200px){

	#navbar{

		display:none;

	}

}

	#navbar{

		position: fixed;

		right: 0;

		transition: transform 500ms;

		background-color: rgba(155,132,162,0.9);

		top: 140px;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 100%;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

		color:#fff;

		max-width:480px;

		font-size:16px;

	}

	#navbar ul.socials {

		text-align:right;

		float:right;

		margin: 30px 0;

	}

	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 999;

	}

	#navbar a{

		color:#fff;

	}



	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

		padding:5px 0;		

	}

	#menu-main > li{

		padding:10px 0;	
		
		border-bottom: 1px solid rgba(255,255,255,0.2);

	}

	#menu-main li a{

		display: block;

		color:#fff;

		position:relative;

		padding:5px 0px;

	}

	#menu-main li a:hover,

	#menu-main li.current-menu-ancestor > a,

	#menu-main li.current-menu-item > a{

		text-decoration:none;

		/*color:#9b84a2;*/

	}

	#menu-main .sub-menu {

		padding-left: 45px;

		position:relative;

		display:none;

		font-size:15px;

	}

	#menu-main .sub-menu li:last-child > a{

		

		border-bottom:none;

	}

	#menu-main li.open > .sub-menu {

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:5px 0px;

	}



	#menu-main li > a {

		padding-right:45px;

		padding-left: 25px;

	}
	

	#menu-main li.menu-item-has-children > .arrow {

		position:absolute;

		right:7px;

		top:10px;

		height:30px;

		width:30px;

	}	

	#menu-main li.menu-item-has-children > .arrow:after{

			position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 20px;

			position: absolute;

			left: 12px;

			top: 5px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

	#menu-main li.open.menu-item-has-children > .arrow:after{

		transform:rotate(90deg);

	}

	
	#menu-main .sub-menu li.menu-item-has-children > .arrow {

		top:0px;

	}	

#menu-main .sub-menu  .sub-menu{

	display:block;

	font-size: 15px;

    list-style: none;

    padding-left: 30px;

    display: none;

	margin-top: 10px;

}

#menu-main .sub-menu  .sub-menu li{

	padding:0;

}

#menu-main .sub-menu  .sub-menu li.menu-item-has-children > .arrow{

	display:none;

}

#menu-main .sub-menu .sub-menu a {

	padding: 3px 0px;

	}



#navbar a.readmore {

	display:block;	

	max-width:100%;

    padding: 1.4em 1em;

	text-align:center;

	margin:15px 0;

}

#navbar a.readmore:hover {

	color:#532e5d;

}

#navbar::-webkit-scrollbar {

	 width: 4px;

	background-color: #fff;

}

#navbar::-webkit-scrollbar-thumb {

	background-color: #9b84a2;

}

#navbar::-webkit-scrollbar-track {

	

}

#navbar .navSearch {

    margin: 30px 0px;

    padding: 0 20px;

    width: 70%;

    display: inline-block;
}

#menu-main .sub-menu li.menu-item-has-children.open > a, #menu-main li.menu-item-has-children.open > a {

	color: #532e5d;

	font-weight: 600;

}

#menu-main .sub-menu li.menu-item-has-children.open > .arrow:after, #menu-main li.menu-item-has-children.open > .arrow:after {

	color: #532e5d;

}





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

    FOOTER

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



#footer{

	background-color:#764e82;

	color:#fff;

	position:relative;

	padding:20px 0 0;

}

#footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/footerMap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.15;
    z-index: 0;
}

#footer p {

	margin-bottom:30px;

}

#footer a{

	color:#fff;

}

#footer .footerHead {

	margin:20px 0;

}

#footer .footerHead h3 {

	display: inline-block;

	font-size:40px;

	color:#fff;

	margin:0;

	margin-right:30px;

	vertical-align:middle;

	font-weight: 300;
}

#footer .socials{

	font-size:25px;

	vertical-align:middle;

}

#footer .footerHead .socials{

	display:none;

}

#footer .footerHead:after {

	content:'';

	display:table;

	clear:both;

}

#footer > *{

	position:relative;

}

.menu-footer-container {

	padding:20px 0;

}

#menu-useful {

	list-style:none;

	padding:0;

}

#menu-useful li a {

	display: inline-block;

    color: #fff;

    border: solid 1px #532e5d;

    background: #532e5d;

	line-height: 1.4em;

    padding: 1.4em 2em;

	font-size:14px;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin:0 0 12px 0;

    border-radius: 2.4em;

	width:235px;

	max-width:100%;

	text-decoration:none;

	text-align:center;

}

#menu-useful li a:hover {

	background:#fff;

	color:#532e5d;

}

.footerLogos {

	margin-top:30px;

}

.footerLower {

	padding-top:35px;

	padding-bottom:60px;

	font-size:13px;

	background:#764e82;

}

.footerLower > *{

	opacity:0.6;	

}

.footerLower p,

.footerLower ul{

	

}

.footerLower a{



}



.footerInfo h3{

	

}

.footerInfo a:before {



}

@media (min-width:768px){

	#footer {
		padding-top: 50px;
	}

	.menu-footer-container {

		background:transparent;

		padding:0;

	}

	.footerLower {

		background:transparent;

	}

	.footerLower {

		padding-top:30px;

		padding-bottom:20px;

	}

	#footer .footerHead .socials{

		display:inline-block;

	}

	#footer .footerContent .socials{

		display:none;

	}

}

@media (min-width:1200px){

	.footerInfo {

		

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

.footer-links li:last-child:after{

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	

}



#menu-side {

	list-style:none;

	margin:0;

	background:#f7f5f8;

	padding:10px 20px;

	font-size:16px;

	color:#764e82;

}

#menu-side li{

	position:relative;

}

#menu-side li.current-menu-item > a,

#menu-side li.current-menu-ancestor > a{

	font-weight:700;

}

#menu-side > li{

	position:relative;

	border-bottom:solid 1px #d2d0d3;

	padding:10px 0px;

}

#menu-side > li:last-child{

	border-bottom:solid 0px #d2d0d3;	

}

#menu-side a {

	color:#764e82;

	display:inline-block;

	padding:5px 0px;

	vertical-align:top;

}

#menu-side a:hover {

	color:#9b84a2;

	text-decoration:underline;

}

/*Top level item*/

#menu-side > li > a {



}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

/*main Sub menu items*/

#menu-side .sub-menu {

	font-size:15px;

	list-style:disc;

	padding-left:30px;

	display:none;

}
#menu-side .sub-menu li{
	padding:2px 0;
}
#menu-side li.open .sub-menu {

	display:block;

}

#menu-side .sub-menu a{	

	padding:0px 0px;

}

#menu-side .sub-menu .sub-menu{

	font-size:14px;

	list-style:none;

	padding-left:30px;

}

#menu-side .sub-menu li.current-menu-ancestor a,

#menu-side .sub-menu li.current-menu-item a{	

}

/*

#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 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {

	transform:rotate(90deg);

}*/

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}

}

@media (min-width:1400px){

	/*.sidebar {

		margin-right:-90px;

	}*/

	#menu-side {		

		padding: 15px 35px;

	}

}

@media (min-width:1560px){

	.sidebar {

		/*margin-right:-90px;*/

		position:relative;

		/*left:60px;*/

	}

}

/*----------

Blog sidebar

----------*/

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: inherit;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {	

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent.dynamic-quote:last-child {

	margin-bottom:0;

}

.dynamicContent .sectionTitle{



}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

/*******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;

}







/*******FAQS*****/

.faqs{



}



.faqs .faq{

	margin-bottom:15px;

}



.faq-question{
	position:relative;
	margin:0;
	padding:22px 20px;
	background: #f9f9f9;
	color:var(--dark_purple);
	cursor:pointer;
	font-size:22px;
	padding-right:45px;
	border:solid 1px var(--grey);
	border-radius:15px;
	font-weight:400;
}

.faq.open .faq-question{

	background:var(--light_purple);
	color:#fff;
}

.faq-question:hover{

	background:var(--light_purple);
	color:#fff;
}

.faq-question:after {
	content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    color: #7c7c7c;
    right: 10px;
    top: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
	transform:translateY(-50%);
	transition:transform 300ms;
}

.faq.open .faq-question:after {

	transform:translateY(-50%) rotate(45deg);
    color: #fff;

}
.faq-question:hover:after {
    color: #fff;
	
}
.faq.hasIcon .faq-question {
	padding-left:100px;
}
.faq.hasIcon .faq-question img.faqIcon{
	position:absolute;
	top:50%;
	left:20px;
	width:64px;
	height:calc(100% - 20px);
	object-fit:contain;
	transform:translateY(-50%);
}
.faq.hasIcon .faq-question:hover img.faqIcon{
	filter: brightness(0) invert(1);
}
.faq-answer{

	display:none;

	padding:40px 20px 20px;

	background:#f7f5f8;

	color:var(--dark_purple);

	margin-top:-15px;

	border-radius:0 0 15px 15px;
}

.faqs .faq:last-child .faq-answer{

	

}

.faqs .faq.open:last-child .faq-answer{

	

}





/******Staff********/

.dynamic-staff .sectionTitle {

	font-size:40px;

}

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

.staff-meta.featured-staff-metas .staff-meta > *{

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

.staff-meta a.email-value:before {

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

.staff-meta a.email-value:hover:before{

	background-color:#ccc;

}

.staffExcerpt {

	margin-bottom:50px;

}

.staffExcerpt .staffImage {

	position:relative;

    margin: 10px 0;

}

.staffExcerpt .staffImage img{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	object-fit:cover;

}

.staffExcerpt .staffImage:before {

	content:'';

	display:block;

	padding-top:100%;

	content:'';

	display:block;	

}

.staffExcerpt h3{

	font-size: 30px;

    margin: 10px 0;

	color:#774e82;

	margin:0;

}

.staffExcerpt .staffInfo {

	font-size:18px;

	min-height:5.6em;

	color:#36193e;

}

/*****Quotes******/

blockquote {

	border:0;

	background:#532e5d;

	color:#fff;

	font-style:italic;

	font-family: century-gothic, sans-serif;

	font-size:1.33em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

blockquote cite{

	font-weight:700;

	display:block;

	text-align:center;

	margin:20px auto;

	font-size:1em;

}

.quotes-holder .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

	color:#fff;

}

.quotes-holder {

	background:#532e5d;	

	color:#000;

	padding-top:80px;

	padding-bottom:80px;

	position:relative;

}

.quotes-holder:before {

	content:'';

	display:block;

	position:absolute;

	background:inherit;

	width:100vw;

	height:100%;

	left: 50%;

    top: 0;

    transform: translateX(-50%);

}

.quoteContainer {

	position:relative;

}

.quoteContainer .cycle-slideshow{

	margin-top:40px;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

	position:absolute;

	bottom:100%;

	left:0;

	width:100%;

}

.quoteContainer .singleQuote {

	padding-left:40px;

	padding-right:40px;

}

.quoteContainer .cycle-prev,

.quoteContainer .cycle-next {

	position:absolute;

	top:50%;

	font-size:30px;

	color:#fff;

	z-index:110;

	cursor:pointer;

	opacity:0.6;

	transition:opacity 300ms;

}

.quoteContainer .cycle-prev{

	left:50%;

    transform: translateX(-45vw) translateY(-50%);	

}

.quoteContainer .cycle-next {

	right: 50%;

    transform: translateX(45vw) translateY(-50%);	

}

.quoteContainer .cycle-prev:hover,

.quoteContainer .cycle-next:hover {

	opacity:1;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

	color:#fff;

}

.quoteContainer .cycle-pager span.cycle-pager-active{

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	margin:0;	

}

/****Documents******/

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	font-family: century-gothic, sans-serif;

	text-transform: uppercase;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}



.Dynamic .callout.hasbg .readmore{

	background:rgba(255,255,255,0.8);

	border-color:rgba(255,255,255,0.8);

	color:#532e5d;

	padding:1.3em 2.4em;

	width:auto;

}

.callout.hasbg .readmore:after{

	display:none;

}

.Dynamic .callout .readmore:hover {

	background:#532e5d;

	color:#fff;	

}

.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.hastext .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;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hasbg.notext .calloutContent {

	padding-top:150px;

	padding-bottom:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}

@media (min-width:992px){
	.homeDynamic.dynamic-callout .callout.hasbg .coimg {
		overflow:hidden;
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}
	.homeDynamic.dynamic-callout .callout.hasbg .coimg img{
		position:fixed;
		top:0;
		left:0;
		
	}
}

/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#532e5d;

	color:#fff;

	font-family: century-gothic, sans-serif;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.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;	

}





.poiImage {

	background:inherit;

	min-height:180px;

	max-height:320px;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:74%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .readmore {

	display: inline-block;

    color: #532e5d;

    border: solid 1px rgba(255,255,255,0.8);

    background:rgba(255,255,255,0.8);

    line-height: 1.4em;

    padding: 1.4em 2.4em;

    font-size: 14px;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

    border-radius: 2.4em;

    width: auto;

	width:220px;

    max-width: 100%;

    text-decoration: none;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	left:0;

	width:100%;	

	top:50%;

	transform:translateY(-50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .readmore {

	background: #532e5d;

    color: #fff;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}

/*Video*/

.videoBlock {

	width:100%;

	position:relative;

	max-width:950px;

	margin:20px auto;

}

.videoBlock:before {

	content:'';

	display:block;

	padding-top:100%;

	width:100%;

}

.videoBlock img {

	position:absolute;

	left:0;

	top:0;

	object-fit: cover;

    width: 100%;

    height: 100%;

}

.videoBlock a:before {

	content:'';

	display:block;

	width:75px;

	height:75px;

	border:solid 5px #fff;

	border-radius:50%;

	position:absolute;

	top:50%;

	left:50%;

    z-index: 2;

	transform:translate(-50%,-50%);
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 50%);
    background: rgb(0 0 0 / 10%);
}

.videoBlock a:after {

	content:'';

	display:block;

	position:absolute;

	width: 0;

	height: 0;

	border-style: solid;

	border-width: 17px 0 17px 28px;

	border-color: transparent transparent transparent #ffffff;

    z-index: 2;

	top:50%;

	left:50%;

	transform:translate(-40%,-50%);

}

@media (min-width:992px){

	.videoBlock:before {

		padding-top:56.25%;

	}

}

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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:60px;

}

.welcomeImage {

	position:relative;

}

/*.welcomeImage:before {

	content:'';

	display:block;

	position:relative;

	width:100%;

	padding-top:65.714%;

}

.welcomeImage img {

	position:absolute;

	top:0;

	left:0;

	width: 50rem;

}

@media (min-width:576px){

	.welcomeImage {

		margin-left: calc(-50vw - -540px/2);

		margin-right: calc(-50vw - -540px/2);

	}

}

@media (min-width:768px){

	.welcomeImage {

		margin-left:0;

		margin-right: calc(-50vw - -720px/2);

	}

}*/

@media (min-width:992px){

	.welcomeBlock {

		margin-top:100px;

		margin-bottom:120px;

	}

	/*.welcomeImage {

		margin-right: calc(-50vw - -960px/2);

	}*/

}
/*
@media (min-width:1200px){

	.welcomeImage {

		margin-right: calc(-50vw - -1040px/2);

	}

}*/



.treatmentIcons {

	background:#f7f5f8;

	padding:25px 0;

	margin:50px 0;

}

.treatmentIcons .owl-nav {

	color:#6d6e71;

}

.treatmentIcons .icon{

	height:130px;

	line-height:130px;	

}

.treatmentIcons .icon img{
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	width:auto;
	max-width:100%;
	max-height:130px;
	object-fit:contain;
}
.treatmentIcons a:hover {
	color:#9b84a2;
}

.treatmentIcons a:hover .icon img{
	filter:brightness(1.2);
}
.treatmentIcons .link {

	text-align:center;

	padding-top:10px;

	padding-bottom:10px;

}

.row.owlMobileToggle .owl-stage-outer{

	padding-left:0;

	padding-right:0;

}

.treatmentIcons .owl-item > .link {

	width:100%;

}

.treatmentIcons .link .title{

    font-size: 18px;

    padding: 10px 0;

	text-align:center;

}

.treatments .readmoreContainer {

	text-align:center;

	margin:40px auto 60px;

}

.treatmentsIntro {
	text-align: center;
}

@media (min-width:992px){

	.treatments {

		margin:90px 0;

	}

}

/*Home Callout*/

.homeDynamic .calloutContent {

	text-align:left;

	padding-top:200px;

	padding-bottom:130px;

}

.homeDynamic .callout .calloutTitle h3 {

	font-size:50px;

	margin-bottom:30px;

    text-transform: initial;

}

@media (min-width:992px){

	.homeDynamic .calloutContent .row{

		min-height:64vh;

		align-items: flex-end!important;

	}

	.homeDynamic .calloutContent .row .col{

		max-width:750px;

	}

	

}



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

    END DYNAMIC CONTENT

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



/*Curriculum Pages*/

.dynamic-curriculum_block.dynamicContent {

	margin-bottom:-40px;

	margin-top:0;

}

.dynamic-curriculum_block .curriculumWrapper {

	padding-bottom:80px;

}

.curriculumWrapper {

	background: #f7f5f8;

    padding: 40px 0px;

    margin: 40px 0 0;

	position:relative;

}

.curriculumWrapper > *{

	position:relative;

}

.curriculumWrapper:before {

    content: '';

    display: block;

    position: absolute;

    background: inherit;

    width: 100vw;

    height: 100%;

    left: 50%;

    top: 0;

    transform: translateX(-50%);

}


/*Story Block*/
.storiesBlock {
	background-color:var(--dark_purple);
	color:#fff;
	--title_colour: #fff;
	--link_colour:#fff;
	--link_colour_hover:#fff;
	width:98%;
	max-width:1540px;
	margin:0 auto;
	border-radius:15px;
	padding:30px 10px;
}
.storiesBlock h2.sectionTitle{
	text-align:center;
	margin:10px 0 30px;
}
.storyBlock {
	margin-bottom:20px;
}
.storyBlock .storyImg{
	padding-top:65%;
	position:relative;
	
}
.storyBlock .storyImg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:15px;
}
.storyBlock .storyImg:after{
	content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    background: #fff;
    color: #000;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
}
.storyBlock .storyTxt {
	font-size:16px;
	margin:5px 0;
}
.storyBlock a:hover .storyImg:after{
	background-color:var(--light_purple);
	color:#fff;
}
.storyLightbox {
	width:700px;
    border-radius: 15px;
}
.furtherText {
	margin:50px 0 30px;
}

.hubspotReviews {
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	background:var(--light_grey);
	color:#532e5d;
}
.hubspotReviews blockquote {
	background:var(--light_grey);
	color:#532e5d;
}
.hubspotReviews .cycle-pager span {
	margin:0 5px;
	display:inline-block;
	cursor:pointer;
	opacity:0.5;
}
.hubspotReviews .cycle-pager span.cycle-pager-active {
	opacity:0;
}

.ourTeam {
	padding-top:40px;
	padding-bottom:40px;
}
.ourTeam .row.teamrow {
	--bs-gutter-x:50px;
	--bs-gutter-y:30px;
}
.ourTeam .teamImg img{
	border-radius:15px;
    box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.17);
}
.ourTeam .teamtxt {
	padding-top:30px;
	padding-bottom:30px;
}
.treatmentsBlock {
	padding-top:30px;
	padding-bottom:40px;
}
.treatmentsBlock .colTitle {
	margin-bottom:30px;
	margin-top:30px;
}
.ivfRates {
	padding-bottom:40px;
}
.ivfRates > .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 30px;
    margin-top: -10px;
}
.ivfRates .rates {
	border-radius:15px;
	background-color:var(--light_purple);
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:0 20px 15px;
}
.ivfRates .rates .ratesInner {
	background-color:var(--purple);
	border-radius:15px;
	padding:20px 10px;
	margin-bottom:10px;
	width:auto;
	margin-left:-20px;
	margin-right:-20px;
}
.ivfRates .rates .ratesInner .ratesTop {
	font-size:16px;
	font-weight:700;
}
.ivfRates .rates .ratesInner .ratesNo {
	font-size:52px;
	font-weight:700;
}
.faqExtra {
	margin-bottom:20px;
}
.faqExtra a{
	text-decoration:underline;
}
@media (min-width:992px){
	.ivfRates {
		padding-bottom:30px;
	}
}
.footerContact div.wpforms-container-full .wpforms-form .wpforms-field.intro {
	padding-left:50px;
}
.footerContact .wpforms-field.wpforms-field-content .wpforms-field-row h2 {
	margin-bottom:0;
	margin-top:45px;
}
.footerContact div.wpforms-container-full .wpforms-form input[type=date], .footerContact div.wpforms-container-full .wpforms-form input[type=datetime], .footerContact div.wpforms-container-full .wpforms-form input[type=datetime-local], .footerContact div.wpforms-container-full .wpforms-form input[type=email], .footerContact div.wpforms-container-full .wpforms-form input[type=month], .footerContact div.wpforms-container-full .wpforms-form input[type=number], .footerContact div.wpforms-container-full .wpforms-form input[type=password], .footerContact div.wpforms-container-full .wpforms-form input[type=range], .footerContact div.wpforms-container-full .wpforms-form input[type=search], .footerContact div.wpforms-container-full .wpforms-form input[type=tel], .footerContact div.wpforms-container-full .wpforms-form input[type=text], .footerContact div.wpforms-container-full .wpforms-form input[type=time], .footerContact div.wpforms-container-full .wpforms-form input[type=url], .footerContact div.wpforms-container-full .wpforms-form input[type=week], .footerContact div.wpforms-container-full .wpforms-form select, .footerContact div.wpforms-container-full .wpforms-form textarea {
	border-radius:10px;	
    background: #f9f9f9;
    color: var(--dark_purple);
	padding:10px 20px;
	height:45px;
}


@media (min-width:992px){
	.footerImg {
		
	}
}

.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}

/* live chat */

#wp-chatbot-chat-container {
	z-index: 9999;
	position: relative;
}

.wbcaTitle {
background-color: #532e5d!important;
border-bottom: 1px #532e5d!important;
}
.wbca_header_txt, #wbca_type_suggest p {
color: rgba(0, 0, 0, 0.75)!important;
}
.wbca_admin_message_row .wbcaMessage {
background-color: #917798!important;
border-bottom-color: #917798!important;
}

.wbcaBody .button--ujarak:hover {
background-color: #532e5d!important;
background: #532e5d!important;	
border-color: #532e5d!important;
}

.wbcaBody #wbca_signup_form button.button {
background: #917798!important;
}

body .live-chat, body .floting_live_chat {
border: none!important;
background: none!important;
box-shadow: none!important;
height: 65px !important;
width: 65px !important;
bottom: 20px!important;
z-index: 999!important;
}

body .live-chat {
    position: fixed;
    width: 65px!important;
    right: 30px;
    bottom: 10px!important;
}

.live-chat img {
border-radius: 0!important;
height: 65px!important;
width: 65px !important;
background: none!important;
}

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

    PRINT

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

