/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
abbr {
    border-bottom: none;
    cursor: text;
}
a:hover {
	transition: all 200ms ease 0s, all 0s ease-out 0s;
}
#top {
	border-bottom: 3px solid #970100;
}
.home h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.home h3.entry-title {
	font-size: 18px;
}
.home h3.entry-title a {
	color: #970100!important;
}
section#recent-news {
	margin-top: 2.5em;
}
.post-meta {
    margin: 0px 0px .5em;
}
.entry, .entry p {
   	line-height: 1.65em;
}
#footer-widgets {
	background-color: #000;
	border-top: 3px solid #970100;
}
#footer-widgets .widget .textwidget, #footer-widget .widget p {
	color: #fff;
}
#footer-widgets .widget h3 {
    color: #fff;
    border-bottom: 1px solid #333;
}

.post-entries a { display:none; }

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #970100;
}
.tribe-events-notices {
    background: none repeat scroll 0% 0% #ddd;
    border: 1px solid #bbb;
    color: #333;
    margin: 10px 0px 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0px 1px 0px #FFF;
    border-radius: 4px;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    color: #970100;
}
ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
    font-size: 14px!important;
    font-weight: normal!important;
}
.tribe-events-list-widget h4 {
	font-weight: normal!important;
	font-size: 14px!important;
}
.tribe-events-list-widget .duration {
    font-weight: normal!important;
}
/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
#top-nav {
	width: 100%;
	padding: .5em 0;
}
#top ul.nav li a {
    font: 12px/12px Arial,sans-serif;
    color: #eee;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
    padding: 1px 1.5em!important;
}
#top-nav li.div {
	border-right: 1px solid #eee;
}
#top-nav li.fr {
	float: right;
}
nav#navigation {
-moz-box-shadow: 0 0 4px rgba(0,0,0,.68);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.68);
box-shadow: 0 0 4px rgba(0,0,0,.68);
}
ul#main-nav li {
	padding-left: 1.00em;
	padding-right: 1.00em;
}
/*nav#navigation > ul#main-nav li a {
    padding: 0.25em 1em!important;
    letter-spacing: 1px;
}
#navigation ul.nav > li > ul {
	margin-left: 1.25em;
}
#navigation ul.nav > li:hover, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
    background-color: transparent!important;
}*/
.home #navigation {
	margin-bottom: 0;
}
#slider-wrapper {
	background-color: #000;
	width: 100%;
	max-width: 100%;
}
#loopedSlider {
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.68);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.68);
	box-shadow: 0 0 4px rgba(0,0,0,.68);
}
#main-sidebar-container .mascot-bg {
	background: transparent url('images/mascot-bg.png') top left no-repeat;
	width: 300px;
	height: 672px;
	position: absolute;
	right: -2.5em;
	top: 4em;
	z-index: 1;
}
#sidebar {
	z-index: 2;
	position: relative;
}
#loopedSlider.business-slider {
	max-width: 990px;
}
.header-widget {
	
}
.header-widget .widget {
	margin-top: .5em;
}
.header-widget .widget_woo_search {
	width: 55%;
	float: right;
}
.header-widget .widget .textwidget {
	text-align: right;
	font-style: italic;
	font-size: 14px;
	color: #000;
	clear: both;
	padding-top: 5px;
}
.slider-pagination {
    display: none;
    margin-bottom: 100px;
    opacity: 0.5;
    margin-top: -35px;
    transition: all 200ms ease 0s, all 0s ease-out 0s;
}

ul#main-nav {
 min-width: 600px;
 list-style: none;
 }
 ul#main-nav li {
 display: inline;
 }

.menus {
 display: table; /* Allow the centering to work */
 margin: 0 auto;
 }

ul.nav {
 margin-right: 0;
}
#tribe-events-pg-template {
	padding: 0 2.5em 2.5em;
}
#loopedSlider.business-slider img {
	height: 350px;
}

}

