
body {}
html {}


body,
html {
	background:#f2f2f2;
}



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

.divBannerAlertMessage {
    position:relative;
    padding:5px 15px;
    background:#de1e24;
    border-bottom:2px solid #3192d0;
    text-align:center;
    z-index:1;
}

.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:#0d0d0d;
    border:1px solid #0d0d0d;
    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;
}
/* hide the close link */
.divBannerAlertMessage .anchBannerAlertClose {
    display: none;
}
 
.outerBlogTitle {
	background: black;
}


@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("fonts/SourceSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Light.woff2") format("woff2"),
        url("fonts/SourceSansPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-SemiboldIt.woff2") format("woff2"),
        url("fonts/SourceSansPro-SemiboldIt.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat Semi";
    src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Semibold.woff2") format("woff2"),
        url("fonts/SourceSansPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans.woff2') format('woff2'),
        url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('fonts/OpenSans-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansLight-Italic.woff2') format('woff2'),
        url('fonts/OpenSansLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraboldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraboldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}





/*
.darksite-outer-div .inner-div {
	width:1170px;
}
*/

.button {
	color:#0d0d0d;
	font-style:italic;
	background:#dfdfdf;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.button:hover {
	text-decoration:none;
	color:#0d0d0d;
	border:1px solid black;
	background:#cccccc;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.sidemenu-category, 
.topmenu-category {
	color:#0d0d0d;
	font-family:'Open Sans', sans-serif;
	-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;
}

.sidemenu-category.current-category, 
.topmenu-category.current-category {
	color:#3192d0;
	border-bottom:2px solid #3192d0;
	font-family:'Open Sans', sans-serif;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.sidemenu-category:hover, 
.sidemenu-category.current-category:hover, 
.topmenu-category:hover, 
.topmenu-category.current-category:hover {
	background:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.trTableHeaderRow {
	background:;
}

input[type=submit], .anchCheckoutButton {
	background:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

input[type=submit]:hover, .anchCheckoutButton:hover {
	background:#0d0d0d;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

#tagsection, #datesection {
	background:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

#tagsection:hover, #datesection:hover {
	background:#0d0d0d;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.blogContent p {
	display: inline !important;
}

.body-home .blogSubTitle-date {	
	display: block !important;
}



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

.outer-banner-div {
	background:#ffffff;
}

.outer-supernav-div,
.banner-supernav-div {
	background:#dfdfdf;
}

.banner-supernav-div {
	padding:2px 0;
}

.navleft, .navright {
	margin:auto;
}

.SuperNavLinks a {
	color:black;
	text-decoration:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	padding:0 6px;
}

.SuperNavLinks a:hover,
.anchSuperNav.current {
	color:#215732;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.banner-contact-div {
	float:left;
	margin:0 10px;
	padding-top:2px;
}

.banner-contact-div p {
	margin-bottom:0;
}

.banner-div {
	height:80px;
	z-index:300;
}

.navbar-div a {
	color:black;
	padding:0 7px;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:80px;
	-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:hover,
.navbar-div a.current {
	background:#3192d0;
	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;
}

.banner-logo {
	left:38%;
	margin:0;
	top:-22px;
}

.sectiondiv.schools a {
	color:#3192d0;
}

.sectiondiv.schools a:hover {
	background:#3192d0;
	color:#ffffff;
}


#goog-gt-tt .original-text, .gt-hl-layer{
	text-align:left !important;
}

gsc-option-menu-item{
	font-size:12px;
}

.tagline-div,
.tagline-outer {
	background:#0d0d0d;
	height:62px;
}

.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 {
	height: 27px !important;
	background-color: rgba(255,255,255,.40) !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

.goog-te-menu-value {
	/*margin-top: 4px !important;*/
	display: inline-block;
}

.banner-contact-right {
	float: right;
	z-index: 999;
}

.SearchWrapper .fa-lg {
	background: #3192d0;
	height: 22px;
    line-height: 22px !important;
	width: 22px;
	padding: 3px 10px;
	float: right;
	color: white;
	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: white;
}

.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%;
}

.google-search {
    height:20px;
    line-height:20x;
    width: 240px;
    float: right;
    z-index: 9999;
}

.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;
}

.gsc-input-box {
    height: 27px !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;
}

.SearchWrapper {
	z-index:999;
}

.gsc-search-button {
	display:none;
}


/*
.slideshow-leftside.slideshow-floatright {
	width:300px;
	height:auto;
}
*/
.slideshow-leftside.slideshow-floatright .divMenuLinks {
	padding-right:0;
}

.slideshow-leftside,
.slideshow-rightride  {
	width:100%;
}

.divMenuLinks {
	position:relative;
	left:0;
	height:auto;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.75);
	-moz-box-shadow:    0px 0px 12px 0px rgba(34, 34, 34, 0.75);
	box-shadow:         0px 0px 12px 0px rgba(34, 34, 34, 0.75);
}

.divMenuLinks h3 {
	/*display:none;*/
}

.MenuContainer{
	padding:0px;
}

.divMenuLinks .MenuContainer a {
	font-family:'Open Sans', sans-serif;
	display:block;
	font-size:18px;
	text-align:left;
	padding:25px 5px;
	padding-right:25px;
	text-transform:none;
	border:none;
	height:auto;
	background:white;
	color:#0d0d0d;
	padding-left:15px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divMenuLinks i{
	bottom: 10px;
	position: absolute;
	float: right;
	right: 12px;
}

.divMenuLinks .MenuContainer a.current,
.divMenuLinks .MenuContainer a:hover {
	background:#3192d0;
	color:#ffffff;
	border:none;
	text-decoration:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divMainCalloutSlideshowThumbnails {
	width:100%;
	background:rgba(0, 0, 0, 0.7);
	bottom:0;
}

.divDirectionSectionLeft.directionsSubHeader {

}

#divGetDirections {
    padding: 0px;
}



.outer-slideshow-div {
	background-color:#f2f2f2;
	/*background:url(../../layout/images/featuredBackground.png);*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

/*
.outer-slideshow-div,
.outer-slideshow-div .slideshow-div {
	height:530px;
	margin-top:0;
}

.slideshow-div.inner-div {
	width:1170px;
}

.body-madison-elementary-school .slideshow-div.inner-div,
.body-madison-middle-school .slideshow-div.inner-div,
.body-madison-high-school .slideshow-div.inner-div,
.body-athletics .slideshow-div.inner-div   {
	width:650px;
	width:100%;
}

.SlideshowWrapper,
.SlideshowCenterImageInner,
.slideshow-rightride.slideshow-floatright {
	width:850px;
	height:510px;
	margin:0;
	display:block;
}

.slideshow-rightride.slideshow-floatright .divMainCalloutSlideshowImageHolder img,
.slideshow-rightride.slideshow-floatright .divMainCalloutImage img,
.slideshow-rightride.slideshow-floatright .anchSlideshowImageLink {
	height:auto;
	width:850px;
	max-height:640px;
	max-width:100%;
}

.divMainCalloutSlideshowImageHolder,
.divMainCalloutImage {
	width:100%;
	height:100%;
	margin:0;
}

.divMainCalloutSlideshowText {
	width:850px;
	padding-bottom:10px;
}

*/

.divMainCalloutSlideshowText {
	text-align:center;
	background:rgba(0,0,0,0.8);
}

.divMainCalloutSlideshowText * {
	font-family:'Rockwell', sans-serif;
	color:#ffffff;
}

.outer-slideshow-div .slideshow-div {
	/*padding-top:10px;*/
}



.body-home .outer-content-div.outer-div,
.body-home .content-div.inner-div.content-home {
	background:white !important;
}

.outerBlogTitle {
	background:#3192d0;
	padding:15px 0 10px 0;
}

.outerBlogTitle h2 {
	color:#ffffff;
	font-size:36px;
	font-family:'Rockwell', sans-serif;
	font-weight:300;
}

a.newsLink, 
a.eventsLink {
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

a.newsLink:hover,
a.newsLink:active,
a.eventsLink:hover,
a.eventsLink:active {
	color:#dfdfdf;
	text-decoration:none;
}

.eventpullContainer h3 a {
	color:#3192d0;
	text-decoration:none;
	font-family:'Rockwell', sans-serif;
	font-size:30px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.eventpullContainer h3 a:hover {
	color:#0d0d0d;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.blog-container h3 a,
.blog-container h3 {
	color:#3192d0;
	font-size:21px;
	text-decoration:none;
	font-family:'Open Sans', sans-serif;
}

.blogSubTitle-date {
	font-style:normal;
	color:#666;
}

.body-home .blogSubTitle-date{
	display:none;
}

.blogSubTitle-tags a,
.blogContent a {
	color:#3192d0;
	font-family:'Open Sans', sans-serif;
	font-style:italic;
	font-weight:600;
	text-decoration:none;
}



.body-home .divReadMoreWrapper a{
	font-family:'Open Sans', sans-serif;
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
	color: #215732;
}




.outer-footer-div.outer-div.stuck,
.footer-nav-div {
	background:#ffffff;
	margin-top:5px;
}

.outer-footer-div.outer-div.FixedToBottom {
	background:#ffffff;
}

.divFooterColumn h3 {
	font-family:'Open Sans', sans-serif;
	color:#0d0d0d;
	font-size:18px;
}

.footer-nav-div a {
	color:#666;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.footer-nav-div a:hover {
	color:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divFooterColumn {
	float:left;
	margin-right:25px;
}

.divFooterColumn2{
	margin-right:150px;
}

.divFooterColumn4 {
	margin-right:0;
}

.footer-div-bottom {
	background:#f2f2f2;
}


.copyright {
	float:right;
	width:auto;
	padding-top:12px;
	color:#0d0d0d;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-style:italic;
}

.copyright a {
	color:#0d0d0d;
	font-style:italic;
	text-decoration:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.copyright a:hover {
	color:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}




.trTableHeaderRow {
	background:#215732;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	text-transform: uppercase;
}

.trTableHeaderRow th {
	font-weight: normal !important;
}

.tableListingTable tr:hover td {
	background: #cccccc;
	border-bottom: 1px solid #0d0d0d;

}

tr.even {
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

tr.odd {
	background: white;
	border-bottom: 1px solid white;
}

.tableListingTable tr.even:hover td {

	
}

a.anchDirectoryEmail {
	border: none;
	text-decoration: none;
}

.imgEmailIcon {
	margin-right: 5px;
	border: none;
}

.emailtext {
	border-bottom: 1px solid #3192d0;
}

a.anchDirectoryEmail:hover .emailtext {
	border-bottom: 1px solid #0d0d0d;
	
}

.btnSubmitSearch {
	float: right;
	width: 120px;
}
.txtSearchTerm {
	float: right;
}
.btnSearch {
	float: right;
	width: 90px;
	margin-right: 8px;
	padding: 1px 15px !important;
}
.divSearchForm {
	margin-bottom: 8px;
}
.frmSearchForm {
	float: right;
	margin-bottom: 20px;
}


.divFormContainer {
  float: right;
}

.divNoticeMessage.failure {
	background: red;
	padding: 5px;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	text-align: center;
	margin-bottom: 10px;
}

td:first-child, th:first-child {  
  text-indent: 10px;
}


.thHeader1, .thHeader2 {
	width: 110px;
}

.thHeader3 {
	width: 240px;
}

.thHeader4, .thHeader5 {
	width: 100px;
}

table th p {
	padding-left: 0px;
}





.PageLabel-div, .outer-PageLabel-div.outer-div {
	background:#3192d0;
}

.PageLabel {
	color:#ffffff;
	font-family:'Rockwell', sans-serif;
	font-size:32px;
	padding:12px 0;
}

/*
.SchoolColumn2 .divMainCalloutSlideshowImageHolder,
.SchoolColumn2 .SlideshowWrapper,
.SchoolColumn2 .divMainCalloutSlideshowImageHolder img,
.SchoolColumn2 .divMainCalloutImage img {
	width:650px;
	height:375px;
}

.SchoolColumn2 .divMainCalloutSlideshowImageHolder img,
.SchoolColumn2 .divMainCalloutImage img {
	max-width:650px;
	max-height:375px;
	float:left;
}

.SchoolColumn2 .divMainCalloutSlideshowThumbnails,
.divMainCalloutSlideshowThumbnailsInner {
	bottom:0;
    right:0;
    width:650px;
}
*/

.divNarrowColumn {
	padding:0 10px;
	margin:0;	
}

/*.divNarrowColumn .blog-container img {
	display:none;
}*/

.outer-content-div.outer-div {
	background-color:#f2f2f2;
	/*background-image:url(../images/featuredBackground.jpg);*/
	background-repeat:no-repeat;
	background-size:auto;
}

.socialMedia a.SchoolSocial.fa-facebook,
.socialMedia a.SchoolSocial.fa-twitter,
.socialMedia a.SchoolSocial.fa-rss {
	background:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.socialMedia a.SchoolSocial.fa-facebook:hover,
.socialMedia a.SchoolSocial.fa-twitter:hover,
.socialMedia a.SchoolSocial.fa-rss:hover {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	background:#0d0d0d;
}

.ads-column {
	border-left:none;
	background:#dfdfdf;
	height:375px;
	margin-left: 12px !important;
}

.ads-column .swiper-slide{
	margin:12px auto;
}

.ads-column img {
	height:auto;
	margin-top:100px;
	border: 1px solid #cccccc;
}

.featuredAdContainer{
    position: absolute;
    /*top: 30px;*/
    top:8px;
    left:156px;
	border: 1px solid #ccc;
	background: white;
	position: absolute;
	opacity: .6;
	transition: all ease 300ms;
}

.featuredAdContainer:hover {
    opacity: 1;
    transition: all ease 300ms;
}

.featuredAdContainer.home {
    position: absolute;
    top: -170px;
	left: 135px;
}

.featuredAdContainerTablet{
	margin-top:25px;
}

.featuredAdContainerTablet,
.featuredAdContainerMobile{
	display:flex;
	justify-content:center;
	text-align:center;
}


@media (min-width:1366px){
	.featuredAdWrapperFooter{
		display:none;
	}
	
	.outer-content-div.outer-div{
		min-height: 350px;
	}
}

@media (max-width:1840px){
	.featuredAdWrapperBody,
	.featuredAdContainer.home{
		display:none;
	}
}


.contact-column {
	margin-left:5%;
	margin-top:10px;
}

.SchoolColumn3 .socialMedia {
	width:auto;
	float:left;
	margin-left:5%;
}

.divHomeTextWrapper {
	border:2px solid #dfdfdf;
	background:white;
	margin:15px 0;
}

.content-div.inner-div.content-madison-elementary-school,
.content-div.inner-div.content-madison-middle-school,
.content-div.inner-div.content-madison-high-school {
	background:white;
}

.blogpullContainerSchool {
	width:350px;
	float:left;
	margin-top:12px;
}

.blogpullContainerSchool .blogpullNews{
	color:#ffffff;
	background:#215732;
	font-size:36px;
	font-family:'Rockwell', sans-serif;
	font-weight:300;
	text-align:center;
	padding:20px 0;
}

.fbFeedContainerSchool {
	float:right;
}

.blogpullContainerSchool h3 {
	font-size:24px;
	color:#0d0d0d;
}

.fbFeedContainerSchool h3 a {
	font-size:24px;
	color:#0d0d0d;
	text-decoration:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.fbFeedContainerSchool h3 a:hover {
	color:#3192d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.body-madison-high-school .blog-container img,
.body-madison-middle-school .blog-container img,
.body-madison-elementary-school .blog-container img {
	float:left;
	width:auto;
	margin:5px;
}

.SchoolColumn2 .divPullWrapper {
	float:left;
}

.SchoolColumn2 .divPullWrapper .blog-container img {
	float:right;
	max-width:180px;
}



.SchoolColumn1,
.SchoolColumn2,
.SchoolColumn3 {
	float:left;
}
/*
.SchoolColumn2 {
	width:750px;
}

.divPullWrapper {
	width:890px;
}
*/
.SchoolColumn2 .divPullWrapper {
	width:100%;
}

.SchoolColumn2 .divPullWrapper,
.divPullWrapper .tableListingTable,
.divPullWrapper .blogholder,
.divPullWrapper .textholder,
.SchoolColumn2 .textholder {
	width:100%;
	float:left;
}
/*
.content-athletics .SchoolColumn2 {
	width:650px;
    float: left;	
	
}
*/


#divGetDirections,
.directionsSubHeader {
	background:transparent;
}

.divPullWrapper .divDirectionSectionLeft,
.divPullWrapper .divDirectionSectionRight {
	width:49%;
	margin:0;
}

.divPullWrapper .divDirectionSectionLeft.directionsSubHeader {
	width:100%;
}

.socialMedia a.SchoolSocial {
	background:#3192d0;	
}

.socialMedia a.SchoolSocial:hover {
	background:#0d0d0d;	
}

.anchYearLink.current-year {
	background:#d8d8d8 !important;
}

@media (max-width:767px) {
	
	table {
		width:100% !important;
		max-width:100% !important;
	}
	
	.divPullWrapper .divDirectionSectionLeft,
	.divPullWrapper .divDirectionSectionRight {
		padding:0;
		width:100%;
		clear:both;
	}	
	
	.divPullBody-blog tr{
		display:block;
		margin:10px 0;
	}
	
	
}




.content-div a {
	color: #1879b7;
}




.p-0,
.nopadding {
	padding:0;
}

.m-0 {
	margin:0;
}

.transition {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

img {
	max-width:100%;
}

.content-div {
	background:#ffffff;
	padding:15px;
}

.AppliTrackListHeader{
	text-decoration:none !important;
}



header {
	position:relative;
}


#skip {
	position:absolute;
	left:15px;
	top:128px;
	z-index:999;
}

#skip a,
a.showOnFocus {
    position: relative;
    z-index: 11;
    background: #ffffa6;
    color: #0d0d0d;
    white-space: nowrap;
    text-decoration: none;
    height: auto;
    line-height: 1.1;
    width: auto;
    padding: 5px;
    border-bottom: none;
    outline-color: #ffffa6;
    pointer-events: none;
    background: #ffffa6;
    border: 2px solid #f9f9b5;
    opacity: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.0);
    -moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

a.showOnFocus {
	left:15px;
}

#skip a:focus,
a.showOnFocus:focus {
	background:#ffffa6;
    outline-color: #ffffa6;
	pointer-events:initial;
	text-decoration:none; border-bottom:none;;
    border: 2px solid #f9f9b5;
	opacity:1;
	-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);
}

a.showOnFocus.absolute {
	position:absolute;
}

a.showOnFocus.relative {
	position:relative;
}

.blogsidemenu a.showOnFocus {
	position:absolute;
	top:auto;
	left:auto;
	right:0;	
}

.outer-footer-div {
	position:relative;
}

.outer-footer-div .showOnFocus {
	position:absolute;
	left:15px;
	top:15px;
	right:auto;
}

.SchoolColumn1 .showOnFocus,
.SchoolColumn2 .showOnFocus {
	position:absolute;
	left:0;
	top:auto;
	right:auto;	
}

.banner-socialmedia-div,
.banner-socialmedia-div #social-networking-small,
.banner-socialmedia-div #social-networking-small li,
.banner-socialmedia-div #social-networking-small li a,
.banner-socialmedia-div #social-networking,
.banner-socialmedia-div #social-networking li,
.banner-socialmedia-div #social-networking li a,
.banner-socialmedia-div ul#social-networking li {
	margin:0;
	float:left;
	background:transparent;
	list-style:none;
}

.banner-socialmedia-div #social-networking-small li a,
.banner-socialmedia-div #social-networking li a {
	font-size:24px;
	line-height: 28px;
    margin-right: 4px;
    margin-left: 0;
    padding: 0 5px;
    width: auto;
    min-width: 28px;
	text-align:center;
}

.banner-contact-div,
.banner-supernav-div,
.banner-socialmedia-div {
	margin:0 auto;
	padding-top:0;
	padding-bottom:0;
}

.banner-socialmedia-div p {
	margin:0;
	line-height:28px;
	float:left;
	margin-left:10px;
}

.supernav,
.supernav a {
	height:28px;
	line-height:28px;
}

.supernav a,
.supernav .navdivider {
	text-align:right;
	float:right;
}

@media (max-width:1023px) {
	#skip a {
		font-size:14px;
		padding:2px;
	}
}



.banner-logo img {
	max-width:100%;
	width:auto;
}

.navcontainer {
	height:80px;
	line-height:80px;
	position:relative;
}

.navcontainer-split .banner-logo {
	position:absolute;
	left:50%;
	margin:0;
	transform:translateX(-50%);
}

.navcontainer-split .navbar-div a {
	float:left;
	height:80px;
	line-height:80px;	
	text-decoration:none; border-bottom:none;;
	padding:0 10px;
	-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:hover {
	text-decoration:none; border-bottom:none;;
}


.navbar-div.navright a {
	float:right;
}

.school-dropdown {
	position:absolute;
	top:80px;
}

.sectiondiv.schools {
	position:relative;
	top:0;
	background:#0d0d0d;
}

.school-dropdown a {
	display:block;
	white-space:nowrap; flex-wrap:nowrap;;
	width:100%;
	color:#ffffff;
}

.SearchWrapper {
	position:absolute;
	right:15px;
	top:30px;
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.navcontainer-split .banner-logo {
		width:175px;
		top:-6px;
	}
	
	.SuperNavLinks a,
	.navcontainer-split .navbar-div a {
		padding:0 4px;
		font-size:16px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divBannerAlertMessage {
		padding-top:15px;
	}
	
	.navcontainer-split .banner-logo {
		width:175px;
		top:-6px;
	}
	
	.SuperNavLinks a,
	.navcontainer-split .navbar-div a {
		padding:0 7.5px;
		font-size:16px;
	}
	
}

@media (max-width:991px) {
	
	header {
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:10;
		-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);
	}
	
	.gsc-overflow-hidden header {
		z-index:0;	
	}	
	
	.outer-div.first {
		margin-top:108px;
	}
	
	.navbar-div a.divSandwichBarsHover,
	.navbar-div a.divSandwichBarsHover:hover {
		background:transparent;
		color:#0d0d0d;
	}
	
	.banner-div,
	.navbar-div,
	.banner-supernav-div,
	.footer-nav-div,
	.footer-div-bottom .container {
		width:100%;
		max-width:100%;
		padding:0;
	}
	.footer-nav-div {
		padding:0 30px;
	}
	.footer-div-bottom .container {
		padding:15px;	
	}	
	
	.navcontainer-split .navbar-div a.divSandwichBarsHover {
		float:right;
	}
	
	.divSandwichNav {
		background:#215732;
		display:none;
		position:absolute;
		right:15px;
		width:50%;
		overflow-y:scroll;
		max-height:66vh;
		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);
		z-index:111;
	}
	
	.divSandwichWrapper .divSandwichNav a.anchSandwichNav {
		font-size:18px;
		line-height:1.5;
		height:auto;
		width:100%;
		padding:10px 15px;
		display:block;
		border-bottom:1px solid #cccccc;
		white-space:nowrap;
		float:left;
		clear:both;
	}
	
	.divSandwichBarsHover .menutext {
		display:inline-block;
		margin-right:8px;
	}
	
	.PageLabel {
		font-size:24px;
	}

}

@media (max-width:568px) {
	
	.SuperNavLinks  {
		display:none;
	}
	
	.divSandwichNav {
		right:0;
		left:auto;
		width:100%;
		max-width:100%;
		overflow:hidden;
		top:80px;
	}	
	
	.banner-socialmedia-div, 
	.banner-socialmedia-div #social-networking-small,
	.banner-socialmedia-div #social-networking-small li,
	.banner-socialmedia-div #social-networking-small li a,
	.banner-socialmedia-div #social-networking,
	.banner-socialmedia-div ul#social-networking li,
	.banner-socialmedia-div #social-networking li a, 
	.banner-socialmedia-div p {
		float:right;
	}
	
	.banner-socialmedia-div ul#social-networking-small li,
	.banner-socialmedia-div ul#social-networking li {
		float:left;
	}

	.banner-socialmedia-div p {
		margin-right:5px;
	}	
	
	.navcontainer-split .banner-logo {
		left: 5px;
	    width: 155px;
	    top: -5px;
		transform:none;
	}	

	
}




.slideshow-leftside.slideshow-floatright .divMenuLinks {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	height:auto;
	overflow:visible;
}

.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
	position:relative;
	width:100%;
	background:transparent;
}

.SlideshowCenterImageOuter {
	height:100%;
}
 
.outerBlogTitle {
	padding:0;
}

.outerBlogTitle .blogImage {
	padding:0;
	padding-left:15px;
}

.outerBlogTitle iframe {
	/*width:100% !important;
	max-width:100%;*/
}


.divMenuLinks a i {
	position:absolute;
	right:0;
	line-height:inherit;
	float:right;
	/*padding-right:10px;*/
	
}

@media (min-width:1024px) and (max-width:1199px) {
	.divPullHeader,
	.divPullBody {
		padding-right:30px;
	}	
}

@media (min-width:768px) and (max-width:1199px) {

	.blogTitle.container {
		width:100%;
		max-width:100%;
		margin:auto;
	}	
	
	.divPullHeader,
	.divPullBody {
		padding-left: 30px;
	} 
	
	.divMenuLinks a {
		font-size:15px;
	}
	
	.slideshow-rightride.slideshow-floatright {
		padding:0;
	}
	
	.footer-div-bottom{
		display:flex;
	}
	
}

@media (max-width:767px){
	
	.divMobileMenuWrapper {
		padding-bottom:15px;
	}
	
	.divMobileMenuWrapper i{
		float:left;
	}
	
	.divMenuLinks {
		display:block;
		background:#ffffff;
		width:100%;
		padding:15px;
		clear:both;
		z-index:1;
	}
	
	.divMenuLinks a {
		padding:10px 5px;
		font-size:18px;
		border:none;
	}
	
	.anchAdvertise{
		font-size:12px !important;
		padding:0 !important;
	}
	
	.divMenuLinks .MenuLinkWrapper + .MenuLinkWrapper {
		border-top:1px solid #cccccc;
	}
	
	.slideshow-div .divMenuLinks {
		display:none;
	}
}


.blogsidemenu {
    float: right;
    padding: 0px 0px 10px 10px;
}
.blogsidemenucontent {
    border-top: 0;   
    line-height: 30px;
    border: 1px solid #cccccc;
    border-top: none;
}
.blogsidemenucontent a {
    padding: 0 10px;
}
.blogsidemenucontent a:hover {
    text-decoration: none;
}
.blogsidemenubanner {
    background: #3192d0;
    margin-top: 10px;
}
.blogsidemenuchooser {
    display: block;
    float: left;
    padding: 4px;
    color: #f2f2f2;
    width: 50%;
    text-align: center;
}
.blogsidemenuchooser:hover, .blogsidemenuchooser.current {
    text-decoration: none;
    background: #777777;
    color: white;
}
.anchYearLink, .anchMonthLink, .anchTagLink {
    display: block;
}
.anchYearLink {
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}
.anchYearLink:hover {
    background: #e1e1e1;
}
.anchYearLink.current-year {
    border-bottom: 1px solid #e1e1e1;
    background: #ccc;
}
.anchMonthLink {
    display: none;  
}
.anchMonthLink span {
    padding-left: 8px;
}
a.anchMonthLink:hover {
    text-decoration: underline;
}
.current-month, .current-tag {
    background: #e1e1e1;
}
.anchTagLink:hover {
    background: #e1e1e1;
}



.blogImagePreview {
	padding:10px 0;
}

.blogImagePreview img {
	margin:auto;
	width:auto;
	max-width:100%;
}

.divLeftEntryWrapper {
	padding-left:0;
}

.blogsearch,
.blogsidemenubanner,
.blogsidemenucontent {
	width:100%;
	float:left;
	clear:both;
	display:block;
}

.blogsearch input {
	display:inline-block;
	float:left;
	height:34px;
	line-height:32px;
	border:1px solid #cccccc;
	margin:0;
}

.blogsearch input[type=text] {
	width:60%;
	padding-left:8px;
}

.blogsearch input[type=submit] {
	color:#ffffff;
	width:40%;
	line-height:1;
} 

.blogsearch input[type=submit]:hover {
	color:#ffffff;
}

.content-div.inner-div .blogContentSection .textholder {
	float:left;
	width:100%;
	padding:0;
}

.textholder-image.fullimg {
	text-align:center;
	
}

.prevNextButtons {
	float:left;
	width:100%;
	clear:both;
	display:block;
}

.prevNextButtons a.nextButton {
	float:right;
}



.blogImageSection .imageholder {
	padding:0;
}

.blogImageSection .imageholder img {
	width:100%;
	padding:7.5px;
}

@media (max-width:767px) {
	.blogsidemenucontent .contentsection {
		display:none;
	}
	
	.blogImagePreview {
		width:100%;
		text-align:center;
	}
}



th,
th p,
tr,
tr p, 
td, 
td p {
	vertical-align:middle;
	margin:0;
	line-height:1.5;
	padding:1px;
}

.tableListingTable tbody tr:nth-child(even) {
	background:#f2f2f2;
}



.divListingWrapper {
	text-align:center;
	padding:15px;
}

.divListingWrapper .divListingInner {
	border:1px solid #cccccc;
	border-radius:10px;
	padding:15px;
	min-height:140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;	
} 

.divSearchForm .txtSearchTerm,
.divSearchForm .btnSearch {
	float:left;
	display:inline-block;
	border:1px solid #cccccc;
	height:34px;
	line-height:32px;
	margin:0;
}

.divSearchForm .txtSearchTerm {
	padding-left:8px;
	width:60%;
}

.divSearchForm .btnSearch {
	width:40%;
	color:#ffffff;
	border-color:#298b5a;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divSearchForm .btnSearch:hover {
	background:#0d0d0d;
	border-color:#0d0d0d;
	color:#ffffff;
}

.divListingTableWrapper {
	width:80%;
	float:right;
}

.tableListingTable {
	width:100% !important;
	padding-left:30px;
}

.tableListingTable th p {
	margin:0;
	padding:5px 0;
}




#divGetDirections input[type=text],
#divGetDirections input[type=submit] {
	border:1px solid #cccccc;
	text-align:center;
	height:34px;
	line-height:32px;
}

#divGetDirections input[type=text] {
	width:60%;
	padding-left:8px;	
	text-align:left;
}

#divGetDirections input[type=submit] {
	color:#ffffff;
	width:38%;
	border-color:#dfe7cf;
} 

@media (max-width:767px) {

	.divDirectionSectionRight.directionsSubHeader,
	.divDirectionSectionLeft.directionsSubHeader {
		/*padding-top:15px;*/
	}
	
	.divDirectionSectionRight,
	.divDirectionSectionLeft {
		padding:0;
		width:100%;
		clear:both;
	}	
}



a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus {
outline: 5px solid black;
outline-offset: -2px;
}

a {
	outline-color: rgba(47, 161, 209, 0); 
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}



a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-color: rgba(47, 161, 209, 1); 
	outline-offset: 5px;
}

input[type=submit]:focus {
	outline-color: rgba(0,0,0,1); 
	outline-offset: 2px;
}

.content-div a.ThumbImage:focus {
	color:#ffffff;	
}

.PageLabel {
	text-align:center;
	margin:0;
	padding:12px 0;
}

.divNarrowColumn,
.SchoolColumn2 .slideshow-div,
.divNarrowColumn .socialMedia {
	width:100%;
	float:left;
}

.blogpullContainerSchool,
.fbFeedContainerSchool {
	float:left;
	padding:0px;
	width:50%;
	margin:0;
}

.blogpullContainerSchool {
	padding-right:15px;
}

.fbFeedContainerSchool {
	overflow:hidden;
}

.blog-container {
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.divMiniSliderWrapper {
	position:relative;
	padding:0 15px;
	margin-bottom:10px;
	float:left;
	width:100%;
	max-width:100%;
	height:180px;
	overflow-y:hidden;
	overflow-x:scroll;
} 

.sidemenu a i {
	float: right;
    line-height: inherit;
    display: inline-block;
    padding-right: 3px;
}

.footer-div-container.FixedToBottom {
    position: fixed;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    height: 140px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    background: rgba(255,255,255,.6);
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

@media (min-width:1366px) {
	.divFooterColumn3{
	margin-left:180px !important;
}
	
	.banner-socialmedia-div, 
	.banner-socialmedia-div #social-networking-small, 
	.banner-socialmedia-div #social-networking-small li, 
	.banner-socialmedia-div #social-networking-small li a, 
	.banner-socialmedia-div #social-networking, 
	.banner-socialmedia-div #social-networking li, 
	.banner-socialmedia-div #social-networking li a, 
	.banner-socialmedia-div ul#social-networking li{
		font-size:35px;
		line-height:44px;
	}

	.supernav, .supernav a{
		height:44px;
		line-height:44px;
	}
	
	.navdivider{
		font-size:24px;
	}
}

@media (min-width:1200px) {
		
	.SchoolColumn2.schoolHome {
		padding-right:0;
	}
		
	.content-school-home {
		padding-right:0;
	}
}

@media (max-width:1199px) {
	iframe{
		max-width:100% !important;
	}
	table {
		width:100% !important;
		max-width:100% !important;
	}
	
	.SchoolColumn3 {
		padding-left:15px;
	}
	
}

@media (max-width:1023px) {

	
	.outerBlogTitle h2 {
		font-size:28px;
	}
	
		
	.blogpullContainerSchool,
	.fbFeedContainerSchool {
		width:100%;
		padding:0;
	}	
	
}

@media (min-width:768px){
	
	.SchoolColumn1,
	.SchoolColumn3,
	.sidemenu {
		float:left;
		display:block;
		width:20%;
		margin:0;
	}
	
	.sidemenu {
		padding-right:15px;
	}
	
	.SchoolColumn2 {
		width:80%;
		padding:0 15px;
	}
	
	.SchoolColumn2.schoolHome {
		width:60%;
		padding-right:0;
	}
	
	.SchoolColumn1,
	.SchoolColumn2,
	.SchoolColumn3 {
		padding-top:15px;
	}
	
	.sidemenu a.sidemenu-category {
		display:block;
		float:left;
		clear:both;
		width:100%;
		padding:7.5px 2.5px;
		color:#3192d0;
		line-height:1.1;
		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;
		text-decoration:none; border-bottom:none;;
		border-bottom:1px solid #cccccc;
	}
	
	.sidemenu a.sidemenu-category:hover,
	.sidemenu a.sidemenu-category.current-category {
		color:#ffffff;
		background:#3192d0;
		text-decoration:none; border-bottom:none;;
		padding-left:5px;
		border-bottom:1px solid #3192d0;
	}
		
	.sidemenu a.sidemenu-subcategory {
		display:block;
		float:left;
		clear:both;
		width:100%;
		padding:7.5px 2.5px;
		line-height:1.1;
		padding-left:12px;
		color:#0d0d0d;
		font-size:14px;
		text-decoration:none; border-bottom:none;;
		border-bottom:1px solid #cccccc;
		border-left:3px solid #ffffff;
	}

	.sidemenu a.sidemenu-subcategory:hover {
		padding-left:12px;
		color:#0d0d0d;
		background:#f0b323;
		text-decoration:none; border-bottom:none;;
		border-bottom:1px solid #cccccc;
	}

	.sidemenu a.sidemenu-subcategory.current-subcategory {
		padding-left:12px;
		color:#0d0d0d;
		background:#ffffff;
		border-bottom:1px solid #cccccc;
		border-left:3px solid #f0b323;
	}
	
	.content-div.inner-div .textholder,
	.content-div .divPullWrapper,
	.content-div .divMiniSliderWrapper {
		float:right;
		display:block;
		width:80%;
		padding-left:15px;
		margin:0;
	}
	
	.SchoolColumn2 .divMiniSliderWrapper {
		width:100%;	
	}
	
	
	.content-div.inner-div .textholder + .textholder {
		border-top:1px solid #cccccc;
		padding-top:10px;
		margin-top:10px;
	}
	
	.content-div.inner-div .textholder-faq,
	.content-div.inner-div .textholder + .textholder-faq {
		padding:0;
		margin:0;
	}
	
	.content-div.inner-div .textholder-faq + .textholder {
		border-top:none;
		margin:0;
	}
	
	.content-div.inner-div .textholder-faq + .textholder-faq {
		margin-top:-1px;
	}
	
	.textholder-faq-inner {
		margin-left:10px;
	}

	.SchoolColumn1 .sidemenu {
		width:100%;
	}
	.contact-column,
	.SchoolColumn3 .socialMedia {
		margin-left:0;
		margin-right:0;
	}
	
	.content-div.inner-div .SchoolColumn2 .textholder,
	.content-div.inner-div .SchoolColumn2 .divPullWrapper,
	.content-div.inner-div .divPullWrapper .textholder,
	.content-div .divPullWrapper .divListingTableWrapper {
		width:100%;
	} 
	
	.content-div .divPullWrapper .divListingTableWrapper {
		padding:0;
	}
	
	.content-div .divPullWrapper .divFormContainer {
		margin-bottom:15px;
	}
	
	.divMenuLinks {
		display:none;
	}
	
	.slideshow-div .divMenuLinks {
		display:block;
	}
	
}

@media (max-width:767px) {
	
	.navcontainer,
	.banner-div {
	    height: 60px;
	}

	.content-div.inner-div .textholder {
		width:100%;
		clear:both;
	}

	.SearchWrapper {
		left:auto;
		top:0;
		float:left;
		width:100%;
	}
	
	.SchoolColumn1,
	.SchoolColumn2,
	.SchoolColumn3,	
	.sidemenu {
		width:100%;
	}

	.sidemenu-mobile {
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
	button.btn-show-nav {
		float:left;
		width:100%;
		text-align:left;
		font-size:21px;
		color:#ffffff;
		background:#0d0d0d;
		border-radius:3px;
		border:2px solid #0d0d0d;
		margin-bottom:10px;
	}
	
	button.btn-show-nav span {
		display:inline-block;
		color:#ffffff;
	}
	
	button.btn-show-nav.open {
		background:#3192d0;
		color:#ffffff;
		border:2px solid #3192d0;
	}
	
	button.btn-show-nav i {
		color:#ffffff;
		transform:rotate(0deg);
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}		
	
	button.btn-show-nav.open i {
		transform:rotate(90deg);
	}	
	
	.sidemenu a.sidemenu-category,
	.sidemenu .spanCategoryToggle,
	.divSubcategoryWrapper a {
		display:block;
		float:left;
		clear:both;
		text-align:left;
		width:100%;
		padding:12px 2.5px;
		color:#0d0d0d;
		font-size:13px;
		line-height:1.1;
		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;
		text-decoration:none; border-bottom:none;;
		border-bottom:1px solid #cccccc;
	}
	
	.sidemenu a.sidemenu-category:hover,
	.sidemenu a.sidemenu-category.current-category,
	.sidemenu .spanCategoryToggle:hover,
	.sidemenu .spanCategoryToggle.current-category {
		color:#ffffff;
		background:#3192d0;
	}	
	
	.divSubcategoryWrapper a {
		border-left:3px solid #ffffff;
		color:#0d0d0d;
		font-size:14px;
		padding-left:15px;
	}
	
	.divSubcategoryWrapper a.current-subcategory {
		border-left:3px solid #3192d0;
		color:#3192d0;
	}

	
	.textholder-image,
	.textholder-image img {
		width:auto !important;
		margin:10px auto !important;
	}
	
}



footer {
	margin-top:5px;
}

.divFooterColumn {
	margin:0;
	padding:0;
	padding-:30px;
	padding-bottom:30px;
}

.divFooterColumn.divFooterNoHeader {
	margin-top:52px;
}

.footer-nav-div a {			
	display:block;
	clear:both;
	width:auto;
	float:left;
}

.footer-div-bottom {
	line-height:65px;
}

.footer-div-bottom a.button {
	float:left;
	line-height:1;
	margin:10px;
	padding:15px 15px;
	border:1px solid #cccccc;
}

.copyright {
	padding:0;
}

.footer-div-bottom {
    line-height: 65px;
    padding-bottom: 70px;
}
@media (max-width:767px) {
	
	.footer-div-bottom{
		padding-bottom:15px;
	}
	
	.divFooterColumn1 {
		padding-bottom:0;
	}
	
	.divFooterColumn.divFooterNoHeader {
		margin-top:0px;
	}
	
	.footer-div-bottom {
		text-align:center;
	}
	
	.footer-div-bottom a.button {
		float:none;
	}
	
	.copyright {
		display:block;
		width:100%;
		text-align:center;
	}
}



.divMainCalloutSlideshowControlsHolder {
	width:65px;
	height:25px;
	position:absolute;
	right:0;
	bottom:50px;
	z-index:5;
}

#pauseButton,
#playButton {
	display:inline-block;
	transform:scale(0.8);
}

.divADALink {
	display:block;
	position:relative;
	height:1px;
	width:1px;
}

.divADALink .showOnFocus {
	position:absolute;
	left:0;
	right:auto;
	bottom:auto;
}



.sidemenu a.sidemenu-category.anchReportAbsence{
	border:2px solid #215732;
	border-radius:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	background:#215732;
	width:100%;
	padding:10px;
	display:none;
}


.sidemenu a.sidemenu-category.anchReportAbsence:hover {
	color:#ffffff;
	background:#215732;
	border:2px solid #f0b323;
	border-radius:10px;
}

@media (max-width:767px) {
	
}



.tableMeetingTable .icon,
.divMeetingMobile .icon {
	display:inline-block;
	margin-left:5px;
	line-height:inherit;
}

.divMeetingMobile {
	float:left;
	width:100%;
	margin:7.5px auto;
	border:1px solid #cccccc;
	padding:15px;
	text-align:center;
}

.divMeetingMobile .tdDate {
	font-weight:bold;
}

.divMeetingMobile .tdDataMobile {
	padding:2px;
}


@media (min-width:768px) {
	.divAdsColumn {
		display:none !important;
	}	
}

@media (max-width:767px) {
	.divAdsColumn,
	.divAdsColumn .swiper-container {
		clear:both;
		width:100%;
		padding:0;
	}		
	
	.swiper-slide {
		text-align:center;
	}
}



.outer-supernav-div, 
.banner-supernav-div{
	background:#ffffff;	
}

.banner-logo{
	left:0% !important;
	top:-28px;
	position:absolute;
	width:18%;
	text-align:right;
}

.banner-socialmedia-div #social-networking-small, 
.banner-socialmedia-div #social-networking-small li, 
.banner-socialmedia-div #social-networking-small li a, 
.banner-socialmedia-div #social-networking, 
.banner-socialmedia-div #social-networking li, 
.banner-socialmedia-div #social-networking li a, 
.banner-socialmedia-div ul#social-networking li{
	float:right;
	color: #215732 !important;
	background:transparent !important;
}

.banner-socialmedia-div #social-networking-small:hover, 
.banner-socialmedia-div #social-networking-small li:hover, 
.banner-socialmedia-div #social-networking-small li a:hover, 
.banner-socialmedia-div #social-networking:hover, 
.banner-socialmedia-div #social-networking li:hover, 
.banner-socialmedia-div #social-networking li a:hover, 
.banner-socialmedia-div ul#social-networking li:hover{
	color: #f0b323 !important;
	background:transparent;
}

.navbar-div{
	width:81%;
	float:right;
	/*top:-190px;*/
	height:77px;
}

.navcontainer{	
	border-bottom: 1px solid #f0b323;
	border-top: 1px solid #f0b323;
}

.SuperNavLinks .first{
	margin-right:12px;	
}

.SuperNavLinks{
	text-transform:uppercase;
	font-weight:600;	
}

.anchSuperNav:hover{
	background:#f0b323;
	color:#0d0d0d !important;
}

.anchSuperNav:hover .supernav .navdivider{
	color:#0d0d0d !important;
}

.navcontainer{
	background:#215732;
	line-height:33px;
}

.navbar-div a{
	color:#ffffff;
	height: 75px;
	line-height: 75px;
	display: inline-block;
}

.navbar-div a:hover,
.navbar-div a.current{
	border-bottom: 8px solid #f0b323;
	background:transparent !important
}

.divSandwichWrapper{
	top:25px;	
}

.divSandwichBarsHover .menutext{
	display:none;
}

.divSandwichBarsHover .fa{
	font-size:40px;	
}


.tagline-div, .tagline-outer{
	height:50px;
	background:#ffffff;
}

input.gsc-input, 
.gsc-input-box, 
.gsc-input-box-hover, 
.gsc-input-box-focus{
	width:240px;
}

.SearchWrapper .fa-lg{
	background:#215732;
	height:27px;
	margin-top:1px;
}

a:hover{
	text-decoration:none;
}

.SearchWrapper{
	top:12px;
}

.school-dropdown{
	top:76px;
}

.sectiondiv.schools a{
	color: white !important;
	background: #215732 !important;
}

.sectiondiv.schools a:hover{
	color: #215732 !important;
	background: #f0b323 !important;
}	

.divMenuLinks{
	box-shadow:none;
}

.MenuLinkWrapper{
	padding:0px 5px;
}

.divMenuLinks .MenuContainer a{
	font-weight:bold;
	color:#215732;
	border:3px solid #215732;
	background:#f0b323 !important;
	text-align:center;
	height: 75px;
	margin-top: 10px;
	padding-right: 15px;
	padding:14px 15px;
}

.divMenuLinks .MenuContainer a:hover{
	font-weight:bold;
	color:#215732;
	border:3px solid #215732;
	background:#ffffff !important;
	text-align:center;
	height: 75px;
	margin-top: 10px;
}

.divPullWrapper-event{
	float:right;
}

.divPullHeader{
	background:#215732 !important;
	font-family: rockwell, sans-serif; 
	font-size:30px;
}

.outerBlogTitle h2{
	margin-bottom:20px;
}

.divPullHeader h3, .divPullHeader h2, a.newsLink, a.eventsLink, a.facebookLink{
	font-style:normal;
	text-align:center;
	
}

 a.facebookLink{
 	font-size:16px;
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
 }

a.newsLink{
    font-style: normal;
    float: right;
    background: #f0b323;
    color: #0d0d0d;
    padding:3px;
}

.outer-slideshow-div{
	background:#215732;
	padding-bottom:0px !important;
}

.divMainCalloutSlideshowImageHolder, 
.SlideshowWrapper, 
.SlideshowWrapper, 
.SlideshowCenterImageInner, 
.slideshow-rightride.slideshow-floatright, 
.slideshow-leftside.slideshow-floatright{
	height:580px !important;
}

.slideshow-leftside{	
	/*top:-138px;*/
	padding:0;
}

.slideshow-rightride{	
	/*top:-138px;*/
}

.body-home .slideshow-rightride{
		display:none;
	}

.outer-slideshow-div .slideshow-div,
.slideshow-rightride{
	background:transparent;
	height:583px;
}


.body-home #nextButton,
.body-home #prevButton{
	display:none !important;
}

.divMainCalloutSlideshowThumbnails{
	background:rgba(33,87,50,1) !important;
	height:50px;
}

.divMainCalloutSlideshowThumbnails-home{
	background:rgba(33,87,50,0.8) !important;
	height:50px;
}

.divMainCalloutSlideshowControlsHolder {
    width: 70px;
    height: 33px;
    position: absolute;
    right: 91%;
    bottom: 3px !important;
    z-index: 5;
}

.current-slide{
	color:#f0b323 !important;	
}

.ThumbDot{
	color:white;
}

.ThumbdotCurrent{
	color:#f0b323;	
}

#pauseButton, #playButton{
	opacity:70%;
	background-position-x:center;
	background-position-y:center;
	width:33px;
	height:33px;
}

#pauseButton{
	background-image:url(../images/pause.png);
}

#playButton{
	background-image:url(../images/play.png);
}

.body-home .divPullWrapper-event{
	background:#cccccc;
}

.body-home .blogpullContainer{
	margin:72px auto;
}


.blog-container h3 a,
.blog-container h3{
	color:#215732;
	font-weight:600;
}

.blogSubTitle-tags a, 
.blogContent a{
	color:#215732;
	font-weight:normal;
}

.footer-nav-div,
.footer-div-bottom{
	background:#215732;
}

.divFooterColumn h3{
	color:#f0b323;
	font-weight:bold;
}

.footer-nav-div a{
	color:#ffffff;
}

.footer-nav-div a:hover{
	color:#ffffff;
	font-weight:bold;
}

.footer-div-bottom a.button {
	background:#298b5a;
	border: 1px solid #f0b323;
	color:#0d0d0d;
	position: relative;
	font-style:normal;
}

.footer-div-bottom a{
	color:#ffffff;
}

.footer-div-bottom a:hover{
	color:#f0b323;
}


.copyright a,
.copyright{
	float:none;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
}

.copyright a:hover{
	color:#f0b323;
}

.anchAdvertise{
	float:right;
	color:#ffffff;	
	z-index: 999;
	position: relative;
}

.anchAdvertise:hover{
	float:right;
	color:#f0b323;	
	z-index: 999;
	position: relative;
}

.outer-footer-div.outer-div.stuck, 
.footer-nav-div{
	margin-top:0;
}

.PageLabel-div, 
.outer-PageLabel-div.outer-div{
	background:#f0b323;
	height:62px;
}

.PageLabel{
	color:#215732;
	line-height:44px;
}

.outer-content-div.outer-div{
	/*margin-top:-76px;*/
}

.body-home .outer-content-div.outer-div{
	margin-top:0px;
}

.sidemenu a.sidemenu-category{
	text-transform:uppercase;
	color:#0d0d0d;
	background:white;
	font-size:13px;
}

.sidemenu a.sidemenu-category:hover, 
.sidemenu a.sidemenu-category.current-category{
	background:#f0b323;
	color:#215732;
	border-bottom: 1px solid #f0b323;
}

.SchoolSocialRSS{
	display:none !important;
}

.SchoolColumn2.schoolHome .divMainCalloutSlideshowImageHolder img, 
.SchoolColumn2.schoolHome .divMainCalloutImage img{
	height:100%;
	width:100%;
}

.SchoolColumn2.schoolHome #playButton,
.SchoolColumn2.schoolHome #pauseButton{
	/*display:none !important;*/
}

