/*
	Theme Name: Schoolcms
	Author: Innermedia
	Author URI: https://www.innermedia.co.uk
	Description: 
	Requires at least: WordPress 4.9.6
	Version: 4.2

*/

/*	Headings: Adobe Garamond Pro/reg - <link rel="stylesheet"href="https://use.typekit.net/ego0uly.css">
	Body: Raleway https: //fonts.google.com/specimen/Raleway (is Gotham in design, but wanted free alternative)
	Quote: Adobe Garamond Pro/bold - <link rel="stylesheet"href="https://use.typekit.net/ego0uly.css">
	Buttons: Raleway https: //fonts.google.com/specimen/Raleway (is Gotham in design, but wanted free alternative)
*/

body {	
	font-family: 'Raleway';
	font-size:18px;
	line-height:26px;
}
img {
	max-width:100%;
}
.gallery-masonry .wpmf-gallery-item {
	opacity:1!important;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-id-1791 .embed-container { height: 1600px; padding-bottom: 0; }
.page-id-5367 .embed-container { height: 1000px; }

@media (max-width:767px){
.page-id-1791 .embed-container { height: 1700px; padding-bottom: 0; }
}

.fancybox-overlay{z-index:9999 !important}
.fancybox-wrap{z-index:99999 !important}
.container {
	max-width: 1175px;
}

html {
	padding: 0;
	margin: 0;
}

.wrapper {
	/*max-width: 1560px;*/
	overflow:hidden;
	position:relative;
	margin: auto;
	width:100%;
}

.scroll-down .mouse {
	background-image: url('images/mouse.png');
	height: 53px;
	width: 24px;
	display: block;
	margin: 0 auto 20px auto;
}

.scroll-down {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 30px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}

.scroll-down .text {
	opacity: 0.75;
}

header#header {
	position: relative;
}
header#header .container-fluid {
	width:98%;
}
nav#nav {
	/*max-width: 1560px;*/
	margin: auto;
	position: absolute;
	width: 100%;
	z-index: 220;
	border-bottom:solid 1px transparent;
}

nav#nav .top {
	display: flex;
	justify-content: space-between;
}
.menu ul {
	list-style:none;
}
body.home nav#nav {
	padding-top:25px;
}
.fixedHeader nav#nav,
.innerPage nav#nav,
.noBanner nav#nav {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 220;
	display: block;
	border-bottom:solid 1px #f1f1f1;
	height:67px;
	padding-top:0!important;
}
.fixedHeader nav#nav .row,
.innerPage nav#nav .row,
.noBanner nav#nav .row{
	height:67px;
}
.fixedHeader .secondary-menu li,
.innerPage .secondary-menu li,
.noBanner .secondary-menu li {
	padding: 0 8px 0 0;
}

.fixedHeader .secondary-menu li a::after,
.innerPage .secondary-menu li a::after,
.noBanner .secondary-menu li a::after {
	margin-left: 14px;
}

.fixedHeader .secondary-menu li a,
.innerPage .secondary-menu li a,
.noBanner .secondary-menu li a{
	/*color: #00412d;*/
	color:#d9b986;
}



#nav .left {
	width: 275px;
	padding: 49px 0 0 0px;
}

#nav .left a {
	display: block;
}

#nav .right {
	flex-grow: 1;
	padding: 35px 0px 0 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: top;
}

.fixedHeader #nav .left,
.innerPage #nav .left,
.noBanner #nav .left {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fixedHeader .secondary-menu li a::after,
.innerPage .secondary-menu li a::after,
.noBanner .secondary-menu li a::after {
	/*background:#00412d;*/
	background:#d9b986;
}

.fixedHeader #nav .right,
.innerPage #nav .right,
.noBanner #nav .right {
	padding: 5px 0px 0 0;
}

.header-callouts {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	vertical-align: middle;
	display: flex;
	justify-content: left;
	align-items: center;
}

.header-callouts ul {
	position: relative;
	top: 15px;
	padding: 0;
	margin: 0;
}

.header-callouts li {
	list-style: none;
}

.header-callouts li a {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	text-decoration: none !important;
}

.header-callouts li span.icon {
	flex-shrink: 0;
	display: block;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0.3);
}
.header-callouts li:hover span.icon {
	background-color:#d9b986;	
}
.header-callouts li span.text {
	opacity: 0;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	transition: 300ms opacity;
	color: #fff;
    height: 46px;
    line-height: 46px;
    padding-right: 20px;
}

.header-callouts li span.text::after {
	background-image: url('images/white-arrow-right.png');
	display: inline-block;
	content: "";
	width: 21px;
	height: 9px;
	margin-left: 32px;
}

.header-callouts li:hover span.text {
	opacity: 1;
	background:#d9b986;
}

.header-callouts .icon-1 {
	background-image: url('images/left-about-us.png');
	background-repeat: no-repeat;
	background-position: center;
}

.header-callouts .icon-2 {
	background-image: url('images/left-second.png');
	background-repeat: no-repeat;
	background-position: center;
}

.header-callouts .icon-3 {
	background-image: url('images/left-third.png');
	background-repeat: no-repeat;
	background-position: center;
}

.menu-box {
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	transition: 300ms;
	position: relative;
	vertical-align:middle;
}

.parents-icon {
	background-image: url('images/menu-parents.png');
	height: 20px;
	width: 30px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.international-icon {
	background-image: url('images/menu-international.png');
	height: 20px;
	width: 30px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.support-icon {
	background-image: url('images/menu-support-us.png');
	height: 20px;
	width: 30px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.fixedHeader .parents-icon,
.innerPage .parents-icon,
.header-menu .parents-icon,
.noBanner .parents-icon  {
	background-image: url('images/menu-parents-gold.png');
}

.fixedHeader .international-icon,
.innerPage .international-icon,
.noBanner .international-icon,
.header-menu .international-icon {
	background-image: url('images/menu-intern-gold.png');
}

.fixedHeader .support-icon,
.innerPage .support-icon,
.header-menu .support-icon,
.noBanner .support-icon {
	background-image: url('images/menu-support-us-gold.png');
}

.secondary-menu {
	padding: 0px 0px 0px 0px;
	margin:0;
}
.header-menu .secondary-menu {
	text-align:center;
	margin-top:20px;
}
.fixedHeader .secondary-menu,
.innerPage .secondary-menu,
.noBanner .secondary-menu {
	padding: 0px 20px 0px 0px;
	
}

.secondary-menu li {
	list-style: none;
	display: inline-block;
	padding: 0 20px 0 0;
	vertical-align: middle;
}

.secondary-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.secondary-menu li a::after {
	content: "";
	display: inline-block;
	height: 13px;
	width: 1px;
	background: #fff;
	top: 1px;
	position: relative;
	margin-left: 19px;
}

.secondary-menu li:last-child a::after {
	display: none;
}
@media (max-width:1199.01px){
	.fixedHeader .secondary-menu, .innerPage .secondary-menu, .noBanner .secondary-menu {
		padding-right:0;
	}

}
@media (max-width:991.01px){
	.secondary-menu li a{
		font-size:0;		
	}
}
.search-form {
	display: none;
	position: absolute;
	top: 100%;
	background: rgba(0,0,0,0.5);
	width:200px;
	right: 0;
	padding: 12px;
}

.search-form form {
	display: flex;
}
.searchform {
	display: flex;
	border:solid 1px #00412d;
}
input#s {
	width: 100%;
	border: none;
	font-size: 14px;
	padding: 10px;
}

#searchSubmit {
	min-width: 40px;
	border: none;
	background: #00412d;
	color: #fff;
}

.menu-box .inner {
	display: flex;
}

#menu-toggle,
#menu-toggle-2 {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0px;
}

.search-toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.search-toggle span {
	margin-left: 8px;
	display: block;
	background-image: url('images/menu-search.png');
	background-position: left;
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
	padding-right: 28px;
	margin-right: 0px;
	border-right: 1px solid #fff;
}

