


.divBannerAlertMessage {
	position:relative;
	padding:5px 15px;
	background:#a32626;
	border-bottom:2px solid #731a1a;
	text-align:center;
	z-index:999;
}

.divBannerAlertMessage .content-area {
	padding:0 75px;
}

.divBannerAlertMessage .content-area * {
	color:#ffffff;
	margin:5px auto;
}

.divBannerAlertMessage .content-area a {
	text-decoration:underline;
}

.divBannerAlertMessage .anchBannerAlertClose {
	display:block;
	z-index:1030;
	height:auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	right:15px;
	color:#333333;
	border:1px solid #333333;
	border-radius:6px;
	padding:3px 8px;
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;	
}

.divBannerAlertMessage .anchBannerAlertClose:hover {
	color:#ffffff;
	border:1px solid #ffffff;
}

.content-div td {
	border:1px solid #ccc;
	padding:5px;
}



body,html {
	font-family:'Gotham Book';
}

a,
a:hover {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
}

* {
	-webkit-text-size-adjust:100%;
}

p[dir=rtl],
.content-div p[dir=rtl] {
	color:#333333 !important;
	display:block;
    visibility: visible;	
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-BookItalic.eot');
    src: url('fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff'),
        url('fonts/Gotham-BookItalic.ttf') format('truetype'),
        url('fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
        url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-LightItalic.eot');
    src: url('fonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('fonts/Gotham-LightItalic.woff') format('woff'),
        url('fonts/Gotham-LightItalic.ttf') format('truetype'),
        url('fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BoldItalic.eot');
    src: url('fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('fonts/Gotham-BoldItalic.woff') format('woff'),
        url('fonts/Gotham-BoldItalic.ttf') format('truetype'),
        url('fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}



.outer-supernav-div,
.outer-navbar-div,
.outer-PageLabel-div,
.outer-banner-div {
	border:none;
}

.outer-supernav-div {
	background:#2e1253;
	color:#ffffff;
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
}

.banner-supernav-div {
	background:#2e1253;
	height:30px;
	line-height:30px;
	padding:0 15px;
}

.SuperNavLinks {
	line-height:30px;
	height:30px;	
	margin-left:20px;
}

.SuperNavLinks a.anchSuperNav {
	display:inline-block;
	position:relative;
	z-index:300;
	font-family:'Gotham Book';
	font-weight:600;
	font-size:15px;
	line-height:30px;
	height:30px;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color:#ffffff;
}

.SuperNavLinks a.anchSuperNav.current,
.SuperNavLinks a.anchSuperNav:hover {
	color:#c5ade3;
	text-decoration:none;border-bottom:none;
}

.SuperNavLinks .navdivider {
    display: inline-block;
    margin: 0 10px;	
	font-weight:bold;
}


h2.hDistrictLink {
	display:none;
}

.SuperNavLinks,
.banner-socialmedia-div {
	float:right;
	line-height:30px;
	height:30px;	
}

ul#social-networking,
ul#social-networking-small,
#social-networking-small a {
	line-height:30px;
	height:30px;
}

#social-networking-small a {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

#social-networking-small a:hover {
	color:#c5ade3;
}





.outer-banner-div,
.banner-div {
	background:#ffffff;
	height:80px;
	line-height:80px;
}

.banner-logo {
	display:inline-block;
	position:absolute;
	float:left;
	margin:0;
	top:-10px;
	left:auto;
	right:auto;
	bottom:auto;
	width:auto;
}

.banner-logo a {
	display:block;
}

.navbar-div {
	display:inline-block;
	width:auto;
	float:right;
	height:80px;
	line-height:80px;
}

.navbar-div .navright {
	width:auto;
	margin:0;
}

.sectiondiv.schools {
	background:#ffffff;
	left:432px;
	width:auto;
	top:80px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
}

.sectiondiv.schools a {
	border-bottom:1px solid #eae9ec;
	color:#753bbd;
	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;
}

.sectiondiv.schools a.current,
.sectiondiv.schools a:hover {
	border-bottom:1px solid #2e1253;
	color:#ffffff;
	padding-left:15px;
	background:#2e1253;
}

.navbar-div a.anchMainNav {
	font-family:'Gotham Book';
	font-weight:600;
	padding:0 15px;
	color:#4c4c4c;
	height:80px;
	line-height:80px;	
	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;
}

.navbar-div a.anchMainNav.current,
.navbar-div a.anchMainNav:hover {
	height:80px;
	line-height:80px;	
	text-decoration:none;border-bottom:none;
	background:#c5ade3;
	color:#ffffff;	
}

.outer-search-div {
	background:#2e1253;
	float:left;
	width:100%;
	margin:auto;
}

.SearchWrapper {
	display:block;
	line-height:30px;
	height:30px;
	margin:auto;
}

.SearchButton {
	float:right;
	position:relative;
	right:auto;
	opacity:1;
	text-shadow:none;
	line-height:24px !important;
}

.SearchButton.fa {
	font-size:18px !important;
	font-weight:normal;
	width:30px;
	text-align:center;
	line-height:24px !important;
	height:24px;
	border:3px solid #2e1253;
	background:#753bbd;
	opacity:1;
	color:#ffffff;
}

.google-search {
	margin-left:3px;
	line-height:24px !important;
	height:24px;
	border:3px solid #2e1253;
}

.gsc-control-cse {
	height:24px;
	border-bottom:none !important;
}

.gsc-input-box {
	border:none;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	padding:4px 20px !important;
}

.gsc-search-button {
	margin-bottom:2px;
}
.google-search table,
.google-search .listingholder,
.google-search .divTileWrapper,
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border:none !important;
}

.gsst_b,
.gsst_a .gscb_a,
.gsst_a {
	line-height:24px !important;
	height:24px !important;
	padding:0 !important;
}

table.gsc-search-box,
form.gsc-search-box {
	margin:0 !important; 
}

.gsib_a {
	padding:0 !important;
}

table.gsc-search-box td {
	vertical-align:top;
}

.banner-tagline-div {
	float:right;
	width:auto;
	margin:0;
	margin-left:15px;
	line-height:30px;
	height:30px;
}

.banner-tagline-div h2 {
	color:#ffffff;
	font-family:'Gotham Book';
	font-weight:bold;
	font-style:italic;
	margin:0;
	line-height:30px;
	height:30px;	
	font-size:
}





.body-home .outer-PageLabel-div {
	display:none;
}
.outer-content-div.outer-div-home {
	background:transparent;
}

.outer-slideshow-div,
.outer-slideshow-div * {
	background:transparent;	
}

.outer-slideshow-div {
	height:500px;
	background:url(../../layout/images/content-bg-image-home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.slideshow-div,
.inner-div {
	padding:0 15px;
}

.slideshow-div,
.divMainCalloutSlideshowImageHolder,
.SlideshowWrapper,
.divMainCalloutSlideshowImageHolder,
.divMainCalloutImage {
	height:500px;
	display:block;
}

.divMainCalloutSlideshowImageHolder img,
.divMainCalloutImage img,
.anchSlideshowImageLink,
.slideshow-sitewidth .divMainCalloutSlideshowImageHolder img {
	width:auto;
	max-width:100%;
	max-height:500px;
}

.divMainCalloutSlideshowThumbnails {
	background:#753bbd;
}

.ThumbImage.dormant,
.ThumbImage.dormant:hover {
    background: #ffffff;
    border-radius: 50px;
    color:#ffffff;
	margin-top:5px;
    height: 14px;
	border-radius:50px;
    width: 14px;
    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;
}

.ThumbImage.dormant.fa-dot-circle-o {
	opacity:1;
	background:#2e1253;
	color:#2e1253;
}

#prevButton:before,
#nextButton:before,
.divMainCalloutSlideshowThumbnails .fa-circle-o:before,
.divMainCalloutSlideshowThumbnails .fa-dot-circle-o:before {
	display:none;
}

#prevButton,
#nextButton {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-image:url(../../layout/images/arrow_left.png);
	opacity:1;
	margin-left:14px;
}

#nextButton {
	margin-left:0;
	margin-right:14px;
	background-image:url(../../layout/images/arrow_right.png);	
}

.content-div.content-home {
	background:transparent;
	padding:0 15px;
}

.content-home .blog-container {
	width:720px;
	margin-right:50px;
    display: block;
    position: relative;
    clear: both;	
}

.pullTitleWrapper {
	width:100%;
	float:left;
	display:block;
	clear:both;
	margin:auto;
	background:#4c4c4c;
}

.pullTitleWrapper .inner-div {
	height:55px;
}

.pullTitleWrapper h3 {
	display:inline-block;
	float:left;
	font-family:'Gotham';
	font-weight:500;
	font-size:32px;
	color:#ffffff;
	line-height:55px;
	margin:0;
}

.pullTitleWrapper h3.title-Left {
	width:768px;
}


.pullLinkWrapper a.view-more-btn {
	display:inline-block;
	font-family:'Gotham Book';
	font-size:16px;
	color:#753bbd;
	border-top:1px solid #2e1253;
	border-bottom:1px solid #2e1253;
	line-height:30px;
	margin-top:15px;
	margin-bottom:15px;
}

.pullLinkWrapper a.view-more-btn-1 {
	width:725px;
	margin-right:40px;
}

.pullLinkWrapper .buttonWrapper {
	display:inline-block;
	width:400px;
}

.pullLinkWrapper a.view-more-btn-2,
.pullLinkWrapper a.view-more-btn-3 {
	width:auto;
	padding:0 3.75px;
}

.content-home .blog-container h3,
.content-home .blog-container h3 a {
	dipsplay:block;
	color:#2e1253;
	font-family:'Gotham';
	font-weight:500;
	font-size:24px;
}

.content-home .blog-container a.read-more {
	display:inline-block;
	float:left;
	width:auto;
	clear:both;
}

.content-home .blogSubTitle,
.content-home .blogSubTitle-date,
.content-home .blogSubTitle-tags {
	display:none;
}

.content-home .blog-container .read-more {
	color:#753bbd;
	font-style:italic;
}



.divMenuLinks {
	width:100%;
	background:#eae9ec;
}

.MenuLinkWrapper {
	display:inline-block;
	width:32.445%;
	text-align:center;
} 

.divMenuLinksInner {
	padding:15px;
}

.divMenuLinksInner .MenuLinkWrapper:nth-child(1),
.divMenuLinksInner .MenuLinkWrapper:nth-child(2),
.divMenuLinksInner .MenuLinkWrapper:nth-child(4),
.divMenuLinksInner .MenuLinkWrapper:nth-child(5) {
	margin-right:1.33%;
	margin-bottom:1.33%;	
}

.divMenuLinksInner .MenuLinkWrapper:nth-child(4),
.divMenuLinksInner .MenuLinkWrapper:nth-child(5) {
	margin-bottom:0;
}

.MenuLinkWrapper a {
	display:block;
	font-family:'Gotham';
	font-weight:500;
	font-size:24px;
	line-height:2;
	color:#ffffff;
	background:rgba(117, 59, 189,0.8);
	padding:7.5px;	
	border:3px solid rgba(46,18,83,0.8);
	width:auto;
}

.MenuLinkWrapper a:hover {
	background:#2e1253;
	border:3px solid rgba(46,18,83,1);
	color:#ffffff;
}



.schoolHome .SlideshowCenterImageOuter,
.schoolHome .SlideshowCenterImageInner {
	height:500px;
}

.schoolHome .divMainCalloutSlideshowText,
.schoolHome .divMainCalloutSlideshowThumbnails {
	background:rgba(0,0,0,0.55);
}

.schoolHome .ThumbImage.dormant,
.schoolHome .ThumbImage.dormant:hover {
	border:1px solid #f2f2f2;
	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;
	opacity:1;
}

.schoolHome .ThumbImage.dormant:hover,
.schoolHome .ThumbImage.dormant.fa-dot-circle-o {
	opacity:1;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}

.schoolHome #prevButton {
	background-image:url(../../layout/images/schoolHome_arrow_left.png);
	background-size:15px 15px;
}

.schoolHome #nextButton {
	background-image:url(../../layout/images/schoolHome_arrow_right.png);
	background-size:15px 15px;
}