.SchoolColumn2.schoolHome .divMainCalloutSlideshowControlsHolder{
	width: 71px;
	height: 33px;
	position: relative;
	right: 89%;
	bottom: 25px !important;
	z-index: 5;
}

.SchoolColumn2.schoolHome .divMainCalloutSlideshowThumbnails{
	height:25px;
}

.divHomeTextWrapper{
	border:none;
	border-top: 1px solid #dfe7cf;
	border-bottom: 1px solid #dfe7cf;
}

.socialMedia a.SchoolSocial.fa-facebook, 
.socialMedia a.SchoolSocial.fa-twitter, 
.socialMedia a.SchoolSocial.fa-rss{
	background:#215732;
}

.blogpullContainerSchool{
	width:100%;
}

.blogpullNewsHeader{
	background:#215732;
	padding:15px;
	color:#ffffff !important;
}

.SchoolColumn2.schoolHome .blog-container{
	border:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding:10px;
	padding-top:0;
	margin-top:10px;
}

#nextButton{
	background-image:url(../images/next.png);
	opacity:100%;
	background-color:#ffffff;
}

#prevButton{
	background-image:url(../images/prev.png);
	opacity:100%;
	background-color:#ffffff;
}

.content-div a{
	color:#215732;
}

.content-div a:hover{
	color:#f0b323;
}

