/*
	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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


@font-face {
    font-family: 'Chronicle Display';
    src: url('fonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {  

	font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 150%;
	text-rendering: geometricPrecision;

  font-weight:400;

  color: #3F576D;

  margin: auto;  

  background: #F7F7F9;

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {

	color: #202C37;

	text-decoration:none;

}

a:hover {

	text-decoration:none;
	color: #D14D91;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color: #D14D91;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
	font-weight: 400 !important;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:1em;

}
p a {
	font-weight:500;
	text-decoration:underline;
}
table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 61px;
	line-height: 1;
	margin-bottom:20px;
	font-weight: 400 !important;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.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;
	color:#4e5563;
}

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

}

.scms-carousel.owl-carousel {
	padding-bottom:10px;
}
.scms-carousel.owl-carousel .owl-stage-outer {
	margin-bottom:20px;
}
.scms-carousel.owl-carousel .owl-nav .owl-next,
.scms-carousel.owl-carousel .owl-nav .owl-prev {
	width:26px;
	height:26px;
	font-size:0;
	background-color: #4e5563;
    mask-image: url(images/arrow.svg);
    -webkit-mask-image: url(images/arrow.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;	
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.scms-carousel.owl-carousel .owl-nav .owl-prev {
	transform:scale(-1);
}
.scms-carousel.owl-carousel .owl-nav {
	width:100%;
	padding:0 30px;
	margin:0 auto;
	position:relative;
}
.scms-carousel.owl-carousel .owl-dots {
	margin:0 auto;
}
.scms-carousel.owl-carousel .owl-dots .owl-dot {
	width:20px;
	height:20px;
	line-height:20px;
	margin:0 3px;
}
.scms-carousel.owl-carousel .owl-dots .owl-dot span{
	width: 15px;
    height: 15px;
    display: inline-block;
	border:1px solid #505562;
	background:transparent;
    border-radius: 50%;
	opacity:1;
}
.scms-carousel.owl-carousel .owl-dots .owl-dot.active span{
    background: #505562;	
}
.scms-pager {
	display:block;
	width: 100%;
	padding: 0 30px;
	margin: -10px auto 0;
	position: relative;
	color:#ad7498;
	font-weight:500;
	text-align:center;
	font-size:22px;
}
@media (min-width:992px){
	.scms-pager {
			display:none;
	}
}
@media (min-width:1200px){
	.scms-carousel.owl-carousel .owl-dots {
		max-width:300px;			
	}
	.scms-carousel.owl-carousel .owl-nav {
		max-width:360px;		
	}
}

.bodyContent table {
    display: inline-block;
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.bodyContent table td h4 {
    margin: 0px !important;
}



.bodyContent h1 {
	margin-bottom: 25px;
}

.bodyContent .first_paragraph {
	font-size: 44px;
	line-height: 54px;
	color: #3F576D;
	letter-spacing: -0.22px;
	margin-bottom: 43px;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}


.bodyContent .body-text > h2 {    
	margin-top: 0;
}


.bodyContent h2, .sidebar h2, .container.body-container h2 {    
    font-size: 30px;
    line-height: 1.3;
    margin: 0px 0 0.9em;
	letter-spacing: 0px;
	color: #3F576D;
}

/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/


.bodyContent h2 a, .sidebar h2 a, .container.body-container h2 a {
	color: #3F576D;
}

.bodyContent h2 a:hover, .sidebar h2 a:hover, .container.body-container h2 a:hover {
    color: #D14D91;
}





.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {

    font-size: 36px;
    margin: 10px 0 25px;
	letter-spacing: 0px;
	color: #3F576D;

}


.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
    padding-bottom: 115px;
    padding-top: 115px;
}


.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
	color: #3F576D;
}
@media (min-width:992px){
	.bodyContent h2, .sidebar h2, .container.body-container h2 {
		 font-size: 36px;
	}
}
/****Button******/

.blockButton>a, a.readmore, .button, .wpforms-submit {
    color: #4B5664;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    border-radius: 0;
    padding: 10px 15px;
    background-color: transparent;
    display: inline-block;
    min-width: 183px;
    text-align: center;
    border: 1px solid #4B5664;
}

.blockButton>a:hover, a.readmore:hover, .button:hover, .wpforms-submit:hover {
    background-color: transparent;
    border-color: #D56BA3;
    text-decoration: none;
    color: #4B5664;
}



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/



#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width: 100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height: 480px;
	max-height: 600px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 43.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%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:1081px;

	height:92vh;

	min-height:680px;

}

.homeBanner.hasVideo {
}
.homeBanner.hasVideo:before {
	display: none;
}
.homeBanner.hasVideo img {
	visibility: hidden;
}
.homeBanner.hasVideo .banner_btn {
	font-size: 0;
	position: absolute;
	z-index: 112;
	right: 30px;
	top: 96px;
}
.homeBanner.hasVideo .banner_btn i {
	font-size: 22px;
	color: #8399A3;
}
.homeBanner.hasVideo .banner_btn i.fa-volume-off {
	color: #D14D91;
}




@media(min-width:768px){

	.homeBanner {

		max-height:1081px;

	}

	.homeBanner:before {

		content:'';

		display:block;

		padding-top: 56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.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:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.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:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

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

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

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



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

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

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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

.list-item h2.list-item-title{
	margin-bottom:0.75em;
}

h2.list-item-title a{
	text-decoration:none;
}

h2.list-item-title a:hover{
	text-decoration:none;
}

.list-item{
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #797d87;
	position:relative;
}
.list-item:last-child{
	border-bottom: 1px solid #797d87;
}
.list-item-image{
	text-align:center;
	
}

.list-item-image a{
	display:block;
	padding:10px 0;
}

.list-item-text p{
	margin-bottom:0;
}

.list-item-text p.date{

	font-size:0.8em;

	margin:0 0 0.5em;

}
.list-item-text p.date a {
	text-decoration:none;
	color:#ad7498;
}


.postThumb {

	margin-bottom:20px;

	text-align:center;

}
.navigation.pagination {
	margin:30px 0 70px;
}
.navigation.pagination .nav-links {
	margin-left:-13px;
	margin-right:-13px;
}
.navigation.pagination .nav-links .page-numbers {
	display:inline-block;
	margin-left:13px;
	margin-right:13px;
	color:#D14D91;
}
.navigation.pagination .nav-links a.page-numbers:hover {
	color:#000;	
}
.list-item .newslink {
	margin-top:1em;
}
.newslink a.linkbutton {
	font-size:20px;
	background:#ac7397;
	color:#fff;
	border-color:#ac7397;
	padding:10px 60px 10px 20px;
	margin-bottom:0;
	vertical-align:top;
}

.newslink a.linkbutton:after {
}
.newslink a.linkbutton:hover {
	background:#fff;
	color:#ac7397;
	border-color:#ac7397;
	
}
@media (min-width:992px){
	.list-item .list-item-image {
		padding-bottom:60px;
	}
	.list-item .newslink {
		position:absolute;
		bottom:30px;
		right:0;
	}
}
@media (min-width:1400px){
	.list-item-text {
		padding-right:4.5%;
	}	
}


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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color: #707070;

	background:#ffffff;


	transition:300ms;

	padding-top:16px;

	padding-bottom:16px;

	text-align:center;

	z-index:220;

	position:fixed;

	height: 76px;

	width:100%;

	top:0;

	left:0;

}
@media (max-width:991.5px){
	.headGroup .container{
		max-width:100%;
	}
}
.fixedHeader .headGroup {

}



.headGroup a{

	color: #707070;	

}

.headGroup a:hover{

	color: #D14D91;

}

.headLogoWrap {

}



.headerIcon {

text-align: left;
	margin:0 5px;

}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	text-align:center;

}

.headGroup ul.socials {
	padding:0px;
}
.headGroup .socials li {
    min-width: 20px;
	padding: 0 5px;
}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;
	
	opacity: 0;

}

.socialDesktop {

	display:none;

}

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

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}*/

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}
	
	.headGroup .socials li {
    	min-width: 30px;
		padding: 0 9px;
	}
	
	.headGroup  ul.socials {

		padding:4px;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height: 76px;

}

.admin-bar .headGroup {

	margin-top:46px

}



@media (min-width:600px){

.admin-bar.fixedHeader .headGroup  {

	margin-top:0;

}

}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	

}

/*home*/

@media (max-width:767.99px){	

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

	.fixedHome .headGroup .socials li:last-child:after{

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		  /*color: #fff;*/

	}



	.fixedHome .headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

		  /*color: #fff;*/

	}



	.fixedHome .headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

		  /*color: #fff;*/

	}

	.fixedHome .headGroup #searchSubmit {

		  /*color: #fff;*/

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}





@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

	background-image:url(images/lock.png);

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 50% -8px;

}

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

	transform:rotate(135deg) translateY(6px)

}

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(-7px);

}



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

	background:#000;

}

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

	background:#000;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: 0;

		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 9999;

		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

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

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:20px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px #676767;

	}

	#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:10px 10px;

	}

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

		padding-left:0px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

	#menu-main li.menu-item-has-children > .arrow:after{
		    content: '';
			display: block;			
			width: 18px;
			height: 22px;
			position: absolute;
			left: 12px;
			top: 50%;
			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 {

		height:47px;

	}

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

		top: 22px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    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 {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/


#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side > li > .sub-menu{

	margin:0px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}


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

	background:rgba(0,0,0,0.1);

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

#menu-side .sub-menu .sub-menu a > span{

	padding-left:10px;

}

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}

}



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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 0px 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: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	/*
		body.fixedHome .menu-toggle {

			color:#fff;

		}

		body.fixedHome .menu-toggle span {

			background-color:#fff;		

		}
	*/

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}
/*
body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}*/

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}




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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



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

	height:50px;

	width:140px;

	top:50%;

	left:50%;

	margin-top:-25px;

	margin-left:-70px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#F7F7F9;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:123px;

}







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

.faqs{



}



.faqs .faq{
    border: 1px solid #98a0ac;
	margin-bottom:-1px;
}