.header-menu .search-toggle span,
.fixedHeader .search-toggle span,
.innerPage .search-toggle span,
.noBanner  .search-toggle span {
	/*background-image: url('images/menu-search-green.png');*/
	/*border-right: 1px solid #00412d;*/
	background-image: url('images/menu-search-gold.png');
	border-right: 1px solid #d9b986;
}
.menu-box .txt {
	display:none;
}
.menu-box .burger {
	margin-left: 15px;
	display: block;
	background-image: url('images/menu-burger.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 16px;
}

.side-menu-container{
	padding-top: 125px;
	background-image: url(images/menu-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.side-menu-container > nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-menu-container > nav > ul  li{
	position: relative;
	/*margin-bottom: 12px;*/
	list-style: none;
}

.side-menu-container > nav > ul > li > a{
	display: block;
	width: 100%;
	padding: 15px 60px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.see-more {
	cursor: pointer;
	padding: 30px 50px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	text-transform: uppercase;
}

.see-more img {
	margin-left: 10px;
}

.side-menu-container > nav > ul > li > .sub-menu{
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow:hidden;
	transition: 500ms opacity;
}

.side-menu-container>nav>ul>li.open .sub-menu {
	visibility: visible;
	height: auto;
	padding:10px 0;
	opacity: 1;
}



.side-menu-container > nav > ul > li > ul > li .sub-menu {
	visibility: hidden!important;
	opacity: 0;
	height: 0!important;
	overflow:hidden!important;
	transition: 500ms opacity;
}

.side-menu-container>nav>ul>li>ul>li.open .sub-menu {
	visibility: visible!important;
	height: auto!important;
	padding:10px 0;
	opacity: 1;
}
/*.side-menu-container>nav>ul>li.open .sub-menu .sub-menu,
.menu-main-container>ul>li.open .sub-menu .sub-menu {
	display: none;
}*/


.side-menu-container>nav>ul>li.menu-item-has-children>.arrow {
	content: "";
	display: block;
	background-image: url('images/green-arrow-right.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	position: absolute;
	top: 0;
	right: 50px;
	width: 50px;
}

.side-menu-container>nav>ul>li.open .sub-menu>li.menu-item-has-children>.arrow{
	content: "";
	display: block;
	background-image: url('images/green-arrow-right.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	/*top: 0;*/
	right: 50px;
	width: 50px;	
	margin-top: -30px;
}

.side-menu-container>nav>ul>li.menu-item-has-children>.arrow {
	right:20px;
	top: 3px;
}

.side-menu-container>nav>ul>li.current_page_ancestor > a,
.side-menu-container>nav>ul>li.open > a,
.side-menu-container>nav>ul li:hover > a{
	background:#d9b986;
	color: #fff;
}

.side-menu-container h2 {
	color:#00412d!important;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 0;
}

.side-menu-container>nav>ul>li.current_page_ancestor .sub-menu a {
	background: none;
	color:#000!important;
}

.side-menu-container>nav>ul>li.current_page_ancestor .sub-menu a:hover {
	color:#00412d!important;
}

.side-menu-container>nav>ul>li.menu-item-has-children>.arrow {
	background-image: url('images/white-arrow-right.png');
}


.side-menu-container>nav>ul>li.open .sub-menu>li .arrow{
	background-image: url('images/green-arrow-right.png');
	transform: none!important;	
}
.side-menu-container>nav>ul>li.open .sub-menu>li.open .arrow {
	background-image: url('images/green-arrow-right.png');
	transform: rotate(90deg)!important;	
}

.side-menu-container .sub-menu .sub-menu {
	padding: 0!important;
    margin-left: 20px!important;
}


.side-menu-container li .sub-menu a {
	display: block;
	width: 100%;
	padding: 10px 50px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
}



.side-menu-container li .sub-menu a {
	color:#00412d!important;
}

.fixedHeader .menu-box .burger,
.innerPage .menu-box .burger,
.noBanner .menu-box .burger {
	/*background-image: url('images/menu-burger-green.png');*/
	background-image: url('images/menu-burger-gold.png');
	height: 20px;
}

.header-menu .menu-box .burger {
	background-image: url('images/cross-close.png');
}
.fixedHeader.menuopen .menu-box .burger, .innerPage.menuopen .menu-box .burger, .noBanner.menuopen .menu-box .burger {
	background-image:url('images/cross-close.png');
}
.fixedHeader #menu-toggle,
.innerPage #menu-toggle,
.noBanner #menu-toggle {
	/*color:#00412d;*/
	color:#d9b986;
}

#school-header-carousel {
	height: 710px;
}

body.home #school-header-carousel {
	height: 875px;
}

.carousel-inner,
.carousel-item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position:relative;
}
.carousel-item .image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
a.carousel-item:before {
	content:'';
	display:block;
	width:100px;
	position:absolute;	
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
a.carousel-item:after {
	content:'';
	display:block;
	width:100%;
	position:absolute;	
	height:30%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#school-header-carousel .content h1 {
text-shadow: 1px 1px 40px #000, 1px 1px 40px #000000;
}

#school-header-carousel .content {
	width: auto;
	height: auto;
	bottom: 5%;
	right: 4%;
	display: block;
	position: absolute;
	padding: 130px;
	background-size: 100% 100%;
	transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	opacity: 0;
}

/*#school-header-carousel .overlay {
	background-image: url('images/header-banner-shadow-2.png');
	background-position: right;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}*/

#school-header-carousel .active .content {
	opacity: 1;
}

#school-header-carousel .carousel-indicators {
	right: 25px;
	bottom: auto;
	width: 20px;
	top: -20px;
	margin-left: auto;
	margin-right: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#school-header-carousel .carousel-indicators [data-bs-target] {
	width: 1px;
	height: 40px;
}

#school-header-carousel .content h1 {
	width: 370px;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#school-header-carousel .content h1 b {
	color: #80bbd8;
}

section {
	position: relative;
}

.mouse-down {
	position: absolute;
	bottom:51px;
	left:0;
	width: 100%;
	text-align: center;
}

.mouse-down div {
	position: relative;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-left: 60px;
	border-left: 1px solid #fff;
	padding-left: 12px;
	line-height: 14px;
	font-weight: 600;
}


#nav .header-logo {
	background-image: url('images/rgs-logo.png');
	width: 201px;
	height: 80px;
}

.fixedHeader #nav .header-logo,
.innerPage #nav .header-logo,
.noBanner #nav .header-logo {
	background-image: url('images/rgs-prep-sticky-logo.png');
	width: 129px;
    height: 65px;
}

.button {
	padding: 14px 50px 14px 22px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	background: #d9b986;
	padding-right: 35px;
	position: relative;
	min-width: 205px;
	display: inline-block;
	color: #fff!important;
	text-align: left;
}

.button:hover {
	opacity: 0.75;
}

.button::after {
	background-image: url('images/white-arrow-right.png');
	width: 21px;
	height: 9px;
	display: block;
	content: "";
	position: absolute;
	right: 25px;
	top: 18px;
}

.grid {
	display: grid;
}


#year-groups {
	padding-top: 328px;
	background-image: url('images/background-crest.png');
	background-position: 52.5% 3%;
	background-repeat: no-repeat;
}

#year-groups .inner {
	max-width: 1168px;
	margin: auto;
	margin-bottom: 50px;
}

#year-groups .inner .grid {
	grid-template-columns: 1fr 1fr;
}

#year-groups .blue-inner {
	text-decoration: none !important;
	display: block;
	margin: 15px;
	background: #003150;
	padding: 80px 60px 99px 60px;
}

#year-groups .green-inner {
	text-decoration: none !important;
	display: block;
	margin: 15px;
	background: #00412d;
	padding: 80px 60px 99px 60px;
	text-align: right;
}


#year-groups .rgs-prep-logo {
	background-image: url('images/rgs-prep-logo.png');
	height: 112px;
	width: 264px;
}

#year-groups .rgs-logo {
	background-image: url('images/rgs-logo-2.png');
	height: 112px;
	width: 268px;
	margin-left: auto;
}

#year-groups .ages {
	margin-top: 36px;
	font-size: 20px;
	margin-bottom: 8px;
	color: #d9b986;
	font-weight: 800;
	/* font-family: didoniurwd; */
}

#year-groups .summary {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	max-width: 260px;
}

#year-groups .green-inner .summary {
	margin-left: auto;
}

#year-groups .buttons {
	margin-top: 31px;
}