iframe, table{
	font-family:'Open Sans', sans-serif;
}


@media (max-width:1023px) {
	.outer-admin-div {
		display:none;
	}
}

@media (max-width:767px) {
	.MenuContainer{
		padding:0;
	}
}



.supernav,
.navcontainer {
	z-index:99;
}

.gsc-overflow-hidden .supernav,
.gsc-overflow-hidden .navcontainer {
	z-index:0;
}

.tagline-div, .tagline-outer {
	z-index:9;
}

.banner-socialmedia-div #social-networking-small li a,
.banner-socialmedia-div #social-networking li a,
.banner-socialmedia-div #social-networking-small li a:hover,
.banner-socialmedia-div #social-networking li a:hover {
	color:#ffffff;
	background:#0d0d0d;
	text-decoration:none; border-bottom:none;;
}



.sectiondiv.schools {
	background:transparent;	
}

.sectiondiv.schools a {
	background:rgba(255,255,255,0.95);
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	color:#0d0d0d;
	line-height:2;
	height:auto;
	color:#3192d0;
	border-bottom:1px solid #cccccc;
}

.sectiondiv.schools a:hover {
	color:#ffffff;
	background:#3192d0;
}


.tagline-div h2,
.tagline-div h3 {
	padding-top:0;
	margin-top:30px;
}