.faq-question,
h3.faq-question {
	position: relative;
    margin: 0;
    padding:25px 75px 25px 20px;
    background-color: transparent;
    color: #6f7580;
    cursor: pointer;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.4;
    overflow: hidden;
	margin: 0px;
	text-transform: inherit;
    font-family: 'Roboto', sans-serif;
	width: 100%;
	display: block;
}
.faq:first-child {
	border-radius: 10px 10px 0 0;	
}
.faq:last-child{
	border-radius:0 0 10px 10px;	
	border-bottom-width:1px;
}
.faq-question:after {
    display: block;
	content: '';
    width: 18px;
    height: 21px;
	line-height: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 30px;
    transition: 300ms;
	font-size: 0px;
	background-color:currentcolor;
	mask-image:url(images/arrow.svg);
	-webkit-mask-image:url(images/arrow.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;	
	-webkit-mask-position: center;	
	-webkit-mask-repeat: no-repeat;
	transform:rotate(90deg);
}


.faq-answer {
    display: none;
    padding: 5px 20px 30px;
	margin-top:-10px;
    border-top: none;
	color:#505562;
}
.faq.open .faq-question,
.faq.open h3.faq-question {
	color:#505562;
	
}
.faqs .faq.open{
	border-color:#505562;
}

.faq-answer{

	display:none;

}






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

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

}

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

blockquote {

	border:0;

	background:#ffffff;

	color:#4B5664;

	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
	font-size: 34px;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:400;

	font-size: 22px;

	line-height: 25px;

	padding:0;

	color: #8899A7;

}

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

a.document-link {
	position: relative;
    margin: 0;
    padding: 12px 75px 12px 22px;
    background-color: transparent;
    color: #4B5664;
    cursor: pointer;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.2;
    overflow: hidden;
    border: 1px solid #4B5664;
	margin: 0px;
	text-transform: inherit;
	margin: 0px 0 10px;
	width: 100%;
	display: block;
	border-radius: 10px;
	transition:300ms;

} 


a.document-link:hover {
    background: transparent;
    color: #4B5664;
    border: 1px solid #D56BA3;
}
a.document-link:focus {
    background: #202C37;
    color: #ffffff;
    border: 1px solid #4B5664;
}


a.document-link:after {
    display: block;
	content: '';
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
	font-size: 0px;
	background-color:currentcolor;
	mask-image:url(images/download.svg);
	-webkit-mask-image:url(images/download.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;	
	-webkit-mask-position: center;	
	-webkit-mask-repeat: no-repeat;
}


/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #4B5664;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {


	padding: 50px 35px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	margin:0 0 15px;

}

.callout .calloutTitle h3{

	margin-bottom: 15px;
	color:inherit;
	font-size: 30px;
	text-transform: inherit;
	margin-top: 0;


}

.callout .readmore 	{

	display: inline-block;

    color: #ffffff;

	background: transparent;

    margin: 12px 7px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

	border: 1px solid #ffffff;

}



.callout.hasbg  .readmore{

    color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;

}

.callout .readmore:hover {

	background: #D14D91;
	border: solid 1px #D14D91;
	color: #ffffff;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	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:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

	/*background:rgba(0,0,0,0.3);*/

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

/*.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}*/

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;

	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform: inherit;

	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	width:100%;	

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0.4;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:0px;

}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









/*==========  Non-Mobile First Method  ==========*/





@media only screen and (max-width : 1590px) {





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

@media only screen and (max-width : 767px) {





}



/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 479px) {



}



/* Custom, iPhone Retina */ 

@media only screen and (max-width : 319px) {



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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


.menu-toggle .toggleText {
	color: #707070 !important;
	font-size: 20px;
}

.menuopen .menu-toggle .toggleText {
	font-size: 0px;
}
.menuopen .menu-toggle .toggleText:before {
	font-size: 20px;
	color: #707070 !important;
	display: block;
	content: 'Close';
}


.menu-toggle:hover .toggleText {
	color: #D14D91 !important;
}

.headerRight {
	
}

.menu-toggle {
	padding: 0;
	margin: 0 10px;
}



.fixedHeader .headGroup {
	-webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.5) !important;
		box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.5) !important;
}







.homeBanner .slideImage:after {
	display: none;
}


.welcomeBlock {
	padding: 140px 0 150px;
	margin-bottom: 0;


	background-image: -webkit-linear-gradient(top, #F7F7F9, #F5ECF1); 
	background-image:    -moz-linear-gradient(top, #F7F7F9, #F5ECF1); 
	background-image:     -ms-linear-gradient(top, #F7F7F9, #F5ECF1); 
	background-image:      -o-linear-gradient(top, #F7F7F9, #F5ECF1); 
	background-image:         linear-gradient(top, #F7F7F9, #F5ECF1);

}
.welcomeBlock .container {
	max-width: 1624px;
}
.welcomeImage-main {
	padding-left: 60px;
}

.welcomeImage-outter {
	padding: 31px;
	background: #F5ECF1;
	border-radius: 50%;
	max-width: 645px;
	overflow: hidden;
}

.welcomeImage {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: block;
	max-width: 583px;
	border-radius: 50%;
}
.welcomeImage img {
	visibility: hidden;
}


.welcomeBlock .welcomeBlockText {
	line-height: 54px;
	font-size: 49px;
	font-weight: 400;
	color: #4B5664;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}

.welcomeBlock .welcomeBlockText h1 {
	font-size: 51px;
	line-height: 51px;
	display: block;
}

.school_logos {
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
}
.school_logos .logo_item {
    padding: 0 5px;
}  
.school_logos .logo_item:first-child {
    padding-left: 0px;
}  
.school_logos .logo_link img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 0px auto;
    width: auto;
} 

@media (min-width:768px){
.school_logos {
    margin-top: 40px;
}
.school_logos .logo_item {
    padding: 0 5px;
}  
.school_logos .logo_link img {
    height: 260px;	
	}
}


.name-cite-content {
	color: #3F576D;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	font-family: 'Roboto', sans-serif;
}





.footer-above-cta-section {
	background: #3F576D;
	padding: 65px 0 80px;
	color: #ffffff;
	font-size: 20px;
	line-height: 34px;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}

.footer-above-cta-section .box-details {
	margin-bottom: 35px;
}


.footer-above-cta-section .container {
	max-width: 1458px;
}

.footer_cta_image img {
	max-width: 189px;
	border-radius: 50%;
	overflow: hidden;
}


.footer_cta_content .box-title h2 {
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 42px;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}


.footer-above-cta-section .button.cta-button {
	border-color: #ffffff;
	color: #ffffff;
}

.footer-above-cta-section .button.cta-button:hover {
	border-color: #D14D91;
	color: #D14D91;
}
.row.hs_row {
	justify-content: center;
}
.house_points {
	margin:80px auto 90px;
	position:relative;
}
.container.body-container .house_points h2,
.house_points h2 {
	color:#3e576d;	
    font-size: 2rem;
    margin: 0px 0 .5rem;
}
.house_points .pointsTracker {
	position:relative;
	padding-right:59px;
	margin:15px 0;
	font-size:16px;
	line-height:1.5;
	display:flex;
}
.house_points .pointsTracker .trackField {
	position:relative;	
    flex: 1 0 0%;
}
.house_points .pointsTracker .name{
	display:inline-block;
	padding:10px 20px;
	border-radius:10px 0 0 10px;
	position:relative;
	z-index:3;	    
    flex: 0 0 auto;
    width: 150px;
}
.house_points .pointsTracker .pointsBar{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	border-radius:0 10px 10px 0;
}

.house_points .pointsTracker .points{
	position:absolute;
	top:50%;
	transform:translateY(-50%) translateX(100%);
	right:-10px;
	font-size:15px;
	background:transparent;
	color:#36404a;
	border-radius:10px;
	width:44px;
	height:44px;
}
.house_points .pointsTracker .points .pts{
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	padding:6px;	
	text-align:center;
}
@media (min-width:768px){
	.house_points {
		margin-top:100px;
		margin-bottom:110px;
	}
	.house_points .pointsTracker {
		font-size:20px;
	}
	.house_points .pointsTracker .name{		
		width: 200px;
	}
	.house_points .pointsTracker .points{
		font-size:17px;
		width:50px;
		height:50px;
		right:-15px;
	}
	.house_points .pointsTracker {
		padding-right:65px;
	}
}
@media (min-width:1200px){
	.house_points {
		margin-top:120px;
		margin-bottom:120px;
	}
}
footer#footer {
	background: #202C37;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}

footer#footer a {
	color: #ffffff;
}
footer#footer p a {
	text-decoration:none;
	font-weight:inherit;
}
footer#footer a:hover {
	color: #D14D91;
}


footer#footer .footer-left-image {
	width: 55.3%;
	padding-right: 0;
}


footer#footer .footer-left-image .footer-left-image-main {
	object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
}


footer#footer .footer-right-content {
	width: 44.7%;
	padding-left: 68px;
	padding-top: 38px;
	padding-bottom: 38px;
}


.right-content-inner .footer-address {
	font-size: 16px;
	line-height: 22px;
}

.footer-social {
	padding-left: 0;
}

.footer-social ul.socials {
	padding: 0;
	margin: 0;
}

.footer-social ul.socials li {
	width: 53px;
	height: 53px;
	display: inline-block;
	margin-bottom: 12px;
	padding: 0;
}

.footer-social ul.socials li a {
	width: 53px;
	height: 53px;
	display: block;
	color: #ffffff;
	background: #3F576D;
	font-size: 20px;
	line-height: 53px;
	border-radius: 50%;
}

.footer-social ul.socials li a i {
	line-height: 53px;
}

.footer-social ul.socials li a:hover {
	background: #D14D91;
	color: #ffffff !important;
}

.footer-social h3 {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 15px;
}


.footer_nav {
}
.footer_nav ul {
	list-style: none;
}
.footer_nav ul li {
	display: block;
	margin-bottom: 12px;
}
.footer_nav ul li a {
	min-width: 202px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	line-height: 32px;
	text-transform: uppercase;
}
.footer_nav ul li a:hover {
	border: 1px solid #D14D91;
	color: #D14D91;
}


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

footer#footer .tel-info {
	margin-bottom: 25px;
}

.footer-bottom-section {
	padding-top: 22px;
}
.footer-bottom-section:before {
	display: block;
	content: '';
	height: 1px;
	background: #ffffff;
	max-width: 446px;
	width: 100%;
	margin-bottom: 34px;
}

.copyrights {
	font-size: 16px;
	line-height: 21px;
	color: #ACBDCD;
}

.copyrights a {
	color: #ACBDCD !important;
}
.copyrights a:hover {
	color: #D14D91 !important;
}




/*
.right-content-inner-page {
	padding-left: 110px;
}
*/

.right-content-inner-page .inner-page-content {
	max-width: 904px;
}

@media (min-width:992px){
.footer-social ul.socials {
	max-width: 250px;
}
}
.expandContainer > .body-container {
	padding-left:0;
	padding-right:0;
}


@media (min-width:1600px){
	.container.body-container > .row{
		--bs-gutter-x: 4rem;
	}
	.container.body-container,
	.container.expandContainer,
	.container-lg.expandContainer,
	.container-lg.body-container {
		max-width: 1560px;
	}
}