.crest-logo {
	background-image: url('images/title-crest.png');
	height: 73px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.crest-logo::after {
	position: relative;
	top: 94px;
	margin: auto;
	content: "";
	display: block;
	width: 40px;
	border-top: 1px solid #d9b986;
}

@media (max-width:991.01px){
	/*Header Menu*/
	.header-menu {
		display: block;
		width: 400px;
		max-width:100%;
		position: fixed;
		right: 0;
		background: rgba(255, 255, 255, 1);
		height: 100vh;
		top: 0;
		overflow-x: auto;
		overflow-y:scroll;
		z-index: 500;
		transition: 500ms opacity;
		opacity: 0;
		visibility: hidden;
	}
	
	.menuopen .header-menu {
		visibility: visible;
		opacity: 1;
	}

	.header-menu .menu-box {
		top: 35px;
		top:55px;
		position: absolute;
		right: 41px;
		color:#00412d;
	}

	.menu-main-container {
		padding-top: 125px;
		background-image: url(images/menu-bg.png);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.menu-main-container > ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.menu-main-container > ul > li {
		position: relative;
		/*margin-bottom: 12px;*/
		list-style: none;
	}
	.menu-main-container > ul > li > a {
		display: block;
		width: 100%;
		padding: 15px 60px;
		font-size: 13px;
		font-weight: 600;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
	}
	.menu-main-container > ul > li > .sub-menu {
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow:hidden;
		transition: 500ms opacity;
	}

	.menu-main-container>ul>li.open .sub-menu {
		visibility: visible;
		height: auto;
		padding:10px 0;
		opacity: 1;
	}

	.menu-main-container > ul > li > ul > li .sub-menu {
		visibility: hidden!important;
		opacity: 0;
		height: 0!important;
		overflow:hidden!important;
		transition: 500ms opacity;
	}


	.menu-main-container>ul>li>ul>li.open .sub-menu {
		visibility: visible!important;
		height: auto!important;
		padding:10px 0;
		opacity: 1;
	}
	.menu-main-container>ul>li.menu-item-has-children > .arrow {
		content: "";
		display: block;
		background-image: url('images/green-arrow-right.png');
		background-position: center;
		background-repeat: no-repeat;
		height: 50px;
		position: absolute;
		top: 0;
		right: 50px;
		width: 50px;
	}

	.menu-main-container>ul>li.open>ul>li.menu-item-has-children>.arrow {
		content: "";
		display: block;
		background-image: url('images/green-arrow-right.png');
		background-position: center;
		background-repeat: no-repeat;
		height: 20px;
		position: absolute;
		/*top: 0;*/
		right: 50px;
		width: 50px;	
		margin-top: -30px;
	}
	.menu-main-container>ul>li.open > a,
	.menu-main-container>ul>li:hover > a {
		background:#d9b986;
		color: #fff;
	}
	.menu-main-container>ul>li.open .arrow {
		background-image: url('images/white-arrow-right.png');
		transform: rotate(90deg);
	}
	.menu-main-container>ul>li.open ul>li .arrow {
		background-image: url('images/green-arrow-right.png');
		transform: none!important;	
	}
	.menu-main-container>ul>li.open ul>li.open .arrow {
		background-image: url('images/green-arrow-right.png');
		transform: rotate(90deg)!important;	
	}
	.menu-main-container>ul>li .sub-menu {
		background:#f7f7f7;
		/*padding: 10px 0;*/
		margin: 0;
	}
	.menu-main-container .sub-menu .sub-menu {
		padding: 0!important;
		margin-left: 20px!important;
	}
	.menu-main-container>ul>li .sub-menu li {
		list-style: none;
	}
		
	.menu-main-container>ul>li .sub-menu a {
		display: block;
		width: 100%;
		padding: 10px 70px;
		font-size: 13px;
		font-weight: 600;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		background: none;
	}
	.menu-main-container>ul>li .sub-menu a:hover {
		color:#00412d!important;
	}
}
@media (min-width:992px){
	.header-menu {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		background:#fff;
		z-index:210;
		height:67px;
		height:50px;
		opacity: 0;
		border-bottom: solid 1px #f1f1f1;
		transition:opacity 300ms, top 300ms;
	}
	.menuopen .header-menu {
		opacity: 1;
		top:67px;
	}
	.menuopen nav#nav {
		border-bottom:none;
	}
	.menu-main-container {
		text-align:right;
	}
	.menu-main-container .menu {
		margin-bottom:0;
		font-size:13px;	
		text-decoration: none;
		font-weight: 700;
		letter-spacing: 0px;
		text-transform: uppercase;
		padding:0;		
		display: flex;
		justify-content: end;
	}
	.headerRight {
		--bs-gutter-x: 15px;
	}
	.header-menu .search-form {
		right:30px;
	}
	.header-menu .menuLogo {
		
	}
	.header-menu .menu-box {
		padding-top:0;
		color: #d9b986;
	}
	.menu-main-container .menu li{
		text-align:left;
	}
	.menu-main-container .menu a {
		display:inline-block;
		padding:10px 10px;
		width:100%;
	}
	.menu-main-container  li {
		position:relative;
	}
	.menu-main-container > ul > li {
		display:inline-block;
		height:67px;
		line-height:67px;
		height:50px;
		line-height:50px;
		padding:0 3px;
	}
	.menu-main-container > ul > li a {
		padding:5px;
	}

	.menu-main-container > ul > li:after {
		content: "";
		display: inline-block;
		height: 13px;
		width: 1px;
		background: #d9b986;
		top: 50%;
		right:0;
		position: absolute;
		margin-top:-6.5px;
	}
	.menu-main-container > ul > li:last-child:after {
		display:none;
	}
	.menu-main-container > ul > li > *{
		line-height:1.3;
	}
	.menu-main-container>ul>li.menu-item-has-children > .arrow {
		display:none;
	}
	.header-menu a {
		color: #d9b986;
		text-decoration:none;
	}
	.menu-main-container .sub-menu {
		position:absolute;
		display:none;
		top:100%;
		left:50%;
		width:300px;
		transform:translateX(-50%);
		padding: 20px 0;
		background-color: #f2f2f2;
		background-image: url(images/menu-bg.png);
		background-position: top right;
		background-repeat: no-repeat;
		min-height:375px;
	}	
	.menu-main-container .menu > li.menu-item-has-children:before {
		content:'';
		position:absolute;
		bottom:0;
		left: 50%;
		margin-top: -12px;
		margin-left: -6px;
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 12px 6px;
		border-color: transparent transparent #f2f2f2 transparent;
		opacity:0;
	}
	.menu-main-container .menu > li.menu-item-has-children:hover:before {
		opacity:1;		
	}
	.menu-main-container .menu > li:last-child > .sub-menu {
		left:auto;
		right:0;
		transform:translateX(0%);
	}
	
	.menu-main-container .sub-menu .sub-menu{
		top:0px;
		left:100%;
		min-height:0;
		background: #d9b986;
		width:200px;
		padding:0px 0;
		transform:translateX(0);
	}
	.menu-main-container li.lastHalf .sub-menu .sub-menu{
		left:auto;
		right:100%;
	}
	.menu-main-container .sub-menu .sub-menu:before{
		display:none;
	}
	.menu-main-container .sub-menu .sub-menu a{
		color:#fff;
	}
	.menu-main-container .sub-menu a:hover{
		background:#d9b986;
		color:#fff;
	}
	.menu-main-container .sub-menu li:hover > a{
		background:#d9b986;
		color:#fff;
	}
	.menu-main-container .sub-menu .sub-menu a:hover {
		background:#f2f2f2;
		color:#000;
	}
	.menu-main-container .sub-menu .sub-menu li a {
		padding:10px 15px;
	}
	.menu-main-container .sub-menu li a{
		padding:10px 45px;
	}
	.menu-main-container li:hover > .sub-menu {
		display:block;
		
	}
	.menu-main-container .sub-menu a{
		color:#000;
	}
	body.home nav#nav {
		padding-top:25px;
	}
}
@media (min-width:1400px){
	.menu-main-container {
		text-align:right;
	}
	.menu-box .txt {
		display:inline-block;
		width:44px;
	}
	body.home nav#nav {
		padding-top:45px;
	}
	header#header .container-fluid{
		width:95%
	}
	.menu-main-container .menu a {
		padding:10px 10px;
	}
}
@media (min-width:1200px){
	.menu-main-container > ul > li {
		padding:0 5px;
	}
}
@media (min-width:1560px){
	.menu-main-container > ul > li {
		padding:0 10px;
	}
}
@media (max-width:767.01px){
	#year-groups .green-inner {
		text-align: left;
	}
	#year-groups .rgs-logo, #year-groups .green-inner .summary {
		margin-left: 0!important;
	}	
	.header-callouts {	
		top: 150px;
		align-items: unset;
	}
	.mouse-down {
		top:551px;
	}	
	#school-header-carousel {
		position: relative!important;
	}
	.page #school-header-carousel {
		height: 500px;
	}	
	body.home header#header {
		height: 600px!important;
	}	
	#year-groups {
		background: none;
	}
	}

.gold-title {
	margin: 23px 0 20px 0;
	color: #d9b986;
	font-family: 'adobe-garamond-pro';
	font-size: 66px;
	letter-spacing: 0px;
	text-align: center;
}
h2.gold-title {
	text-transform:initial;
	font-weight:400;
	
}
#the-benefits {
	text-align: center;
	background-image: url('images/video-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#the-benefits .gold-title {
	margin: 18px 0 20px 0;
}

#the-benefits .video {
	max-width: 940px;
	min-height: 560px;
	margin: 0px auto 20px auto;
	width: 100%;
}
#the-benefits .video iframe {
    width: 100%;
    min-height: 560px;
	height:auto;
}
#the-benefits .summary {
	margin: 35px auto 55px auto;
	font-size: 13px;
	font-weight: 600;
	max-width: 750px;
}

#the-benefits .buttons {
	padding-bottom: 70px;
}

#the-benefits .buttons .button {
	min-width: 241px;
}

#our-values .inner {
	padding: 80px 0px;
}

#our-values .gold-title {
	margin-bottom: 50px;
}

#our-values .slide-name {
	margin-top: 68px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'adobe-garamond-pro';
	letter-spacing: 1px;
	font-weight: 600;
}

#our-values .slide-name::after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin: 0 auto 10px auto;
	position: relative;
	top: -5px;
}

#our-values .slide-summary {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 20px;
	text-align: center;
	max-width: 550px;
}
@media (max-width:767.01px){
#our-values .slide-summary {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}

.home-rotator {
	position: relative;
	top: -20px;
}

.vidButton {
	color: #fff;
    font-size: 75px;
    opacity: 0.5;
    text-align: center;    
    margin-top: 0px;
}

.slide-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 540px;
}

.slide-item>a>div {
	height: 510px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 20px rgba(87, 65, 65, 0.6);
}

.slide-item>a {
	flex-grow: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slide-image {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 440px;
	max-height: 440px;
	transition: 500ms;
}

#school-header-carousel:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	z-index:110;
}

.header-callouts:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: -moz-linear-gradient(right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.active .slide-image {
	height: 510px;
	max-height: 510px;
}

.slide-item a {
	text-decoration: none;
}

#our-values .owl-dots {
	display: none;
}

#our-values .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	/*left: 16.5%;*/
	max-width: 1050px;
	left:50%;
	transform: translateX(-50%);
}

#our-values .owl-prev {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}

#our-values .owl-next {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}

#our-values .buttons {
	margin: 30px auto 10px auto;
	text-align: center;
}

#find-out-more .gold-title {
	margin-top: 14px;
	margin-bottom: 40px;
}

#find-out-more .grid,
#footer-pois .grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
	margin-bottom: 5px;
}

#footer-pois .grid a,
.poi {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#find-out-more .tile,
.poi .tile,
#footer-pois .tile {
	display: block;
	height: 365px;
	position: relative;
	transition: 300ms;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#find-out-more .tile .tile-title,
.poi .tile .tile-title,
#footer-pois .tile .tile-title {
	background: #00412d;
	color: #fff;
	width: 100%;
	transition: 600ms;
	min-height: 100px;
	position: absolute;
	bottom: 0;
}

#find-out-more .tile .tile-title>div,
#footer-pois .tile .tile-title>div,
.poi .tile .tile-title>div {
	padding: 20px 25px 16px 25px;
	text-transform: uppercase;
	font-size: 24px;
	line-height:1.4;
	position: absolute;
	min-height:100px;
	bottom: 0;
	font-family: 'adobe-garamond-pro';
	font-weight: 600;
}