.SearchWrapper .fa-lg {
	width:45px;
}

.TranslateWrapperfooter{
	display:none;
}

@media (max-width:767px) {
	
	.tagline-div, .tagline-outer {
		height:38px;
	}
	
	.SearchWrapper,
	.TranslateWrapperDesktop,
	#skip{
		display:none;	
	}

	.TranslateWrapperfooter{
		display:block;
	}
	
	.SearchWrapper .fa-lg {
		height:28px;
	}
	
	.ads-column{
		margin-left:0px !important;
	}
	
	.body-home .divPullWrapper-event{
		background:#ffffff;
	}
	
	.body-home .divPullWrapper-event{
		background:#ffffff;
	}
	
	.body-home .divPullWrapper-event .divPullBody-blog,
	.body-home .divPullWrapper-event .divPullBody-blog tbody{
		background:#cccccc;
	}
	
	.body-home .divPullWrapper-event .divPullBody-blog tbody a,
	.body-home .divPullWrapper-event .divPullBody-blog tbody div{
		padding:0 !important;
	}
	
	.footer-div-container{
		background:#215732;
	}
	
	.marquee-footer-wrapper a{
		border: none;
	}
}


.content-div .ThumbImage,
.content-div a.ThumbImage:focus {
	color:#ffffff;	
}