@media (min-width:1900px){
	.container.expandContainer,
	.container-lg.expandContainer {
		max-width: 1700px;
	}
	.expandContainer > .body-container {
		margin-left:0;
		margin-right:0;
	}
}



/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 13px;
    line-height: 19px;
    color: #3F576D;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 24px 0px 0px;
    width: auto;
    z-index: 105;
    margin-bottom: 34px;
    border-bottom: none;
    min-height: 19px;
    font-weight: 400;
	display: inline-block;
}
.breadcrumbs em {
	margin: 0px 10px;
}
.breadcrumbs a {
    color: #3F576D;
}
.breadcrumbs span > span {
    color: #202C37;
}
.breadcrumbs a:hover {
    color: #D14D91;
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */


.staffMember h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0px;
	color: #3F576D;
    margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 1.8;
    display: inline-block;
    background: #D14D91;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #3F576D;
}


.bodyContent {
}

.bodyContent ol {
    padding-left: 25px;
	margin-bottom: 40px;
}

.bodyContent ol li::marker {
	color: #D14D91;
}


.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin-bottom: 40px;
}
.bodyContent ul li {
    text-align: left;
    padding-left: 25px;
    position: relative;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #3F576D;
    position: absolute;
    left: 0px;
    border-radius: 10px;
    top: 9px;
}

.page-id-2756 .bodyContent ul li:before, .page-id-2760 .bodyContent ul li:before {
    content: none!important;
}

.wp-caption-text.gallery-caption {
    display: none;
}

.wpmf-gallery-item img {
    transition: all 0.3s;
}

.wpmf-gallery-item:hover img {
    transform: scale(1.1);
}

.wpmf-gallery-item .wpmf-gallery-icon {
    overflow: hidden;
}

.dynamic-quote .cycle-pager {
   display: none;
}

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}



/*

.faqs {
}
.faqs .faq {
    border-bottom: solid 10px transparent;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 10px 75px 10px 22px;
    background-color: transparent;
    color: #4B5664 !important;
    cursor: pointer;
    font-size: 25px !important;
    letter-spacing: 0px !important;
    line-height: 1.3;
    overflow: hidden;
    border: 1px solid #4B5664;
	margin: 0px !important;
	text-transform: inherit;
    font-family: 'Roboto', sans-serif;

	margin: 0px 0 10px !important;
	width: 100%;
	display: block;

	border-radius: 10px;

}
.faq.open .faq-question {
	background: #202C37;
	color: #ffffff !important;
	border: 1px solid #4B5664;
}
.faq-question:hover {
	background: transparent;
	color: #4B5664 !important;
	border: 1px solid #D56BA3;
}





.faq-question:after {
    display: block;
	content: '';
    width: 18px;
    height: 21px;
	line-height: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: 300ms;
	font-size: 0px;
	background-color:currentcolor;
	mask-image:url(images/arrow.svg);
	-webkit-mask-image:url(images/arrow.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;	
	-webkit-mask-position: center;	
	-webkit-mask-repeat: no-repeat;
	transform: none;
}

.faq.open .faq-question:after {
	transform: none;
	transform:rotate(90deg);
}

.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}


.faq-answer {
    display: none;
    padding: 55px 70px 50px;
    background: rgba(0, 0, 0, 0.2);
    border-top: none;
    margin-bottom: 20px;
	border-radius: 10px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

.faq-answer > h3, .faq-answer > h2 {
    margin-top: 0px;
}
*/



.dynamic-documents .document {
	margin-bottom: 10px;
}




.quicklink>a, a>.quicklink, a.quicklink {
	font-weight:400;
	text-decoration:none;
	position: relative;
    margin: 0;
    padding: 15px 75px 15px 22px;
    background-color: transparent;
    color: #4B5664 !important;
    cursor: pointer;
    font-size: 25px !important;
    letter-spacing: 0px !important;
    line-height: 25px !important;
    overflow: hidden;
    border: 1px solid #4B5664;
	margin: 0px !important;
	text-transform: inherit;

	margin: 0px 0 10px !important;
	width: auto;
	display: inline-block;

	border-radius: 10px;

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: transparent;
    color: #4B5664 !important;
    border: 1px solid #D56BA3;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #202C37;
    color: #ffffff !important;
    border: 1px solid #4B5664;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
	content: '';
    width: 18px;
    height: 21px;
	line-height: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 16px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
	font-size: 0px;
	background-color:currentcolor;
	mask-image:url(images/arrow.svg);
	-webkit-mask-image:url(images/arrow.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;	
	-webkit-mask-position: center;	
	-webkit-mask-repeat: no-repeat;
}



.linkbutton>a, a>.linkbutton, a.linkbutton {
		font-weight:400;
	text-decoration:none;
	position: relative;
    margin: 0;
    padding: 15px 75px 15px 22px;
    background-color: transparent;
    color: #4B5664;
    cursor: pointer;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 25px;
    overflow: hidden;
    border: 1px solid #4B5664;
	margin: 0px;
	text-transform: inherit;

	margin: 0px 0 10px;
	width: auto;
	display: inline-block;

	border-radius: 10px;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: transparent;
    color: #4B5664;
    border: 1px solid #D56BA3;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #202C37;
    color: #ffffff;
    border: 1px solid #4B5664;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
	content: '';
    width: 18px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 0px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
	font-size: 0px;
	background-color:currentcolor;
	mask-image:url(images/arrow.svg);
	-webkit-mask-image:url(images/arrow.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;	
	-webkit-mask-position: center;	
	-webkit-mask-repeat: no-repeat;
}





/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 337px;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 83px;
	height: 83px;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after {
	width: 83px;
	height: 83px;
	line-height: 83px;
	background: #EA85B8;
	border: none;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin-bottom: 0px;
	color: #ffffff;
	content: '\f04b';
	font-size: 32px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    text-indent: 5px;
}
.dynamic-callout .video_callout .readmore:hover:after {
	background: #3F576D !important;
	color: #ffffff !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
	background: transparent !important;
	border: none !important;
}

/*.bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
	left: 0;
	top: 0;
	background: rgba(60, 60, 59, 0.3);
}*/

.sidebar .callout .calloutContent {
	padding: 70px 50px;
} 
.dynamic-callout .video_callout h3 {
	display: none !important;
}



.callout-btn {
	text-align: right;
}


/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */



/*Sidebar Menu Css --------------------------------------------- Start ------------------ */


.sidebar {
	margin-top:0px;
    padding-left: 0px;
	padding-top: 50px;
	padding-bottom: 30px;
	max-width: 421px;
}

.side-menu-container {
    background: transparent;
    color: #7D8793;
    padding: 0px 0px 50px;
    position: relative;
}
.sidebarSec {
    background: transparent;
    color: #7D8793;
	margin:30px 0 40px;
    position: relative;
}
.sidebarSec h2{
    color: #7D8793;
}
.sidebarSec li {
	border-bottom:solid 1px #ccc;
}
.sidebarSec a {
    color: #7D8793;
    /*font-size: 10px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 4px;*/
}
.sidebarSec a:hover {
    color: #D14D91;
    background: transparent;
}




#menu-side {
	font-size:20px;
}

#menu-side a:hover span {
}

#menu-side .sub-menu li.open > a span {
}

#menu-side .sub-menu li.current-menu-item > a span {
}

#menu-side > li > a:hover span {
}

#menu-side li:last-child > a > span {
	background: transparent;
}

#menu-side .sub-menu .sub-menu li a span {
}


#menu-side li a:hover span {
}
#menu-side a {
    color: #7D8793;
    text-transform: inherit;
    display: block;
    padding: 0px 39px 0px 0px;
    font-weight: 400;
    letter-spacing: 0px;
	border-bottom: 1px solid rgba(75, 86, 100, 0.3);
}

#menu-side .sub-menu .sub-menu li a {
    font-size: 10px;
}
#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
    border: none;
}

#menu-side li a:hover {
    color: #D14D91;
}

#menu-side .sub-menu li > .arrow:before {
	top: 24px;
	width: 22px;
	height: 11px;
	line-height: 11px;
	transform: rotate(0deg);
	left: 0;
}

#menu-side .sub-menu .sub-menu li > .arrow {
	right: 0;
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    top: 12px;
	display: block;
}
#menu-side .sub-menu .sub-menu li > .arrow:before {
	display: none;
}




#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before, 
#menu-side .sub-menu li.menu-item-has-children.open:hover > .arrow:before {
	transform: rotate(90deg);
}
#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before { 
	transform: rotate(0deg);
}


#menu-side li {
    margin: 0px 0px;
}

#menu-side li a{
	position:relative;
}
#menu-side a span {
    padding: 7px 10px 7px 0;
}
#menu-side .sub-menu .sub-menu li a span {
    padding: 5px 0;
}




#menu-side .sub-menu li.open li a {
    color: #7D8793;
    line-height: 32px;
	font-size: 16px;
	text-transform: inherit;
    font-weight: 400;
    letter-spacing: 0px;
	padding: 0px 0px;
}

#menu-side .sub-menu li.open a span {
	background: transparent;
}
#menu-side .sub-menu li.menu-item-has-children.open > a span { 
	background: transparent;
}
#menu-side .sub-menu li.menu-item-has-children.open { 
	background: transparent;
}


#menu-side .sub-menu li.open li a span {
    color: #7D8793;
}

#menu-side .sub-menu li.open li a:hover {
    color: #D14D91;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #D14D91;
}

#menu-side .sub-menu .sub-menu {
    padding: 20px 0px 20px 30px;
    background: transparent;
}

#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 10px 0px 10px 20px;
    background: transparent;
}


#menu-side .sub-menu .sub-menu a {
	background: transparent;
}


#menu-side li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu li.current-menu-item > a {
    color: #4B5664;
	background: transparent;
	border-bottom: 1px solid rgba(75, 86, 100, 1);
}
#menu-side li.current-menu-item > a:before {
	content: '';
	width:39px;
	height:15px;
	background: url(images/arrow.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-7px;
	pointer-events:none;
}
#menu-side .sub-menu li.open > a {
    color: #4B5664;
	background: transparent;
	border-bottom: 1px solid rgba(75, 86, 100, 1);
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #D14D91;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #D14D91;
}
/*
#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px !important;
    height: 1px !important;
    background: #ffffff;
    content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	display: none;
}

#menu-side .sub-menu .sub-menu .sub-menu a > span {
    padding-left: 0px;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	width: 21px;
	height: 21px;
	transform: rotate(-90deg) !important;
    transition: 300ms;
	font-size: 0px;
	background: url(images/download-arrow.png) center center no-repeat;
	transform: none;
	top: 17px;
}
#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before, #menu-side .sub-menu li.menu-item-has-children.open:hover > .arrow:before {
	width: 21px;
	height: 21px;
	transform: rotate(0deg) !important;
}*/




