@import url("https://use.typekit.net/vws6iff.css");
html, body, p, li, th, td, h1, h2, h3, h4, h5, .h1,.h2, .h3, .h4, .h5 {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #09342a;
}

/** fonts **/
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; }

a {
		-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

/** layout **/
body {
	padding-top: 100px;
}
main.default-skin  {
	background-image: url('/portals/0/icons/leaves500.png');
	background-repeat: no-repeat;
	background-position: calc(100% + 150px) 100vh;
}

main.inner-skin {
	background-image: url('/portals/_default/skins/newstead/img/leaves800.png');
	background-repeat: repeat-y;
	background-position: 150px 0;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	main.inner-skin {
		background-image: url('/portals/0/icons/leaves500.png');
		background-repeat: no-repeat;
		background-position: calc(50% - 500px) 100px;
	}
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1400px) {
	main.inner-skin {
		background-image: url('/portals/0/icons/leaves500.png');
		background-repeat: no-repeat;
		background-position: calc(50% - 600px) 100px;
	}		
}
@media (min-width: 1600px) {
	main.inner-skin {
		background-image: url('/portals/0/icons/leaves500.png');
		background-repeat: no-repeat;
		background-position: calc(50% - 700px) 100px;
	}		
}

.header-logo {
	height: 70px;
}
.header-100p {
	height: 100px;
}
.goog-te-combo {
    font-size: 11px !important;
    background-color: rgba(var(--bs-primary-rgb));
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}
figure {
	border-radius: 15px;
}

.btn {
	padding: 15px 30px;
	border-radius: 30px;
}

/** footer **/
.footer-map {
	min-height: 400px;
	background-color: var(--bs-light);
	position: relative;
}
.footer-map .footer-map-link {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.footer-map .footer-map-link a {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	background-color: var(--bs-dark);
	font-size: 60px;
	color: white;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer-map .footer-map-link a:hover {
	background-color: var(--bs-secondary);
}
.footer-map .footer-map-link a p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	line-height: 1;
	margin-top: 10px;
}
.footer-grid {
	background: #737f7b;
}
.footer-content {
	background-image: url("/portals/_default/skins/newstead/img/leaves-footer.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-content p {
	color: #fff;
	margin-bottom: 7px;
}
.footer-content a {
	color: white;
}
.footer-content a:hover {
	color: var(--bs-secondary);
}
.footer-content a i {
	font-size: 24px;
	margin-right: 15px;
	display: inline-block;
}

/** QUOTES **/
blockquote.quote-01 {
	margin: 30px 0;
	color: #6b7471;
}
blockquote.quote-01 p {
	font-size: 26px;
	line-height: 1.2;
	
}
blockquote.quote-01::before {
	content: url('/portals/_default/skins/newstead/img/quote-01.svg');
	display: inline-block;
	width: 60px;
	margin-bottom: 10px;
}
blockquote.quote-01 cite {
	font-style: normal;
	color: var(--bs-secondary);
}

/** COLORS **/
.text-grey {
	color: #ccc;
}

/** actions **/
.text-gold-hover:hover {
	color: #c3983c !important;
}


/** APP OVERRIDES **/
.site-name-newstead-wood-school .accordion-two {
	padding-bottom: 30px;
}
.site-name-newstead-wood-school .accordion-header {
    font-size: 18px;
    height: auto;
    border: 0;
    background-color: #6b7471;
    border-radius: 30px;
    color: #fff;
    padding: 15px 25px;
    font-weight: normal;
    font-size: 20px;
	cursor: pointer;
	margin-bottom: 0;
	transition: all 500ms ease-in-out;
}
.site-name-newstead-wood-school .accordion-header::after {
    content: "\F285";
    font-family: "Bootstrap-icons";
	position: absolute;
    right: 30px;
    transform: rotate(90deg);
}
.site-name-newstead-wood-school .accordion-header.isopen::after {
    content: "\F285";
    font-family: "Bootstrap-icons";
	position: absolute;
    right: 30px;
    transform: rotate(-90deg);
}
.site-name-newstead-wood-school .accordion-header.isopen {
    background-color: #6b7471;
    border-radius: 30px 30px 0 0;
    color: #fff;

}
.site-name-newstead-wood-school .accordion-header:hover {
	background-color: #8a908e;
}
.site-name-newstead-wood-school .accordion-content {
	background-color: #e3e5e4;
	margin-bottom: 10px;
	border-radius: 0 0 30px 30px;
}
.site-name-newstead-wood-school .accordion-content .accordion-padder {
	padding: 60px;
}

/** menu **/
.stellarnav.desktop.dark {
	background-color: transparent;
}
.stellarnav.desktop li a {
    font-size: 14px;
}
.stellarnav.desktop>ul>li>a, .stellarnav.desktop li a {
    padding: 10px 20px;
}
.stellarnav.desktop li li a {
	padding: 5px 20px;
}
.stellarnav.desktop li.has-sub>a:after {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 20px;
}
.stellarnav.desktop.dark ul ul {
	background-color: #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
}
.stellarnav.desktop.dark ul ul li a {
    color: var(--bs-primary);
}
.stellarnav.desktop.dark ul ul li a:hover {
    color: var(--bs-secondary);
}
.stellarnav.desktop.dark ul ul ul {
	background-color: rgba(220,220,220,0.8);
}
.stellarnav li.bread-block > a {
	text-decoration: underline;
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.stellarnav.mobile {
	background-color: transparent;
}
.stellarnav.mobile.left > ul, 
.stellarnav.mobile.right > ul {
    max-width: 100%;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 0;
}

/** subpage menu **/
.subpagemenu h3 {
	padding-left: 10px;
}
.subpagemenu a {
	text-decoration: none;
}
.subpagemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subpagemenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subpagemenu ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 3px;
	display: block;
}
.subpagemenu ul li.active > a {
	color: var(--bs-secondary);
}
.subpagemenu ul li a:hover {
	background: rgba(0,0,0,0.1);
}
.subpagemenu ul li.pl-1 {
	margin-left: 10px;
}

/** breadcrumb **/
.breadcrumbs a {
	text-decoration: none;
	color: #b2bab7;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: var(--bs-secondary);
}

/** general **/

.p-30 {
	padding: 15px;
}
.p-60 {
	padding: 30px;
}
.p-90 {
	padding: 45px;
}
.py-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.px-30 {
	padding-left: 15px;
	padding-right: 15px;
}
.px-60 {
	padding-left: 30px;
	padding-right: 30px;
}
.px-90 {
	padding-left: 45px;
	padding-right: 45px;
}

@media (min-width: 992px) {
	.p-30 {
		padding: 30px;
	}
	.p-60 {
		padding: 60px;
	}
	.p-90 {
		padding: 90px;
	}
	.py-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.py-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.py-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.px-30 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.px-60 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.px-90 {
		padding-left: 90px;
		padding-right: 90px;
	}
}

/** ADMIN **/

#google_translate_element a { display: none !important }

.personabar-visible header {
    padding-left: 80px;
}

.goog-logo-link { display:none !important; }    
.goog-te-gadget{ font-size: 0 !important; }
.goog-te-combo { font-size: 12px !important; border-color: #ccc; padding: 5px 10px; margin: 0 !important; }


.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.grid-button-layerthree div {
    background-image: linear-gradient(#af4c94,#fb6cd4);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
box-shadow: 0 0 1px 1px #4AFFED;
}
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.personabar-visible .space-on-admin {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}

table td { border-width: 1px; }
table td p { margin: 0; }

.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}
.mark-for-deletion { display: none; }
.personabar-visible .mark-for-deletion {
    display: flex;
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

.background-image-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.background-image-fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body:not(.dnnEditState) .DNNEmptyPane {
    width: 100%;
    min-height: 60px;
	-webkit-box-shadow: 0 0 1px 1px #ececec;
box-shadow: 0 0 1px 1px #ececec;
}