.anchSlideshowImageLink {
	width:100%;
	height:auto;
	max-height:100%;
	max-width:100%;
}


.divMainCalloutSlideshowImageHolder img,
.divMainCalloutImage img {
	position:absolute;
	left:50%;
	top:0%;
	height:auto;
	max-height:none;
	width:100%;
	max-width:100%;
	-webkit-transform:translate(-50%,0%);
	-moz-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
}

.divMainCalloutSlideshowImageHolder,
.SlideshowWrapper,
.SlideshowWrapper,
.SlideshowCenterImageInner,
.slideshow-rightride.slideshow-floatright,
.slideshow-leftside.slideshow-floatright {
	height:500px;
	overflow:hidden;
}

.slideshow-leftside.slideshow-floatright {
	overflow:visible;
}

.schoolHome .divMainCalloutSlideshowImageHolder,
.schoolHome .SlideshowWrapper,
.schoolHome .SlideshowWrapper,
.schoolHome .SlideshowCenterImageInner,
.schoolHome .slideshow-rightride.slideshow-floatright {
	height:400px;
}

.SlideshowCenterImageInner {
	vertical-align:top;
}

.divMainCalloutSlideshowTextHolder,
.divMainCalloutSlideshowText,
.divMainCalloutText {
	width:100%;
}
.schoolHome .divMainCalloutSlideshowText {
	bottom:0;
}