/*Sidebar Menu Css --------------------------------------------- Start ------------------ */




.bodyContent .dynamic-quote, .sidebar .dynamic-quote {
	padding: 30px 0px;
	background: transparent;
	position: relative;
	border: none;
}


.bodyContent .quoteContainer blockquote.quote-text, .sidebar .quoteContainer blockquote.quote-text {
	background: transparent;
	margin-bottom: 30px;
	color: #4B5664;
	display: block;
	letter-spacing: -0.17px;
	line-height: 1.2;
	font-size: 34px;
	font-weight: 400;
	text-align: left;
	padding: 0;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
}


.bodyContent .quoteContainer, .sidebar .quoteContainer {
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 11;
}

.bodyContent .quoteContainer .quote-cite, .sidebar .quoteContainer .quote-cite {
	color: #8899A7;
	display: block;

	text-align: left;

	letter-spacing: 0px;
	line-height: 25px;
	font-size: 22px;
	font-weight: 400 !important;
	padding: 0;	
}

.sidebar > h2 {
	margin-bottom: 0;
}



/*
.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
	text-align: center;
}
.bodyContent .callout.hasbg .callout-btn, .sidebar .callout.hasbg .callout-btn {
	text-align: center;
}
.callout .readmore:hover {
	color: #ffffff;
}


.dynamic-carousel .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0px;
}

.dynamic-carousel .owl-nav .owl-prev, .dynamic-carousel .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	margin: 0px 20px;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	letter-spacing: 2px;
}
.dynamic-carousel .owl-nav .owl-next:after {
	background: url(images/button-arrow.png) center center no-repeat;
	content: '';
	width: 22px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 22px;
}

.dynamic-carousel .owl-nav .owl-next:before {
	width: 1px;
	height: 15px;
	background: #000000;
	content: '';
	position: absolute;
	left: -20px;
	top: 4px;
	display: block;
}

.dynamic-carousel .owl-nav .owl-prev:before {
	background: url(images/button-arrow-prev.png) center center no-repeat;
	content: '';
	width: 22px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}

.dynamic-carousel .owl-dots {
	padding-top: 20px;
	padding-bottom: 50px;
}

.dynamic-carousel .owl-dots span {
	height: 3px;
	width: 19px;
	border-radius: 0;
	background: #cccccc;
}

.dynamic-carousel .owl-dots .owl-dot.active span {
	background: #e61e2a;
}
.dynamic-carousel .owl-dots .owl-dot.active, .owl-dots .owl-dot {
	opacity: 1;	
}
*/

.dynamic-staff {
	font-size: 16px;
}


.wpforms-submit {
	background: #D14D91 !important;
}


.dynamic-map_image {
	background: #E3EAF0;
	padding: 80px 0;
	margin: 0;
}
.dynamic-map_image .map_image_container {
	max-width: 1644px;
	margin: 0px auto;
	padding: 0px 15px;
	position: relative;
}

.dynamic-map_image .map_image_container .map_image_inner {
	position: relative;
}

.dynamic-map_image .section_title {
	text-align: center;
}
.dynamic-map_image .section_title h2 {
	font-size: 61px;
	line-height: 61px;
	color: #4B5664;
	margin-bottom: 34px;
}
.dynamic-map_image .bottom_title {
	text-align: center;
	margin-bottom: 55px;
}
.dynamic-map_image .bottom_title h2 {
	margin-bottom: 0px;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -0.17px;
	color: #4B5664;
}



.dynamic-map_image .map_pins_image {
	position:relative;
	margin: 30px auto;
	
}
.dynamic-map_image .map_pins_image .sn_map_pin{
	position:absolute;
	width: 68px;
    height: 68px;
    line-height: 52px;
    color: #ffffff;
    border-radius: 50%;
    background: #D14D91;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
	border:8px solid #fff;
	transform:translate(-50%,-50%);
	cursor:default;
	height: 52px;
	width: 52px;
	font-size: 26px;
	line-height: 44px;
	border: 4px solid #fff;
}
.dynamic-map_image .map_pin_content {
	padding: 66px 65px 55px 93px;
	background: #ffffff;
	border-radius: 49px;
	width: 100%;
	max-width: 1476px;
	left: 0px;
	margin:30px auto;
}
.dynamic-map_image .map_pin_content .map_pin {
	line-height: 52px;
	color: #5B6573;
	font-size: 32px;
	margin-bottom: 26px;
	font-weight: 400;
}


.dynamic-map_image .map_pin_content .map_pin span {
	width: 52px;
	height: 52px;
	line-height: 52px;
	color: #ffffff;
	border-radius: 50%;
	background: #D14D91;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	width: 52px;
	font-size: 26px;
	line-height: 44px;
	border: 4px solid #fff;
}



.homeDynamic.dynamic-poi {
	margin: 0px;
	padding: 69px 0 136px;
	background: #202C37;
	color: #ffffff;
}

.homeDynamic.dynamic-poi .whole_section {
	max-width: 1636px;
	margin: 0px auto;
	padding: 0px 15px;
}

.poi_section_image {
	position: relative;
	margin-bottom: 25px;
}
.poi_section_image .section_poi_title {
	position: absolute;
	left: 50%;
	top: 199px;
	transform: translateX(-50%);
	font-size: 75px;
	line-height: 75px;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
	z-index: 1;
}


.homeDynamic.dynamic-poi .poi_section_image:after {
    content: '';
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 60%;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
}

.poiImage .poiImageBG {
	position: relative;
}
.poiImage .poiImageBG img {
	position: relative;
}

.dynamic-poi .poi {
	padding-top: 0px;
	background: #202C37;
	position: relative;
}
.dynamic-poi .poi .poiImage {
	display:flex;
	flex-wrap:wrap;
	width:100%;	
}
.dynamic-poi .poiImage .poiImageBG {
	order:2;
}
.dynamic-poi .poi .poiText {
	order:1;
	width:100%;
	padding:18px 16px 16px;
}


@media (min-width:992px){
	.dynamic-poi .style1 .poi {
		padding-top: 24px;
		padding-bottom: 28px;
		margin-top: -170px;
		padding-right: 22px;
		margin-right: -70px;
		position: relative;
		z-index: 1;
	}
	.dynamic-poi .col-lg-3:nth-child(4) .poi {
		padding-right: 0;
		margin-right: 0px;
		margin-left: -70px;
		padding-left: 22px;
	}

}


.dynamic-poi.homeDynamic .poi .poiImage .poiText {
	padding-left:0px;
	padding-right:0px;
}


.dynamic-poi .poi:hover .poiImage .poiText {
	bottom: 0;
	transform: none;
}
.dynamic-poi .style1 .poi:hover .poiImage .poiText {
	bottom: auto;
	top: 32px;
	transform: none;
}


.dynamic-poi .poi .poiImage .poiText .poiTitle {
	border-bottom: 1px solid #C06E7A;
	font-size: 22px;
	color: #E3EAF0;
	line-height: 1;
	padding: 0 0 13px;
	display: block;
	text-align: left;
	font-weight: 400 !important;
	position:relative;
}

.dynamic-poi .poi .poiImage .poiText .poiTitle:after {
	display: inline-block;
	vertical-align: top;
	content: '';	
    width: 15px;
    height: 18px;
    line-height: 18px;
	text-align: center;
	position: relative;
	background: url(images/download-arrow-white.png) center center no-repeat;
    background-size: contain;
	transform: rotate(-90deg);
    margin-left: 7px;
    top: 3px;
}


.dynamic-poi .poi:hover .poiImage .poiText .poiTitle {
	color: #C06E7A;
}

.poiImage .poiImageBG img {
	min-height: 264px;
	max-height: 264px;
}

@media (min-width:992px){
	.dynamic-poi .poi .poiImage .poiText .poiTitle {
		font-size: 28px;		
	}
	.dynamic-poi .poi .poiImage .poiText .poiTitle:after {
		width: 18px;
		height: 21px;
		line-height: 21px;
		margin-left: 10px;
		top: 5px;
	}
	.dynamic-poi .poi .poiImage .poiText {
		padding-top:23px;
		padding-bottom:23px;
	}
	.dynamic-poi .poiImage .poiImageBG {
		order:1;
	}
	.dynamic-poi .poi .poiText {
		order:2;
	}
	.dynamic-poi .style1 .poi .poiImage .poiImageBG {
		order:1;
	}
	.dynamic-poi .style1 .poi .poiText {
		order:2;
	}
}


.dynamic-entry-checker {
	margin: 0;	
	position: relative;
}

/*.dynamic-entry-checker:before {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/Path-2957.svg) center center no-repeat;
	background-size: cover !important;
	content: '';
}*/