#find-out-more .tile:hover .tile-title,
#footer-pois .tile:hover .tile-title,
.poi .tile:hover .tile-title {
	min-height: 100%;
	background: rgb(0, 65, 45, 0.9);
}
.poi.style1 .tile .tile-title {
	background: #00412d;	
}
.poi.style1 .tile:hover .tile-title {
	background: rgb(0, 65, 45, 0.9);	
}
.poi.style2 .tile .tile-title {
	background: rgb(0, 49, 80, 1);	
}
.poi.style2 .tile:hover .tile-title {
	background: rgb(0, 49, 80, 0.9);	
}
.poi.style3 .tile .tile-title {
	background: rgb(217, 185, 134, 1);	
}
.poi.style3 .tile:hover .tile-title {
	background: rgb(217, 185, 134, 0.9);	
}
.poi.style4 .tile .tile-title {
	background: rgb(128, 187, 216, 1);	
}
.poi.style4 .tile:hover .tile-title {
	background: rgb(128, 187, 216, 0.9);	
}
.poi.style5 .tile .tile-title {
	background: rgb(185,31,37, 1);	
}
.poi.style5 .tile:hover .tile-title {
	background: rgb(185,31,37, 0.9);	
}
#student-wellbeing .inner {
	padding: 90px 0 72px 0;
}

#student-wellbeing .gold-title {
	margin-bottom: 40px;
}

#student-wellbeing .wellbeing-poi {
	height: 640px;
	max-width: 1140px;
	margin: auto;
	display: flex;
	align-items: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#student-wellbeing .wellbeing-poi .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

#student-wellbeing .wellbeing-poi>div {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#student-wellbeing .title {
	margin-top: -30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'adobe-garamond-pro';
	letter-spacing: 1px;
	font-weight: 600;
}

#student-wellbeing .title::after {
	content: "";
	display: block;
	height: 1px;
	width: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin: 0 auto 15px auto;
}

#student-wellbeing .summary {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	max-width: 570px;
	margin: auto;
	padding: 0 20px
}

#student-wellbeing .buttons {
	margin-top: 30px;
}

#latest-news {
	overflow: hidden;
}

#latest-news .news-tiled {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 5px;
	column-gap: 5px;
}

#latest-news .news-tiled>div {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	padding: 25px;
	height: 380px;
	background-position: center;
	background-size: cover;
}
#latest-news .news-tiled .tile-6, #latest-news .news-tiled .tile-6-mobile {
	padding: 0px;
}
#latest-news .news-tiled a.overlayLink {
	position:absolute;
	top:0;
	lefT:0;
	width:100%;
	height:100%;
}
a.sbi_photo {
	height: 380px!important;
}

#latest-news .icon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	color: #fff;
	z-index: 2;
}

#latest-news .handle {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

#latest-news .tweet {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 30px;
}

#latest-news .social-link {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

#latest-news .social-link a {
	color: #fff;
}
 
#latest-news .tile-1 {
	background: #d9b986;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

#latest-news .tile-1 .date {
	margin-top: -20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}

#latest-news .tile-1 .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	max-width: 220px;
}

#latest-news .tile-2 {
	background: #00412d;
	color: #fff;
}

#latest-news .tile-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
	position:relative;
}
#latest-news .tile-3.hasBackground {
	background:#000;
}
#latest-news .tile-3 .tileImg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:0.7;
	transition:300ms;
}
#latest-news .tile-3:hover .tileImg {	
	opacity:0.4;
}
#latest-news .tile-3 .center{
	position:relative;
}
#latest-news .tile-3 .date {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #747474;
}

#latest-news .tile-3 .title {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'adobe-garamond-pro';
	line-height: 36px;
	text-transform: uppercase;
	max-width: 200px;
	margin: 0px auto 10px auto;
	color: #d9b986;
}

#latest-news .tile-3 .excerpt {
	font-size: 13px;
	font-weight: 600;
	max-width: 300px;
}
#latest-news .tile-3.hasBackground .date{
	color: #fff;	
}
#latest-news .tile-3.hasBackground .title{
	color: #fff;		
}
#latest-news .tile-4 {
	background: #003150;
	color: #fff;
}

#latest-news .tile-5 {
	background: #003150;
	color: #fff;
}

#latest-news .tile-7 {
	background: #00412d;
	color: #fff;
}

#latest-news .tile-8 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
}

#latest-news .tile-8 .play-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#latest-news .tile-8 .title {
	position: absolute;
	bottom: 23px;
	left: 28px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
#latest-news {
	
}
#latest-news #ctf .ctf-tweet-media img, #latest-news #ctf .ctf-tweet-media video {
	max-height:100px;
	object-fit:cover;
}
#latest-news .buttons {
	margin-top: 70px;
	margin-bottom: 80px;
	text-align: center;
}

#footer {
	background: #f9f7f7;
	padding: 0 210px 5px 210px;
}

#footer .top-menu {
	display:block;
	text-align: center;
	border-bottom: 1px solid #969495;
	margin-bottom: 50px;
	padding:24px 0;
}


#footer .top-menu .menu{
	display: none;
	
}
#footer .top-menu.open .menu{
	display: block;
}
#footer .top-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}



#footer .top-menu li a {
	display: inline-block;
	padding: 20px 20px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
}

#footer .top-menu li a:hover {
	opacity: 0.5;
}

.im-hivis {
	display:inline-block;
}
.im-hivis a {
	display: inline-block;
	padding:0 5px;
}


#footer .top-menu li:last-child::after {
	display: none;
}
#footer .topmenuopen {
	display: block;
	padding: 30px 20px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	text-align:center;
	font-weight:700;
}
@media (min-width:768px){
	#footer .top-menu .menu{
		display:block;
	}
	#footer .topmenuopen {
		display:none;
	}
	#footer .top-menu li {
		display: inline-block;
	}
	#footer .top-menu li::after {
		content: "|";
		display: inline-block;
	}
}
#footer .footer-prep-logo {
	background-image: url('images/rgs-prep-logo-green.png');
	background-position: top;
	width: 161px;
	height: 75px;
}

#footer .footer-logo {
	background-image: url('images/rgs-logo-green.png');
	background-position: top;
	width: 158px;
	height: 75px;
	margin-left: auto;
}

#footer .twin {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#footer .left,
#footer .right {
	position: relative;
	font-size: 14px;
	font-weight: 500;
}

#footer .right {
	text-align: right;
}

#footer .left::after {
	position: absolute;
	content: "";
	display: block;
	height: 175px;
	border-right: 1px solid #969495;
	top: 80px;
	right: 0;
}

#footer .left .school-line {
	color: #003150;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#footer .right .school-line {
	color: #00412d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#footer .address-line {
	margin-bottom: 15px;
}

#footer .telephone-line a,
#footer .email-line a {
	color: inherit;
	text-decoration: none;
}

#footer .telephone-line a:hover,
#footer .email-line a:hover {
	opacity: .75;
}

#footer .email-line {
	margin-top: 5px;
	margin-bottom: 20px;
}

#footer .social-media {
	margin-top: 25px;
	font-size: 16px;
}

#footer .left .social-media a {
	display: inline-block;
	color: #003150;
	padding: 0 2px;
}

#footer .right .social-media a {
	display: inline-block;
	color: #00412d;
	padding: 0 2px;
}

#footer .left .social-media a:hover,
#footer .right .social-media a:hover {
	opacity: .5;
}

#footer .bottom-menu {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom:0 20px;
}
#footer .bottom-menu .menu-footer-links-2-container {
	display:inline-block;
}
#footer .bottom-menu ul {
	list-style:none;
	display:inline-block;
	padding:0;
	margin:0;
}
#footer .bottom-menu ul li {
	display: inline-block;
}

#footer .bottom-menu ul li a {
	padding: 0 5px;
}

#footer .bottom-menu {
	opacity: 0.5;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

#footer .bottom-menu a {
	color: #000;
	text-decoration: none;
}

#footer .bottom-menu ul li::after {
	content: "|";
	display: inline-block;
}

#footer .bottom-menu li:last-child::after {
	display: none;
}

.faux-insta-blue {
	position: relative;
	top: 2px;
	display: block;
	background-image: url('images/insta-blue.png');
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.faux-insta-green {
	position: relative;
	top: 2px;
	display: block;
	background-image: url('images/insta-green.png');
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

#footer-pois {
	margin: 120px 0 80px 0;
}

#footer-pois .buttons {
	margin-top: 80px;
	text-align: center;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in-left {

	from {

		opacity: 0;

		margin-left: -100px
	}



	to {

		opacity: 1;

		margin: 0;

	}

}



@keyframes fade-in-right {

	from {

		opacity: 0;

		transform: translate(200px, 0);

	}



	to {

		opacity: 1;

		transform: translate(0, 0);

	}

}
/*
.fade-in-element {
	animation: fade-in 1.4s;
}

.fade-in-left {

	animation: fade-in-left 1.4s;

}

.fade-in-right {

	animation: fade-in-right 1.4s;

}

.animate {
	opacity: 0;
}
*/


section#subject-tiles {
	margin-top: 0px;
	margin-bottom: 120px;
	position: relative;
	padding: 0 12px;
	overflow: visible;
}

section#subject-tiles .row>div {
	padding: 1px;
	overflow: hidden;
}

section#subject-tiles .tile {
	position: relative;
	height: 370px;
	background-size: cover;
	background-position: center;
	transition: 300ms all;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767.01px) {
section#subject-tiles .tile {
	margin-left: 25px;
}
}

section#subject-tiles .tile:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);	
	z-index: 1;
}