.outerBlogTitle {
	background:transparent;
}

.outer-slideshow-div {
	padding-bottom:15px;
}

.divPullHeader {
	background:#3192d0;	
}

.divMainCalloutSlideshowThumbnails {
	background:#0d0d0d;
}

input[type="submit"], 
.anchCheckoutButton,
#tagsection.current, 
#datesection.current{
	background:#215732 !important;
}

.schoolHome .divMainCalloutSlideshowImageHolder,
.schoolHome .SlideshowWrapper,
.schoolHome .SlideshowWrapper,
.schoolHome .SlideshowCenterImageInner,
.schoolHome .slideshow-rightride.slideshow-floatright {
		height:400px !important;
}	

@media (max-width:1366px){
	.featuredAdContainer{
		
	}
}
.mcdonalds{
	display:none;
	background-color: #215732;
	padding-top: 10px;
}
@media (max-width:1840px) and (min-width: 768px){
	.mcdonalds{
		display: block!important;
		text-align: center;
	}
}

@media (max-width:1366px){
	.featuredAdContainer{
		
	}
}
@media (max-width:1300px){
	.anchMenuLink {
		font-size: 16px!important;
	}
}

@media (min-width:768px){
	.body-home .outer-content-div.outer-div{
		/*margin-top:20px;*/
	}
	
	.body-home .divPullHeader-top-blog{
		padding:0px !important;
	}
	
	.body-home a.newsLink{
		margin-top:-42px;
	}
	
	.body-home .blogpullContainer{
		margin-top:20px;
	}
	
	.divMenuLinks{
		display:block;
		/*top:-137px;*/
		padding-top:10px;
		padding-bottom:10px;
		background:#ffffff;
		/*margin-top: -138px;*/
	}
	
	.divSandwichWrapper {
	    top: 6px;
	}
	
	
}	