.dynamic-entry-checker .bottom_title, .dynamic-entry-checker .form_registration_container {
	max-width: 532px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.dynamic-entry-checker .section_title {
	position: relative;
	z-index: 1;
	text-align: center;
}

.dynamic-entry-checker .section_title h2 {
    font-size: 61px;
    margin-bottom: 14px;
    text-transform: none;
    text-align: left;
}

.dynamic-entry-checker .bottom_title {
	font-size: 18px;
	font-size: 35px;
	text-align: left;	
    font-family: 'Chronicle Display';
    text-rendering: geometricPrecision;
}

.dynamic-entry-checker .bottom_title h2 {
	color: #4B5664;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -0.17px;
	margin-bottom: 66px;
}

.form_registration_container {
	background: #FFFFFFB7;
	padding: 58px 50px 95px;
	border-radius: 26px;
	border: 1px solid #CCDAE6;
}

.form_registration_container .form-title {
	font-size: 26px;
	line-height: 32px;
	color: #D86CA3;
	margin-bottom: 32px;
    font-family: 'Chronicle Display';
    text-rendering: geometricPrecision;
}

.form_registration_container .form_row {
	font-size: 20px;
	color: #3F576D;
	position: relative;
	margin-bottom: 40px;
	text-align: center;

}


.form_registration_container .form_row:after {
	display: table;
	content: '';
	clear: both;
}


.form_registration_container .form_row.form_row_top select {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #CCDAE6;
	border-radius: 5px;
	font-size: 16px;
	color: #3F576D;
	float: left;
	text-align: left;
	padding-left: 15px;
}
.form_registration_container .form_row.form_row_top select:last-child {
	width: 32%;
	margin-right: 0 !important;
}

.form_registration_container .form_row .form-select {
	border: 1px solid #CCDAE6;
	border-radius: 5px;
	font-size: 20px;
	color: #3F576D;
	max-width: 248px;
	width: 100%;
	text-align: left;
	margin: 0px auto;
}


.form_registration_container .form_row label {
	display: block;
	margin-bottom: 12px;
}


.form_registration_container .button.form-btn, .form-btn {
	background: rgba(210, 92, 154, 0.9) !important;
	border-radius: 10px;
	line-height: 1.4;
	border: none;
	color: #ffffff;
	font-size: 18px;
	padding: 18px 25px;
	letter-spacing: 1px;
	text-transform: inherit;
	width: 100%;
	max-width: 384px;
	font-family: 'Chronicle Display';
    text-rendering: geometricPrecision;
}

.form_registration_container .button.form-btn:hover, .form-btn:hover  {
	background: #3F576D !important;
}

.form-btn {
	padding: 12px 50px;
}	

.btn-container {
	margin: 30px 0;
    text-align: left;
}

.form_row label em {
	color: rgba(210, 92, 154, 1);
	font-style: normal;
}




.dynamic-grades {
	margin: 0;
	background: #E3EAF0;
	padding: 81px 0 83px;
}


.dynamic-grades .grade_container {
	margin: 0;
	padding: 0px 72px;
	position: relative;
}

.dynamic-grades .section_title {
	position: absolute;
	top: 50%;
    left: -16px;
    transform: rotate(-90deg) translateX(25%);
    display: block;
}
.dynamic-grades .section_title h2 {
	color: #476178;
	font-size: 52px;
	font-family: 'Roboto', sans-serif;
}

.dynamic-grades .grade_container_inner .title_content {
	width: 25%;
	position: relative;
}

.dynamic-grades .grade_container_inner .title_content .top_title h2 {
	color: #5F7486;
	font-size: 32px;
	line-height: 38px;
	font-family: 'Roboto', sans-serif;
}

.dynamic-grades .grade_container_inner .grade_col {
	height: 465px;
	position: relative;
}

.dynamic-grades .grade_container_inner .top_row .grade_col:before {
	background: rgba(95, 116, 134, 0.6);
	content: '';
	display: block;
	left: 0;
	top: 0;
	height: 180px;
	width: 1px;
	position: absolute;
}

.dynamic-grades .grade_container_inner .bottom_row .grade_col:before {
	background: rgba(95, 116, 134, 0.6);
	content: '';
	display: block;
	left: 0;
	top: auto;
	bottom: 0px;
	height: 180px;
	width: 1px;
	position: absolute;
}



.dynamic-grades .grade_container_inner .top_row .grade_col .rounded_content {
	height: 290px;
	width: 290px;
	position: absolute;
	left: -145px;
	bottom: -5px;
	border-radius: 50%;
	background: #F1DCFA;
	color: #4B5664;
	font-size: 104px;
	letter-spacing: -2.08px;
	line-height: 290px;
	text-align: center;
	mix-blend-mode: multiply;	
    font-family: 'Chronicle Display';
    text-rendering: geometricPrecision;
}

.dynamic-grades .grade_container_inner .grade_col .rounded_content .number.numberValue.onview {
	position: relative;
	right: -20px;
}

.dynamic-grades .grade_container_inner .top_row .grade_col.style3 .rounded_content .number.numberValue.onview {
	right: auto;
}


.dynamic-grades .grade_container_inner .grade_col .rounded_content sup {
	font-size: 45px;
	line-height: 43px;
	letter-spacing: -0.23px;
}

.dynamic-grades .grade_container_inner .top_row .grade_col.style1 .rounded_content {
	background: #F1DCFA;
	color: #4B5664;
}
.dynamic-grades .grade_container_inner .top_row .grade_col.style2 .rounded_content {
	background: #C0FDF1;
	color: #4B5664;
}
.dynamic-grades .grade_container_inner .top_row .grade_col.style3 .rounded_content {
	background: #506A80;
	color: #ffffff;
	font-size: 94px;
}


.dynamic-grades .grade_container_inner .bottom_row .grade_col .rounded_content {
	height: 290px;
	width: 290px;
	position: absolute;
	left: -145px;
	top: -5px;
	border-radius: 50%;
	background: #E4FD78;
	color: #4B5664;
	font-size: 104px;
	letter-spacing: -2.08px;
	line-height: 290px;
	text-align: center;
	mix-blend-mode: multiply;
    font-family: 'Chronicle Display';
    text-rendering: geometricPrecision;
}
.dynamic-grades .grade_container_inner .bottom_row .grade_col.style4 .rounded_content {
	background: #E4FD78;
	color: #4B5664;
}
.dynamic-grades .grade_container_inner .bottom_row .grade_col.style5 .rounded_content {
	background: #C2D9CB;
	color: #4B5664;
}
.dynamic-grades .grade_container_inner .bottom_row .grade_col.style6 .rounded_content {
	background: #EA85B8;
	color: #4B5664;
}

.dynamic-grades .grade_container_inner .grade_col .grade_title {
	color: #5F7486;
	font-size: 32px;
	line-height: 38px;
	font-family: 'Roboto', sans-serif;
	max-width: 226px;
}

.dynamic-grades .grade_container_inner .bottom_row .grade_col .grade_title {
	position: absolute;
	bottom: 0;
	left: 12px;
}

.dynamic-grades .grade_container_inner .bottom_row .top_title {
	position: absolute;
	bottom: 0;
	left: 12px;
}


.dynamic-grades.full-width .grade_container_inner .top_row {
	margin-bottom: 33px;
}

.dynamic-grades.full-width-without-circles {


}
.dynamic-grades.full-width-without-circles .grade_container_inner .bottom_row .grade_col .rounded_content {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	font-size: 146px;
	line-height: 140px;
	letter-spacing: -2.92px;
	padding-top: inherit;
	padding-bottom: 145px;
	width: auto;
	height: auto;
	display: block;
	background: transparent !important;
}


.dynamic-grades.full-width-without-circles .grade_container_inner .top_row .grade_col .rounded_content {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	font-size: 146px;
	line-height: 140px;
	letter-spacing: -2.92px;
	padding-top: 145px;
	background: transparent !important;
	width: auto;
	height: auto;
	display: block;
}


.dynamic-grades.full-width-without-circles .grade_container_inner .top_row .grade_col.style3 .rounded_content {
	font-size: 132px;
	line-height: 146px;
	letter-spacing: -2.64px;
	color: #4B5664;
}


.dynamic-grades.full-width-without-circles .grade_container_inner .grade_col {
	height: auto;
}


.dynamic-grades.full-width-without-circles .grade_container_inner .grade_col .grade_title {
	position: absolute;
    top: 0;
    left: 12px;
}

.dynamic-grades.full-width-without-circles .grade_container_inner .bottom_row .grade_col .grade_title {
	position: absolute;
    top: auto;
    left: 12px;
	bottom: 0;
}

.dynamic-grades.full-width-without-circles .grade_container_inner .top_row {
	margin-bottom: 200px;
}







.dynamic-grades .quotes_section .quotes-holder {

	box-shadow: 3px 3px 6px #47617815;
	border-radius: 21px;
	background: #F7FAFC;
	padding: 80px 66px 106px;
	position: relative;

}

.dynamic-grades .quotes_section .quote_image {
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto 50px;
	position:relative;
	max-width:380px;
}
.dynamic-grades .quotes_section .quote_image:before {
	content:'';
	display:block;
	position:relative;
	padding-top:100%;
	width:100%;
}
.dynamic-grades .quotes_section .quote_image img {
	border-radius: 50%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.dynamic-grades .quotes_section .quoteContainer {
	padding: 0;
	background: transparent;
}


.dynamic-grades .quotes_section .quoteContainer blockquote.quote-text {
	padding: 0 !important;
	font-size: 34px;
	line-height: 38px;
	background: transparent !important;
}


.dynamic-grades .quotes_section .button.form-btn {
	background: rgba(210, 92, 154, 0.9) !important;
	border-radius: 10px;
	line-height: 1.4;
	border: none;
	color: #ffffff;
	font-size: 26px;
	padding: 18px 25px;
	margin:0 auto;
	display:block;
	font-family: 'Chronicle Display';
	text-rendering: geometricPrecision;
	text-transform: inherit;
	width: 100%;
	width: 384px;
	max-width:100%;
}

.dynamic-grades .quotes_section .button.form-btn:hover {
	background: #202C37 !important;
}


.dynamic-grades .quoteContainer .cycle-pager {
	position: absolute;
	bottom: -162px;
	left: 0;
	text-align: center;
	width: 100%;
}

.dynamic-grades .quoteContainer .cycle-pager span {
	width: 59px;
	height: 6px;
	background: #E0E4E8;
	font-size: 0;
	margin: 0px 4px;
	line-height: 6px;
	opacity: 1;
}

.dynamic-grades .quoteContainer .cycle-pager span.cycle-pager-active {
	background: #4B5664;
}

.dynamic-grades .quoteContainer .quote-cite {
	margin-bottom: 35px;
}
@media (min-width:1200px){
	.dynamic-grades .quotes_section .quote_image {
		max-width:420px;
	}
}

.down-arrow-btn {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 40px;
	z-index: 111;
	color: #ffffff;
	transition:400ms;
}
.down-arrow-btn.hide {
	opacity:0;
	pointer-events:none;
}
.down-arrow-btn:after {
	display: block;
	content: '';
	width: 18px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transition: 300ms;
	font-size: 0px;
	background: url(images/download-arrow-white.png) center center no-repeat;
}



#pageBanner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(bottom,rgba(32, 44, 55, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(32, 44, 55, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(32, 44, 55, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 1;
	z-index: 110;
}

#pageBanner .page-banner-title {
	position: absolute;
	left: 0%;
	bottom: 48px;
	width: 100%;
	font-size: 61px;
	line-height: 61px;
	display: block;
	z-index: 111;
}

#pageBanner .page-banner-title h1 {
	font-size: 61px;
	line-height: 61px;
	display: block;
	color: #ffffff;
	margin:0;
}

#pageBanner .page-banner-title span {
	color: #ffffff;
	font-size: 34px;
	line-height: 38px;
	display: block;
	margin-top: 13px;
}

sup {
	top: -1.1em;
}

.video_player_homeBanner {
	background-size: cover !important;
}





