@import url("https://use.typekit.net/vws6iff.css");

body {
    background-color: #fff;
}
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: 13pt;
}
p { line-height: 1.5; }
h1,h2,h3,h4 { font-weight: 700; }
h1, .heading-1 { 
	color: var(--bs-secondary);
	font-size: 42pt; line-height: 1; margin-bottom: 1.5rem; 
}
h2, .heading-2 { 
	color: var(--bs-secondary);
	font-size: 30pt; line-height: 1; margin-bottom: 1.5rem; 
}
h3, .heading-3 { 
	color: var(--bs-secondary);
	font-size: 24pt; line-height: 1; margin-bottom: 1.5rem; 
}
h4, .heading-4 { font-size: 18pt; line-height: 1; margin-bottom: 1.5rem; }

/* header */
header {
	background: rgba(5,34,100,1);
}

.header-logo { 
	height: 60px; 
}
header .social {
	min-height: 28px;
}

@media (min-width: 768px) {
	.header-logo {
		height: 100px;
	}
}

/* footer */
footer p, footer h1, footer h2, footer h3, footer h4, footer a, footer li {
	color: #fff;
}
footer a { text-decoration: none; }
footer a:hover { color: var(--bs-primary); }
footer {
    background-image: url('/portals/_default/skins/avonwood/img/logobg.png');
    background-position: 110% 100%;
    background-repeat: no-repeat;
	background-size: 500px;
	padding-top: 90px;
	padding-bottom: 90px;
}

/* nav */
.stellarnav.light.desktop {
    background: rgba(255,255,255,0);
}
.stellarnav.light.desktop ul ul {
	background: rgba(0,0,0,0.8);
}
.stellarnav.light.desktop li a {
	color: #fff;
}
.stellarnav.light.desktop li a.depth-0 {
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid transparent;
}
.stellarnav.light.desktop li a.depth-0:hover {
	border-bottom: 1px solid rgb(0, 121, 188);
	background-color: rgba(0,0,0,0.7);
}
.stellarnav.light.desktop li.bread-block a.depth-0 {
	border-bottom: 1px solid rgb(0, 121, 188);
	background: rgba(0,0,0,0.7);
}
.stellarnav.light.desktop li a.depth-1,
.stellarnav.light.desktop li a.depth-2 {
	color: #fff;
	padding: 5px 15px;
}
.stellarnav.light.desktop li a.depth-1:hover,
.stellarnav.light.desktop li a.depth-2:hover {
	background: rgba(0,0,0,0.9);
}
.stellarnav li.has-sub>a:after {
	display: none;
}

/* main */

/* content */
blockquote {
	font-weight: 100;
	font-size: 22pt;
	line-height: 1.1;
	position: relative;
	margin: 60px auto 60px auto;
	padding: 1rem;
	width: 80%;
	font-family: 'Times New Roman', Palatino, sans-serif;
	color: #3ba096;
	text-align: center;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #aace75;
	font-size: 6rem;
	font-family: Georgia, sans-serif;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -2rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -2rem;
	bottom: 1rem;
}

cite {
	line-height: 1;
	text-align: left;
	font-size: 10pt;
	margin-top: 15px;
	display: block;
	text-align: center;
}
.subject-link { transition: all 500ms ease-in-out; }
.subject-link:hover {
	border-color: var(--bs-primary) !important;
}

.btn { line-height: 1; }

/* layout */

body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#google_translate_element a {
	display: none;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

.personabar-visible .banner-admin { 
	min-height: 80px;
}

@media (min-width: 768px) { 

}

@media (min-width: 768px) {

}

main { min-height: 200px; background-color: #fff; }

.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; }

/* stellarnav overrides */

/* subpage menu */
.subpagemenu {
	background-color: rgba(0,121,188,0.2);
	background-image: url('/portals/_default/skins/avonwood/img/logobg.png');
	background-position: 80px 80px;
	background-repeat: no-repeat;
	border-radius: 0 0 30px 30px;
	background-size: 150%;
}
.subpagemenu h3 a { 
	text-decoration:none; 
	text-align: center;
	display: block;
	color: var(--bs-secondary);
	font-size: 24pt;
}
.subpagemenu ul {
	margin:0;
	padding:0;
}
.subpagemenu a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	color: var(--bs-secondary);
	font-weight: 700;
	font-size: 14pt;
	line-height: 1;
}
.subpagemenu a.selected,
.subpagemenu a:hover {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.subpagemenu li {
	list-style-type: none;
}
.subpagemenu li a.level-1 {
	margin-left: 15px;
	font-size: 13pt;
}
.subpagemenu li a.level-2 {
	margin-left: 30px;
	font-size: 12pt;
}

a.mybread {
	font-size: 10pt;
	text-decoration: none !important;
	background: #fff;
	padding: 3px 10px;
	border-radius: 30px;
	line-height: 1;
}
a.mybread:hover {
	background: #ececec;
}