

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('webfonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Black.woff2') format('woff2'),
        url('webfonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('webfonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('webfonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Italic.woff2') format('woff2'),
        url('webfonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Light.woff2') format('woff2'),
        url('webfonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Medium.woff2') format('woff2'),
        url('webfonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('webfonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('webfonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Thin.woff2') format('woff2'),
        url('webfonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('webfonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


.divCopiedToClipboard {
	display: none;
}


h1{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:45px;
}

h2{
	font-family:'Roboto', sans-serif;	
	font-weight:normal;
	font-size:36px;
}

h3, h4{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:30px;
}

p, html, li, ul, body, ol{
	font-family:'Montserrat', serif;
	font-size:20px;
	line-height:1.2;
}

a{
	font-size:20px;
}

body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


header {
    z-index: 11;
    position:relative;
    border-bottom:0px solid #EEEEEE;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#CB333B;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#CB333B;
}


.divBannerAlertWrapper {
    background: #65fe08;
    height: auto;
}

.divBannerAlertWrapper * {
	color:#1E1D1E;
}

.divBannerAlertWrapper a {
	text-decoration:underline;
}



.divNavigation-super .divSiteInfoInner.divSiteInfoInner-social {
	gap:15px;
}

.divNavigation-super .divSocialFields {
	height:100%;
	justify-content: end;
	align-items:center;
	gap:15px;
	padding:0;
}

.divNavigation-super .divSiteInfoInner.divSiteInfoInner-social,
.divNavigation-super .divSiteInfoWrapper-social {
	width:fit-content;
	float:right;
	flex-grow:unset;
	display: flex;
	padding:0;
}

.goog-te-gadget-simple {
	background-color: #1E1D1E !important;
	padding:0 5px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed,
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	color: #ffffff !important;
}

.divNavFields-super {
	padding:0;
}

.divNavigation-super{
	background:#C3C3C3;
}

.anchNavigation-super{
	display:inline-block;
	font-family:'Roboto', sans-serif !important;
	font-weight:bold !important;
	font-size:16px !important;
	background:#CB333B;
	color:#ffffff !important;
	height:40px;
	line-height:40px;
	padding:0px 10px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-super:hover,
.anchNavigation-super.current{
	background:#1E1D1E;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.SearchButton {
	color: #1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.SearchButton:hover {
	color: #CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-super.divNavigation-split .divLogoWrapper {
	margin-top: 40px;
}


.divNavigation-split .divLogoWrapper {
	top:-62%;
}

.divLogoWrapper img {
	max-height:145px;
}

.divNavigation-main{
	background: #A4A4A4;
}

.divLogoWrapper{
	text-align:left;
	margin-top: 0px;
}

.divNavFields-main{
	text-align:center;	
}

.divNavFields-main .anchNavigation{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	background:#ffffff;
	color:#1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#CB333B;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


header .divNavigationInner.container {
	width:1440px;
	max-width:1440px;
	flex-direction:row-reverse;
	padding:0;
}

.divNavigation-main.divNavigation-split .anchNavigation-main-about {
	padding-left:0 !important;
}
.divNavigation-main.divNavigation-split .anchNavigation-main-contact-directions {
	padding-right:0 !important;
}

.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	height:80px;
	line-height:80px;
	background:transparent;
	border-bottom:8px solid transparent;
	color:#1E1D1E;
	margin:0px 15px !important;
	padding:0px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-main.divNavigation-split a:hover,
.divNavigation-main.divNavigation-split a:active,
.divNavigation-main.divNavigation-split a:focus,
.divNavigation-main.divNavigation-split a.current {
	background:transparent;
	color:#1E1D1E;
	border-bottom:8px solid #CB333B;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
}


.divAnchCatDD {
    border: 1px solid #EEEEEE;
    background: #ffffff;
    line-height: normal;
    border-bottom: 4px solid #CB333B;
    animation: fadeIn linear 600ms;
    -webkit-animation: fadeIn linear 600ms;
    -moz-animation: fadeIn linear 600ms;
    -o-animation: fadeIn linear 600ms;
    -ms-animation: fadeIn linear 600ms;
}

.divAnchCatDD .anchDDNavigation {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 10px;
    display: block;
    height: 100%;
}

.divAnchCatDD .anchDDNavigation-category {
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    font-weight:bold;
	background:#ffffff;
    color:#1E1D1E;
	text-align:left;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchCatDD .anchDDNavigation-category:hover,
.divAnchCatDD .anchDDNavigation-category.current {
	background:#CB333B;
    color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    font-weight:normal;
    color:#1E1D1E;
	text-align:left;
    text-indent: 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory:hover,
.anchDDNavigation-subcategory.current {
    background:#CB333B;
    color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper .btn-dropdown{
	background:#1E1D1E;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #1E1D1E;
	max-width:270px;
	width:100%;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	background:#ffffff;
	color:#1E1D1E;
}

.divExpandOptions .anchExpandWrapper:hover, .divExpandOptions .anchExpandWrapper.open {
	background: #CB333B;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#CB333B;
	color:#ffffff;
}

.divMenuWrapper-side .anchMenuItem + .anchMenuItem, .divMenuWrapper-side .anchMenuItem + .divMenuCategoryWrapper .anchMenuItem, .divMenuWrapper-side .anchMenuItem + .divMenuSubcategoryWrapper .anchMenuItem, .divMenuWrapper-side .divMenuCategoryWrapper + .divMenuCategoryWrapper, .divMenuWrapper-side .divMenuCategoryWrapper + .anchMenuItem {
	border-top: 1px solid #CB333B;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	background:#ffffff;
	color:#1E1D1E;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#707070;
	color:#ffffff;
}


.divAlbumCoverInner {
	background:#000000;
}

.divMenuWrapper-album .divAlbumCoverInner .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.001);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.6);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAlbumCaption .categoryCaption {
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
    position: absolute;
    max-width: none !important;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity:.7;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .divAlbumMedia img {
	opacity:1;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.btn-sandwich .icon-bar + .icon-bar {
    margin-top: 6px;
}

.divNavigation-sandwich .btn-sandwich .icon-bar{
	background:#1E1D1E;
	height: 4px;
    border-radius: 2px;
}

.btn-sandwich .icon-bar-1,
.btn-sandwich[aria-expanded="true"] .icon-bar-1 {
	top: 11px;
}

.divToggleContainer-links{
	top:unset;
	max-height: 350px;
	overflow: scroll;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #EEEEEE
	background:#ffffff;
	color:#1E1D1E;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
}

.divToggleContainer-links .anchNavigation.current,
.divToggleContainer-links .anchNavigation:hover,
.divToggleContainer-links .anchNavigation:focus,
.divToggleContainer-links .anchNavigation:active{
	background:#CB333B;
	color:#ffffff;
	border-left:4px solid #1E1D1E !important;
}


.anchBackToTop {
	color: #ffffff;
}

.anchBackToTop:hover {
	color: #ffffff;
	text-decoration:underline;
}

.divMenuLinkWrapper {
	padding:0;
}

.divMenuLinks .divMenuLink a {
	font-family:'Roboto', sans-serif;
	margin:0 !important;
	font-weight:bold;
	padding:2px 10px;
	font-size:24px;
	background: #CB333B;
	color: #ffffff;
	border:0;
	border-bottom:1px solid #1E1D1E; !important;
	display: flex;
	justify-content: space-between !important;
	text-align:left;
	align-items:center;
	min-width:0;
	height:100%;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuLinks .divMenuLink a:hover {
	margin:0px;
	background: #1E1D1E;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divLinkContainer {
	display: flex;
	flex-direction:column;
	height:100%;
}

.divMenuLinks-left {
	height:700px;
}

.divLinkContainer .divMenuLink {
	flex-grow:1 !important;
	border-bottom:0 !important;
	margin:0 !important;
}

.divMenuLinks .divMenuLink .anchMenuLink-1 {
	background: #1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuLinks .divMenuLink .anchMenuLink-1:hover {
	background: #ffffff;
	color:#1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.main-pagedirectory-home > div > div.divMainCallMenuWrapper.divMainCallMenuWrapper-left > div.divMenuLinkWrapper.divMenuLinkWrapper-left.col-12.col-md-3 > div > h3 {
	display: none;
}

.main-pagedirectory-home .divMainCalloutWrapper {
	position:relative;
	clear:both;
	width:73%;
	max-width:73%;
	top:0px;
	height:700px;
	z-index:0;
	padding:0;
}

.divMenuLinkWrapper {
	width:27%;
	max-width:27%;
	flex:0 0 27%;
}

.divMainCalloutWrapperInner  .divMainCallout{
	height:700px !important;
}

.divMainCallMenuWrapper {
	height:700px;
	margin:auto;
	padding:0 12.5%;
	background:#EEEEEE;
}

.divMainCalloutInner .divBlockMedia img{
	width:100% !important;
	height:700px !important;
	object-fit:cover;
	opacity: 1;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
}

.divMainCalloutTextInner h1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#1E1D1E !important;
	font-size:40px;
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#1E1D1E !important;
	font-size:36px;
}

.divMainCalloutTextInner h3{
	font-family:'Roboto', sans-serif;
	font-weight:600;
	color:#1E1D1E !important;
	font-size:30px;
}

.divMainCalloutTextInner p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#1E1D1E !important;
	font-size:20px;
}

.divMainCalloutTextInner a{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:#ffffff !important;
	background:#CB333B;
	padding: 10px 20px;
	border:0px solid #CB333B;
	border-radius:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a:hover{
	background:#1E1D1E;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
	background: url(../images/buttonLeft.png);
	background-size:contain;
	height:50px;
	width:50px;
	top:95%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: unset;
	font-size:40px;
	color:#ffffff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
	background: url(../images/buttonRight.png);
	background-size:contain;
	height:50px;
	width:50px;
	top:95%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: unset;
	font-size:40px;
	color:#ffffff;
}

.main-school .swiper-button-prev, .main-school .swiper-container-rtl .swiper-button-next,
.main-school .swiper-button-next, .main-school .swiper-container-rtl .swiper-button-prev {
	display: none;
}

.swiper-button-play, .swiper-button-pause {
	bottom:10%;
	padding:1px;
	z-index:11;
}
.swiper-button-play {
	left:unset;
	right:32px;
}
.swiper-button-pause {
	left:unset;
	right:0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    width: 100%;
    height:45px;
    background:rgba(255,255,255,0.6);
}

.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
	margin:7px 4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1E1D1E;
    opacity: 1;
}



.divMainCalloutWrapper {
	background:#CB333B;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper{
	background:rgba(255,255,255,0.6);
	width:100%;
	padding:2% 15%;
	padding-bottom:0;
	bottom: 0;
	margin:0 !important;
	text-align:center;
	display: flex;
	min-height:0;
}

.main-school .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	bottom:45px;
	padding: 2% 15%;
	padding-bottom: 1%;
}

.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper,
.main-pagedirectory-home .swiper-container-horizontal>.swiper-pagination-bullets {
	left:0%;
}
.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	bottom: 45px;
}

.body-school .swiper-container-horizontal>.swiper-pagination-bullets {
	height:45px;
	background: #CB333B;
}


.divMainCalloutWrapper-static .divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper-static > .container {
	padding:0;
}


.divMiniCalloutRow{
	
}

.divMiniCallout{
	height:100%;
}

.divMiniCalloutWrapper{
	padding:15px;
}

/* //keep this if you want text over image */
.divMiniCallout .divMiniCalloutTextWrapper{
	position:absolute;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:rgba(34,34,34,.9);
	bottom:0;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper{
	background:#CB333B;
	bottom:20px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout-1 .divMiniCalloutTextWrapper,
.divMiniCallout-2 .divMiniCalloutTextWrapper,
.divMiniCallout-3 .divMiniCalloutTextWrapper{

}

.divMiniCallout-1 .divMiniCalloutTextWrapper:hover,
.divMiniCallout-2 .divMiniCalloutTextWrapper:hover,
.divMiniCallout-3 .divMiniCalloutTextWrapper:hover{

}






.divBlogWrapper-no-media .divBlockWrapper-text {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.divBlogWrapper .divBlogDetails-top .divBlogDateDetail-date, .divBlogWrapper .divBlogDetails-top .divBlogDateDetail-time {
	font-size:20px;
	text-transform:unset;
	margin-right:5px;
}

.divBlogDateDetail-date {
	font-weight:bold !important;
}

.divCalenderWrapper iFrame {
	width:480px !important;
	height:93% !important;
	margin-top:15px;
}

.divCalenderWrapper {
	height:93%;
}

.divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:1px solid #CB333B;
}

.main-pagedirectory-home .divBlogWrapper-synopsis {
	width:80%;
	margin:0 17%;
	margin-left:24% !important;
}

.main-pagedirectory-home .divBlogDetails-bottom .anchSynopsisCTA-more{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #E02127;
	background: transparent !important;
	text-decoration:none;
}

.main-school .divBlogDetails-bottom .anchSynopsisCTA-more{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #E02127;
	background: transparent !important;
	text-decoration:none;
}

.main-pagedirectory-home .divBlogDetails-bottom .anchSynopsisCTA-more:hover{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #1E1D1E;
	background: transparent !important;
	text-decoration:underline;
}

.main-school .divBlogDetails-bottom .anchSynopsisCTA-more:hover{
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #1E1D1E;
	background: transparent !important;
	text-decoration:underline;
}

.main-pagedirectory-home .divBlogDetails-top,
.main-pagedirectory-home .divBlogWrapper .divBlogDetails-top .divBlogDateDetails,
.main-school .divBlogDetails-top,
.main-school .divBlogWrapper .divBlogDetails-top .divBlogDateDetails {
	padding-bottom:0;
	margin-bottom:0;
}

.main-pagedirectory-home .divBlogDateDetail-date,
.main-pagedirectory-home .divBlockBody-blog-synopsis,
.main-pagedirectory-home .divBlockWrapper-synopsis .anchSynopsisList,
.main-school .divBlogDateDetail-date,
.main-school .divBlockBody-blog-synopsis,
.main-school .divBlockWrapper-synopsis .anchSynopsisList {
	font-size:20px !important;
	margin-top:0;
	font-weight:normal;
}

.main-pagedirectory-home .divBlogDetail-title {
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #E02127;
}

.main-school .divBlogDetail-title {
	font-family:'Roboto', sans-serif;
	font-size:30px;
	font-weight:bold;
	color: #1E1D1E;
}

.main-school .divDistrictEventWrapper {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
	margin-top:15px;
}

.main-school .divBlogWrapper-synopsis .divBlogInner {
	padding:0 0;
}

.main-pagedirectory-home .divBlogDatePrefix.divBlogDateDetails,
.body-school .divBlogDatePrefix.divBlogDateDetails {
	display: none;
}

.divBlogWrapper-synopsis .divBlogInner{
	padding:15px 0;
}

.body-school .divBlockWrapper-text .divBlockInner div {
	padding: 0;
}

.body-school .divBlogDetails-bottom {
	display: inline;
}

.body-school .swiper-pagination-bullet {
	width: 19px;
    height: 19px;
	margin:14px 10px !important;
}

.divCalenderWrapper, .divFacebookWrapper, .divTwitterWrapper {
	display: flex;
	justify-content:center;
}

.divFacebookWrapper, .divTwitterWrapper {
	margin-top:15px;
}

.main-pagedirectory-home > div > div:nth-child(2),
.main-pagedirectory-home > div > div:nth-child(3) {
	width:100%;
	max-width:100%;
	padding:0;
}

.divDistrictEventWrapper {
	max-width:50%;
	width:50%;
	flex:0 0 50%;
	padding:0;
}

#main.main-pagedirectory-home > div > div:nth-child(3) > div {
	width:50%;
	max-width:50%;
	flex:0 0 50%;
}

.divTwitterWrapper {
	margin-top:0;
}

.main-school .divNewsHeader {
	background: #CB333B;
}
.main-school .divNewsHeader h3,
.main-school .divNewsHeader h2 {
	color: #ffffff;
	padding-bottom:0;
	font-size: 36px;
}
.main-school .divNewsHeader a {
	padding-top:5px;
}

.newsHeader,
.eventHeader {
	text-align: center;
}	

.main-school .divHomePagePullWrapper {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.divNewsHeader {
	background: #C3C3C3;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0;
}

.divNewsHeader h3, .divNewsHeader a, .divNewsHeader h3 {
	max-width:100%;
	flex:0 0 100%;
	text-align:center;
	padding:10px;
}

.divNewsHeader h3,
.divNewsHeader h3 {
	color: #1E1D1E;
}

.divNewsHeader a {
	color: #ffffff;
	background: #CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divNewsHeader a:hover {
	color: #C3C3C3;
	background: #CB333B;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlogWrapper-synopsis .divBlockWrapper-media .divBlockInner{
	padding:0;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner {
	flex-direction:row;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	padding:15px;
}


.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	height:300px;
}
.divPullingFromPageWrapper .divBlogWrapper-synopsis .divBlogInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia{
	margin-top:0;
	height:100%;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner,
.divBlockWrapper-text,
.divBlockWrapper-text .divBlockInner{
	height:auto;	
} 

.divPullingFromPageWrapper .divBlogDetails,
.divPullingFromPageWrapper .divBlogDetails h3,
.divPullingFromPageWrapper .divBlogDetails div{
	padding-bottom:0;
	margin:0;
}
.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody{
	margin:5px auto;
}

.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody p{
	font-size:12px;
}



.divSponsorSlideWrapper {
    padding: 0;
	padding-bottom:30px;
    border-top: 0px solid #EEEEEE;
    border-bottom: 0px solid #EEEEEE;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#1E1D1E;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets, 
.divSponsorSlideWrapper .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background:transparent;
}

.divSponsorSlideWrapper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
	margin:7px 4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #1E1D1E;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #CB333B;
    opacity: 1;
}



.divFooterAdsWrapper img {
	border:1px solid #EEEEEE;
}

.divFooterTranslateRow {
	background: #CB333B;
	display:flex;
	align-items:center;
	justify-content:center;
}

.divFooterTranslateRow .goog-te-gadget-simple {
	padding:15px !important;
}

.displaymobileOnly {
	display:none !important;
}

.TranslateWrapperMobileOnly {
	display:none;
}

.divBlockSwiperWrapper {
	min-height:0;
}

.divSiteInfoWrapper-social {
	padding:0;
}

.divFooterRow-top > div {
	width:1440px;
	max-width:1440px;
	margin:auto;
	padding-right: 15px;
	padding-left: 15px;
}

.divFooterAdsWrapper {
	height:auto;
	position:relative;
	box-shadow:none;
}

.divFooterColumn-2 {
	border-left:2px solid #CB333B;
	border-right:2px solid #CB333B;
	padding-left:35px !important;
}

.divFooterColumn-1 {
	display: flex;
	flex-wrap:wrap !important;
	flex-direction:row !important;
	justify-content:start !important;
	align-items:baseline !important;
	align-content: baseline !important;
}

.divFooterColumn-1 h3{
	width:100%;
}

.divFooterColumn-1 a {
	width:40%;
}

footer{
	margin-top:0;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:130px;
	line-height:130px;
	background:#CB333B;
	padding: 0;
}

.divFooterRow-top{
	height:42px;
	line-height:42px;
	background:#CB333B;
	padding: 0;
}

.divNavFields-topFooter a:hover{
	background:#1E1D1E;	
}

.divPaginationWrapper .anchPaginationLink {
	border:1px solid #1E1D1E;
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	background:transparent;
	color:#1E1D1E;
	padding:0px 15px;
	height:40px;
	line-height:40px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer-super:hover,
.anchNavigation-footer-super.current {
	background:#CB333B;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a {
    font-size: 32px;
    color: #ffffff;
	margin: 5px 3px;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a:hover {
    color: #1E1D1E;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	background:transparent;
	color:#1E1D1E;
	padding:0px 15px;
	height:40px;
	line-height:40px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a:hover {
	background:#CB333B;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-middle{
	background:#ffffff;
	padding:20px 0px;
	padding-bottom:0px;
}

.anchLogoLink {
	border:0 !important;
}

.divFooterRow-middle .divFooterColumn-nav {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.divNavigation-footer .divFooterColumn {
	display:flex;
	flex-direction:column;
	justify-content:start;
}

.divNavigation-footer .divFooterColumn h3 {
	color: #E02127;
	font-size: 20px;
	font-weight:bold;
	padding:0 15px;
	margin-bottom:15px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#1E1D1E;
}

.anchNavigation-footer {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0px 15px;
	background:transparent;
	color:#1E1D1E;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer:hover,
.anchNavigation-footer.current {
	color:#E02127;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
} 

.divFooterRow-bottom {
	padding:30px 0;
    background: #ffffff;
}

.divFooterColumn-copyright {
	display:flex;
	flex-direction:row;
	justify-content:center;
	gap:30px;
	align-items:center;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Roboto', sans-serif;
   	color:#1E1D1E;
   	font-size:14px;
	text-align: center;
	font-style:italic;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterColumn-copyright p a:hover,
.divFooterColumn-adaprivate p a:hover{
   	color:#E02127;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.divSearchWrapper-directory .divSearchInner {
	flex-direction:column;
	align-items:end;
}

.body-board-of-education .divContentWrapper-fullwidth .divBlockWrapper {
	max-width:77.4%;
	justify-content:space-between;
	margin:auto !important;
}
.divPseudoTableHeader {
	
	justify-content:space-between;
	margin:auto !important;
}
.divPseudoTR-inner {
	justify-content:space-between;
}

.body-school .divMainCalloutTextWrapper {
	display:none !important;
}

.body-board-of-education .divContentWrapper-fullwidth .divBlockWrapper  {
	flex-direction:column-reverse;
}

.divMenuWrapper-side .divMenuInner {
	margin-bottom:15px !important;
}

.divBlockMedia-left {
	padding-right:15px !important;
}
.divBlockMedia-right {
	padding-left:15px !important;
}

.body-school .divSiteContentWrapper {
	padding-top:60px !important;
}

.divContentWrapper-hasSideMenu {
	padding-left:20px !important;
}

.divMenuWrapper-side-left {
	max-width:20%;
}
.divMenuWrapper-side-left-school {
	max-width:100%;
}
.divContentWrapper-hasSideMenu {
	max-width:80%;
	width:80%;
	flex:0 0 80%;
}

.divContactScreenDetail-top,
.divContactScreenDetails {
	padding:0 !important;
	margin:0;
}

#main.main-school > div.divSiteContentInner.divSiteContentInner-sitewidth.divSiteContentInner-schoolHome.container.row.m-auto.p-0 > div.divSiteContentWrapper.m-0.p-0.col-7 > div:nth-child(4) > div.divHomePagePullWrapper.col-12.col-md-8 > div > div.divBlogWrapper.divBlogWrapper-synopsis.divBlockWrapper-synopsis.divBlogWrapper-no-media {
	border-bottom:1px solid #CB333B;
}

.body-home #main {
	background-color: #EEEEEE;
	background: url(../images/pawlogo.png);
	background-repeat:no-repeat;
	background-size:75%;
	background-position-y: 123.5%;
}

.body-school .divHomePagePullWrapper {
	background-color: #EEEEEE;
	background: url(../images/pawlogo.png);
	background-repeat:no-repeat;
	background-size:75%;
	background-position-y: 30%;
}

.divBlogDateDetails {
	margin-bottom:10px !important;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    font-size:40px;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    font-size:40px;
}

.main-school .col-3 {
	width:20%;
	max-width:20%;
	flex:0 0 20%;
	padding-top:60px !important;
}

.main-school .divRightAdsWrapper {
	padding-top:50px !important;
}

.main-school .divSiteContentInner-schoolHome {
	padding-top:0 !important;
}

.divPanelAdvertisemnet figure, .divPanelAdvertisemnet picture, .divPanelAdvertisemnet img {
	width:198px;
}

.main-school .col-7 {
	width:63.333333%;
	max-width:63.333333%;
	flex:0 0 63.333333%;
}

.main-school .div-additional-block-1,
.main-school .div-additional-block-2 {
	padding:0;
}

.divSchoolSocialMediaWrapper {
	text-align:center;
}

.divSchoolSocialMediaWrapper a {
	font-size:30px;
	color:#1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSchoolSocialMediaWrapper a:hover {
	font-size:30px;
	color:#CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

#main.main-pagedirectory-home .divSiteContentInner{
	padding-top:0px !important;
}

.divSiteContentInner {
	padding-top: 30px !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width:1440px;
}

.main-school table strong,
.main-school h3 {
	font-size: 24px;
}

.main-school table {
	border: 1px solid #CB333B;
}

.main-school tbody {
	display:block;
	padding: 8px 8px 8px 8px;
}

.divBlockWrapper td {
	border: 0;
	padding:10px;
}

.divPageTitle {
	background: #CB333B;
	text-align:center;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-top:4px solid #1E1D1E;
}

button {
	background:transparent;
	border: none;
}

.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divSearchInput-submit input,
.divContactScreenDetail-cta a{
	font-family:'Roboto', sans-serif;
	background:#CB333B;
	color:#ffffff;
	border:1px solid #CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

 .divBlockWrapper-text .anchSynopsisCTA {
 	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #1E1D1E;
	background: transparent !important;
	text-decoration:underline;
 }

.divContactFormInput .inpProperty-submit:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover{
	background:#1E1D1E;
	color:#ffffff;
	border:1px solid #1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-text .anchSynopsisCTA:hover {
 	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-transform: unset;
	padding:0;
	border:0;
	color: #E02127;
	background: transparent !important;
	text-decoration:underline;
 }

.divBlockWrapper-text .anchSynopsisCTA {
	text-decoration:none;
}

button a {
	font-family:'Roboto', sans-serif;
	background:#CB333B;
	color:#ffffff;
	border:1px solid #CB333B;
	padding: 5px 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

button a:hover {
	background:#1E1D1E;
	color:#ffffff;
	border:1px solid #1E1D1E;
	padding: 5px 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockMedia figcaption {
	color: #1E1D1E;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockMedia .anchImageLink figcaption {
	color: #1E1D1E;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockMedia .anchImageLink:hover figcaption {
	color: #E02127;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 {
	color:#1E1D1E;
	font-family:'Montserrat', serif;
	font-weight:bold;
}

.divBlockWrapper h2 a {
	font-family:'Montserrat', serif;
	font-size:36px;
	font-weight:600;
	color:#1E1D1E;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 a:hover {
	color:#E02127;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 {
	font-family:'Montserrat', serif;
	color:#1E1D1E;
}

.divBlockWrapper h3 a {
	font-family:'Montserrat', serif;
	color:#1E1D1E;
	font-size:30px;
	font-weight:normal;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 a:hover {
	color:#E02127;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper p {
	color:#1E1D1E;
	font-family:'Montserrat', serif;
}

.divBlockWrapper a,
.divAdminLoginWrapper a {
	color:#1E1D1E;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	font-family:'Montserrat', serif;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper a:hover,
.divAdminLoginWrapper a:hover {
	color:#E02127;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper td {
	font-family:'Montserrat', serif;
	font-size:20px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Montserrat', serif;
	font-size: 20px;
}

.divBlockWrapper ul {
	padding-left:40px;
}

.divBlockWrapper li {
	list-style-position: outside;
}

.divBlockWrapper-testimonial.carded {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 30px;
}

.divBlockWrapper-testimonial.carded .divBlockInner {
    border: 1px solid #EEEEEE;
    border-top: 4px solid #CB333B;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #EEEEEE;
    color: #1E1D1E;
    background: #ffffff;
}

.author {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#1E1D1E;
}

.divBlockWrapper-faq .divBlockInner-question {
    background: #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #EEEEEE;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family:'Roboto', sans-serif;
    font-weight:bold;
    font-size: 20px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #CB333B !important;
}

a.anchButton {
	background: #CB333B;
	color: #ffffff !important;
	text-decoration:none !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

a.anchButton:hover {
	background: #1E1D1E;
	color: #ffffff !important;
	text-decoration:none !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-gallery .divBlockImageHoverText {
	padding:15px;

}


.divEventDetails, 
.divEventDetail {
	display:inline-block;
}

.divEventWrapper-synopsis {
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.divShareInner a i {
	margin-right:8px;
}

.divShareInner a {
	margin-right:20px;
	border:0px solid #CB333B;
	color:#E02127;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divShareInner a:hover {
	color:#707070;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchBlockAction {
    position: absolute;
    top: 0px;
}

.anchShowMore {
	color:#1E1D1E;
}

.anchShowMore:hover {
	color:#1E1D1E;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Roboto', sans-serif;
    font-size: 20px;
	background:#f5f5f5;
    color: #CB333B;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandWrapper .anchExpandLink:hover {
	background:#EEEEEE;
    color: #1E1D1E;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandOptions .anchExpandWrapper {
    font-family:'Roboto', sans-serif;
	background:#CB333B;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandOptions .anchExpandWrapper:hover {
	background:#1E1D1E;
	border: 1px solid #1E1D1E;
    color: #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList {
	color:#CB333B;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList:hover {
	color:#1E1D1E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContentState h1, 
.divContentState h2, 
.divContentState h3 {
font-size: 30px;
}

.divBlogWrapper-detail .divBlogDetails-top {
	border-top: 3px solid #CB333B;
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.divDetailList .anchDetailList {
	color: #1E1D1E;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divDetailList .anchDetailList:hover {
	color: #E02127;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPaginationWrapper {
width:100%;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	border-bottom: 0 solid transparent;
}

.divContentState-blog {
	display: none;
}


.anchViewListingDetails {
	font-size:20px !important;
}

.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 20px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#E02127;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail a:hover,
.divListingDetail-value a:hover {
	color:#707070;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue {
	font-family:'Roboto', sans-serif;
	font-size:15px;
}

.spanDataValue a {
	font-family:'Roboto', sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#E02127;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue a:hover {
	color:#707070;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContactScreenDetail-top {
	padding-left:0px;
}

.divContactFormInput-submit {
	margin-bottom:30px;
}

.divContactScreenDetail-bottom {
	margin:0 !important;
}

.goog-te-gadget-simple {
	height: 27px !important;
	background-color: #1E1D1E !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}


@media screen and (min-width:768px){
	.divFbContainerMobile{
		display:none;
	}
}

@media screen and (max-width:767px){
	.divFbContainerDesktop{
 		display:none;
 	}
}

@media (min-width:1200px) and (max-width:1439px) {
	.divFooterRow-top > div {
		width:100%;
		max-width:100%;
	}
	
}
@media (min-width:1200px) and (max-width:1814px) {
	
	.divMainCallMenuWrapper {
		width:100%;
		max-width:100% !important;
	}
	
	.divNavigation-main.divNavigation-split a {
		margin:0px 6px !important;
		font-size:16px !important;
	}
		
	header .divNavigationInner.container {
		width:100%;
		padding:0 5px;
	}
	
	.anchNavigation-super {
		font-size:18px !important;
	}
	
	.divNavFields-super {
		width:65%;
		max-width:65%;
		flex:65%;
		padding:0;
	}
	
	.divSocialFields {
		width:35%;
		max-width:35%;
		flex:35%;
		padding:0;
	}
	
	.divNavigation-main.divNavigation-split a {
		font-size:18px;
		padding:0 8px !important;
	}
	
	.divMenuLinks .divMenuLink a {
		font-size:18px;
		min-width:auto;
		padding:0px 20px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width:1150px !important;
	}

}


.divFooterColumn-paw {
	display: block !important;
	background: url(../images/pawlogo.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

@media (min-width:1200px) {
	.divFooterColumn-paw {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	
	.divMainCallMenuWrapper.divMainCallMenuWrapper-left {
		display:flex !important;
		flex-direction:column-reverse;
	}
	.divMainCalloutWrapperInner .divMainCallout {
		height:500px !important;
	}
	
	.divBannerAlertWrapper {
		max-height:300px;
		overflow-y:scroll;
		overflow-x:hidden;
	}

	.goog-te-gadget-simple {
		height: 42px !important;
	}
	
	.body-board-of-education .divSiteContentWrapper {
		padding-top:15px !important;
	}
	
	.divBlockWrapper-text .anchSynopsisCTA, .divBlockWrapper-text .anchSynopsisCTA + .anchSynopsisCTA {
		width:25%;
	}
	
	#main.main-pagedirectory-home > div > div:nth-child(3) > div {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divContentWrapper-hasSideMenu {
		padding-left:0px !important;
	}
	
	.divFooterAdsWrapper a, .divFooterAdsWrapper .divBlockMedia, .divFooterAdsWrapper figure, .divFooterAdsWrapper picture, .divFooterAdsWrapper img {
		width:99%;
		height:auto;
	}
	.divPanelAdvertisemnet figure, .divPanelAdvertisemnet picture, .divPanelAdvertisemnet img {
		width:100%;
		height:auto;
	}
	
	.main-school .divBlogDetails-bottom .anchSynopsisCTA-more {
		text-align:left;
	}
	
	.divSiteContentInner {
		padding-top:0 !important;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width:900px;
	}
	
	.body-school #main {
		background-position-y: 70%;
	}
	
	.divNavigation-super .divSocialFields {
		padding:0 10px;
	}
	
	.divNewsHeader.container,
	#main.main-pagedirectory-home .divSiteContentInner {
		padding:0 !important;
	}

	.divMenuLinkWrapper {
		padding:15px;
		background:#DFDFDF;
	}
	
	.divMainCalloutTextInner h2,
	.divMainCalloutTextInner h3,
	.divNewsHeader h3,
	.main-school .divNewsHeader h2 {
		font-size:30px;
	}
	
	header .divNavigationInner.container,
	.divFooterRow-top > div {
		max-width:100%;
		width:100%;
		flex:0 0 100%;
	}
	
	.body-school .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position:absolute;
	}
	
	.main-school .col-7 {
		width:55%;
		max-width:55%;
		flex:0 0 55%;
	}
	
	.main-school .col-3 {
		width:28%;
		max-width:28%;
		flex:0 0 28%;
	}
	
	.divMainCallMenuWrapper.divMainCallMenuWrapper-left {
		display: block;
	}
	

	.divNavigation-super .divSiteInfoWrapper-social {
		display: none;
	}
	
	.main-pagedirectory-home .divFacebookWrapper iFrame {
		margin-top: 15px;
		margin-bottom:15px;
	}
	
	.main-pagedirectory-home .divBlockWrapper-blog.divBlockWrapper-text,
	.main-pagedirectory-home .divBlockWrapper-blog.divBlockWrapper-media {
		flex:0 0 50%;
	}
	
	.divMainCallMenuWrapper,
	.main-pagedirectory-home .divMainCalloutWrapper {
		height:auto;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		position:relative;
		top:-140px;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		top:0;
	}
	
	.divNavigation-super .divSocialFields {
		justify-content:space-around;
		width:fit-content !important;
		max-width:fit-content !important;
		margin:0;
	}
	.divNavigation-super .divNavigationInner,
	.divNavFields-super {
		display:flex;
		justify-content:end;
	}
	.divNavFields-super {
		padding:0 15px;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper, .main-pagedirectory-home .swiper-container-horizontal>.swiper-pagination-bullets {
		left:0;
		position:absolute;
	}
	
	.divNavigation-super .divSocialFields,
	.divMenuLinkWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.goog-te-gadget-simple {
		padding:0 25px 0 5px;
	}

	.divFooterRow-top > div {
		display: flex;
	}

	.divDistrictEventWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divBlogWrapper-synopsis .divBlockWrapper-blog {
		padding-bottom:10px;
	}
	
	.main-pagedirectory-home .divBlogDetails-bottom .anchSynopsisCTA-more {
		text-align:left;
	}
	
	.divCalenderWrapper iFrame {
		height:600px !important;
		width:85% !important;
		margin-bottom:30px;
		margin-top:30px;
	}
	
	.divTwitterWrapper iFrame {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.main-pagedirectory-home .divBlogWrapper-synopsis {
		width:100%;	
		margin:0 !important;
		margin-top:5%;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		width:100%;
		max-width:100%;
	}
	
	.divToggleContainer-links {
		width:42%;
		max-width:42%;
	}
	
	.divNavigation-main.divNavigation-split #divToggleContainer-links a {
		background: #ffffff;
		display: block;
		height:50px;
		line-height:50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin:0 !important;
	}
	.divNavigation-main.divNavigation-split #divToggleContainer-links a:hover {
		background: #CB333B;
		color:#ffffff;
		display: block;
		height:50px;
		line-height:50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin:0 !important;
	}

	.divNavigation-sandwich {
		display: block !important;
	}
	
	.divNavigationInner .d-none.d-lg-flex {
		display: none !important;
	}
		
	header {
		position:fixed;
		border-bottom:1px solid #EEEEEE;
	}
	
	#main {
		margin-top:450px;
	}	

	#main.main-pagedirectory-home {
		margin-top:445px;
	}		

	.main-pagedirectory-home .divSiteContentInner {
		padding-top:0 !important;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.body-school .divMainCalloutWrapper {
		clear:both;
		width:189%;
		margin-left:-54.5% !important;
		margin-top:15px;
		height: auto;
		overflow:hidden;
	}
	
	.main-school .divNewsHeader h3,
	.main-school .divNewsHeader h2 {
		font-size:32px;
	}
	
	.main-pagedirectory-home .divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 900px;
		left:50%;
		transform:translate(-50%, 0%);
		object-fit:cover;
	}	
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: 100% !important;
		max-width:none !important;
	    height: 500px !important;
		left:50%;
		transform:translate(-50%, 0%);
		object-fit:cover;
	}	
	
	.divMainCalloutWrapperInner .swiper-wrapper {
		height:500px !important;
	}
	
	.main-school .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		background: #C3C3C3;
	}
	
	.body-school .div-additional-block-1 {
		padding-top:15px;
	}
	
	.body-school .divNewsAnnounceWrapper {
		width:92.5%;
		margin:auto;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.main-school .divBlogDetail-title {
		font-size:24px;
	}
	
	.main-school .col-3,
	.main-school .divRightAdsWrapper {
		padding-top:585px !important;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		padding:0 15px !important;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	
	
	.divFooterRow-middle {
		
	}	
	
	.divFooterColumn {
		width:50%;
		max-width:50%;
		flex:0 0 50%;
		padding:0 15px !important;
	}
	
	.divFooterColumn-copyright {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divNavigation-footer .divFooterColumn .anchNavigation {
		font-size:13px;
	}
	
	.divFooterColumn-2 {
		border-right:0;
		border-left:0;
		padding-left:15px !important;
	}
	
	.divFooterColumn-1,
	.divFooterColumn-3 {
		border-right:2px solid #CB333B;
	}
	
	.divFooterColumn-3 {
		margin-top:30px;
	}
	
	.divNavigationInner-footer {
		flex-wrap:wrap !important;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}			
	
	.divMenuWrapper-side,
	.divContentWrapper {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 120%;
	}	
	
	.divSearchWrapper-directory {
	    margin-top: 0px;
	}
	
	.divSearchWrapper {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}	
	
	.divNavigation-split .divLogoWrapper {
		left:16%;
	}	
	
	.divMainCallMenuWrapper {
		padding:0;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper,
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		background:#EEEEEE;
	}
	.fa-pause-circle:before,
	.fa-play-circle:before {
		color:#707070;
	}
	.divNewsHeader.container, #main.main-pagedirectory-home .divSiteContentInner {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}

	.TranslateWrapperHeader {
		display: none;
	}
}

.facebookMobileOnly {
	display: none;
}

@media (max-width:767px){
	
	.body-resources .divBlockWrapper tr {
		display:flex !important;
		flex-wrap:wrap !important;
	}
	.body-resources .divBlockWrapper td {
		max-width:50% !important;
		width:50% !important;
		flex:0 0 50% !important;
	}
	
	#main.main-pagedirectory-home > div > div:nth-child(3) > div:nth-child(1) {
		display:none;
	}
	
	footer .divSiteInfoWrapper-social {
		max-width:100% !important;
	}
	footer .divSiteInfoWrapper-social .divSiteInfoInner {
		display:flex;
		justify-content:center;
	}
	
	.main-pagedirectory-home .divBlogWrapper-synopsis .divBlockMedia {
		padding:0 15px;
	}
	
	.divMainCallMenuWrapper.divMainCallMenuWrapper-left {
		display:flex !important;
		flex-direction:column-reverse;
	}
	.divMainCalloutWrapperInner .divMainCallout {
		height:350px !important;
	}
	
	.divBannerAlertWrapper {
		max-height:300px;
		overflow:scroll;
	}

	.TranslateWrapperHeader {
		display: none;
	}

	.goog-te-gadget-simple {
		display: flex !important;
    	justify-content: center;
    	align-items: center;
	}

	.TranslateWrapperFooter {
		background: #CB333B;
		margin-bottom: 10px;
		height: 40px;
	}

	.goog-te-gadget-simple {
		height: 40px !important;
	}


	.goog-te-gadget {
		display: flex;
		justify-content: center;
	}

	.divFooterRow-top > div {
		padding: 0px;
	}
	
	.divToggleContainer-btn .btn-sandwich {
		padding-right:10px !important;
	}
	
	#main.main-pagedirectory-home > div > div:nth-child(3) > div {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.TranslateWrapperFooter {
		display:block !important;
	}
	
	.divContentWrapper-hasSideMenu {
		padding-left:0px !important;
	}
	
	.main-school .col-3 {
		padding-top:15px !important;
	}
	
	.divFooterRow-top {
		height:auto;
		line-height:unset;
		padding-top:0px;
		background:#f5f5f5;
	}
	
	a.displaymobileOnly {
		width:200px;
		margin-bottom:15px;
	}
	
	.divMobileFooterAdsWrapper {
		/* display: none; */
	}
	
	footer .TranslateWrapperMobileOnly {
		display: block !important;
		width:100%;
	}
	
	.divNavigation-footer .divFooterColumn .anchNavigation {
		font-size:16px;
	}
	
	.divMenuWrapper-side-left,
	.divContentWrapper-hasSideMenu {
		max-width:100%;
		width:100%;
		flex:0 0 100%;
	}
	
	.divFooterRow-bottom {
		padding-top:0;
	}
	
	.divNavigation-footer .divFooterColumn h3 {
		margin-bottom:15px;
	}
	
	.divFooterColumn-copyright {
		gap:5px;
	}
	
	.body-school #main {
		background:unset;
	}
	
	.main-school .divBlogDetail-title {
		font-size:24px;
	}
	
	.main-school .divBlogDetails-bottom .anchSynopsisCTA-more {
		text-align:left;
	}
	
	.divFooterColumn-paw {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
		height:150px;
	}
	
	.divFooterColumn-2 {
		border:0 !important;
		padding-left: 15px !important;
		width:100%;
		max-width:100%;
		flex:0 0 100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divNavigationInner-footer {
		flex-wrap:wrap !important;
	}
	
	.divNavigation-footer {
		display: block !important;
	}
	
	.facebookMobileOnly {
		display: block;
	}
	
	.facebookDesktopOnly {
		display: none;
	}
	
	.divNavigation-main {
		height:100px;
		line-height:100px;
	}
	
	.body-school .divMainCalloutInner .divBlockMedia img{
		height: 400px !important;
	}
	
	.body-school .divSiteContentInner {
		padding-top:0px !important;
	}
	
	.divSocialFields {
		padding-right:15px !important;
	}
	
	.divSiteContentWrapper {
		width:100%;
		flex:0 0 100%;
		max-width:100%;
	}
	
	.divMenuWrapper-side-left-school {
		padding:0 30px;
	}
	
	#divMenuCollapse {
		margin-bottom:15px !important;
	}
	
	.TranslateWrapper,
	.divNavigation-super .divSiteInfoWrapper-social {
		display: none;
	}
	
	.divMainCallMenuWrapper.divMainCallMenuWrapper-left {
		display: block;
		padding:0;
	}
	
	.divMainCallMenuWrapper,
	.main-pagedirectory-home .divMainCalloutWrapper {
		height:auto;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		position:relative;
		top:-140px;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		top:0;
	}
	
	.divNavigation-split .divLogoWrapper {
		top:-50%;
		left:20%;
	}
	
	.anchLogoLink img {
		max-width:100% !important;
		width:100%;
	}
	
	.divNavigation-super {
		height:50px;
	}
	
	.main-school .col-3,
	.main-school .col-7 {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.body-school .divSiteContentInner {
		flex-direction:column;
	}
	
	.divSiteInfoWrapper-social {
		max-width:28.5%;
	}
	
	.divMainCallMenuWrapper,
	.main-pagedirectory-home .divMainCalloutWrapper {
		height:auto;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		position:relative;
	}
	
	.divNavFields-super {
		display: none;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper, .main-pagedirectory-home .swiper-container-horizontal>.swiper-pagination-bullets {
		left:0;
	}
	
	.divNavigation-super .divSocialFields,
	.divMenuLinkWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.goog-te-gadget-simple {
		padding:0 25px 0 5px;
	}
	
	.divDistrictEventWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divBlogWrapper-synopsis .divBlockWrapper-blog {
		padding-bottom:10px;
	}
	
	.main-pagedirectory-home .divBlogDetails-bottom .anchSynopsisCTA-more {
		text-align:left;
	}
	
	.divCalenderWrapper iFrame {
		height:600px !important;
		width:95% !important;
	}
	
	.main-pagedirectory-home .divBlogWrapper-synopsis {
		margin:0 !important;	
		margin-top:5%;
		width:100%;
	}
	
	header .divNavigationInner.container, .divFooterRow-top > div {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper {
		width:100%;
		max-width:100%;
	}
	
	.divToggleContainer-links {
		width:75%;
		max-width:75%;
		padding:0 10px;
		background:#ffffff;
		border:0;
		top:101px;
	}
	
	.anchAdvertisement img {
		border:1px solid #EEEEEE;
	}
	
	.body-school .divSiteContentWrapper {
		padding-top:15px !important;
	}
	
	.divNavigation-main.divNavigation-split a {
		font-size:18px;
	}
	
	.divNavigation-main.divNavigation-split #divToggleContainer-links a {
		background: #ffffff;
		display: block;
		height:50px;
		line-height:50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin:0 !important;
	}
	
	header {
		position:absolute;
		border-bottom:1px solid #EEEEEE;
	}
	
	.gs-title,
	.gsc-thumbnail-inside {
		min-height:30px;
	}
	.gsc-webResult .gsc-url-top {
		overflow:hidden;
	}
	
	#main {
		margin-top:135px;
	}

	.divBlockWrapper a, .divAdminLoginWrapper a {
		font-size:16px;
	}
	
	#main.main-pagedirectory-departments > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div.divContentWrapper.divContentWrapper-hasSideMenu.col-12.col-md-9.container.p-0 > div.divBlockWrapper.divBlockWrapper-text.divBlock-2269.col-12 > div > span > h2,
	#main.main-pagedirectory-departments > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div.divContentWrapper.divContentWrapper-hasSideMenu.col-12.col-md-9.container.p-0 > div.divBlockWrapper.divBlockWrapper-text.divBlock-2038.col-12 > div > span > h2 {
		font-size:20px;
	}

	.divBlogWrapper-synopsis .divBlockWrapper-media {
		order:2 !important;
	}
	.divBlogWrapper-synopsis .divBlockWrapper-text {
		order:1 !important;
	}
	
	.divAdvertisementWrapper-mobile-footer {
		padding-top:0;
		margin-top:0;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.main-school .divRightAdsWrapper {
		padding-top: 0 !important;
	}

	#main.main-pagedirectory-home {
		margin-top:445px;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}	

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
		overflow: hidden;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 350px !important;
		object-fit:cover;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper, .main-pagedirectory-home .swiper-container-horizontal>.swiper-pagination-bullets {
		position:relative;
		background: #C3C3C3;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		min-height:100px;
	}
	
	.swiper-pagination-bullet {
		width:15px;
		height:15px;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		height:30px;
	}
	
	.main-pagedirectory-home .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		bottom:0px;
	}
	
	.divMainCalloutWrapperInner .swiper-wrapper {
		height:100% !important;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    width: 100%;
	    padding: 20px;
	    bottom: 46px;
		background: #C3C3C3;
	}	
	
	.divMenuLinks .divMenuLink a {
		min-width:300px;
		font-size: 20px;
	}
	
	.divNewsHeader h3 ,
	.divNewsHeader h2{
		font-size:30px;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    margin:auto;
	}		
	
	.divFooterRow-top > div,
	.divFooterRow-middle {
		background:#f5f5f5;
	}
	
	.divSiteInfoWrapper-social a {
		color: #1E1D1E;
	}
	
	.displaymobileOnly {
		display: block !important;
		margin:auto;
	}
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}	
	
	.body-home .divBlockWrapper-text .divBlockInner {
		display: flex;
    	flex-direction: column;
	}
	
	.divMenuWrapper-side,
	.divContentWrapper-hasSideMenu {
		margin-top:0px;
		margin-bottom:15px;
	}	
	
	.divSiteContentInner {
		padding-top:10px !important;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 121%;
	}	
	
	.divLogoWrapper img {
		max-height: 165px;
		height: 165px;
		max-width:214px;
		width:214px;
		position:relative;
		top:0px;
		left:15px;
	}
	
	.divMenuWrapper-side .divMenuInner {
		max-width:100%;
	}
	
	.divSearchWrapper .divMobileOptions .dropdownMobileOptions {
	    padding: 0;
	    background: #ffffff;
	    color: #CB333B;
	    border: 1px solid #CB333B;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Roboto', sans-serif;
	    font-size: 16px;
	    text-align: right;
	}	
	
	.anchListingDetail,
	.anchListingDetail img {
		width:100%;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}
	
	.divNewsAnnounceWrapper {
		margin-bottom:15px;
	}
	.divContactFormInput .labelPropertyLabel {
		top:0;
	}
	.dropdown-item.active, .dropdown-item:active {
		background-color:#CB333B;
	}

}

@media (max-width:767px) {	
	
	.divPageTitle h1, 
	.divPageTitle h2, 
	.divPageTitle h3 {
	    font-size:34px;
	}		
	
	h1{
		font-size:34px;
	}
	
	.divMainCalloutTextInner h1{
		font-size:34px;
	}	
	
	h2{
		font-size:30px;
	}
	
	.divMainCalloutTextInner h2{
		font-size:30px;
	}
	
	.divBlockWrapper h2 a {
		font-size:30px;
	}	
	
	.divContentState h1, 
	.divContentState h2, 
	.divContentState h3 {
	    font-size: 30px;
	}	
	
	h3, h4{
		font-size:26px;
	}
		
	.divMainCalloutTextInner h3{
		font-size:26px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, 
	.divMiniCallout .divMiniCalloutTextWrapper p{
		font-size:26px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 26px;
	}	
	
}
	

.divNavigation-super  {
	height: 35px;
	line-height: 35px;
}


@media screen and (max-width:767px) and (orientation:landscape){

}

@media (min-width:768px) and (max-width:1000px) and (orientation:landscape){
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.4);
	    position: absolute;
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}
}

@media screen and (max-width:320px){

}



<br />
<b>Warning</b>:  Undefined variable $gradient2 in <b>/home/franklin/www/www/layout/css/_design.css.php</b> on line <b>3573</b><br />

.gsc-option{
	font-size:12px;
}

#goog-gt-tt .original-text, .gt-hl-layer{
	text-align:left !important;
}

.tagline-outer {
	;
	height:32px;
	border-bottom: 2px solid #ffffff;
}

.tagline-div h2,
.tagline-div h3 {
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:14px;
	margin-bottom:0;
	padding-top:28px;
	text-align:center;
}

.outerSearchBar {
	height: 30px;
	background: rgba(160,34,37,.80);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cca02225,endColorstr=#cca02225);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
}

.innerSearchBar {
	height: 45px;
	background: none;
}

.banner-contact-left {
	float: left;
	margin-left: 20px;
}



.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed,
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	color:#ffffff !important;
	font-family:'Roboto', sans-serif;
}

.goog-te-gadget {
	background:#1E1D1E;
}

.goog-te-menu-value {
	margin-top: 4px !important;
	display: inline-block;
}

.banner-contact-right {
	float: right;
	z-index: 999;
}

.SearchWrapper .fa-lg {
	height: 22px;
    line-height: 22px !important;
	width: 22px;
	padding: 0px;
	float: right;
	color: #1E1D1E;
	text-align: center;
	margin-right: 0;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.fa-search:before {
	color: #1E1D1E;
	position: relative;
    left: -15px;
    top: 5px;
}

.fa-lg:hover {
}

.SearchButton {
	opacity: 1.0;
	cursor: pointer;
	font-size: 20px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #cccccc;
}

.gsc-adBlock {
	margin-bottom: 30px !important;
}

.gsc-result .gs-title {
    height: 1.5em !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	width: 100%;
}

#___gcse_0 {
	max-width: 200px;
}

h3.redHeading {
	color: #E02127 !important;
}


.google-search {
    height:20px;
    line-height:20px;
    width: 175px;
    float: right;
    z-index: 9999;
}

.SearchWrapper {
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	gap:15px;
}

.gsc-control-cse {
    background: transparent !important;
    border: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px !important;
}

.cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse {
    width: 100%;
}

.gsc-control-cse div {
    position: static;
}

form.gsc-search-box {
    margin-bottom: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 160px !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    width: 200px;
}

.SearchWrapper .fa-lg {
	z-index:999999;
}

.gsc-input-box {
    height: 20px !important;
	padding-top: 0px !important;
}

table.gsc-search-box td.gsc-input {
    vertical-align: top !important;
}

.gsib_a {
    padding-top: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 160px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: transparent !important;
    color: #777777;
}

a.gsst_a {
    padding-top: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input:focus, .gsst_a .gscb_a {
    color: #d31145 !important;
}

span.gscb_a {
    vertical-align: middle !important;
}

input.gsc-search-button {
    margin-top: 0px !important;
    background-color: #888889 !important;
    border-color: #888889 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important;
    padding: 8px 20px 7px 20px !important;
}

input.gsc-search-button:hover {
    background-color: #404041 !important;
    border-color: #404041 !important;
}

.gsc-results-wrapper-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

td.gsc-branding-img-noclear, td.gcsc-branding-img-noclear {
    width: 51px;
    vertical-align: middle !important;
}

img.gcsc-branding-img-noclear {
    width: auto !important;
}

.gsc-url-top {
	height: 30px;
}

.gsc-search-button {
	display:none;
}

.body-home .divTwitterWrapper iframe {
    max-width:500px !important;
}

.body-directory .divPseudoTR-inner > div {
	flex: 0 0 15%;
}

.body-directory .divPseudoTR-inner > div:nth-of-type(3) {
	flex: 0 0 40%;
}

.body-directory .divPseudoTR-inner > div:nth-of-type(4) {
	flex: 0 0 30%;
}

.body-directory .divPseudoTH, .body-directory .divPseudoTD {
	padding: 7.5px;
}


@media (max-width: 1199px) {
	.body-directory .divPseudoTR-inner > div:nth-of-type(4) {
		flex: 0 0 25%;
	}
}

@media (max-width: 991px) {
	.body-directory .divPseudoTR-inner > div {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.body-directory .spanDataValue {
		word-break: break-word;
		padding-left:10px;
	}

	.body-directory .divPseudoTD + .divPseudoTD {
		border-top: 1px solid #EEEEEE;
		border-bottom: none;
	}
	
}


	
.divMobileHeaderAds {
    display:none;
}

@media (max-width:767px) {

    .divMobileHeaderAds {
        display:inline-block;
        width:100%;
        padding:0px 0px;
        text-align:center;
        background:#fff;
		margin: 0px;
    }
    
    .divMobileHeaderAds img {
        border:1px solid #ccc;
        width:auto;
        height:auto;
		max-height: 108px;
    }
    
    .divMobileHeaderAds figure {
        margin-bottom:0;
    }
    
}

@media (max-width:767px) and (orientation:landscape) {

    .divMobileHeaderAds img {
        border:1px solid #ccc;
        width:280px;
        height:auto;
    }
    
}




@media (max-width: 767px) {
	.body-departments table td h3 {
		font-size: 16px;
	}

	.body-departments table td p {
		font-size: 14px;
	}

	.divBlockWrapper a {
		overflow-wrap: break-word;
	}
}