@media only screen and (max-width : 991px) {
	.down-arrow-btn {
		position: absolute;
		left: 50%;
		bottom: 20px;
	}

	.headGroup {
		padding: 16px 0;
	}
	.headLogoWrap{
		width: 50%;
	}
	.headerRight {
		width: 50%;
		text-align: right;
	}
	.menu-toggle .toggleText {
		display: block;
	}

	.homeBanner {
		max-height: 330px;
		min-height: 330px;
	}

	.welcomeBlock {
		padding: 50px 0 34px;
	}
	.welcomeBlock .welcomeBlockText {
		padding: 0px 25px;
	}
	

	.welcomeBlock .welcomeBlockText h1 {
		font-size: 26px;
		line-height: 26px;
		display: block;
		margin-bottom: 24px;
	}

	.welcomeBlock .welcomeBlockText {
		font-size: 26px;
		line-height: 32px;
	}
	.welcomeBlock .welcomeBlockText p {
		margin-bottom: 12px;
	}
	.name-cite-content {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 7px;
	}

	.welcomeImage-outter {
		padding: 12px;
		max-width: 329px;
		max-height: 329px;
	}
	.welcomeImage {
		max-width: 305px;
		max-height: 305px;
	}
	.welcomeImage-main {
		order: 2;
		padding: 0px 25px;

	}

	.dynamic-grades .grade_container {
		padding: 0px 10px;
	}
	.dynamic-grades .grade_container_inner .title_content {
		width: 100%;
		position: relative;
	}


	.dynamic-grades .section_title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		display: block;
		padding: 0px 22px;
	}
	.dynamic-grades .section_title h2 {
		margin-bottom: 6px;
	}
	.dynamic-grades .grade_container_inner .grade_col {
		height: auto;
		border: none;
	}
	.dynamic-grades .grade_container_inner .grade_col {
		height: auto;
		border: none;
	}

	.dynamic-grades .grade_container_inner .grade_col .rounded_content {
		width: 148px !important;
		height: 148px !important;
		position: relative !important;
		display: inline-block !important;
		line-height: 148px !important;
		font-size: 52px !important;
		display: inline-block !important; 
		left: auto !important;
		bottom: auto !important;
		vertical-align: middle;
		margin-right: 15px;
	}
	.grade_container_inner .row {
		display: block	;
	}
	.dynamic-grades .grade_container_inner .grade_col .grade_title {
		color: #5F7486;
		font-size: 24px;
		line-height: 28px;
		font-family: 'Roboto', sans-serif;
		max-width: 140px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		bottom: auto;
		left: auto;
	}
	.dynamic-grades .grade_container_inner .bottom_row .grade_col .grade_title {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.dynamic-grades .grade_container_inner .bottom_row .top_title {
		position: relative;
		bottom: auto;
		left: auto;
		display: block;
		margin-bottom: 52px;
	}
	.grade_container_inner .top_row {
		margin-bottom: 60px;
	}
	.grade_container_inner .bottom_row {
		border-top: 1px solid rgba(95, 116, 134, 0.6);
		padding-top: 25px;
	}
	.dynamic-grades .section_title h2 {
		font-size: 35px;
		line-height: 41px;
		margin-bottom: 6px;
	}
	.dynamic-grades .grade_container_inner .top_row .grade_col.style3 .rounded_content {
		font-size: 38px !important;
	}

	.dynamic-grades .quotes_section {
		padding-top: 100px;
	}
	.dynamic-grades .quotes_section .quotes-holder {
		padding: 35px 27px 90px;
		border-radius: 9px;
	}

	.dynamic-grades .quotes_section .quoteContainer blockquote.quote-text {
		font-size: 28px;
	}
	.dynamic-grades .quotes_section .quoteContainer blockquote.quote-text p {
		margin-bottom: 23px;
	}

	.quoteContainer .quote-cite {
		font-size: 12px;
		line-height: 14px;
	}
	.dynamic-grades .quotes_section .button.form-btn {
		border-radius: 10px;
		line-height: 32px;
		font-size: 20px;
		padding: 10px 15px;
	}

	.dynamic-grades .quoteContainer .cycle-pager span {
		width: 35px;
		height: 4px;
	}

	.dynamic-grades {
		margin-bottom: 1px;
	}

	.dynamic-entry-checker {
		padding: 0px;
	}
	.dynamic-entry-checker .section_title h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}
	.dynamic-entry-checker .bottom_title h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.form_registration_container {
		border-radius: 24px;
		padding: 42px 25px 95px;
	}
	.form_registration_container .form_row {
		padding-left: 0;
		padding-right: 0;
	}
	.form_registration_container .button.form-btn {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 1.4;
	}

	.form_registration_container .form_row.form_row_top select {
		font-size: 14px;
		padding-left: 5px;
	}

	.homeDynamic.dynamic-poi {
		padding: 5px 0 80px;
	}
	.poi_section_image {
		min-height: 293px;
	}
	.poi_section_image img {
		min-height: 293px;
		max-height: 293px;
		max-width: inherit;
		width: 100%;
	}
	.homeDynamic.dynamic-poi .whole_section {
		padding: 0;
	}
	.poi_section_image .section_poi_title {
		top: 67px;
		transform: translateX(-50%);
		font-size: 38px;
		line-height: 45px;
		width: 100%;
		text-align: center;
		display: block;
	}

	.homeDynamic.dynamic-poi .poi {		
		padding-bottom: 0px;
		padding-top: 0px;
		padding-left: 0px;
		padding-right:0px;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		position: relative;
		z-index: 1;
	}


	.homeDynamic.dynamic-poi .row.pois {
		margin:0px;
	}

	.dynamic-map_image .section_title h2 {
		font-size: 37px;
		line-height: 41px;
		margin-bottom: 20px;
	}
	.dynamic-map_image .bottom_title h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.dynamic-map_image .bottom_title {
		margin-bottom: 48px;
	}

	.dynamic-map_image .map_pin_content {
		position: relative;
		left: auto;
		bottom: auto;
		border-radius: 15px;
		padding: 30px 15px 30px;
	}

	.dynamic-map_image .map_pin_content .map_pin {
		font-size: 18px;
		line-height: 24px;
		position: relative;
		padding-top: 3px;
		padding-left: 45px;
		min-height: 32px;
		margin-bottom: 19px;
	}
	.dynamic-map_image .map_pin_content .map_pin span {
		height: 32px;
		width: 32px;
		font-size: 18px;
		line-height: 32px;
		position: absolute;
		left: 0;
		top: 0;		
		height: 30px;
		width: 30px;
		font-size: 14px;
		line-height: 26px;
	}
	.dynamic-map_image .map_pins_image .sn_map_pin{
		height: 40px;
		width: 40px;
		height: 30px;
		width: 30px;
		font-size: 14px;
		line-height: 26px;
		border: 2px solid #fff;
	}
	.dynamic-map_image {
		padding: 85px 0 114px;
	}

	.footer-above-cta-section {
		padding: 44px 0 54px;
	}


	.footer_cta_image {
		margin-bottom: 25px;
	}
	.footer_cta_content .box-title h2 {
		font-size: 22px;
		margin-bottom: 29px;
	}	
	.footer-above-cta-section .box-details {
		margin-bottom: 27px;
		font-size: 18px;
		line-height: 30px;
	}


	.footer_above_cta_content {
		margin-bottom: 40px;
		padding: 0px 23px;
	}
	footer#footer .footer-left-image {
		width: 100%;
	}
	footer#footer .footer-left-image .footer-left-image-main {
		min-height: 216px;
		max-height: 216px;
	}
	footer#footer .footer-right-content {
		width: 100%;
		padding: 38px 26px 0 26px;
	}
	footer#footer .footer-right-content .row {
		margin: 0;
	}

	.footer-social ul.socials li a i {
		line-height: 53px;
	}

	.footer_nav {
		margin-bottom: 35px;
	}

	.footer-social {
		padding-left: 12px;
	}
	.footer-bottom-section {
		padding-top: 22px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 35px;
	}

	#pageBanner {
		min-height: 320px;
		max-height: 320px;
	}

	#hero .slideText {
		padding: 0;
	}
	.down-arrow-btn {
		display: none;
	}

	#pageBanner .page-banner-title span {
		display: none;
	}
	#pageBanner .page-banner-title h1 {
		font-size: 38px;
		line-height: 38px;
		/*padding: 0px 23px;*/
	}


	.right-content-inner-page {
		padding: 0 23px;
	}

}






/*Menu-Drop-New Style ----------------------------------------------------------------- Start------------------------------- */


@media only screen and (min-width : 992px) {

    body.menuopen .main-headbox {
        top: 77px;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }

    /*.main-headbox:after {
        content: "t";
        font-size: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #f1f2f2;
        height: 100%;
        width: 100%;
        max-width: 36.52%;
        z-index: -1;
    }*/

    .main-headbox .container {
       
    }   
    body.menuopen .main-headbox .headmenu-box {
        padding-left: 0;
    }    
    
    .main-headbox {
        position: fixed;
        top: -100%;
        transition: top 500ms;
        background: #FFFFFF;
		right: 0;
        color: #7D8793;
        margin-top: 0px;
        padding: 80px 0 50px;
        z-index: 9999;
        bottom: auto;
        width: 100%;
        overflow-x: hidden;
        height: 100vh !important;
		max-height: 864px;
    }
    
    /*.headbox-desc {
        background: #ffffff;
        padding: 0px 0 0px 15px;
        height: 63px;
        margin-bottom: 40px !important;
    }*/
    
    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }

    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 20%;
        position: relative;
    }
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: block;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 14px 0 0 20px !important;
        width: 150%;
        top: 0;
        left: 100%;
        height: 100%;
    }
    
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 0 0 0px !important;
        z-index: 115;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
    }
    
    .menu-main-right-container ul li{
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 35px;
        color: #7D8793;
        text-transform: inherit;
        line-height: 1.2;
        text-shadow: none;
        padding: 20px 0px 20px 0px;

		font-family: 'Chronicle Display';
		text-rendering: geometricPrecision;
        display: block;
        border-bottom: 1px solid rgba(209, 77, 145, 0.1);
        position: relative;
        margin-right: 0px;
        letter-spacing: -0.2px;
    }
    
    .menu-main-right-container ul li a:hover {
        color: #4B5664;
		border-bottom-color:#4B5664;
    }
    .menu-main-right-container ul li:hover > a,
    .menu-main-right-container ul li.open > a,
	.menu-main-right-container li.current-menu-item > a,
    .menu-main-right-container li.current-menu-ancestor > a {
        color: #4B5664;
		border-bottom-color:#4B5664;
    }
    
    .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
        content: "\f105";
        position: absolute;
        right: 0px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
		top: 50%;
        margin-top: -4px;
        color: #ffffff;
        font-size: 0;
        background: url(images/white-arrow-long-new.png) left top no-repeat;
        background-size: cover;
        width: 18px;
        height: 8px;
		display: none;
    }

    .menu-main-right-container li.open > ul {
        display: block;
        left : 100%;
    }
    
    
    .menu-main-right-container ul li ul li{
        position: relative;
        text-align: left;
        display: block;
        padding: 0px 20px;
    }
    .menu-main-right-container ul ul li:after {
        display: none;
    }
    .menu-main-right-container ul ul li a {
        color: #7D8793;
        text-shadow: none;
        font-size: 25px;
        display: block;
        line-height: 27px;
        padding: 10px 30px 10px 0px;
        margin: 0px !important;

		font-family: 'Roboto', sans-serif;
               
        border-bottom: none;
        text-transform: inherit;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .menu-main-right-container ul ul li a:hover {
        color: #4B5664;
        text-decoration: none;
    }
    .menu-main-right-container ul ul li:hover > a {
        color: #4B5664;
        text-decoration: none;
    }
    .menu-main-right-container ul ul ul li a {
        padding: 10px 30px 10px 0px;
    }    
    .menu-main-right-container ul li ul li ul {
        left : 100% !important;
        padding: 0px !important;
        top: 0;
        position: absolute;
    }
    /*.menu-main-right-container ul li ul li ul li {
        background: rgba(255, 255, 255, 0.85);
    }*/
    
    .menu-main-right-container ul li ul li ul {
        height: auto;
        padding: 0px !important;
        background: transparent;
    }
    
    .menu-main-right-container ul ul li {
        float: none;
    }
    
    
    
    #navbar {
        display: none;
    }
    
	.menuopen .headGroup {
		z-index: 999999;
	}    
    
}