@media only screen and (max-width: 600px) {
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    max-width: 100px;
}
#desktopStaffInfo {
    visibility:hidden;
    height: 0px;
}
#class-info {
    padding-top: 5px !important:
}
#footer-widgets {
    padding-left: 10px;
}
}


/* Portal Page (JH) */
.portalBtn a, .portalBtn a:link, .portalBtn a:visited {
    text-align: center !important;
    color: #fff !important;
    background: #970100 !important;
    margin: 45px auto !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
}

.portalBtn a:hover {
    background: #660000 !important;
}

/* New Staff CPT */
.personnel-card {
    background: #fff;
    border-radius: 1em;
    padding: 1.5em;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 3em;
}
.personnel-card-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.personnel-card h2 {
    font: bold 1.5rem/1.618 Arial, sans-serif;
}
.personnel-card h3 {
    font: normal 1rem/1.618 Arial, sans-serif;
}
.personnel-card header {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #ccc;
}
.personnel-card header p {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: .5em;
}
.personnel-flex-item + .personnel-flex-item {
    margin-left: 1em;
}
.personnel-card-image {
    flex: 1 1 40%;
}
.personnel-card-content {
    flex: 2 1 60%;
}
.personnel-links-container {
    margin-top: 1em;
}
.personnel-links-list {
    margin-top: 1em;
}
.personnel-link + .personnel-link {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px dotted #ccc;
}

.class-details {
    padding: 1em 1em 2em;
    border-bottom: 1px dotted #ccc;
}


/* New Staff Directory Page */
.entry {
    position: relative;
}
nav.directory-jump-nav {
    display: flex;
    padding: 1em;
    background: #efefef;
    border-left: 2px solid #970100;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 9;
}
.directory-jump-nav h2 {
    display: inline-block;
    margin: 0;
}
.directory-jump-nav > .in-page-nav-links {
    display: inline-flex;
    margin: 0 0 0 .5em;
    padding: 0;
}
.in-page-nav-link {
    list-style-type: none !important;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.directory-jump-nav h2, .in-page-nav-link a {
    font: normal 16px/1 sans-serif;
    padding: .25em .5em;
}
.directory-jump-nav h2 {
    font-weight: bold;
}

.in-page-nav-link + .in-page-nav-link {
    border-left: 1px solid #ddd;
}

.staff-container {
    margin: 1.5em auto;
    padding: 1.5em 0;
    border-top: 1px solid #ccc;
}
.staff-container > h2 {
    margin-bottom: 1em;
}
.staff-btn {
    display: inline-block;
    padding: .75em 1.25em;
    background: #970100;
    color: #fff !important;
/*    border-radius: 8px;*/
    text-decoration: none;
    font-weight: bold;
    margin: .5em 0;
    position: relative;
    z-index: 1;
}
.staff-btn::after {
    content: '';
    background: #660000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    border-radius: 8px;*/
    transform: scaleX(0);
    transition: transform ease-in-out 300ms;
    z-index: -1;
    transform-origin: left;
}
.staff-btn:hover::after, .staff-btn:focus::after  {
    transform: scaleX(1);
}

/* category-curriculum-instruction.php */
.ci-header {
    margin-bottom: 2rem;
}
.ci-header h1 {
    font: bold 32px/1.1em Arial, sans-serif;
    margin-bottom: .5rem;
}
.ci-header p {
    padding: 1em;
    background: #fff;
    border: 2px dotted #c00;
    font-size: 1.2em;
    
}

/* misc 2021 */
dl {
    margin: 1.5em 0;
}

dl dt {
    font-weight: bold;
    font-size: 1.2em;
}
dl dd {
    list-style-type: disc;
    margin-left: 1em;
}

#issue-severity-list {
    width: 100%;
    max-width: 600px;
    padding: 1.5em 2em;
    margin: 0 auto 1.5em;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#issue-severity-list dd {
    margin-bottom: 1em;
}