.schoolHome .divHomeTextWrapper {
	/*padding:15px;*/
}

.schoolHome .divHomeTextWrapper h1,
.schoolHome .divHomeTextWrapper h2 {
	color:#2e1253;
}


.schoolHome .divHomeTextWrapper h3 {
	color:#753bbd;
	font-family:'Gotham Book';
	font-weight:300;
	text-transform:uppercase;
}

.schoolHome .divNarrowColumn {
	margin:0;
}

.schoolHome .blogPull,
.schoolHome .twitterPull {
	width:48%;
	float:left;
	display:inline-block;
}

.schoolHome .blogPull {
	margin-right:2%;
}


.schoolHome .blogPull h3.pullTitle,
.schoolHome .twitterPull h3.pullTitle {
	text-align:left;
	background:#4c4c4c;
	color:#ffffff;
	font-family:'Gotham';
	font-weight:500;
	font-size:25px;
	padding:6px;
}

.schoolHome h3.calendarpullTitle {
	width: 690px;
	text-align: left;
    background: #4c4c4c;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 6px;
}




.divHomeTextWrapper {
	border:none;
	padding:0;
	margin:0;
	margin-top:20px;
}

.divHomeTextWrapper .divHomeTextHeader {
	position:relative;
	height:38px;
	background:#4c4c4c;
	padding:0 7.5px;
	overflow:visible;
	margin-bottom:20px;
}