@media (min-width:1365px){
	.MenuLinkWrapper{
		width:20%;
	}
	
	.body-home .body-home .outer-content-div.outer-div{
		/*margin-top:-106px;*/
	}
	
	.body-home .blog-container{
		padding:10px;
		border-bottom:none;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		height:400px;
		/*height:auto*/
		width: 30.5%;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.body-home .blog-container img{
		margin-left:0px;
		margin-bottom:10px;
		/*max-height:100%;*/	
		/*height:260px;*/
		max-height:260px;
	}
	
	
	.body-home .outerBlogTitle .blogImage{
		padding-left:0px;
		/*height:280px;*/
		height:auto;
		margin-bottom:20px;
		text-align:center;
	}
	
	.body-home .outerBlogTitle .blogImage img{
		float:none;
	}
	
	.body-home .embedContainer{
		width:45.3%;
		margin-left:29px;
	}
	
	.uce_event_title{
		color:#215732 !important;
	}
	
	.cwuceeventtitle{
		text-indent:0 !important;
		border:10px solid #cccccc;
		border-left:0px;
	}
	
	.body-home .outer-slideshow-div{
		height:583px;
	}
	
	.SchoolColumn1, 
	.SchoolColumn2, 
	.SchoolColumn3{
		/*margin-top:-65px;*/
	}
	
	.schoolHome .divReadMoreWrapper{
		width:48.5%;
		float:right;
	}
	
	.schoolHome .blogImagePreview {
		padding-left: 0px;
		margin-right: 10px;
	}
	
	.schoolHome .blog-container h3{
		padding-top:10px;
	}

}	


@media (min-width:1024px) and (max-width:1199px) {
	.SuperNavLinks a, 
	.navcontainer-split .navbar-div a{
		font-size:12px;
	}
	
	.navbar-div{
		width:82%;
		/*top:-168px;*/
	}
	
	.navbar-div a{
		font-size:14px;
		padding:0 10px;
	}
	
	.outer-slideshow-div  .inner-div{
		width:100%;
	}
	
	.divMenuLinks .MenuContainer a{
		padding-top:14px;
		height:52px;
	}
	
	.PageLabel{
		line-height:25px;
		font-size:32px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:328px;
	}
	
	.divMainCalloutSlideshowControlsHolder {
	    right: 89%;
	}
	
			
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:320px;
	}
	
	.body-home .blog-container{
		padding:10px;
		border-bottom:none;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		height:560px;
		width: 29.5%;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.body-home .blog-container img{
		margin-left:0px;
		height:100%;
		margin-bottom:10px;	
	}
	
	
	.body-home .outerBlogTitle .blogImage{
		padding-left:0px;
		height:202px;
		margin-bottom:20px;
	}
	
	.schoolHome .divReadMoreWrapper{
		width:48.5%;
		float:right;
	}
	
	.schoolHome .blogImagePreview {
		padding-left: 0px;
		margin-right: 10px;
	}
	
	.schoolHome .blog-container h3{
		padding-top:10px;
	}
	
	.blogContent p{
		width:47%;
		float:right;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	.divNavbarWrapper{
		display:none;	
	}
	
	header{
		height:106px;
		box-shadow:none;
	}
	
	.SuperNavLinks, 
	.navcontainer-split .navbar-div a{
		display:none;
	}

	.banner-logo{
		left: 5% !important;
	}
	
	.navbar-div a.divSandwichBarsHover, 
	.navbar-div a.divSandwichBarsHover:hover{
		color:#ffffff;
		float:right;
	}
	
	
	.divSandwichWrapper .divSandwichNav a.anchSandwichNav{
		color:white;
	}
	
	.navbar-div a:hover, .navbar-div a.current{
		color:#215732 !important;
		background:#f0b323 !important;
		text-decoration:none; border-bottom:none;;
	}
	
	.navbar-div{
		width:82%;
		/*top:-137px;*/
	}
	
	.outer-slideshow-div  .inner-div{
		width:100%;
	}
	
	.divMenuLinks .MenuContainer a{
		padding-top:14px;
		height:52px;
	}
	
	.PageLabel{
		line-height:43px;
		font-size:32px;
	}
	
	.outer-slideshow-div .slideshow-div, .slideshow-rightride{
		height:380px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:380px !important;
	}
	
	.divMainCalloutSlideshowControlsHolder {
	    right: 89%;
	}
	
			
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:274px !important;
	}
	
	.divMenuLinks .MenuContainer a {
		padding:7.5px 12px;
		font-size:14px;
	}	
	
	.body-home .blog-container{
		padding:10px;
		border-bottom:none;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		width: 100%;
		margin-bottom: 15px;
	}
	
	.body-home .outerBlogTitle .blogImage{
		padding-left:0px;
		margin-right:10px;
		margin-bottom:30px;
		margin-top:30px;
	}
	
	.divReadMoreWrapper{
		width:48.5%;
		float:right;
	}
	
	th, th p, tr, tr p, td, td p{
		font-size:14px;
	}
	
	.outer-content-div.outer-div{
		margin-top:0px;
	}
	
	.ads-column{
		width:152px;
		margin-left: -10px !important;
	}
	
	.availableouter{
		width:152px;
		height:152px;
	}
	
	.schoolHome .divReadMoreWrapper{
		width:48.5%;
		float:right;
	}
	
	.schoolHome .blogImagePreview {
		padding-left: 0px;
		margin-right: 10px;
	}
	
	.blogContent p{
		width:47%;
		float:right;
	}
	
	.schoolHome .blog-container h3{
		padding-top:10px;
	}
	
}

@media (max-width:767px) {
	.body-home .divMainCalloutSlideshowImageHolder img, 
	.body-home .divMainCalloutImage img{
		height:100%;
	}
	.divNavbarWrapper{
		display:none;	
	}
	
	header{
		height:106px;
		box-shadow:none;
	}
	
	.SuperNavLinks, 
	.navcontainer-split .navbar-div a{
		display:none;
	}
	
	.divSandwichWrapper {
	    top: -4px;
	}
	
	.banner-logo{
		left: 5% !important;
		width:37%;
	}
	
	.PageLabel-div, .outer-PageLabel-div.outer-div{
		z-index:6;
		margin-top:139px;
		height:auto;
	}
	
	.PageLabel{
		font-size:22px;
	}
	
	.navbar-div a.divSandwichBarsHover, 
	.navbar-div a.divSandwichBarsHover:hover{
		color:#ffffff;
		float:right;
	}
	
	
	.divSandwichWrapper .divSandwichNav a.anchSandwichNav{
		color:white;
	}
	
	.navbar-div a:hover, .navbar-div a.current{
		color:#0d0d0d !important;
		background:#f0b323 !important;
		text-decoration:none; border-bottom:none;;
	}
	
	.navbar-div{
		width:62%;
		/*top:-137px;*/
	}
	
	.tagline-outer{
		display:none;
	}
	
	.outer-content-div.outer-div{
		margin-top:0px;
	}
	
	.SchoolColumn1{
		margin-top:16px;
	}
	
	button.btn-show-nav{
		font-family:'Open Sans', sans-serif;
		text-align:center;
		border: 2px solid #215732;
		border-radius:0px;
		background:#f0b323;
		
	}
	
	button.btn-show-nav span{
		color:#215732;
	}
	
	button.btn-show-nav i{
		color:#215732;
		background:#ffffff;
		border:2px solid #215732;
		padding:4px;
		border-radius:20px;
		font-size:16px;
	}
	
	button.btn-show-nav.open{
		color:#215732;
		background:#f0b323;
		border:2px solid #215732;
		padding:4px;;
		
	}
	
	.divMenuLinks{
		padding:0px;
		/*margin-bottom:30px;*/
		
	}
	
	.divMenuLinks .MenuContainer a{
		margin-top:0px;
		height:45px;
		border:none;
	}
	
	.divMenuLinks .MenuLinkWrapper + .MenuLinkWrapper,
	.MenuLinkWrapper{
		border-top:none;
		margin:0;
		padding:0;
		margin-bottom:2px;
	}
	
	.slideshow-leftside{
		margin-top:144px;
	}
	
	.slideshow-leftside slideshow-floatleft{
		
	}
	
	.outer-slideshow-div .slideshow-div, .slideshow-rightride {
	    background: transparent;
	    height: 315px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:225px !important;
	}
	
	
	.body-home .divMainCalloutSlideshowThumbnails{
		bottom:0px;
	}
	
	.slideshow-rightride{
		top:0px;
	}
	
	.body-home .blog-container{
		padding:10px;
		border-bottom:none;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-bottom: 15px;
	}
	
	.body-home .divPullWrapper-blog,
	.body-home .divPullWrapper-event{
		padding-right:15px;
		padding-left:15px
	}
	
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:195px !important;
	}	
	
	.SchoolColumn2.schoolHome .divMainCalloutSlideshowImageHolder img, 
	.SchoolColumn2.schoolHome .divMainCalloutImage img{
		height:100%;
		width:100%;
	}
	
	.slideshow-leftside.slideshow-floatright {
		display:none;
	}
	
	#nextButton,
	#prevButton{
		display:none !important;
	}
	
	.divMainCalloutSlideshowThumbnails{
		background:rgba(33,87,50,1) !important;
		height:40px !important;
	}
	
	.divMainCalloutSlideshowControlsHolder {
	    position: absolute;
	    right: 40%;
	    bottom: -2px !important;
	    z-index: 5;
		width:71px;
	}
		
	.blog-container img,
	.outerBlogTitle .blogImage {
		margin:0 auto;
		padding:15px;
		text-align:center;
	}
	

	.blog-container img {
		padding:0;
		float:none !important;
	}
	
	.outerBlogTitle iframe {
		max-height:450px;
	}
	
	th, th p, tr, tr p, td, td p{
		font-size:9px;
	}
	
	.swiper-pagination{
		display:none;
	}
	
	.SchoolColumn2.schoolHome #playButton,
	.SchoolColumn2.schoolHome #pauseButton{
		display:inline-block !important;
	}

	.SchoolColumn2.schoolHome .divMainCalloutSlideshowControlsHolder{
		bottom: 0px !important;
		right: 40%;
	}

	.footer-nav-div nav{
		display:none;
	}
	
	.footer-div-bottom a.button{
		width:96%;
		display:inline-block;
	}
	
	.anchAdvertise{
		width:100%;
	}
	
	.copyright a, .copyright{
		font-size:12px;
	}
	
	.footer-div-container.FixedToBottom{
		height:60px;
	}
	
	.footer-div-container{
		display:none;
	}
	
	
	.sidemenu a.sidemenu-category:hover, .sidemenu a.sidemenu-category.current-category, .sidemenu .spanCategoryToggle:hover, .sidemenu .spanCategoryToggle.current-category{
		color:#215732;
		background:#f0b323;
	}
	
	.divSubcategoryWrapper a.current-subcategory{
		color: #0d0d0d;
		border-left: 3px solid #f0b323;
	}
}