@media screen and (min-width:992px) {
	[data-subject="2"], [data-subject="5"], [data-subject="8"], [data-subject="11"], [data-subject="14"], [data-subject="17"], [data-subject="20"], [data-subject="23"] {
		margin-right: 0!important;
	}
}

section#subject-tiles .tile .cover {
	position: absolute;
	top: 150px;
	padding: 10px 10px 10px 20px;
/*	background:#00412d;*/
	width: 100%;
	display: flex;	
	flex-direction: column;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 2;
}

section#subject-tiles .tile h2 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 23px !important;
	line-height: 28px;
	font-family: 'adobe-garamond-pro';
	font-weight: 600;
	letter-spacing: 1px;
}

section#subject-tiles.inner {
	padding: 55px 50px 25px 50px;
}

section#subject-tiles.inner img {
	max-height: 375px;
}

section#subject-tiles .tile-bg {
	background-size: cover;
	background-position: center;
}

section#subject-tiles .tile {
	cursor: pointer;
}

section#subject-tiles .subject-block {
	background: #f8f8f8;
	margin: 75px auto;
	width: 100%;
	/*max-width: 1140px;*/
	position: relative;
	overflow: initial !important;
	display: none;
	padding: 85px 70px !important;
}
@media screen and (max-width: 767.01px) {
section#subject-tiles .subject-block {
	margin: 20px auto;
	padding: 85px 20px !important;
}
}

section#subject-tiles .subject-block .title {
	margin-bottom: 10px;
	color:#d9b986;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 32px;
	font-family: 'adobe-garamond-pro';
	font-weight: 600;
	letter-spacing: 1px;
}

section#subject-tiles .subject-open {
	background-color:#d9b986;
	background-image: url('images/subject-plus.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	min-width:50px;
	margin-bottom: 75px;
}

section#subject-tiles .subject-open:hover {
	background-color:#00412d;
}	

/*section#subject-tiles .subject-tile.active .subject-open {
	background-color:#00412d;
	background-image: url("images/subject-close.png");
}*/

/*section#subject-tiles .subject-tile.active .cover {
	background:#d9b986;
}*/

section#subject-tiles .subject-close {
	background-color:#00412d;
	background-image: url("images/subject-close.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	margin: auto;
}

.subject-block * {
	opacity: 0;
	transition: 1000ms;
}

.subject-block.open * {
	opacity: 1;
}

section#subject-tiles .subject-block .body {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

section#subject-tiles .button-wrap .toggle-subject:hover {
	opacity: 0.75;
}

section#subject-tiles .inner {
	/*display: flex;
	justify-content: flex-start;*/
}

section#subject-tiles .inner .left {
	/*width: 42%;*/
	/*width: 52%;*/
	/*padding-right: 50px;*/
	flex-grow: 0;
	font-size: 14px;
}

section#subject-tiles .inner .right {
	/*flex-grow: 1;*/
	
}
@media (min-width:600px){
	section#subject-tiles .inner .right {
		float:right;
		width:55%;
		padding-left:15px;
		padding-bottom:15px;
	}
	section#subject-tiles .inner .left {
		width:42%;
		float:left;
	}
}
section#subject-tiles .inner .right .photo {
	text-align: center;
	margin-top: 20px;
}

section#subject-tiles .inner .photo img {
	height: auto;
}	

section#subject-tiles .inner .right img {
	max-width: 100%;
	height: auto;
}

section#subject-tiles .inner .photo {
	float:right;
	width:55%;
	padding-left:30px;
	padding-bottom:30px;
}


section#subject-tiles .subject-block .subject-close {
	/*top: -20px;
	right: -20px;*/
	top:0;
	right:0;
	position: absolute;
}

.breadcrumbs {
	border-bottom: 2px solid #e6e6e6;
	padding: 22px 0 18px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #d9b986;
}

.breadcrumbs .share {
	display: flex;
	align-items: center;
}


.share-icon {
	background-image: url('images/share.png');
	background-repeat:no-repeat;
	background-position:center;
	width: 20px;
	height: 20px;
	display: block;
}

.breadcrumbs span {
	margin: 0 1px;
	color: #003150;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a span {
	color: #d9b986;
}




















































.body-container h1,
.body-container h2,
.body-container h3,
.body-container h4,
.body-container h5,
.body-container h6 {
	font-family: 'adobe-garamond-pro';
	color:#d9b986;
}

h1 {
	font-size: 60px;
	margin: 20px 0 40px 0;
}

h2 {
	font-weight: 600;
	font-size: 30px;
	font-size: 32px;
	margin: 30px 0 10px 0;
}

h3 {
	font-weight: 600;
	font-size: 26px;
	font-size: 28px;
	margin: 30px 0 10px 0;
}

h4 {
	font-weight: 600;
	font-size: 25px;
	font-size: 25px;
	margin: 20px 0;
}

h5 {
	font-weight: 600;
	font-size: 25px;
	font-size: 20px;
	margin: 20px 0;
}

h6 {
	font-weight: 600;
	font-size: 20px;
	font-size: 18px;
	margin: 20px 0;
}

.body-container {
	color: #6d6e71;
	font-size: 18px;
}

.body-container .bodyContent a:not(.solid-blue-btn):not(.document-link):not(.blockButton) {
	color: #00412d;
}

.body-container .bodyContent a:not(.solid-blue-btn):not(.document-link):not(.blockButton):hover {
	color: #00412d;
}


.body-container .bodyContent {
	color: #000;	
	padding-top: 40px;
}
.body-container .bodyContent.col-12 {	
	padding-bottom: 50px;	
}
.body-container .bodyContent .crest-logo {
	background-position: left;
	margin-bottom: 40px;
}

.body-container .bodyContent .crest-logo::after {
	margin: 0 30px 20px;
}

.body-container .bodyContent img {
	max-width: 100%;
	height: auto;
}

.bodyContent ul {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.bodyContent ul li::marker {
	color: #00412d;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -1em;
	font-size: 20px;
	line-height: 16px;
	vertical-align: middle;
}

.bodyContent ul li {
	line-height: 30px;
}



#cta {
	margin-top: 150px;
}

.cta {
	min-height: 630px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
}

.cta .title {
	color: #fff;
}

.side-menu-container {
	padding: 50px 0 170px 0;
	background-color: #f5f5f5;
	background-image: url('images/menu-bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 65px auto 25px auto;
}













.popupAlert {
	text-align: center;
	max-width: 950px;
	padding: 40px 100px 80px 100px !important;
}

.popupAlert .logo {
	text-align: center;
	margin: auto;
}

.popupAlert .logo img {
	margin: auto;
}

.popupAlert .button {
	margin-top: 30px;
}

#notice {
	background: #fff!important;
	max-width: 945px;
}

#notice .popContent {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

#notice .button {
	outline: none;
	margin: auto;
}

#notice .noticeButton {
	margin-top: 30px;
	text-align: center;
}

#notice .fancybox-button svg {
	position: absolute!important;
	right: 23px;
	color:#00412d;
}

.popTitle.entry-title {
	font-size: 60px;
	line-height: 60px;
	font-family: 'adobe-garamond-pro';
	color:#d9b986;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 24px;
}

#notice .fancybox-close-small:hover:after {
	background: none;
}

#notice .fancybox-close-small {
	outline: none;
	border: none;
}







/** COMPONENTS **/
.dynamicContent {
	margin-bottom: 10px;
	overflow: visible;
}

.callout {
	background: #f7f3f4;
	color: #fff;
}

.callout.style1 {
	background-color: #003150;
	background-image: url(images/sidebar-logo.png);
	background-position: 130% top;
	background-repeat: no-repeat;
	padding: 52px 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}

.callout.style1 h3 {
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color:#d9b986;
}

.callout.style1 .buttons {
	margin-top: 30px;
}

.callout.style2 {
	padding: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	background-size: cover;
}

.callout.style2 h3 {
	margin-top: -30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'adobe-garamond-pro';
	letter-spacing: 1px;
	font-weight: 600;
}

.callout.style2 h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin: 0 auto 15px auto;
}

.callout.style2 .buttons {
	margin-top: 40px;
	text-align: center;
}

.callout.style2 .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.callout.style2 .calloutContent {
	position: relative;
}

/*------------------------------------*\
    FAQS
\*------------------------------------*/

.faq-question {
	display: inline-block;
	padding: 18px 25px;
	color: #fff!important;
	position: relative;
	text-decoration: none;
	width: 100%;
	background: #d9b986;
	margin-bottom: 0px;
	margin-top: 15px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: inherit!important;
	padding-right:50px;
}
.faq.style1 .faq-question{
	background: #00412d;	
}
.faq.style1 .faq-question:hover {
	background: rgb(0, 65, 45, 0.9);	
}
.faq.style2 .faq-question {
	background: rgb(0, 49, 80, 1);	
}
.faq.style2 .faq-question:hover{
	background: rgb(0, 49, 80, 0.9);	
}
.faq.style3 .faq-question{
	background: rgb(217, 185, 134, 1);	
}
.faq.style3 .faq-question:hover {
	background: rgb(217, 185, 134, 0.9);	
}
.faq.style4 .faq-question{
	background: rgb(128, 187, 216, 1);	
}
.faq.style4 .faq-question:hover {
	background: rgb(128, 187, 216, 0.9);	
}
.faq.style5 .faq-question{
	background: rgb(185,31,37, 1);	
}
.document-link.style5 .faq-question:hover {
	background: rgb(185,31,37, 0.9);	
}
.faq-question::after {
	content: "";
	background-image: url(images/white-arrow-right.png);
	width: 21px;
	height: 9px;
	display: block;
	position: absolute;
	right: 20px;
	background-repeat: no-repeat;
	top: 20px;
	line-height: 100%;
	transition: 300ms;
	transform: rotate(90deg);
}