.divHomeTextWrapper .divHomeTextHeader h3 {
	float:left;
	width:100%;
	display:block;
	clear:both;
	text-align:left;
	color:#ffffff;
	font-family:'Gotham';
	font-weight:500;
	text-transform:none;
	font-size:22px;
	line-height:1.75;
}

.content-div .divHomeTextWrapper img {
	border:none;
	background:transparent;
	position:absolute;
	top:-15px;
	right:0;
}

.schoolHome .socialMedia {
	margin:10px 0;
}
.socialMedia a.SchoolSocial {
	font-size:1.6em;
	height:32px;
	line-height:32px;
	width:32px;
}

.socialMedia a.SchoolSocial,
.socialMedia a.SchoolSocial.fa-linkedin,
.socialMedia a.SchoolSocial.fa-twitter,
.socialMedia a.SchoolSocial.fa-facebook,
.socialMedia a.SchoolSocial.fa-vimeo,
.socialMedia a.SchoolSocial.fa-youtube,
.socialMedia a.SchoolSocial.fa-pinterest,
.socialMedia a.SchoolSocial.fa-rss {
	color:#ffffff;
	background:#753bbd;
}

.socialMedia a.SchoolSocial:hover {
	color:#ffffff;
	background:#2e1253;
}



.divSearchForm {
	display:inline-block;
	margin-bottom:10px;
}