@media (orientation: landscape) and (max-width:812px) {
	.divSandwichWrapper {
	    /*top: -33px;*/
	}
	
	.banner-logo img {
	    max-width: 92%;
	    width: auto;
	}
	
	.footer-div-container.FixedToBottom{
		display:none;
	}
}

@media (orientation: landscape) and (max-width:736px) {
	.banner-logo img {
	    max-width: 52%;
	    width: auto;
	}
}

@media (orientation: landscape) and (max-width:667px) {
	.banner-logo img {
	    max-width: 58%;
	    width: auto;
	}
}

@media (orientation: landscape) and (max-width:568px) {
	.banner-logo img {
	    max-width: 66%;
	    width: auto;
	}
}

@media (max-width:320px) {
	.banner-logo img {
	    max-width: 118%;
	    width: auto;
	}
}

.ads-column,
.ads-column img {
	margin:auto;
	height:auto;
	background:transparent;
}

.ads-column {
    min-height: 190px;
    display: flex;
	flex-wrap:nowrap;
	flex-direction:column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ads-column a {
	max-width:100%;
	border:none;
	margin:auto;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.0);
}

.ads-column a:hover {
	-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);
}

.ads-column a + a {
	margin-top:15px;
}


.marquee-footer-wrapper {
	padding:15px;
	text-align:center;
}

.marquee-footer-wrapper a {
	display:inline-block;
	max-width:100%;
	border:1px solid #999999;
	margin:auto;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.0);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.0);
}


.marquee-footer-wrapper a:hover {
	-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);
}


.marquee-footer-wrapper a.MarqueeContact {
	width:100%;
	padding:30px;
}

@media (max-width:767px) {
	.ads-column a {
		display:inline-block;
	}
	
	.ads-column .panel-size-1{
		margin-top:78px;	
	}
	
	.divAdsColumn img {
		border:none;
	}
	
	.marquee-footer-wrapper{
		padding:10px;	
	}
	
	.marquee-footer-wrapper a {
		padding:0;
	}
	
}



.divAdsColumn {
	background:transparent;
	text-align:center;
}

.divAdsColumn img {
	border:1px solid #cccccc;
}

.divAdsColumn .swiper-controls {
	position:absolute;
	top:50%;
}

.divAdsColumn .swiper-container {
	padding:30px 0 45px 0;
}

.divAdsColumn .swiper-pagination-bullet {
	height:18px;
	width:18px;
	background:#0d0d0d;
	opacity:0.3;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	margin:7.5px;
}

.divAdsColumn .swiper-pagination {
	bottom:0;
}

.divAdsColumn .swiper-pagination-bullet-active {
	opacity:1;
}

.swiper-button-next,
.swiper-button-prev {
	filter:grayscale(1) brightness(0);
}



#tagsection,
#datesection {
	color:#ffffff;
	background:#333;
}

#tagsection.current,
#datesection.current {
	color:#ffffff;
	background:#3192d0;
}

@media (max-width:1023px){
	.body-home .blogpullContainer .blogImage {
		margin-bottom:15px;
		clear:both;
		padding:0;
	}	
	
	.body-home .blogpullContainer .blog-container img {
		margin:auto;
	}
}


.darksite-outer-div .container {
	padding:30px 15px;
}



.ta-c {
	text-align:center;
}

.divErrorMessage {
	float:left;
	width:100%;
	background:#f2f2f2;
	border:1px solid #cccccc;
	color:#0d0d0d;
	text-align:center;
	padding:15px;
	margin:15px auto;
	clear:both;
}

#loginform #txtUsername,
#loginform #txtPassword {
	border:1px solid #999999;
	text-indent:7px;
}

#loginform input[type=submit] {
	padding:5px 25px;
	font-style:normal;
	color:#ffffff;
	backgruond:;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	border:2px solid ;
}


#loginform input[type=submit]:hover {
	background:#0d0d0d;
	border:2px solid #0d0d0d;
	color:#ffffff;
}


.divLoginWrapper {
	border:1px solid #cccccc;
	padding:30px;
	padding-bottom:15px;
	text-align:center;	
	margin:30px auto;
	
}

.divResetWrapper {
	text-align:left;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border:1px solid #ccc;
	padding:2px;
}


input[type=submit],
input[type=submit]:hover {
	color:white;
	background:;
	border:1px solid ;
	font-style:normal;
	padding:5px 20px;
}

input[type=submit]:hover {
	color:black;	
}


.divLogoutWarning {
	position:absolute;
	width:50%;
	height:50%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background:#f2f2f2;
	text-align:center;
	padding:15px;
	border:1px solid #cccccc;
	-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);
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
	
	display:none;
}

.divLogoutWarning h3 {
	margin-top:0;
}

.divLogoutWarning input {
	background:;
	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;
	color:#ffffff;
	font-style:normal;
	padding:5px 20px;
}

.divLogoutWarning input:hover {
	color:#0d0d0d;
	border:1px solid ;
}

@media (max-width:767px) {
	.divLogoutWarning {
		width:80%;
		height:80%;	
	}
}



.textholder-faq {
	border:none !important;
	margin:0;
	margin-bottom:10px;
}

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


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

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

a.textholder-faq-question {
	text-decoration:none;
	cursor:pointer;
	width:100%;
	height:100%;
	color:#0d0d0d;
    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;
	text-decoration:none;	
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;		

    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,
.textholder-faq-question:focus {
	background:rgba(234, 233, 236, 0.5);
	text-decoration:none;
}

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

.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%;
}

@media (max-width:767px) {

	.textholder-faq-inner {
		margin-left:0;
	}
}



.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.selectAbsenceDDL {
	width:26em;
	height: 35px;
	border-bottom-color: #753bbd;
}

.h3Absence {
	display:block;
	width:100%;
	clear:both;
	color:#ffffff;
	font-family:'Rockwell', sans-serif;
	font-weight:500;
	background: #3192d0;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#frmAbsenceForm input,
#frmAbsenceForm select,
#frmAbsenceForm textarea {
	border:1px solid #cccccc;
	padding:2px 8px;
	width:100%;
}

#frmAbsenceForm label {
	width:100%;
	display:block;
}

#frmAbsenceForm input[type=submit] {
	display:inline-block;
	width:auto;
	float:left;
	background:#215732;
	color:#ffffff;
	border:1px solid #999999;
	padding:10px 25px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	margin:auto;
}


#frmAbsenceForm input[type=submit]:hover {
	background:#215732;
	color:#ffffff;
	boreder:1px solid #f0b323;
}



iframe.iframeEmbed {
	border:none;
	overflow:hidden;
}



.divMainCalloutSlideshowText {
	padding-bottom:35px;
}

.divMainCalloutSlideshowControlsHolder {
	bottom:26px;
}

#pauseButton,
#playButton {
	position:relative;
	top:auto;
	right:auto;
}


@media (min-width:1024px) {
	.fb-page-sm{
		display:none;
	}
	
	.body-home .divReadMoreWrapper{
		position: absolute;
		bottom: 12px;
	}
	
		
}

@media (max-width:1023px) {
	.fb-page-lg{
		display:none;
	}
	
	a.showOnFocus{
		left:-20px;
	}
		
}

@media (max-width:767px) {
	.embedContainerFb {
		padding-bottom:20px;
	}
		
}

.embedContainer iframe{
	display:block;
	margin:auto;
} 


/*added extra 6/10 MH*/
@media(max-width:767px){
	
	.SchoolColumn2.schoolHome .divMainCalloutSlideshowControlsHolder {
	    bottom: -7px !important;
	    right: 75%;
	}
	
	.SchoolColumn2 .divMainCalloutSlideshowText{
		position:relative;
		padding-bottom: 10px;
	}
	
	.SchoolColumn2 #Thumb1.ThumbDot{
		margin:0;
	}
	
	.SchoolColumn2 .ThumbDot{
		margin: 12px;
	}
	
	.PageLabel-div, .outer-PageLabel-div.outer-div{
		height:74px;
	}
	
	.PageLabel{
		line-height:22px;
		padding-top:24px;
	}
	
}