/*Menu-Drop-New Style ---------------------------------------- End*/




@media only screen and (max-width : 991px) {


	.bodyContent .first_paragraph {
		font-size: 28px;
		line-height: 38px;
	}
	


    /*Handheld Dropdown Css ---------------------------------Start */
    
    #menu-main li.menu-item-has-children > a {
        padding-left: 0px;
        padding-right: 35px;
    }
    #menu-main li {
        text-align: left;
        border-bottom: 1px solid rgba(209, 77, 145, 0.1);
    }
    
    #menu-main li:last-child a {
        border: none;
    }
    #menu-main li a {
        border: none;
        line-height: 25px;
        text-transform: inherit;
        color: #7D8793;
        font-size: 32px;
        font-weight: 400;
		font-family: 'Chronicle Display';
		text-rendering: geometricPrecision;
        padding: 15px 0px;
        border-bottom: none;

    }
    #menu-main li:hover {
        border-color: #4B5664;
    }
    #menu-main li a:hover {
        color: #4B5664;
    }
    #menu-main li:hover > a {
        color: #4B5664;
    }
    #menu-main li.menu-item-has-children.open > a,
    #menu-main li.current-menu-item > a,
    #menu-main li.current-menu-ancestor > a {
        color: #4B5664;
    }
    #menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
        color: #4B5664;
    }
    
    #menu-main li.menu-item-has-children > .arrow {
        height: 56px;
    }
    
    #menu-main li.menu-item-has-children.open > a {
        border: none;
        color: #4B5664;
    }
    
    #navbar {
        background: #FFFFFF;
    	padding: 80px 29px 15px;
    	width: 100%;
    }
    
    #menu-main li.open > .sub-menu {
        border: none;
        margin: 0px !important;
    }
    
    #menu-main li.open {
        border: none;
    }
    
    #menu-main li li.open > .sub-menu {
        background-color: rgba(209, 77, 145, 0.4);
        border: none;
        padding: 22px 38px 22px 25px !important;
        margin: 0px !important;
    }
    #menu-main li li.open .sub-menu li {
        border: none;
    }
    #menu-main li.menu-item-has-children > .arrow {
        right: 0px;
        left: auto;
    }
    #menu-main .sub-menu .sub-menu li{
        padding: 0;
        border: none;
    }
    #menu-main .sub-menu a {
        border: none;
        line-height: 25px;
        text-transform: inherit;
        color: #7D8793;
        font-size: 20px;
        font-weight: 400;
        padding: 10px 0px;
        border-bottom: none;

		font-family: 'Roboto', sans-serif;

	}
    
    #menu-main .sub-menu .sub-menu a {
        border: none;
        line-height: 25px;
        text-transform: inherit;
        color: #7D8793;
        font-size: 20px;
        font-weight: 400;
        padding: 10px 0px;
        border-bottom: none;

		font-family: 'Roboto', sans-serif;

    }
    #menu-main .sub-menu a:hover {
        text-decoration: none;
        color: #4B5664;
        background: transparent !important;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        top: 50%;
        margin-top: -9px;
        color: #ffffff;
    	font-size: 0;
        background: url(images/arrow.svg) no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        font-size: 0 !important;
    }
    
    /*Handheld Dropdown Css ---------------------------------End */


	.menuopen .headGroup {
		z-index: 999999;
	}    
    .main-headbox {
		display: none;
	}


	.documents .row {
		display: block;
	}
	.dynamic-poi .pois  {
		display: block;
	} 

	.dynamic-grades .grade_container_inner .grade_col .rounded_content sup {
		font-size: 21px;
		line-height: 20px;
		letter-spacing: -0.23px;
	}
	.dynamic-grades .grade_container_inner .title_content .top_title h2 {
		margin-bottom: 52px;
	}
	.dynamic-grades .grade_container_inner .grade_col {
		margin-bottom: -5px;
	}

	.poiImage .poiImageBG {
		height: auto;
	}

	.poiImage .poiImageBG img {
		min-height: 264px;
		max-height: 264px;
	}


	.dynamic-grades .grade_container_inner .bottom_row .grade_col:before {
		height: 97.5%;
	}
	.dynamic-grades .grade_container_inner .grade_col .rounded_content .number.numberValue.onview {
		right: -10px;
	}
 	



}






@media only screen and (min-width : 992px) and (max-width : 1200px) {

	.menu-main-right-container ul {
		width: 32%;
	}
	.dynamic-grades .grade_container {
		padding: 0px 22px;
	}
	.dynamic-grades .section_title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		display: block;
		padding: 0px 32px;
		margin-bottom: 30px;
	}

	.dynamic-grades .grade_container_inner .grade_col {
		width: 25%;
		height: 435px;
	}

	.dynamic-grades .grade_container_inner .grade_col .rounded_content {
		height: 190px !important;
		width: 190px !important;
		left: -95px !important;
		font-size: 55px !important;
		line-height: 190px !important; 
	}

	.dynamic-grades .quotes_section .quotes-holder {
		padding: 80px 30px 106px;
	}

	.dynamic-grades .grade_container_inner .top_row .grade_col:before {
		height: 250px;
	}
	
	.dynamic-grades .grade_container_inner .bottom_row .grade_col:before {
		height: 250px;
	}

	.dynamic-grades .section_title {
		left: 0px;
	}

	.dynamic-grades .quotes_section .button.form-btn {
		font-size: 17px;
	}


	.dynamic-grades .grade_container_inner .grade_col .grade_title {
		font-size: 26px;
		line-height: 32px;
	}


	.poi_section_image .section_poi_title {
		top: 130px;
		font-size: 62px;
		line-height: 66px;
	}

	.dynamic-poi .poi .poiImage .poiText .poiTitle {
		font-size: 20px;
		color: #E3EAF0;
		line-height: 26px;
	}

	.dynamic-map_image .map_pin_content .map_pin span {
		width: 37px;
		height: 37px;
		line-height: 37px;
		font-size: 24px;
		text-align: center;
		margin-right: 12px;
	}

	.dynamic-map_image .map_pin_content .map_pin {
		line-height: 42px;
		font-size: 21px;
	}

	.footer_cta_image img {
		max-width: 149px;
	}

	.footer_cta_content .box-title h2 {
		font-size: 23px;
	}

	footer#footer .footer-right-content {
		padding-left: 38px;
	}

}






@media only screen and (min-width : 1201px) and (max-width : 1560px) {

	.menu-main-right-container ul {
		width: 32%;
	}
	.dynamic-grades .grade_container {
		padding: 0px 22px;
	}


	.dynamic-grades .grade_container_inner .grade_col .rounded_content {
		height: 240px !important;
		width: 240px !important;
		left: -120px !important;
		font-size: 65px !important;
		line-height: 240px !important; 
	}

	.dynamic-grades .quotes_section .quotes-holder {
		padding-left: 35px;
		padding-right: 35px;
	}



	.dynamic-grades .grade_container_inner .top_row .grade_col:before {
		height: 200px;
	}
	
	.dynamic-grades .grade_container_inner .bottom_row .grade_col:before {
		height: 200px;
	}
	
	.dynamic-grades .section_title {
		left: -86px;
	}

	.dynamic-grades .grade_container_inner .grade_col {
		width: 25%;
		height: 435px;
	}


	.dynamic-grades .quotes_section .quotes-holder {
		padding: 80px 30px 106px;
	}


	.dynamic-grades .quotes_section .button.form-btn {
		font-size: 20px;
	}


	.poi_section_image .section_poi_title {
		top: 130px;
		font-size: 62px;
		line-height: 66px;
	}

	.dynamic-poi .poi .poiImage .poiText .poiTitle {
		font-size: 20px;
		color: #E3EAF0;
		line-height: 26px;
	}

	.dynamic-map_image .map_pin_content .map_pin {
		line-height: 48px;
		font-size: 28px;
	}


}