input.txtSearchTerm {
	float:left;
	height:34px;
	line-height:34px;
}

.divSearchForm input[type=submit],
.divSearchForm input[type=submit]:hover {
	float:right;
	margin-left:7.5px;
	height:36px;
	line-height:36px;
}




body,html {
	background:#ffffff;
	font-family:'Gotham Book';
}

a,
a:hover {
	color:#753bbd;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
}

a:hover {
	color:#c5ade3;
	text-decoration:none;border-bottom:none;
}

.ads-column a,
.ads-column a:hover {
	border:1px solid;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.emailtext,
.emailtext:hover,
a.anchDirectoryEmail:hover .emailtext {
	text-decoration:none;border-bottom:none;
}

.schoolHome .blogholder,
.schoolHome .divFormContainer,
.schoolHome .divMiniSliderWrapper,
.schoolHome .textholder {
	padding:0 15px;
	width:720px;
	float:left;
}

.SchoolColumn1 {
	width:215px;
}

.SchoolColumn2 {
	float:left;
	width:925px;
	padding:0 15px;	
}

.textholder {
	width:895px;
	padding:0;
}


.SchoolColumn2.schoolHome {
	padding:0 15px;
	width:720px;
	float:left;
}

.SchoolColumn2 .slideshow-div {
	padding:0;
}

.SchoolColumn3 {
	width:205px;
}


.ads-column {
	width:100%;
	margin:0;
	border:none;
}

.outer-content-div {
	background:url(../../layout/images/content-bg-image-home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}

.outer-PageLabel-div {
	background:;
	border-bottom:1px solid #753bbd;
}

.outer-PageLabel-div h2.PageLabel {
	margin:auto;
	line-height:60px;
	color:#753bbd;
	text-transform:uppercase;
	font-size:36px;
	font-family:'Gotham';
	font-weight:500;
	height:auto;
}

.content-div {
	background:#ffffff;
}

.outer-content-div {
	padding-top:40px;
	padding-bottom:40px;
}

/* //text //content //fonts //h1 //h2 //h3 //h1//h2//h3 */

.content-div h1.headerImage,
.content-div h2.headerImage {
	color:#2e1253;
}

.content-div h1,
.content-div h2 {
	color:#2e1253;
}

.content-div h3,
.content-div h3 a {
	color:#2e1253;
	font-family:'Gotham';
	font-weight:500;
}

.content-div td,
.content-div li,
.content-div p,
.blogSubTitle-date {
	font-family:'Gotham Book';
	font-size:14px;
	color:#4c4c4c;
}

.content-div p {
	font-size:16px;
}

.content-div tr.trTableHeaderRow th,
.content-div tr.trTableHeaderRow th p,
.content-div tr.trTableHeaderRow td,
.content-div tr.trTableHeaderRow td p {
	color:#ffffff;
	text-shadow:none;
}

/* //sidemenu */

.sidemenu {
	width:100%;
	max-width:215px;
	padding-right:7.5px;
	border:none;
}

.sidemenu-category,
.topmenu-category {
	color:#6d6e71;
	text-transform:uppercase;
	font-family:'Gotham Book';
	font-weight:300;
	font-size:14px;
	border-bottom:1px solid #eae9ec;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	background:transparent;
}

.sidemenu-category:hover,
.topmenu-category:hover {
	border-bottom:1px solid #c5ade3;
	background:#c5ade3;
	color:#ffffff;	
	padding-left:6px;
}

.sidemenu-category.current-category:hover,
.sidemenu-category.current-category,
.topmenu-category.current-category,
.topmenu-category.current-category:hover {
	background:#2e1253;
	color:#ffffff;
	font-weight:bold;
	padding-left:6px;
	border-bottom:1px solid #2e1253;
}

.sidemenu-subcategory {
	font-family:'Gotham';
	font-weight:normal;
	color:#6d6e71;
	font-weight:300;
	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;
	line-height:2.25;
	font-size:14px;
	padding:0;
	margin-left:14px;
}

.sidemenu-subcategory:hover {
	color:#2e1253;
	padding-left:6px;	
}

.sidemenu-subcategory.current-subcategory {
	text-transform:none;
	color:#2e1253;
	background:#f2f2f2;
	padding-left:6px;
}

/* //minigallery //gallery */
.divMiniSliderWrapper {
	width:925px;
}

.SchoolColumn2 .divMiniSliderWrapper,
.divMiniSliderWrapper {
	height:155px;
	padding:0;
	margin-left:15px;
}

.divMiniSliderWrapper img {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divMiniSliderWrapper img:hover {
	background:#753bbd;
}

/* //directory */
.tableListingTable,
.divTileWrapper {
	width:925px;	
}	

.divSearchForm input[type=submit],
.divSearchForm .anchCheckoutButton {
	font-family:'Gotham';
	font-weight:500;
	width:auto;
	text-align:center;
	text-shadow:none;
	background:#753bbd;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:0;
	box-shadow:none;
	border:2px solid #753bbd;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divSearchForm input[type=submit]:hover,
.divSearchForm .anchCheckoutButton:hover {
	background:#2e1253;
	border:2px solid #2e1253;	
}

.trTableHeaderRow {
	background:#753bbd;
}

.tableListingTable tr,
.tableListingTable tr td {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.tableListingTable tr td {
	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;
}

.tableListingTable tr.even {
	background:#ffffff;
}

.tableListingTable tr.odd {
	background:#f2f2f2;
}

.tableListingTable tr:hover td {
	background:#eae9ec;
	border-color:#6d6e71;
}

/* //directions */
#divGetDirections input[type=submit] {
	font-family:'Gotham';
	text-transform:uppercase;
	color:#ffffff;
	background:#753bbd;
	border:2px solid #753bbd;
	border-radius:0;
	text-shadow:none;
	box-shadow:none;
	line-height:1;	
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

#divGetDirections input[type=submit]:hover {
	background:#2e1253;
	line-height:1;	
	border:2px solid #2e1253;
}

/* //blog */

.divPullWrapper,
.divPullWrapper .blogholder {
	width:890px;
}

input[type=submit].btnBlogSearch {
	background:#753bbd;
	font-size:14px;
	line-height:20px;
	border:1px solid #753bbd;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	border-radius:0;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	color:#ffffff;
}

input[type=submit].btnBlogSearch:hover {
	background:#2e1253;
	color:;
	border:1px solid #2e1253;
}

.blogholder {
	width:895px;
}

.blogsidemenu {
	width:250px;
}

.txtBlogSearch {
	width:132px;
	height:32px;
	line-height:32px;
}

input[type=submit].btnBlogSearch,
input[type=submit].btnBlogSearch:hover {
	width:100px;
	height:36px;
	/*line-height:36px; TM 07172018 Removed line height so text would center on button */
}

.blogsidemenubanner,
.blogsidemenucontent,
#datesection,
#tagsection {
	border-radius:0;
}

.blogsidemenubanner {
	background:#ffffff;
}

.blogsidemenuchooser {
	width:125px;
	padding-left:0;
	padding-right:0;
	color:#4c4c4c;
}

.blogsidemenuchooser:hover,
.blogsidemenuchooser.current {
	background:#eae9ec;
	color:#4c4c4c;
	text-decoration:none;border-bottom:none;
}

.anchYearLink.current-year {
	background:#eae9ec;
	color:#2e1253;
}

.anchYearLink.current-year,
.anchYearLink.current-year:hover {
	text-decoration:none;border-bottom:none;
}

.blogsidemenucontent a:hover {
	color:#753bbd;
	text-decoration:none;border-bottom:none;
}

.anchTagLink,
.anchMonthLink {
	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;
} 

.anchTagLink:hover,
.anchMonthLink:hover {
	background:#f2f2f2;
}

.current-month,
.current-tag {
	background:#f2f2f2;
}




.outer-footer-div {
	width:100%;
	float:left;
	display:block;
}

.outer-footer-div,
.marquee-footer-wrapper,
.marquee-footer-wrapper:hover,
.footer-nav-div {
	background:#eae9ec;
}

.footer-div-bottom {
	width:100%;
	float:left;
	display:block;
	background:#ffffff;
}

.marquee-footer-wrapper,
.marquee-footer-wrapper.stuck {
	padding:0;
	height:130px;
}

.marquee-footer-inner {
	width:1170px;
	height:130px;
	border-bottom:1px solid rgba(0,0,0,0.25);
}

.footer-div-container.inner-div {
	padding:0;
} 

.footer-div-button-wrapper,
#google_translate_element,
.footer-div-admin-wrapper {
	float:left;
	display:inline-block;
}


#google_translate_element,
.footer-div-admin-wrapper {
	margin-top:15px;
	margin-right:10px;
}

.footer-div-container.inner-div.footer-home {

}

.footer-div.marquee-footer {
	text-align:center;
	float:left;
	padding:10px 0;
}

a.MarqueeLink {
	margin:auto;
}

.footer-nav-div {
	padding-top:20px;
	height:345px;
}

.footer-nav-div h3 {
	color:#2e1253;
	font-family:'Gotham';
	font-weight:500;
	font-size:18px;
	margin:0 0 5px 0;
}

.divFooterColumn a {
	color:#6d6e71;
	line-height:25px;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
	background:transparent;
}

.divFooterColumn a:hover,
.divFooterColumn a.current {
	text-decoration:none;border-bottom:none;
	color:#2e1253;
}

.divFooterColumn2 {
	margin-right:25px;
}

.divFooterColumn3 {
	margin-top:23px;
	margin-right:100px;
}

.divFooterColumn4,
.divFooterColumn5 {
	padding-left:45px;
	border-left:1px solid rgba(0,0,0,0.25);	
}


.footer-div-bottom a.button {
	border:1px solid #eae9ec;
	background:#f2f2f2;
	color:#4c4c4c;
}

.footer-div-bottom a.button:hover {
	border:1px solid #6d6e71;
	background:#eae9ec;
	color:#333333;	
}

.lww {
	float:right;
	width:auto;
	display:inline-block;
	line-height:60px;
	height:60px;
	font-size:14px;
}

.lww p {
	line-height:60px;
	height:60px;
	font-size:14px;	
}

.FixedToBottom .footer-div-bottom {
	margin-bottom:135px;
}

.divMainCalloutSlideshowText {
	background: rgba(0,0,0,.6);
}




.ads-column a.panel-size-1 {
	height: 328px;
	float: left;
}

.ads-column a.panel-size-2 {
	height: 328px;
	float: left;
}





label {
    display: block;
    font: 15px/26px Gotham Book, Trebuchet MS, sans-serif;
}
	
input[type=submit], .anchCheckoutButton {
    display: block;
    cursor: pointer;
    font: 16px/22px Gotham, Trebuchet MS, sans-serif;
    background: #753bbd;
    border: 1px solid #cccccc;
    color: #ffffff;
    padding: 5px 15px;
    height: 50px;
	width: 200px;
    text-align: center;

}

input[type=submit]:hover, .anchCheckoutButton:hover{
    text-decoration: none;
    background: #c5ade3;
    color: #ffffff;
    border: 1px solid #cccccc;
    width: 200px;
	height: 50px;
}

.mandatory, .mandatoryDDL, .mandatoryPONumber {
	background-color: #fdf9e0;
	width: 25em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select {
    height: 35px;
    font: 14px/24px Gotham Book, Trebuchet MS, sans-serif;
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
	width: 26em;
	border-bottom-color: #753bbd;
}

textarea {
    overflow: hidden;
    resize: none; 
    font: 14px/20px Gotham Book, Trebuchet MS, sans-serif;
	width: 25em;
	height: 10em;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID1 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence1 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID2 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence2 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID3 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence3 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID4 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence4 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID5 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence5 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID6 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence6 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID7 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence7 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID8 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence8 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID9 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence9 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlSchoolID10 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

select#ddlReasonForAbsence10 {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

input {
    height: 24px;
    font: 14px/24px Montserrat, Trebuchet MS, sans-serif;
}


.h3Absence {
	color:#2e1253;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	background: #c5ade3;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sidemenu-category.anchReportAbsence {
	color:#ffffff;
	background:#753bbd;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	border-bottom:1px solid #eae9ec;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	padding-left:6px;
	width: 208px;
}

.sidemenu-category:hover,
.topmenu-category:hover {
	border-bottom:1px solid #c5ade3;
	background:#c5ade3;
	color:#ffffff;	
	padding-left:6px;
	width: 208px;
}






.divDirectionSectionLeft {
	width: 50%;
}

.divDirectionSectionRight {
	width: 50%;
}

.divDirectionSectionLeft.directionsSubHeader {
	width: 100%;
	float:left;
}

.divDirectionSectionRight.directionsSubHeader {
	width: 100%;
	float: right;
}

#mapframe {
	margin-top: 10px;
}

#divGetDirections {
	padding: 0px;
}

.divSearchForm input[type=submit],
.divSearchForm .anchCheckoutButton {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	width:auto;
	text-align:center;
	text-shadow:none;
	background:#753bbd;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:0;
	box-shadow:none;
	border:2px solid #753bbd;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divSearchForm input[type=submit]:hover,
.divSearchForm .anchCheckoutButton:hover {
	background:#2e1253;
	border:2px solid #2e1253;	
	width: auto;
}

.pullLinkWrapper .buttonWrapper {
    display: inline-block;
    width: 400px;
}

.pullLinkWrapper a.view-more-btn-2, .pullLinkWrapper a.view-more-btn-3 {
	font-size: 15px;
}


.navbar-div a.anchMainNav {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight:600;
	padding:0 15px;
	color:#4c4c4c;
	height:80px;
	line-height:80px;	
	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;
}

.navbar-div a.anchMainNav.current,
.navbar-div a.anchMainNav:hover {
	height:80px;
	line-height:80px;	
	text-decoration:none;border-bottom:none;
	background:#c5ade3;
	color:#ffffff;	
}

.SuperNavLinks a.anchSuperNav {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
    border-bottom: none;
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    color: #ffffff;
}

.sectiondiv.schools {
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
	left:432px;
	width:auto;
	top:80px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
}

.sectiondiv.schools a {
	font-family: 'Montserrat', sans-serif;
	border-bottom:1px solid #eae9ec;
	color:#753bbd;
	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;
}

.sectiondiv.schools a.current,
.sectiondiv.schools a:hover {
	font-family: 'Montserrat', sans-serif;
	border-bottom:1px solid #2e1253;
	color:#ffffff;
	padding-left:15px;
	background:#2e1253;
}

.sidemenu {
	width:100%;
	max-width:215px;
	padding-right:7.5px;
	border:none;
}

.sidemenu-category,
.topmenu-category {
	color:#6d6e71;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	border-bottom:1px solid #eae9ec;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	background:transparent;
}

.sidemenu-category:hover,
.topmenu-category:hover {
	border-bottom:1px solid #c5ade3;
	background:#c5ade3;
	color:#ffffff;	
	padding-left:6px;
}

.sidemenu-category.current-category:hover,
.sidemenu-category.current-category,
.topmenu-category.current-category,
.topmenu-category.current-category:hover {
	background:#2e1253;
	color:#ffffff;
	font-weight:bold;
	padding-left:6px;
	border-bottom:1px solid #2e1253;
}

.sidemenu-subcategory {
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	color:#6d6e71;
	font-weight:300;
	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;
	line-height:2.25;
	font-size:14px;
	padding:0;
	margin-left:14px;
}

.sidemenu-subcategory:hover {
	color:#2e1253;
	padding-left:6px;	
}

.sidemenu-subcategory.current-subcategory {
	text-transform:none;
	color:#2e1253;
	background:#f2f2f2;
	padding-left:6px;
}

.MenuLinkWrapper a {
    display: block;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 2;
    color: #ffffff;
    background: rgba(117, 59, 189,0.8);
    padding: 7.5px;
    border: 3px solid rgba(46,18,83,0.8);
    width: auto;
}

.banner-tagline-div h2 {
    color: #ffffff;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    line-height: 30px;
    height: 30px;
}

.banner-tagline-div {
	margin-right: 5px;
}

.pullLinkWrapper a.view-more-btn {
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    color: #753bbd;
    border-top: 1px solid #2e1253;
    border-bottom: 1px solid #2e1253;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-home .blog-container h3, .content-home .blog-container h3 a {
    dipsplay: block;
    color: #2e1253;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
	line-height: 30px;
}

.content-div td, .content-div li, .content-div p, .blogSubTitle-date {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

.pullTitleWrapper h3 {
    display: inline-block;
    float: left;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 55px;
    margin: 0;
}

h3, h4, h5, h6 {
    font: 18px/22px 'Montserrat', sans-serif;
    color: #333333;
}

.footer-nav-div h3 {
    color: #2e1253;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.footer-nav-div h3 {
	color:#2e1253;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:18px;
	margin:0 0 5px 0;
}

.divFooterColumn a {
	color:#6d6e71;
	line-height:25px;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
	background:transparent;
	font-family: 'Montserrat', sans-serif;
}

.divFooterColumn a:hover,
.divFooterColumn a.current {
	text-decoration:none;border-bottom:none;
	color:#2e1253;
	font-family: 'Montserrat', sans-serif;
}

.lww p {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.footer-div-bottom a.button {
	border:1px solid #eae9ec;
	background:#f2f2f2;
	color:#4c4c4c;
	font-family: 'Montserrat', sans-serif;
}

.divMainCalloutSlideshowText * {
    margin-bottom: 0px;
    color: white !important;
	font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font: bold 24px/28px 'Montserrat', sans-serif;
    color: #277ebc;
}



.schoolHome .divHomeTextWrapper h3 {
    color: #753bbd;
    font: bold 18px 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.divHomeTextWrapper .divHomeTextHeader h3 {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
    color: #ffffff;
   font: bold 24px/28px 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 22px;
    line-height: 1.75;
}

.content-div h3, .content-div h3 a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.outer-PageLabel-div h2.PageLabel {
    margin: auto;
    line-height: 60px;
    color: #753bbd;
    text-transform: uppercase;
    font-size: 36px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: auto;
}





.ThumbImage.dormant,
.ThumbImage.dormant:hover {
    background: #ffffff;
    margin-bottom: 7px;
    border-radius: 50px;
    color:#ffffff;
    height: 12px;
	border-radius:50px;
    width: 12px;
    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;
}

.ThumbImage.dormant.fa-dot-circle-o {
	opacity:1;
	background:#2e1253;
	color:#2e1253;
}



.middieloginlabel {
	margin-top: 25px;
	margin-bottom: 25px;
}

#ancForgotPassword {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
}

.anchMiddienetButton {
    display: block;
    cursor: pointer;
    font: 16px/22px 'Montserrat', sans-serif;
    background: #753bbd;
    border: 1px solid #cccccc;
    color: #ffffff;
    padding: 5px 15px;
    height: 50px;
	width: 270px;
    text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;

}

.anchMiddienetButton:hover{
    text-decoration: none;
    background: #c5ade3;
    color: #ffffff;
    border: 1px solid #cccccc;
    width: 270px;
	height: 50px;
}

.g-signin2 {
	margin-bottom: 25px;
	margin: auto;
}

.abcRioButton.abcRioButtonBlue {
	margin: auto;
}

label {
	font-family: 'Montserrat', sans-serif;
}

.middienetlogin {
	display: inline-block;
	margin: auto;
}

.loginwrapper {
	text-align: left;
	width: 20%;
	float: left;
	margin: auto;
	margin-left: 320px;
	margin-right: 25px;
	
}

.vertical-line{
	border-left: 1px solid #f1f1f1;
	height: 300px;
	float: left
}

.loginwrapper2 {
	text-align: left;
	width: 40%;
	float: left;
	margin: auto;
	margin-left: 25px;
}

body,html {
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
}


.textholder .textholder-image + div {
    overflow: hidden;
}


.tinymce-btn-styles {
    text-align: center;
    display: block;
    width: 200px;
    height: 50px;
    line-height:50px;
    background-color: #8d5ec6;
    color: #FFF;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    
}

.tinymce-btn-styles:hover {
    background-color: #2e1253;
    color: #FFF;
}
.tinymce-btn-styles a {
    color: white;
}

a.peachjar-footer {
    position: absolute;
    top: -2em;
}
a.peachjar-footer img {
    vertical-align: top;
}
a.peachjar-icon {
    line-height: 30px;
}
.peachjar-icon img {
    height: 22px;
    vertical-align: middle;
}
a.peachjar-school {
    display: inline-block;
}
.content-div .divHomeTextWrapper .peachjar-school img {
    position: relative;
    top: auto;
    right: auto;
    vertical-align: top;
}

.tableStudentResources td {
	border: 1px solid #efefef !important;
	padding:10px;
}

.anchMenuLink-6,
.anchMenuLink-9 {
	background:rgba(193,0,0,.8) !important;
}

.anchMenuLink-6:hover,
.anchMenuLink-9:hover {
	background:rgba(46,18,83,1) !important;
}

.aCovidAlertLink {
	color:rgba(193,0,0,1) !important;
}



.textholder-faq {
	border:1px solid #b9b9b9 !important;
	margin:0;
}

.textholder-faq + .textholder-faq {
	border-top:0px !important;
}

.textholder-faq,
.textholder-faq * {
	box-sizing:border-box;
}

.textholder-faq-question {
	cursor:pointer;
	width:100%;
	height:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
		
	-webkit-transition:all .28s;
	-moz-transition:all .28s;
	-ms-transition:all .28s;
	transition:all .28s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.faq-handle {
	text-align:center;
	min-height:40px;
	width:40px;
	background:transparent;
	
	-webkit-transition:all .28s;
	-moz-transition:all .28s;
	-ms-transition:all .28s;
	transition:all .28s;		
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.textholder-faq-question.open,
.textholder-faq-question:hover {
	background:rgba(234, 233, 236, 0.5);
}

.textholder-faq-question.open .faq-handle,
.textholder-faq-question:hover .faq-handle {
	background:#eae9ec;
}

.textholder-faq-question .faq-handle i {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .28s;
	-moz-transition:all .28s;
	-ms-transition:all .28s;
	transition:all .28s;	
}

.textholder-faq-question.open .faq-handle i {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.faq-body {
	width:100%;
	padding:10px 15px 10px 10px;
	display:inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;	
}

.faq-body > * {
	margin-bottom:0;
	
}

.textholder-faq-answer .faq-body {
	padding-left:50px;
	padding-top:15px;
	padding-bottom:15px;
}

.textholder-faq-answer .faq-body .textholder {
	width:100%;
}


.divFooterColumn a {
	color:#000;
}
.navbar-div a.anchMainNav.current,
.navbar-div a.anchMainNav:hover {
	color:#2e1253;
}


.content-div .divHomeTextHeader img{
	height:123px;
}