.faq.open .faq-question::after {
	transform: rotate(270deg);
}

.faq-answer {
	display: none;
	background: #f9f7f8;
	border-top: 0px;
	padding: 40px 45px 80px 45px;
}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gallery.gallery-size-thumbnail .gallery-icon {
	max-width: 150px;
	margin: auto;
}

.sidebar-left .gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 1px;
}

.gallery-item img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
	filter: brightness(0.5);
}

.gallery-item:hover img {
	transform: scale(1.1);
	filter: brightness(1);
}

.gallery-icon {
	overflow: hidden;
}

.wpmf-gallery-item img {
	filter: brightness(1);
}

.wpmf-gallery-item:hover img {
	filter: brightness(1.3);
}

.wpmf-gallery-icon {
	margin: 10px;
}
.dynamic-gallery .carousel,
.dynamic-video .carousel {
	margin:20px 0;
}
.dynamic-video .carousel {
	padding-bottom:30px;
}
.dynamic-gallery .carousel-control-next,
.dynamic-gallery .carousel-control-prev,
.dynamic-video .carousel-control-next,
.dynamic-video .carousel-control-prev {
	align-items: flex-end;
	width: 20px;
	bottom: -10px;
	opacity: 1;
	text-decoration: none;
	margin-bottom: 15px;
}

.dynamic-video .carousel-control-next,
.dynamic-video .carousel-control-prev {
}

.dynamic-carousel .carousel-control-next,
.dynamic-gallery .carousel-control-next,
.dynamic-video .carousel-control-next {
	background-image: url('images/green-arrow-right.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	margin-right: 45px;
	font-weight: 700;
	font-size: 13px;
    width: auto;
    margin: auto;
	bottom: 0px;
	top:auto;
}

.dynamic-carousel .carousel-control-prev,
.dynamic-gallery .carousel-control-prev,
.dynamic-video .carousel-control-prev {
	background-image: url('images/green-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-left: 45px;
	font-weight: 700;
	font-size: 13px;
    width: auto;
    margin: auto;
	bottom: 0px;
	top:auto;
}

.dynamic-carousel .carousel-right {
	margin-right: 0;
	
}

.dynamic-carousel .carousel-left {
	margin-left: 0;
}

.dynamic-carousel .owl-carousel {
	margin-bottom: 20px;
}

.dynamic-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
    margin-bottom: -11px;
	display: flex;
	justify-content: space-between;
}

.dynamic-carousel .owl-next {
}

.dynamic-gallery .carousel-control-next:hover,
.dynamic-video .carousel-control-next:hover,
.dynamic-gallery .carousel-control-prev:hover,
.dynamic-video .carousel-control-prev:hover {
	opacity: 0.75;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}


.sidebar .wpmf_gallery_default .wpmf-gallery-icon a img {
	height: auto!important;
}
.sidebar .wpmf-gallery-icon {
	margin: 5px;
}





.dividera {
	height: 100px;
}

.dividera::before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #f0f0f0;
	top: 50%;
	position: relative;
}

.dividera .logo {
	background-image: url(images/dividera-logo.png);
	width: 90px;
	height: 100px;
	margin: auto;
	background-color: #fff;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.dividerb {
	border: 1px solid #747475;
	height: 1px;
	margin: 25px 0;
	width: 40px;
	margin: 35px auto;
}


/*------------------------------------*\
    QUOTE
\*------------------------------------*/
#quotes,
blockquote {
	background-image: url('images/background-crest.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.quotes-outer {
}

.singleQuote {
	padding: 130px 0 90px 0;
	text-align: center;
	width: 100%;
}

.quote-text,
blockquote {
	font-family: 'adobe-garamond-pro';
	padding: 50px 0 30px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	max-width: 80%;
	margin: auto;
}
.quote-text {
	background:none;
}
.sidebar .quote-text {
	font-size: 20px;
	line-height: 30px;
}

.quote-cite,
blockquote cite {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

/*------------------------------------*\
    STAFF
\*------------------------------------*/

.staff {
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;

	@media screen and (max-width: 767px) {
		margin: 30px 25px;
	}
}

.staff:after {
	content: '';
	display: table;
	clear: both;
}

.featured-staff-member {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.featured-staff-image {
	width: 30%;
	float: left;
}

.featured-staff-image img {
	width: 100%;
	height: auto;
}

.featured-staff-text {
	margin-left: 33%;
}

.featured-staff-text.noimg {
	margin-left: 0;
}

.featured-staff-metas {
	overflow: hidden;
}

.featured-meta-label {
	display: inline-block;
	width: 120px;
	font-weight: 300;
}

.featured-meta-value {
	display: inline-block;
	clear: right;
}

.featured-staff-name {
	font-size: 24px;
	margin-bottom: 10px;
}

.featured-staff-biog {
	margin-top: 15px;
}

.standard-staff-member {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.standard-staff-name {
	font-size: 20px;
	margin-bottom: 10px;
}

.standard-staff-image {
	width: 90px;
	float: left;
}

.standard-staff-image img {
	width: 100%;
	height: auto;
}

.standard-staff-text {
	margin-left: 120px;
}

.standard-staff-text.noimg {
	margin-left: 0;
}

.standard-staff-metas {
	overflow: hidden;
}

.standard-meta-label {
	font-weight: 300;
}

.standard-meta-value a.email-value {
	font-size: 0;
	color: transparent;
	display: block;
}

.standard-meta-value 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;
}

.standard-meta-value a.email-value:hover:before {
	color: #fff;
}

.staffClickbox {
	display: block;
	margin: 0 auto 30px;
}

.staffClickbox a {

	display: block;
	position: relative;
	overflow: hidden;
}

.clickbox-staff-image {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100%;
	background-image: url(images/placeholder.jpg);
}

.clickbox-staff-image img {
	display: none;
}

.clickbox-staff-text {
	position: absolute;
	bottom: 0;
	padding: 10px 5px;
	background-color: rgba(37, 68, 98, 0.8);
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	transition: 300ms;
}

.staffClickbox a:hover .clickbox-staff-text {
	background-color: rgba(255, 255, 255, 1);
}

.clickbox-staff-text .position {
	font-size: 0.75em;
}

@media (min-width:768px) {
	.staffClickbox {
		width: 30%;
		margin-right: 3.333333%;
		float: left;
		margin-bottom: 3.333333%;
		position: relative;
	}
}

@media (min-width : 1200px) {

	.sidebar-left .staff {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.sidebar-left .featured-staff-image {
		width: 50%;
		float: right;
		margin: 5px 0 10px 20px;
	}

	.sidebar-left .featured-staff-text {
		margin-left: 0;
		font-size: 17px;
	}

	.sidebar-left .featured-staff-name {
		font-size: 20px;
	}

	.sidebar-left .standard-staff-member .col-sm-4 {
		width: 100%;
		font-size: 16px;
	}

	.sidebar-left .standard-staff-member .standard-meta-label {
		display: none;
	}


}

.row.noclear:after {
	clear: none;
}

.image-item {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.sidebar-left .image-item {
	margin-top: 30px;
	margin-bottom: 30px;
}

.image-item img {
	width: 100%;
	height: auto;
}

.image-item .image-desc {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 25px;
	color: #fff;
}

.contactFieldBlock .wpcf7 {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	text-align: center;
}

.sidebar-left .contactFieldBlock .wpcf7 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contactFieldBlock .wpcf7 label {
	vertical-align: top;

}

@media (min-width:992px) {
	.child-name label {
		float: left;
		width: 33%;
		padding-right: 10px;
		padding-bottom: 10px;
	}
}

.sidebar-left .contactFieldBlock .wpcf7 label {
	width: 100%;
	float: none;
}

.contactFieldBlock .wpcf7 br {
	position: relative;
	content: " ";
	margin-top: 15px;
	display: block;
	font-size: 0;
}

.contactFieldBlock .wpcf7 input[type="text"],
.contactFieldBlock .wpcf7 input[type="email"],
.contactFieldBlock .wpcf7 input[type="password"],
.contactFieldBlock .wpcf7 input[type="tel"],
.contactFieldBlock .wpcf7 input[type=""],
.contactFieldBlock .wpcf7 input[type=""],
.contactFieldBlock .wpcf7 textarea,
.contactFieldBlock .wpcf7 select {
	width: 100%;
	padding: 5px;
	resize: none;
}

.contactFieldBlock .wpcf7-form-control-wrap {
	display: block;
}

.sidebar-left .contactFieldBlock .wpcf7-form-control-wrap {
	margin-left: 0px;
}

.contactFieldBlock .wpcf7 span.contactFieldBlock .wpcf7-list-item {
	display: block;
}

.sidebar-left span.contactFieldBlock .wpcf7-list-item {
	display: block;
	margin-left: 0px;
}

.contactFieldBlock .wpcf7 .ajax-loader {
	float: left;
}

.pois {
	/*padding-left: 12px;
	padding-right: 12px;*/
	--bs-gutter-x: 2px;
    --bs-gutter-y: 24px;
	margin-bottom:25px;
}

.pois > .col {
	/*padding-left: 1px;
	padding-right: 1px;*/
}

/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/

.blockButton a,
a.blockButton{
	display: inline-block;
	padding: 13px 30px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	text-decoration: none;
	width: 280px;
	background: #003150;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	/*padding-right:60px;*/
}

.blockButton a {
	color: #fff!important;
	text-decoration: none;
}

.blockButton a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

/*.blockButton a:after {
	content: "";
	display: block;
	width: 26px;
	height: 21px;
	background-image: url('images/link.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 300ms;
}*/
.documents .row {	
    --bs-gutter-y: 10px;
	margin-bottom:30px;
}
a.document-link {
	display: inline-block;
	padding: 13px 30px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	text-decoration: none;
	width: 100%;
	background: #00412d;
	height:100%;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

a.document-link:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

a.document-link:after {
	content: "";
	display: block;
	width: 26px;
	height: 21px;
	background-image: url('images/download.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 300ms;
}

.document-link.style1 {
	background: #00412d;	
}
.document-link.style1:hover {
	background: rgb(0, 65, 45, 0.9);	
}
.document-link.style2 {
	background: rgb(0, 49, 80, 1);	
}
.document-link.style2:hover{
	background: rgb(0, 49, 80, 0.9);	
}
.document-link.style3 {
	background: rgb(217, 185, 134, 1);	
}
.document-link.style3:hover {
	background: rgb(217, 185, 134, 0.9);	
}
.document-link.style4 {
	background: rgb(128, 187, 216, 1);	
}
.document-link.style4:hover {
	background: rgb(128, 187, 216, 0.9);	
}
.document-link.style5 {
	background: rgb(185,31,37, 1);	
}
.document-link.style5:hover {
	background: rgb(185,31,37, 0.9);	
}

a.document-link.thumbnail-preview {
	padding: 0;
	overflow: hidden;
	max-width: 250px;
}

a.document-link.thumbnail-preview img {
	width: 100%;
}

a.document-link.thumbnail-preview .doc-link-text {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(90, 90, 90, 0.7);
	line-height: 1.2;
	opacity: 0;
	transition: 300ms ease-in-out;
}

a.document-link.thumbnail-preview:hover .doc-link-text {
	opacity: 1;
}

.video-tiles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2px;
}

.video-tile {
	display: block;
	background-position: center;
	background-size: cover;
	position: relative;
}

.video-tile img {
	width: 100%;
	height: 100%;
}

.video-tile .play {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
}

.video-tile .title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

/*@media screen and (max-width: 1455px) {
.home-rotator .owl-item {
	width: 100%!important;
}
}*/
@media screen and (max-width: 991.01px) {
#latest-news .news-tiled {
		display: block;
		grid-gap: 0px;
	}

	#latest-news .news-tiled > * {
		min-height: 300px;
	}

	

	#latest-news .tile-8 {
		width: 100%;
		height: 350px;
	}
}

@media screen and (max-width: 767.01px) {
	/*.body-container .bodyContent {
		font-size: 14px;
	}*/

	#the-benefits {
		background: none;
	}

	.owl-item {
		margin:0!important;
	}

	.secondary-menu {
		display: none;
	}

	#school-header-carousel .carousel-indicators {
		display: none;
	}

	#school-header-carousel .content {
		padding: 0px;
		width: 100%;
		text-align: center;
		right: 0;
		left: 0;
	}

	#school-header-carousel .content h1 {
		width: 100%;
	}

	body.home #school-header-carousel {
		height: 600px;
	}

	.mouse-down div {
		margin: auto;
		padding: 0 20px;
	}

	#nav .left {
		padding: 25px 0 0 20px;
	}

	#nav .right {
		padding: 35px 0px 0 0;
	}

	#the-benefits .summary {
		padding: 10px;
		margin-top: 0;
		font-size: 14px;
	}

	#our-values .owl-nav {
		display: none;
	}

	.gold-title {
		font-size: 40px;
	}

	#year-groups {
		padding: 20px 0px;
	}

	#the-benefits .video {
		min-height: auto;
	}

	#year-groups .inner .grid {
		display: block;
	}

	#find-out-more .grid,
	#footer-pois .grid {
		display: block;
		grid-gap: 0px;
	}

	#find-out-more .tile,
	.poi .tile,
	#footer-pois .tile {
		margin-bottom: 2px;
		height: 500px;
	}

	

	#footer {
		padding: 0 20px;
	}

	#footer .left::after {
		display: none;
	}

	.footer-prep-logo,
	.footer-logo {
		margin: auto;
	}

	.footer-logo {
		margin-top: 50px;
	}

	#footer .twin {
		display: block;
		text-align: center;
	}

	#footer .right {
		text-align: center;
	}

	#footer .top-menu li a {
		padding: 20px;
	}

	#footer .bottom-menu {
		display: block;
		text-align: center;
	}

	#footer-menu-2 {
		margin: 0px;
	}

	#footer .bottom-menu > div {
		margin: 10px;
	}

	.home-rotator .owl-item {
		width: 100%;
	}

	#footer .social-media {
		font-size: 20px;
	}

	#footer .left .social-media a {
		margin: 0 4px;
	}

	.faux-insta-green,
	.faux-insta-blue {
		width: 18px;
		height: 18px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-size: cover;
	}