/*Staff */
.teacher-grid-main, .tax-staff .teacher-grid-main {
	display: flex;
    flex-wrap: wrap;
    margin: 2% 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
    grid-auto-rows: 1fr;
}
.teacher-grid-main .teacher-item, .tax-staff .teacher-grid-main .teacher-item {
	border: solid 1px #e4eaf0;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    position: relative !important;
    left: initial !important;
    top: initial !important;
    font-size: 18px;
    line-height: 1.46;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 15px;
}
.teacher-grid-main .teacher-item .image, .tax-staff .teacher-grid-main .teacher-item .image {	
    flex: 1;
    height: auto;
    width: auto;
}
.teacher-grid-main .teacher-item .image .img, .tax-staff .teacher-grid-main .teacher-item .image .img {
	    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.teacher-grid-main .teacher-item .teacher-details, .tax-staff .teacher-grid-main .teacher-item .teacher-details {
	flex: 5;
}
.teacher-grid-main .teacher-item .teacher-details p, .tax-staff .teacher-grid-main .teacher-item .teacher-details p {
	margin-bottom:0;
    padding-bottom: 0;
    line-height: 1.4;
}
.dropdown, .tax-staff .dropdown {
	text-align:right;
	font-size:14px;
}
.staff-container {
	margin-top:40px;
	margin-bottom:40px;
}

.boxedItem {
	padding: 30px;
    border-radius: 4px;
    border: solid 1px #e4eaf0;
    background-color: #fff;
    margin-bottom: 2rem;
}
.boxedItem .boxedtitle{
    padding-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 21px;
    line-height: 1.4;
    border-bottom: 1px solid #3f576d;
	color: #444444;
}
@media(min-width:768px){
	.teacher-grid-main, .tax-staff .teacher-grid-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media(min-width:992px){
	.teacher-grid-main, .tax-staff .teacher-grid-main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.popupAlert {
	max-width: 1080px !important;
	padding: 90px 50px 90px 50px !important;
	color: #3F576D;
	font-size: 25px;
	line-height: 40px;
	background: #F7F7F9 !important;
	text-align: center !important;
}

.popupAlert .noticeText .popTitle {
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 40px;
}
.popTitle { 
	color: #D14D91;
}
.fancybox-button svg path {
	color: #D14D91 !important;
}

.quicklink.alert-button {
	margin-top: 50px !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}



@media only screen and (min-width : 1200px) and (max-width : 1770px) {

	#pageBanner .page-banner-title {
		
	}
	.container.body-container {
		
	}
}

/* gravity forms */

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #202c37!important;
  }

/* Entry checker */

.form_block {
    max-width: 400px;       
    padding: 0px;
    text-align: center;
    font-size: 26px;
}

.form_block select {
    width: 90px;
    padding: 0px 25px 0px 5px;        
    height: 44px !important;                    
    vertical-align: inherit !important;    
}

.text-birth {
    display: inline-block;
    padding: 10px 25px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #061A37;
    vertical-align: top;
}

@media only screen and (max-width: 991px) {
.text-birth {
    margin-bottom: 10px;
}
.form_block select {
    margin-bottom: 10px;
}
.form_block h2 span {
    font-size: 30px;
}
}
.first-row-select {
    vertical-align: top;
    margin-bottom: 20px;
}

.slider-caption-top a, .slider-caption-top-posttype a {
    display: inline-block;
    padding: 35px 15px;
    background: #D14D91;
    color: #fff;
    line-height: 22px;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	border-radius: 15px;
}

.slider-caption-top a.cycle-pager-active, .slider-caption-top a:hover, .slider-caption-top-posttype a.cycle-pager-active, .slider-caption-top-posttype a:hover {
    background: #3F576D;
    color: #ffffff;
}

.dynamic-entry-checker {
    position: relative;
    text-align: center;
    margin: 0px;
}

.dynamic-entry-checker #registration_timeline {
    margin-top: 40px !important;
}

.dynamic-entry-checker .container {
    max-width: 92%;
}

.dynamic-entry-checker h4 {
    max-height: inherit;
    text-align: left;    
    color: #061A37;
    line-height: 20px;
    position: relative;
    z-index: 9;
    font-size: 16px;    
    margin-bottom: 20px;
}

.dynamic-entry-checker .time_line_single {
    padding: 40px 0;
    font-size: 16px;    
}

.time_line p {
    font-size: 16px;
    margin-top: 1em;
}

.dynamic-entry-checker .time_line_single_inner {
    text-align: left;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.dynamic-entry-checker .time_line_single_inner:after {
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
    width: 100%;
    content: '';
    margin: 20px auto;
    display: block;
}
.dynamic-entry-checker .time_line_single_inner:before {
    background: #D14D91;
    height: 40px;
    width: 40px;
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    border-radius: 50%;
    top: 21px;    
    color: #fff;
    padding-left: 15px;
    padding-top: 8px;
    font-weight: 600;
}
.dynamic-entry-checker .time_line_single_inner:nth-child(3):before {
    content: '1';
}
.dynamic-entry-checker .time_line_single_inner:nth-child(4):before {
    content: '2';
}
.dynamic-entry-checker .time_line_single_inner:nth-child(5):before {
    content: '3';
}
.dynamic-entry-checker .time_line_single_inner:nth-child(6):before {
    content: '4';
}
.dynamic-entry-checker .time_line_single_inner .years_column {
    color: #D14D91;
    font-weight: 300;    
}
.dynamic-entry-checker .time_line_single_inner .title_column {
    color: #D14D91;    
    font-size: 20px;
    font-weight: 500;
}
.dynamic-entry-checker .time_line_single_inner .details_column {
    line-height: 24px;    
}


#entry_timeline h2 span, .form_block h2 span {    
    line-height: 69px;
    display: block;    
}


@media only screen and (max-width: 991px) {
.dynamic-entry-checker .time_line_single_inner:before {
	left: 0px;
    top: 20px;
    height: 30px;
    width: 30px;
    padding-left: 10px;
    padding-top: 4px;
}
}

@media only screen and (max-width: 767px) {    
.dynamic-entry-checker h2 {
    font-size: 45px;
}
.dynamic-entry-checker p {
    font-size: 18px;
}
.dynamic-entry-checker .col-lg-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.dynamic-entry-checker .container {
    max-width: 100%;
}
}

@media only screen and (max-width: 480px) {
    .dynamic-entry-checker .form_block {        
        padding: 40px 10px 50px;
    } 
}

@media only screen and (min-width: 992px) {
.home #entry_timeline {
	padding: 0 100px;
}
}

@media only screen and (min-width: 1200px) {

    .dynamic-entry-checker .container {
        max-width: 98.8%;
    }
}

@media only screen and (min-width: 1250px) {

    .dynamic-entry-checker .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1320px) {
    
    .dynamic-entry-checker .container {
        max-width: 92%;
    }
}

@media only screen and (min-width: 1450px) {
    .dynamic-entry-checker .container {
        max-width: 84%;
    }
}

body:not(.home) .dynamic-entry-checker .container {    
    padding: 0!important;
    margin: 0!important;
}

body:not(.home) #entry-timeline h2, body:not(.home) #entry-timeline p {
	text-align:left;
}

.home .dynamic-entry-checker {
	padding: 80px 0;
	background-color:#DEEFE9;
	position:relative;
}
.home .dynamic-entry-checker > * {
	position:relative;
	z-index:5;
}
.home .dynamic-entry-checker:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/HCH_Pink.svg);
	background-position:center;
	background-size:cover;
	opacity:0.03;
}
.home .dynamic-entry-checker .section_title {
    margin: auto;
}

.home .dynamic-entry-checker .section_title h2, .home .dynamic-entry-checker .bottom_title {
    text-align: center;
}
@media (min-width:992px){
	.home .dynamic-entry-checker {
		padding-top:130px;
		padding-bottom:130px;
	}
}
/* styles for new video banner */

/*.homeBanner.videohome {
	margin: -50px auto 0px;
}*/

.homeBanner.videohome:before {
    content:'';
    display:block;
    width:100%;
    padding-top:100vh;
    }
    .videoframe {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }

    .videoframe video{
        width:100%;
        height:100%;
        position:absolute;
        top:0px;
        left:0;
        object-fit:cover;
        object-position: center;
        vertical-align:middle;
		z-index: 99;
    }
	.videoframe img.vidimgPlaceholder{
        position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		object-fit:cover;
    }
    .videoframe {
        background:#d9eee7;
    }
    
    .fas.fa-pause {font-size: 50px;}

    
    .videoframe .videoPlayer{
        position:absolute;
        top:87%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
        color:#fff;
        z-index:3;
        font-size:95px;
        cursor:pointer;
        opacity:0.7;
    }

	#videoWrap .vidOverlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		transition:opacity 300ms;
	}
	#videoWrap .vidOverlay img{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	#videoWrap .vidControls {
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		transition:300ms;
		text-align:center;
		transform:translateY(-50%);
	}
	#videoWrap.playing .vidControls {
		opacity:0;
		top:100%;
		transform:translateY(100%);
	}
	#videoWrap.playing .vidOverlay {
		opacity:0;	
		transform:translateY(100%);
	}
	
	.homeBanner .videoframe .vidUnmute {
		position:absolute;	
		right: 40px;
		top: 39px;
		z-index:120;
		color:#D14D91;
		width:40px;
		height:40px;
		line-height:60px;
		text-align:center;
		font-size:30px;
		transition:300ms;
	}
	.homeBanner .videoframe .vidUnmute.hide {
		opacity:0;
	}
	.homeBanner .videoframe .vidUnmute.hide:hover {
		opacity:1;
	}
	.homeBanner .videoframe .vidUnmute {
		background-image:url(images/sound-off.svg);
		background-size:contain;
	}
	.homeBanner .videoframe .vidUnmute.unmuted {
		background-image:url(images/sound-on.svg);
		background-size:contain;
	}
	.homeBanner .videoframe .vidPlay {
		display:none;
		width: 83px;
		height: 83px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		position: absolute;
		z-index: 120;
		pointer-events:none;
	}
	.homeBanner .videoframe.paused .vidPlay {
		display:block;		
	}
	.homeBanner .videoframe .vidPlay:before {
		width: 83px;
		height: 83px;
		line-height: 83px;
		background: #EA85B8;
		border: none;
		border-radius: 50%;
		text-align: center;
		display: block;
		margin-bottom: 0px;
		color: #ffffff;
		content: '\f04b';
		font-size: 32px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		
		text-indent: 5px;
	}
	/*
	.homeBanner .videoframe .vidUnmute:before {
		content: "\f6a9";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	.homeBanner .videoframe .vidUnmute.unmuted:before {
		content:"\f028";
	}
	.vidPlay {
		color:#D14D91;
		font-size:45px;
		cursor:pointer;
		display:inline-block;
		padding:5px;
	}
	.vidPlay:hover {
		color: #999;
	}*/
	@media(max-width:767px){
		.homeBanner.videohome {	
			max-height: 250px;
			min-height: 250px;
		}
		.homeBanner.videohome:before {
			padding-top:45vh;
		}	
		.fancybox-slide--iframe .fancybox-content {
			width: 100%;
			max-width: 100%;
			height: 35%;
		} 
		.homeBanner .videoframe .vidUnmute {
			position:absolute;	
			right: 15px;
			top: 10px;
		}
	}

/* tribe events */
button.tribe-common-c-btn {
    background-color: #D14D91 !important;
    border-radius: 0!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #ffffff!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #506A80!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #202C37!important;
}


.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #506A80!important;
    border-color: #506A80!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #EA85B8!important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: none!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container, .tribe-events .tribe-events-1-container {
    padding-top: 0px!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.tribe-events ul li:before, .tribe-events-pg-template ul li:before {
    content: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
    font-size: 25px!important;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
    font-size: 25px!important;
    text-transform: uppercase!important;
}

.bodyContent .tribe-events ul li:before {
    content: none!important;
}	

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #d7eee7!important;
}

.tribe-events-c-top-bar__datepicker-mobile {
    color: #D14D91!important;
}
.tribe-events-calendar-month__day-date-daynum a {
	color: #D14D91!important;
}
.tribe-events .tribe-events-calendar-month__header-column {
    background-color: transparent!important;
}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5 {
    color: #D14D91!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    background-color: #fff!important;
}