/*
	.bodyContent ul li::before {
		width: 35px;
		height: 25px;
		margin-left: -.5em;
		font-size: 35px;
		line-height: 26px;
	}*/
}

@media screen and (max-width:500px) {
	.crest-logo {
		display: none;
	}

	#year-groups .blue-inner,
	#year-groups .green-inner {
		padding: 20px;
	}

	#year-groups .rgs-logo,
	#year-groups .rgs-prep-logo {
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}

	h1 {
		font-size: 40px;
		margin: 20px 0 40px 0;
	}

	h2 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		margin: 30px 0 10px 0;
	}

	h3 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		margin: 30px 0 10px 0;
	}

	h4 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		margin: 20px 0;
	}

	h5 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		margin: 20px 0;
	}

	h6 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		margin: 20px 0;
	}

	.side-menu-container {
		padding-bottom: 60px;
	}

}



.body-text table {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}

.body-text table td {
	border: 1px solid #ccc;
	padding: 6px 5px;
}

.body-text table tr:nth-child(odd) {
	background:#eee;
}
#catapultCookie {

	color: #fff;
	padding: 13px 18px;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Bebas Neue';
	text-decoration: none;
	min-width: 200px;
	text-align: center;
	background: #133c90;
	color: #fff;
}

.list-item {
	margin-bottom: 50px;
}
.nav-links {
	margin:20px 0;
}
.nav-links a{
	color:#d9b986;
}
.nav-links .page-numbers {
	display:inline-block;
	padding:2px 2px;
}
.nav-links .next.page-numbers,
.nav-links .prev.page-numbers{
	font-size:0.8em;
}
.list-item-title {
	margin: 0;
}

.category h2.list-item-title, .category .list-item-excerpt h2, .category .list-item-excerpt h3, .category .list-item-excerpt h4 {
	text-transform: none;
	font-weight: 400;
}	
.category .list-item-excerpt h2, .category .list-item-excerpt h3, .category .list-item-excerpt h4 {
	font-size: 26px;
}

.well {
	margin-bottom: 20px;
}

#blognav {
	margin-top: 65px;
}

.sidebarSec {
	background: #00412d;
	padding: 50px;
	margin-bottom: 25px;
	color: #fff;
}

.sidebarSec .its {
	font-family: 'Bebas Neue';
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: -15px;
}

.sidebarSec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebarSec ul li {
	margin-bottom: 10px;
	padding: 5px 10px;
}

.sidebarSec #searchform {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebarSec #searchSubmit {
	background: #00412d;
	color: #fff;
	padding: 5px 10px;
	border: none;
}

.sidebarSec #s {
	padding: 5px 10px;
	border: none;
}

.sidebarSec a {
	color: #fff;
}

.sidebarSec #searchSubmit {
	background: #c0c5c8;
}

.list-item-title {
	text-align: left;
}

.list-item-title a {
	color: #d9b986!important;
}


.list-item-title a {
	color: #000;
	text-decoration: none;
	text-align: left;
}

.list-item-title a b {
	color: #00412d;
}

.list-item-excerpt .date a {
	text-transform: uppercase;
	font-family: 'Malva-Bold';
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}

.list-item-image img {
	max-width: 100%;
	height: auto;
}

/*fixedBanner*/
header#header {
	height:710px;
	position:relative;
	height:600px
}
body.noBanner header#header {
	height:100px
}
body.home header#header {
	height:875px;
}
#school-header-carousel {
    position: fixed;
    width: 100%;
	top:0;
	left:0%;
	height:710px;
	height:600px;
}

#school-header-carousel #videoBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
@media only screen and (max-width : 767.01px) {
header#header {
	height:500px;
	position:relative;
}
.side-menu-container {
	display: none;
}	
}
.bodywrap {
	background:#fff;
	z-index:110;
	position:relative;
}
.admin-bar .headGroup,
.admin-bar #school-header-carousel,
.admin-bar.fixedHeader nav#nav,
.admin-bar.innerPage nav#nav {
	margin-top:46px
}

@media (max-width:600px){
	.admin-bar.fixedHeader .headGroup,
	.admin-bar.innerPage.fixedHeader nav#nav  {
		margin-top:0;
	}
}
@media (max-width:767.01px){
	.admin-bar #school-header-carousel {
		margin-top:0;
	}
}
@media (min-width:768px){
	.admin-bar .headGroup,
	.admin-bar.innerPage nav#nav,
	.admin-bar.fixedHeader .headGroup,
	.admin-bar #school-header-carousel,
	.admin-bar.fixedHeader nav#nav,
	.admin-bar.noBanner nav#nav,
	.admin-bar .header-menu{
		margin-top:32px
	}
	
}
/*Ticker*/
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#alertTicker {
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    background: #d9b986;
	color:#fff;
	z-index:110;
	position:relative;
	width:100%;
    font-family: 'Raleway';
}
#alertTicker:after{
	content:'';
	display:table;
	clear:both;
}
#alertTicker .ticker {
	margin:0;
	list-style:none;
	padding:0;
}
#alertTicker .tickerItem{
	padding: 14px 15px;
	display: inline-block;
}


#alertTicker .tickerItem a{
	color:#000;
}
#alertTicker .tickerItem a:hover{
	text-decoration:none;
}
/*   pois - styles used on staff page  */

.staff-grid .pois .col {
    min-width: 33.333%;
}

.staff-grid .poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    background: #d2b384;
    color: #fff!important;
    margin-bottom: 26px;
}

.staff-grid .poi:hover {
    color: #fff;
    text-decoration: none;
}

.staff-grid .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;
}

.staff-grid .poiImage .poiImageBG:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.staff-grid .poiImage {
    background: inherit;
}


/*.poiImage:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}*/

.staff-grid .poiImage >img {
    width: auto;
    display: none;
}

/*.textOnlyBlock .poiText {
    position: relative;
    padding: 25px 15px;
}

.poi .poiTitle {
    display: inline-block;
    line-height: 1.3;
    text-align: center;
}
.poi .poiTitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
}

.poi .textOnlyBlock .poiTitle {
    margin: 5px;
}

.textOnlyBlock {
    padding: 10px 30px;
    transition: 300ms;
}

.textOnlyBlock .poiText {
    display: block;
    text-align: center;
}

.poi:hover .textOnlyBlock {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
}

.poiImage .poiText {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 15%;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
    transition: 300ms;
}

.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;
}

.poi:hover .poiImage .poiEx {
    max-height: 460px;
}

.pois.homePOIs .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
}*/


/* new staff page */

.grid-item-full .grid-content .standard-staff-name {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 32px;
}
    /*
.staff-grid-item {
    padding: 0px 15px 0;
}
.staff-grid .grid-item-full  {	
	display:none;
}*/

.standard-staff-image   {    
    height: 360px;
    background: inherit;    
}
.page-id-310 .standard-staff-image, .page-id-669 .standard-staff-image   {    
    height: 320px;    
}
@media only screen and (max-width : 991.01px) {
.standard-staff-image   {    
    height: 300px;
}
}
.standard-staff-image img  {
    width: 100%;
    max-width: inherit;
}

.standard-staff-image:before {
    /*content: '';*/
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);	
	z-index: 1;
}

.standard-staff-image >img {
    width: auto;
    display: none;
}

.staff-grid-item .staff_grid_link  {
    display: block;
    position: relative;
    margin-bottom: 25px !important;
	text-decoration: none;          
}

@media only screen and (max-width : 787px) {
    .staff-grid-item .staff_grid_link  {
        text-align: center;
    }        
}    

.staff-grid-item .staff_grid_link.vOpen:before  {
    display: none;
}

.staff-grid-item .staff_grid_link h4.standard-staff-name  {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0 !important;    
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}
.staff-grid-item .staff_grid_link .meta-value  {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-decoration: none;
	margin-bottom: 55px;
}

.grid-item-full  {
    border-bottom: none;
    margin-bottom: 40px !important;
    background: #f6f6f6;
    padding: 0px 15px;
}

.grid-item-full-inner  {
    padding: 80px 60px 100px;
    position: relative;
	color: #000;
	line-height: 1.4;
}
.grid-item-full .standard-staff-name  {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0 !important;    
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;	
}
.grid-item-full .meta-value  {    
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
	margin-bottom: 25px;
}
.grid-item-full .staff-show-left p  {    
    padding-right: 150px;
}
 /*
.staff-grid  {
   display : grid;
    grid-template-columns : 33% 33% 33%;    
    margin-bottom: 60px;
    padding-top: 10px;
}
.page-id-310 .staff-grid, .page-id-669 .staff-grid  {
	grid-template-columns : 25% 25% 25% 25%;   
}*/
.staff-grid.row {
	
}

@media only screen and (max-width : 767px) {
    .staff-grid {
        display: block;
		width: 350px;
		margin-left: auto;
		margin-right: auto;
    }
	.grid-item-full .staff-show-left p  {    
		padding-right: 0px;
	}
	.grid-item-full-inner  {
		padding: 60px 20px 60px;
	}
}
 /*
.staff-grid .grid-item-full  {
    grid-column : 1/4;
}
.page-id-310 .staff-grid .grid-item-full, .page-id-669 .staff-grid .grid-item-full  {
    grid-column : 1/5;
}
*/
.staff-grid .grid-item-full  {
	z-index:5;
}
.staff-grid .grid-item-full .grid-item-full-inner:before, .staff-grid .grid-item-full .grid-item-full-inner:after  {
    background: #f6f6f6;
}

.grid_close_popup  {
    position: absolute!important;
    color: #ffffff;
    display: block;
    right: -15px;
    top: 0px;
    z-index: 9;
    background-color: #00412d;
	color: #00412d;	
    padding: 13px 15px;        
    margin-bottom: 0px !important;   
	font-size: 0;
	background-image: url("images/subject-close.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	margin: auto;
}

.grid-item-full .grid-content {
    padding: 60px 40px;
    background: #F1F2F2;
    margin-bottom: 30px;
}
.grid-item-full .grid-content img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.grid-item-full .grid-content .standard-staff-name {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.grid-item-full .grid-content  {
    position: relative;
}

.page-id-3675 .poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    background:rgb(62, 71, 93, 0.5);
    color: #fff;
    margin-bottom: 26px;
}

@media only screen and (max-width : 787px) {
    .page-id-3675 .poi {
        width:50%;
        margin: auto;
    }
}    

.page-id-3675 .poi:hover {
    color: #fff;
    text-decoration: none;
}

.standard-staff-image .poiImageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    transition: 300ms;
    opacity: 1;
}

.standard-staff-image .staff-view-text {    
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);        
    transition: 300ms;
	z-index: 2;
}

.page-id-310 .standard-staff-image .staff-view-text, .page-id-669 .standard-staff-image .staff-view-text  {
	 width: 70%;
 }   

.standard-staff-image .staff-view-text .view-profile {
    max-height: 0;
    font-size: 12px;
	letter-spacing: 1px;
    transition: 300ms;    
	text-transform: uppercase;
}

.view-icon {
    width:21px!important;
    margin-left:20px;
}    
 
/*@media (min-width:568px){*/
	.standard-staff-image .staff-view-text .view-profile {
		/*display:block;*/
		display: none;
	}
	a.poi:hover .standard-staff-image .staff-view-text .view-profile {
		display:block;		
	}	
/*}*/

a.poi:hover .standard-staff-image .staff-view-text {
    border: 1px solid #fff;
	padding: 12px 15px;
}
@media (max-width:850px){
.poi:hover .standard-staff-image .staff-view-text, .standard-staff-image .staff-view-text {
	width: 80%;
	text-align: center;
}	
}
@media (max-width:1150px){
	.poi:hover .standard-staff-image .staff-view-text, .standard-staff-image .staff-view-text {
		width: 70%;
		text-align: center;
	}	
	}
a.poi:hover .standard-staff-image .poiImageBG {
    opacity: 0.12;
}

a.poi:hover .standard-staff-image .view-profile {
    max-height: 460px;
}

/* tribe events calendar  */
button.tribe-common-c-btn {
    background-color: #00412d!important;
    border-radius: 0!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: #00412d!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: #00412d!important;
}

.tribe-events .tribe-events-c-ical__link {
    color: #00412d!important;
    border-color: #00412d!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: #d9b986!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;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0px!important;
}

.video-embed {
	width: 650px;
	height: 350px;
}
@media (max-width:767px){
.video-embed {
	width: 100%;
	height: 350px;
}
}
@media (max-width:500px){
	.video-embed {
		width: 100%;
		height: 220px;
	}
	}


#cff .cff-item {
	border-bottom: none!important;
	padding-top: 40px!important;
}
#cff .cff-media-link {
	display: none!important;
}
#cff .cff-author a, #cff .cff-link-title a, #cff .cff-post-links a {
	color:#fff!important;
}
#cff.cff-default-styles .cff-expand a {
	color:#d9b986!important;
}

#ctf p.ctf-tweet-text a {
	color:#d9b986!important;
}

#bboxdonation_gift_rdlstGivingLevels {
    display: flex;
    justify-content: space-between;    
    margin-bottom: 30px;
}

#mongo-form select, #mongo-form textarea, #mongo-form input[type=text], #mongo-form input[type=email], #mongo-form input[type=tel] {
	width: 100%;
}
#bboxdonation_gift_txtOtherAmountButtons {
	width: auto!important;
	margin-left: 10px;
}
.page-id-1370 #bbox-root {
	margin-top: 30px;
}

.vacancies-text {
	margin-top: 40px;
}
.vacancies-text p {
	font-size: 13px;
}

.galleryMasonryGrid .galleryItem{
	padding:2px;
}
.galleryMasonryGrid .galleryItem img{
	width:100%;
}

@media only screen and (min-width : 600px) {
.page-id-634 img.alignleft {
	float: left;
	margin-right: 20px;
}
.page-id-634 h3 {
	margin-top: 0;
}
}

/* calendar */

#SOCSCalendar h1{font-size:22pt;margin: 30px 0 15px 0;}
table.socs_day_events{width:90%; border-collapse:collapse;}
table.socs_day_events th{padding:4px; text-align:left; font-weight:600;}
table.socs_day_events td{padding:4px; text-align:left;}
table.socs_day_events td.Timings{white-space:nowrap; width:20%;}
table.socs_day_events td.Venue{width:40%;}
table.socs_day_events td.Title{width:40%;}
table.socs_day_events span.canc{color:red;}

/* flow flow feed */

#ff-stream-1 .picture-item__inner {
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%)!important;
}