
body {}
html {}


body,
html {
	background:#f2f2f2;
}



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

td {
	border:1px solid #ccc;
	padding: 10px !important;
}

.slideshowVideo{
	width: 100%;
	height: 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:#222222;
    border:1px solid #222222;
    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;
}



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

.button {
	color:#222222;
	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:#222222;
	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:#222222;
	font-family:'Source Sans Pro', 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;
	font-family:'Source Sans Pro', 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;
}

.trTableHeaderRow {
	background:#3192d0;
}

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:#222222;
	-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:#222222;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}




.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,
.banner-socialmedia-div{
	float:right !important;
}

.SuperNavLinks {
	width:66%;
}

.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:17px;
	font-family:'Source Sans Pro', sans-serif;
	padding:0 6px;
}

.SuperNavLinks a:hover,
.anchSuperNav.current {
	color:#393939;
	-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 12px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:17px;
	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;
}

.school-dropdown{
	left:28.7%;
	top:107px !important;
}

.banner-logo {
	left:20%;
	margin:0;
	top:-38px !important;
}


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

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

.tagline-outer{
	top:27px;
}

.tagline-div h2,
.tagline-div h3 {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:14px;
	margin-bottom:0;
	padding-top:28px;
	text-align:right;
}

.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: 0 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-rightride.slideshow-floatleft .divMenuLinks{	
	padding-left:0;
	margin-top:15px;
}

.divMenuLinks {
	position:relative;
	left:0;
	height:auto;
}

.MenuLinkWrapper{
	padding:0;
}

.divMenuLinks h3 {
	display:none;
}

.divMenuLinks a {
	font-family: 'Trajan Pro_bold';
	display:block;
	font-size:20px;
	padding:25px 5px;
	padding-right:25px;
	text-transform:none;
	border:none;
	height:auto;
	background:#222222;
	color:#222222;
	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;
	margin:5px;
	text-align: center;
	height: 15px;
	line-height: 3px;
	text-transform: uppercase;
	color: #ffd24f;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform:uppercase;
}

.divMenuLinks a.current,
.divMenuLinks a:hover{
	color: #222222;
	text-decoration: none;
	background: #ffd24f;;
}

.divMainCalloutSlideshowThumbnails {
	width:100%;
	background:rgba(0, 0, 0, 0.8);
	bottom:0;
	height:50px;
}

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

#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);
}

.divDirectionSectionLeft.directionsSubHeader {

}

#divGetDirections {
    padding: 0px;
}



.outer-slideshow-div {
	background-color:#f2f2f2;
	background:url(../../layout/images/MC-background.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: left 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:'Trajan Pro', sans-serif;
	color:#ffffff;
}



.outer-content-div.outer-div{
	background:#ffffff;
	top:27px;
}

.divPullWrapper,
.body-home .embedContainer,
.pagetextholder,
.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:'Trajan Pro', sans-serif;
	font-weight:300;
}

a.newsLink, 
a.eventsLink {
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	;
	font-style:italic;
	font-family:'Source Sans Pro', 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:'Trajan Pro', 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:#222222;
	-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{
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	text-decoration:none;
	font-family:'Source Sans Pro', sans-serif;
}

.blogpullContainerSchool{
	width:100% !important;
	padding-top:15px !important;
}

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

.blogSubTitle-tags a,
.blogContent a,
.blogSubTitle-date {
	font-size: 16px;
	font-style: italic;
}

a.schoolcalendarlink {
    display: block;
    color: #222222;
    font-size: 1.2em;
	font-style:italic;
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #ffd24f;
    position: relative;
    display: inline-block;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    vertical-align: middle;
    left: -40px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.calendarlinktext {
    display: inline-block;
    margin-left: -60px;
    z-index: 3;
    position: relative;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.schoolcalendarlink{
	font-style:normal;
	margin-bottom:-26px;
}

a.schoolcalendarlink:hover .hexagon {
    background: #ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.schoolcalendarlink:hover .calendarlinktext {
    margin-left: -60px;
    color:#ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.schoolcalendarlink:hover .hexagon:before {
    border-bottom-color: #ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.schoolcalendarlink:hover .hexagon:after {
    border-top-color: #ffd24f;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.content-taylor-middle-school iframe{
	width:100%;	
}

.divHomeCalendarPull {
	margin-top:40px;
	margin-bottom:30px;
}



.marquee-footer.container {
	width:100%;
}

.outer-footer-div.outer-div.stuck,
.footer-nav-div {
	background-image:url(../images/district-background.jpg);
	background-position:bottom center;
	margin-top:0px;
}

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

.divFooterColumn h3 {
	font-family: 'Source Sans Pro_regular';
	color:#222222;
	font-size:18px;
}

.footer-nav-div a {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-family: 'Source Sans Pro_regular';
	background-color: #d8d8d8;
}

.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,
.divFooterColumn3 {
	margin-right:150px;
}

.divFooterColumn4 {
	margin-right:0;
}

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


.copyright {
	float:left;
	width:auto;
	padding-top:12px;
	color:#222222;
	font-family: 'Source Sans Pro_regular';
	margin-right: 15px;
}

.copyright a {
	color:#222222;
	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-family: 'Source Sans Pro_regular';
}

.copyright a:hover {
	color:#ffd24f;
	-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:#3192d0;
	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 #222222;

}

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 #222222;
	
}

.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:#cccccc;
}

.PageLabel {
	color:#ffffff;
	font-family:'Trajan Pro', sans-serif;
	font-size:30px;
	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;	
}

.body-taylor-high-school .outer-content-div.outer-div, 
.body-taylor-middle-school .outer-content-div.outer-div, 
.body-three-rivers-elementary-school .outer-content-div.outer-div,
.body-athletics .outer-content-div.outer-div {
	background-image:url(../images/school-background.jpg);
	background-repeat:repeat-y;
	background-size:auto;
}

.body-home .outer-content-div.outer-div {
	background-image:url(../images/district-background.jpg);
	
}

.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:#222222;
}

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

.ads-column img {
	height:auto;
	margin-top:100px;
}

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

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

.divHomeTextWrapper {
	border:none;
	background:white;
	margin:15px 0;
}

.divHomeTextWrapper p{
	line-height: normal;
}

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

.fbFeedContainerSchool {
	float:right;
}

.fbFeedContainerSchool h3 a {
	font-size:24px;
	color:#222222;
	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 {
	max-width:180px;
}

.blogImagePreview{
	float:right;
}

.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;
	background: rgba(239,239,239,.7);
}


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

.directionsSubHeader{
	height:100%;
}

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

.socialMedia a.SchoolSocial:hover {
	background:#222222;	
}

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

@media (max-width:767px) {
	
	table {

	}
	
	.divPullWrapper .divDirectionSectionLeft,
	.divPullWrapper .divDirectionSectionRight {
		padding:0;
		width:100%;
		clear:both;
	}	
	
	.SupernavTranslateWrapper {
		display:none !important;
	}
	
	.darksite-outer-div {
		background-color:#f2f2f2;
		background:#f2f2f2;
		background-size:cover;
		background-repeat:repeat-x;
		background-position: left center;
		margin-top: 97px;
	}
	
	.darksite-outer-div .container {
		padding-left:0 !important;
		padding-right:0 !important;
		margin-left:0 !important;
		border-left:0 !important;
	}
	
	.darksite-outer-div blockquote {
		border-left:0 !important;
	}	
	
}



.divBannerAlertMessage {
    position:relative;
    padding:5px 15px;
    background:#E81236;
    border-bottom:2px solid #6A0919;
    text-align:center;
    z-index:9;
}

.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:#222222;
    border:1px solid #222222;
    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;
}

body {
	background: url(../../layout/images/outerContentBackground.jpg) top repeat-x black; 
}
.outer-content-div {

}
.divPullHeader{
	background: #222222;
	height:70px;
}
.content-div {
    background: white;
    padding-top: 5px;
	padding-bottom:50px !important;
}
.content-div.content-home {
}

h2, h2 a {
	font-family: 'Trajan Pro_bold';
	color: black;
	font-size: 24px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;		
}
h2 a:hover {
	color: #ffd24f;
	text-decoration: none;
}
h2.pageLabel {
    line-height: 53px;
    color: #ffd24f;
    margin-bottom: 20px;
    margin-top: 0px;
} 
h3, h3 a {
	font-family: 'Source Sans Pro_regular';
	color: #ffd24f;
	font-size: 22px;
	text-transform: uppercase;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
	font-weight:bold;
}
h3 a:hover {
	color: #ffd24f;
	text-decoration: none;
}
p, li, td {
	font-family: 'Source Sans Pro_regular';
	color: #464d57;
	font-size: 16px;
	line-height: 28px;
	-webkit-text-size-adjust: 100%;
}
p a, li a, td a, .content-div a {
	color: black;
	font-family: 'Source Sans Pro';
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
	font-style:italic;
	font-size:18px;
}
p a:hover, li a:hover, td a:hover, .content-div a:hover {
	color: #ffd24f;
	text-decoration:none; border-bottom:none;;
}

.outer-PageLabel-div {
	height: 70px;
	border: none;
	background: none;
	top:27px;
}

.PageLabel-div {
	height: 70px;
}

.outer-PageLabel-div.page-home {
	display: none;
}

.content-div {
	backround: none;
}

h2.PageLabel {
    line-height: 53px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
	text-align: left;
	margin-left: 20px;
}

.outer-banner-div {
	height: 82px;
	background:#eaeaea;
}

.banner-logo {
	z-index: 400;
	width: 180px;
	height: 180px;
	border-radius: 90px;	
	top: -25px;
	left: 20% !important;
}
.banner-logo img {
	border-radius: 90px;
}
.banner-logo a {
    border: none;
    display: inline-block;
    width: 166px;
    height: 166px;
    border-radius: 90px;
}
.divOuterSuperNav {
	height: 30px;
	background: #ffd24f;
}
.divInnerSuperNav {
	height: 30px;
	padding: 0 20px;
	width: 940px;
}
.banner-supernav-div {
	height: 30px;
}
.navdivider {
	line-height: 30px;
	color: #393939;
	height: 30px;
	display: inline-block;
}
.banner-supernav-div {
	text-align: left;
}
.banner-supernav-div a {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 8px;
	font-family: 'Source Sans Pro_regular';
	font-size: 15px;
	text-transform: uppercase;
	color: #393939;
	letter-spacing: .015em;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.banner-supernav-div a:hover {
	background: #fce7a9;
	color: #000000;
	text-decoration: none;
}
.super-navleft {
	float: left;
	width: 465px; 
	text-align:left;	
}
.super-navright {
	float: right;
	width: 465px; 
	text-align: right;	
}

.supernav, 
.anchSuperNav,
#social-networking-small a{
	height: 44px !important;
	line-height: 44px !important;
}

.supernav a, 
.supernav .navdivider{
	float:none !important;
}

.athletic-banner-socialmedia-div{
	text-align:center;
}

.athletic-banner-socialmedia-div ul{
	display:inline-flex;
	margin:0;
}

.athletic-banner-socialmedia-div #social-networking-small li{
	background: transparent;
	list-style: none;
	margin:0;
}

.athletic-banner-socialmedia-div #social-networking-small li a{
	font-size:25px;
	margin: 5px;
}

.athletic-banner-socialmedia-div #social-networking-small li a:hover{
	color:#ffd24f;
}

.athletic-banner-socialmedia-div #social-networking-small li a .fa-lg:hover{
	background:#ffffff;
}

		#social-networking li, #social-networking-small li {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
.banner-side-div {
    width: 1110px;
    height: 30px;
    right: -22.5%;
    top: 35px;
}
.banner-socialmedia-div {
    float: left;
    margin: 0;
}


.banner-contact-right {
	float: right;
}
.fa-lg.SearchButton {
	background: #ffd24f;
	height: 27px;
    line-height: 28px !important;
	width: 30px;
	padding: 0 10px;
	float: right;
	text-align: center;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.fa-search::before{	
	color:#222222;
}
.fa-lg:hover {
	background: #ffd24f;
}
.searchbutton {
	opacity: 1.0;
	cursor: pointer;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #cccccc;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	width: 100%;
}
.google-search {
    height: 30px;
    line-height: 30px;
    width: 240px;
    float: left;
    margin-right: 10px;
    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;
}

.navcontainer {
	height: 55px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+50,b0b0b0+100 */
	background: transparent;*/
	
}

.anchMainNav{
	height:82px !important;
	line-height:82px !important;
}

.navbar-div {
	background: none;
	height: 55px;
}
.navbar-div a {
	font-family: 'Source Sans Pro_regular';
	color: #222222;
	font-size: 20px;
	padding: 0 7px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.navbar-div a:hover, .navbar-div a.current {
	background: #ffd24f;
	color: #000000;
}
.navleft {
	float: left;
	width: 465px;
	margin-left: 20px;
}
.navright {
	float: right;
	margin-right: 20px;
}
.navright a {
	float: right;
	padding: 0 9px;
}

.sectiondiv.schools {
	background: rgba(0,0,0,.80);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
	top: -25px !important;
	left: 20px;
	width: 282px;
}
.sectiondiv.schools a {
	border-bottom: 1px solid #000000;	
	color: #ffffff;
	background: rgba(0,0,0,.80);
	width: 282px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.sectiondiv.schools a:hover {
	color: #ffd24f;
	background: black;
}

.footer-div-container {
	background: #ffffff;
}
.footer-div-container {
	padding: 0;
}
.outer-footer-div {
	padding-bottom: 140px;
}
.body-home .outer-footer-div {
	padding-bottom: 0;
}
.marquee-footer-wrapper {

}
.marquee-footer-wrapper.stuck {
	/*background: white;*/
	width: 980px;
	margin: 15px auto 0;
	padding-top: 10px;
	border-top: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top:1px solid #eaeaea;
}
.marquee-footer-wrapper:hover {

}




.outer-footer-div {
	background: #393939;
}
.footer-nav-div {
	background-image:url(../images/footer-background.jpg);
	background-position-y:top;
}
.footer-nav-div a {
	font-size: 16px;
	color: #222222;
}
.footer-nav-div a:hover {
	color: #ffd24f;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration:none;
}
.button {
	color: white;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style:normal;	
}
.button:hover {
	color: #ffd24f;
	border: 1px solid #ffd24f;
	text-decoration: none;
}

.footer-div-bottom a.button{
	background:#393939;
	border: 1px solid #ffd24f !important;
	padding:18px 15px;
	font-family: 'Source Sans Pro_regular';
}

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

.footerAdvertise{
	color:#222222;
	float:right;
	font-family: 'Source Sans Pro_regular';
}

.sidemenu a.sidemenu-category{
	font-family: 'Source Sans Pro_regular';
	color: #8f8f8f;
	padding-left: 10px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size:16px;
}
.sidemenu a.sidemenu-category:hover, .sidemenu a.sidemenu-category.current-category {
	background: #ffd24f !important;
	color: #000000 !important;
	border-bottom: 1px solid #cccccc !important;
	font-weight:500 !important;
}

.sidemenu a.sidemenu-subcategory.current-subcategory{
	border-left: 3px solid #ffd24f !important;
}

.content-taylor-high-school .sidemenu, 
.content-taylor-middle-school .sidemenu, 
.content-three-rivers-elementary-school .sidemenu, 
.content-athletics .sidemenu,
.content-athletics2 .sidemenu {
	width: 200px;
    padding-right: 0;
    border-right: none;
    margin-right: 20px;	
}

.divNarrowColumn .divHomeTextWrapper table {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.divNarrowColumn .blog-container {
	border-bottom: 1px solid #eaeaea;	
}


.ads-column {
	width: 202px;
	margin-left: 18px;
	border-left: none;
}
.ads-column a {
	width: 202px;
	margin-left: 0;
}
.availableouter {
	width: 200px;
	height: 158px;
}
.divHomeTextWrapper h2 {
	color: #222222;
	margin-bottom: 0;
}

.directionsSubHeader {
    padding-left: 0;
    width: 98%;
    background: none;	
}
#mapframe {
    width: 678px;
    margin-top: 30px;
}
#mapframe, #gmap {
	width: 677px;
}
.blogSubTitle-tags a {
	color: black;
	font-style: italic;
	font-weight: bold;
}
.buildingphone {
	float: left;
}
.buildingphone h3 span {
	color: #464d57;
}
.buildingphone h3 {
	color: #eaeaea;
}





		input[type=submit] {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
		.anchCheckoutButton {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
input[type=submit], .anchCheckoutButton {
    display: block;
    cursor: pointer;
    font-family: 'Source Sans Pro_regular';
	text-transform: uppercase;
    background: white;
    border: 1px solid #393939;
    color: #393939;
	text-shadow: none;
    padding: 5px 15px;
    height: auto;
    text-align: center;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
input[type=submit]:hover, .anchCheckoutButton:hover{
    text-decoration: none;
    background: #ffd24f;
    color: black;
}
#divGetDirections input[type=submit] {
	line-height: 32px;
}
.blogsearch input[type=submit], .anchCheckoutButton {
	width: 70px;
	padding: 1px 4px;
}

.blogsidemenubanner {
	background: black;
}
.blogsidemenuchooser {
	color: #ffd24f;
}
.blogsidemenucontent a {
	color: #393939;
}

.trTableHeaderRow {
    background: #393939;
    color: #ffd24f;
}
table th p {
    color: #ffd24f;
}
.divPullWrapper .divFormContainer .btnSearch {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.divPullWrapper .divFormContainer .txtSearchTerm {
    height: 32px;
}
.divPullWrapper table.tableListingTable {
    width: 700px;
}
.divPullWrapper table.tableListingTable td {
    padding-left: 10px;
}
.fa {
    margin-right: 5px;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on June 21, 2016 1:12 PM */
@font-face {
	font-family: 'Trajan Pro_regular';
	src: url('fonts/TrajanPro-Regular.eot');
	src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Regular.woff') format('woff'),
		url('fonts/TrajanPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trajan Pro_bold';
	src: url('fonts/TrajanPro-Bold.eot');
	src: url('fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Bold.woff') format('woff'),
		url('fonts/TrajanPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on April 19, 2016 3:48 PM */
@font-face {
	font-family: 'Source Sans Pro_blackIt';
	src: url('fonts/SourceSansPro-BlackIt.eot');
	src: url('fonts/SourceSansPro-BlackIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-BlackIt.woff') format('woff'),
		url('fonts/SourceSansPro-BlackIt.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro_black';
	src: url('fonts/SourceSansPro-Black.eot');
	src: url('fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Black.woff') format('woff'),
		url('fonts/SourceSansPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_light';
	src: url('fonts/SourceSansPro-Light.eot');
	src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Light.woff') format('woff'),
		url('fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_italic';
	src: url('fonts/SourceSansPro-It.eot');
	src: url('fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-It.woff') format('woff'),
		url('fonts/SourceSansPro-It.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro_bold';
	src: url('fonts/SourceSansPro-Bold.eot');
	src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Bold.woff') format('woff'),
		url('fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_extraLight';
	src: url('fonts/SourceSansPro-ExtraLight.eot');
	src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-ExtraLight.woff') format('woff'),
		url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_lightIt';
	src: url('fonts/SourceSansPro-LightIt.eot');
	src: url('fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-LightIt.woff') format('woff'),
		url('fonts/SourceSansPro-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro_BoldIt';
	src: url('fonts/SourceSansPro-BoldIt.eot');
	src: url('fonts/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-BoldIt.woff') format('woff'),
		url('fonts/SourceSansPro-BoldIt.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro_semiBoldIt';
	src: url('fonts/SourceSansPro-SemiboldIt.eot');
	src: url('fonts/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-SemiboldIt.woff') format('woff'),
		url('fonts/SourceSansPro-SemiboldIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro_semiBold';
	src: url('fonts/SourceSansPro-Semibold.eot');
	src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Semibold.woff') format('woff'),
		url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_regular';
	src: url('fonts/SourceSansPro-Regular.eot');
	src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-Regular.woff') format('woff'),
		url('fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro_extraLightIt';
	src: url('fonts/SourceSansPro-ExtraLightIt.eot');
	src: url('fonts/SourceSansPro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSansPro-ExtraLightIt.woff') format('woff'),
		url('fonts/SourceSansPro-ExtraLightIt.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}


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

.mobileTranslateWrapper,
.TranslateWrapper {
    float: right;
    margin-right: 10px;
	top:7px;
	height:27px;
	line-height:21px;
}

.goog-te-gadget-icon,
.goog-te-menu-value{
	line-height:10px !important;
	height:20px !important;
}

.goog-te-menu-value{
	background:#ffffff !important;
}	

.searchbutton {
    float: right;
}

.google-search {
    position: absolute;
    right: 50px;
    background: black;
}

.outer-supernav-div {
	height: 30px;
    background: #ffd24f;
}

.banner-supernav-div {
	background: none;
}

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

.banner-logo {
	left: 0;
}

.fa-lg {
	padding: 0;
	margin: 0;
}

#social-networking-small a {
	color: black;
}

.fa-lg.SearchButton {
	padding: 0 10px;
	opacity: 1;
	text-shadow: none;
	font-size: 18px;
}

.SearchWrapper {
	margin-right: 0;
	top:0px !important;
	right:5px !important;
}

.SearchButton {
    float: right;
}

.google-search {
    position: absolute;
    right: 50px;
    background: black;
}

.mobileTranslateWrapper,
.TranslateWrapper {
	background:#ffffff;
	margin-top:13px;
}


.divParentPageWrapper {
	border: 1px solid #cccccc;
	margin-top:20px;
	margin-bottom:20px;
}

.footerAdvertise {
	margin-right:15px;
}


.manageemergencyupdatesbutton{
	color:#ffffff;	
}

.darksite-outer-div {
	height: 375px;
}

.darksite-outer-div blockquote {
	background:#222222;
}

.darksite-outer-div h2 {
	float: left;
	width: 60%;
	margin: 20px 0;
	font-size: 36px;
}

.darksite-outer-div h3 {
	float: left;
	width: 60%;
	line-height: 40px;
	font-size: 24px;
}

.darksite-outer-div p{
	color: #ffffff;
}

.darksite-outer-div a{
	color: #ffffff;
}

h3.emergency {
	color: red;
	margin-top: 30px;
	font-size: 32px;
}

.outer-header-container {
	height: 31px;
}

.darksite-outer-div .inner-div {
	/*width: 1140px !important;*/	
}

.blog-container.dark-blog-container {
	width: 100%;
}

.dark-blog-container .blogContent h3 {
	color: #222222;
	line-height: 35px;
}

.blog-container.dark-blog-container:nth-child(2n) {
	border-right: none;
	padding-right: 0;
}

.dark-blog-container .blogSubTitle {
	display: block;
	color: red;
}

.dark-blog-container .blogSubTitle-date {
	font-family: 'Source Sans Pro_italic';
}

.darksite-outer-div h2, .darksite-outer-div h3 {
float: none;
width: auto;
line-height: normal;
}
.darksite-outer-div {
height: auto;
}
.DarkContent .content-div.content-home {
    background-image: none;
}

.fa-rss{
	display:none !important;
}

a.twitter-school:hover {
    text-decoration: none;
}

a.twitter-school .hidetext {
    line-height: 0; 
    font-size: 0;
    color: transparent; 
}

.body-taylor-high-school .embedContainer,
.body-taylor-middle-school .embedContainer,
.body-three-rivers-elementary-school .embedContainer,
.body-athletics .embedContainer,
.body-taylor-high-school .blogpullContainerSchool h3,
.body-taylor-middle-school .blogpullContainerSchool h3,
.body-three-rivers-elementary-school .blogpullContainerSchool h3,
.body-athletics .blogpullContainerSchool h3{
	background:#333 !important;
}


.body-athletics .divMainCalloutSlideshowImageHolder img, 
.divMainCalloutImage img{
	width:auto;
	height:100%;
}

.body-athletics .divHomeTextWrapper{
	border-bottom:none;
}

.body-athletics .divHomeTextWrapper h2{
	border-bottom:1px solid #ccc;
}

.timeline-Widget{
	background-color: #292F33 !important;
	color:#ffffff !important;
}


.body-taylor-high-school .blogpullContainerSchool h3,
.body-taylor-middle-school .blogpullContainerSchool h3,
.body-three-rivers-elementary-school .blogpullContainerSchool h3,
.body-athletics .blogpullContainerSchool h3,
.embedTitle-twitter a{
	line-height: 66px;
	color: #ffd24f !important;
	text-align: left;
	font-family: 'Trajan Pro_bold';
	font-style:normal;
	font-size:30px;
}

.body-taylor-high-school .blogpullContainerSchool h3,
.body-taylor-middle-school .blogpullContainerSchool h3,
.body-three-rivers-elementary-school .blogpullContainerSchool h3,
.body-athletics .blogpullContainerSchool h3{
	padding-left:15px;
}

.blogpullContainerSchool .blog-container h3 {
	font-size:24px;
	color:#222222 !important;
	background:transparent !important;
	padding-left:0px;
	margin-top:12px;
	line-height:28px;
}

.divReadMoreWrapper a{
	font-style:normal;
	font-weight:600;
	color:#222222;
}


.body-athletics .embedContainer{
		margin-top:10px;
	}


.FeesTable {
    width: 100%;
}
.FeesTable th {
    background: #ffd24f;
    padding: 1em;
}

.FeesTable .evenrow td {
    background: white;
    border-bottom: 1px solid white;
}
.FeesTable .oddrow td {
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.FeesTable td {
    padding: .2em 0;
}

.FeesTable tr:hover td {
    border-bottom: 1px solid black;
}
<br />
<b>Warning</b>:  Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2647</b><br />
<br />
<b>Warning</b>:  Use of undefined constant query - assumed 'query' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2648</b><br />
<br />
<b>Warning</b>:  Use of undefined constant result - assumed 'result' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2649</b><br />
<br />
<b>Warning</b>:  Use of undefined constant query - assumed 'query' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2649</b><br />
<br />
<b>Warning</b>:  Use of undefined constant row - assumed 'row' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2650</b><br />
<br />
<b>Warning</b>:  Use of undefined constant result - assumed 'result' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2650</b><br />
<br />
<b>Warning</b>:  Use of undefined constant row - assumed 'row' (this will throw an Error in a future version of PHP) in <b>/home/threerivers/www/www/layout/css/design.php</b> on line <b>2651</b><br />

.anchNotActive.PanelFive {
     display: none;
}


.outerBlogTitle h2,
.eventsTitle a{
    line-height: 30px;
    color: #ffd24f;
	font-weight:bold;
	background:rgba(0,0,0,.01) !important;
	background-color:rgba(0,0,0,.01) !important;
	font-size: 30px;
	font-family: 'Trajan Pro', sans-serif;
}

h3, h3 a {
	font-family: 'Source Sans Pro_regular';
	color: #2e2e2e !important;
	font-size: 22px;
	text-transform: uppercase;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
h3 a:hover {
	color: #ffd24f !important;
	text-decoration: none;
}

a.schoolcalendarlink {
    display: block;
    color: #2e2e2e !important;
    font-size: 1.2em;
}

.divFooterColumn h3 {
	color: #ffd24f !important;
	background:rgba(0,0,0,.01) !important;
	background-color:rgba(0,0,0,.01) !important;
	margin-top:10px;
	margin-bottom:20px;
	font-size:24px;
	font-weight:normal;
}

h2.PageLabel {
    background:rgba(0,0,0,.01) !important;
}

.sidemenu a {
	font-family: 'Source Sans Pro_regular';
	color: #666 !important;
	padding-left: 10px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style:normal;
}



.divMainCalloutSlideshowText {
	padding-bottom:35px;
}

.divMainCalloutSlideshowControlsHolder {
	bottom:13px !important;
	width:71px !important;
	right:93% !important;
}

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



.embedContainer-facebook{
	padding:0;
}

.fbDesktop{
		display:block;
}

.fbTablet{
	display:none;
}

.fbTablet-full{
		display:none;
}

.fbMobile{
	display:none;
}

.divFBFeedWrapper {
	text-align:center;
	display:block;
}

.divFBFeedWrapper iframe {
	
}

@media (min-width:1024px) and (max-width:1199px) {
	.fbDesktop{
		display:block;
	}
	
	.fbTablet{
		display:none;
	}
	
	.fbTablet-full{
		display:none;
	}
	
	.fbMobile{
		display:none;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.fbDesktop{
		display:none;
	}
	
	.fbTablet-full{
		display:inline-block;
	}
	
	.fbTablet{
		display:none;
	}
	
	.fbMobile{
		display:none;
	}
		
}

@media (max-width:767px) {
	.fbDesktop{
		display:none;
	}
	
	.fbTablet{
		display:none;
	}
	
	.fbTablet-full{
		display:none;
	}
	
	.fbMobile{
		display:block;
	}
}


@media (min-width:1024px) {
	.fb-page-sm{
		display:none;
	}
		
}

@media (max-width:1023px) {
	.fb-page-lg{
		display:none;
	}
	
	a.showOnFocus{
		left:-20px;
	}
		
}


.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;
}



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:26px;
	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) {

}



.banner-logo img {
	max-width:95%;
	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:#222222;
}

.school-dropdown a {
	display:block;
	white-space:nowrap; flex-wrap:nowrap;;
	width:100%;
	color:#ffffff;
}

.SearchWrapper {
	position:absolute;
	right:15px;
	top:30px;
}

.FooterTranslateWrapper {
	display:none;
}

@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 7.5px;
		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;
	}
	
	.divMenuLinks a {
		padding:15px;
		font-size:11px !important;
	}
	
}

@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;	
	}	
	
	.navbar-div a.divSandwichBarsHover,
	.navbar-div a.divSandwichBarsHover:hover {
		background:transparent;
		color:#222222;
	}
	
	.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:#ffffff;
		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%;
		top:80px;
	}	
	
	a.schoolcalendarlink{
		text-align: left !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 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;
		height:auto;
	    width: auto;
	    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 {
	max-width:100%;
	margin:auto;
}

.divHomeCalendarPull iframe {
	width:100% !important;	
	max-width:100%;
	margin:auto;
}


.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 {
		padding:15px;
		font-size:15px;
	}
	
	.slideshow-rightride.slideshow-floatright {
		padding:0;
	}
	
}

@media (max-width:767px){
	
	.divMobileMenuWrapper {
		padding-bottom:15px;
	}
	
	.divMenuLinks {
		display:block;
		background:#ffffff;
		width:100%;
		padding:15px;
		clear:both;
		z-index:1;
	}
	
	.divMenuLinks a {
		padding:10px 5px;
		font-size:18px;
		border:none;
	}
	.divMenuLinks .MenuLinkWrapper + .MenuLinkWrapper {
		border-top:1px solid #cccccc;
	}
	
	.slideshow-div .divMenuLinks {
		display:none;
	}
	
	.FooterTranslateWrapper {
		display:block;
	}
	
}


.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:#3192d0;
	-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:#222222;
	border-color:#222222;
	color:#ffffff;
}

.divListingTableWrapper {

	float:right;
}

.tableListingTable {

	padding-left:30px;
}

.tableListingTable th p {
	margin:0;
	padding:5px 0;
}


#divGetDirections form{
	display:flex;
}

#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:25%;
	border-color:#3192d0;
	padding:0;
	float:right;
	margin-left: 25px;
} 

@media (max-width:767px) {

	.divDirectionSectionRight.directionsSubHeader,
	.divDirectionSectionLeft.directionsSubHeader {
		padding-top:15px;
	}
	
	.divDirectionSectionRight,
	.divDirectionSectionLeft {
		padding:0;
		width:100%;
		clear:both;
	}	
}



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: #ffd24f; 
	outline-offset: 1px;
}

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;
}

@media (min-width:1200px) {
		
	.SchoolColumn2.schoolHome {
		padding-right:0;
	}
		
	.content-school-home {
		padding-right:0;
	}
}

@media (max-width:1199px) {
	
	table {

	}
	
	.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:#222222;
		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:#3192d0;
		background:#ffffff;
		text-decoration:none; border-bottom:none;;
		border-bottom:1px solid #cccccc;
	}

	.sidemenu a.sidemenu-subcategory.current-subcategory {
		padding-left:12px;
		color:#3192d0;
		background:#ffffff;
		border-bottom:1px solid #cccccc;
		border-left:3px solid #3192d0;
	}
	
	.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) {

	.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:#222222;
		border-radius:3px;
		border:2px solid #222222;
		margin-bottom:10px;
	}
	
	button.btn-show-nav span {
		display:inline-block;
		margin-left:10px;
		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(45deg);
	}	
	
	.sidemenu a.sidemenu-category,
	.sidemenu .spanCategoryToggle,
	.divSubcategoryWrapper a {
		display:block;
		float:left;
		clear:both;
		text-align:left;
		width:100%;
		padding:12px 2.5px;
		color:#3192d0;
		font-size:16px;
		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:#222222;
		background:#ffd24f;
	}	
	
	.divSubcategoryWrapper a {
		border-left:3px solid #ffffff;
		color:#222222;
		font-size:14px;
		padding-left:15px;
	}
	
	.divSubcategoryWrapper a.current-subcategory {
		border-left:3px solid #ffd24f;
		color:#222222;
	}

	
	.textholder-image,
	.textholder-image img {
		width:auto !important;
		margin:10px auto !important;
	}
	
}



footer {
	margin-top:5px;
}

.divFooterColumn {
	margin:0;
	padding:0;
	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;
}


@media (max-width:767px) {
	
	
	
	.divFooterColumn1 {
		padding-bottom:0;
	}
	
	.divFooterColumn.divFooterNoHeader {
		margin-top:0px;
	}
	
	.footer-div-bottom {
		text-align:center;
	}
	
	.footer-div-bottom a.button {
		float:none;
	}
	
	.copyright {
		width:100%;
		text-align:center;
	}
}



.divMainCalloutSlideshowControlsHolder {
	width:65px;
	height:25px;
	position:absolute;
	right:0;
	bottom:50px;
	z-index:999;
}

#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,
.sidemenu a.sidemenu-category.anchReportAbsence:hover {
	border:2px solid #3192d0;
	border-radius:10px;
	color:#3192d0;
	font-weight:bold;
	font-size:16px;
	background:transparent;
	width:100%;
	padding:10px;
}


.sidemenu a.sidemenu-category.anchReportAbsence:hover {
	background:#3192d0;
	color:#ffffff;
	border:2px solid #3192d0;
	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;
	}
}



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

.districtEventsHeader{
	color:#222222 !important;
	margin:20px 0px 10px;	
}

#frmAbsenceForm{
	padding-bottom:30px;	
}

.divAbsFooter{
	margin-left:16px;
}

.sidemenu a.sidemenu-category.anchReportAbsence, 
.divSearchForm .btnSearch,
#frmAbsenceForm input[type=submit],
#divGetDirections input[type=submit],
input[type=submit], .anchCheckoutButton {
    display: block;
    cursor: pointer;
    font-family: 'Source Sans Pro_regular';
    text-transform: uppercase;
    background: white !important;
    border: 1px solid #333131 !important;
    color: #333131 !important;
    text-shadow: none;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#frmAbsenceForm input[type=submit]:hover,
.sidemenu a.sidemenu-category.anchReportAbsence:hover,
.divSearchForm .btnSearch,
#divGetDirections input[type=submit]:hover,
input[type=submit]:hover, 
.anchCheckoutButton:hover {
    text-decoration: none;
    background: #ffd24f !important;
    color: black;
    border: 1px solid #333131;
    border-bottom: 1px solid #333131 !important;
}

.divSearchForm .btnSearch{
 border-color: 1px solid #333131 !important;
 background:#ffffff !important;	
}

.divSearchForm .btnSearch:hover{
 border-color: 1px solid #333131 !important;
 background:#ffd24f !important;	
}




.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:#222222;
	background:#ffd24f;
	text-decoration:none; border-bottom:none;;
}

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



.sectiondiv.schools {
	background:transparent;	
}

.sectiondiv.schools a {
	-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;
	height:auto;
}


.tagline-div h2,
.tagline-div h3 {
	padding-top:0;
	margin-top:11px;
	font-family: 'Trajan Pro_regular';
	color: #ffd24f;
	font-style: normal;
	font-size:18px;
	float:right;
}

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

@media (max-width:767px) {
	#skip{
		display:none;		
	}

	.tagline-div, .tagline-outer {
		height:38px;
	}
	
	.SearchWrapper {
		top:5px;	
	}
	
	.SearchWrapper .fa-lg {
		height:28px;
	}
	
	.navcontainer-split .navbar-div a,
	.navcontainer{
		height:52px !important;
		line-height:32px !important;
	}	
	
	.divSandwichBarsHover {
		margin-top:26px;
	}
	
}

.fa{
	font-family: FontAwesome !important;
}

.socialMedia a{
	font-style: normal;
}

.body-taylor-high-school .socialMedia,
.body-taylor-middle-school .socialMedia,
.body-three-rivers-elementary-school .socialMedia,
.body-athletics .socialMedia {
	float:none;
	left:50%;
	margin-top:15px;
	width:100px;
}


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

.body-athletics .SlideshowWrapper{
	background:#ddd;
}

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

a:focus, a:hover{
	color:#ffd24f;
}

a:focus{
	color:#222222;
}

#nextButton,
#prevButton{
	
}

.outerBlogTitle {
	background:transparent;
}

.outer-slideshow-div {
	padding-bottom:15px;
	top:27px;
	height:530px;
}

.body-home .outer-slideshow-div {
	height:665px;
}

.mainContent{
	margin-top:15px;
}

@media (max-width:1199px){

	p, li, td {
		font-size: 16px;
		line-height: 1.25;
	}
		
	.SuperNavLinks a{
		display:none;
	}
	
	.banner-logo{
		left:15% !important;
	}
	
	.tagline-div h2,
	.tagline-div h3{
		text-align:center;
	}
	
	.footer-nav-div{
		background-image:none;
		background: #d8d8d8;
	}
	
	.outer-slideshow-div{
		background-position: right center;
	}
	
	.divMainCalloutSlideshowControlsHolder{
		width:91%;
	}
	
	.divMenuLinks a{
		padding: 18px 12px;
	}
	
	.divFooterColumn h3{
		color:#222222 !important;
		background: transparent;
	}
}


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


.darksite-outer-div {
	background-color:#f2f2f2;
	background:url(../../layout/images/MC-background.jpg);
	background-size:cover;
	background-repeat:repeat-x;
	background-position: left center;
}


#loginform #txtEmail {
	border:1px solid #ccc;
}

@media (min-width:1024px) and (max-width:1199px) {
	.banner-side-div {
	    width: 90%;
	    right: -6.5%;
	}
	
	.divMenuLinks a{
		padding: 26px 12px;
	}	
	
	.navleft{
		margin-left:-37px;
	}
	
	.navright{
		margin-right:0px;
	}
	
	.divMenuLinks a{
		height:52px;
		line-height:0px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:500px;
	}
			
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:500px;
	}
	
	.content-div {
		padding-bottom: 60px !important;
	}
	
	.tagline-div h2,
	.tagline-div h3{
		text-align: right !important;
	}	
	
	.body-taylor-high-school .outer-content-div.outer-div, 
	.body-taylor-middle-school .outer-content-div.outer-div, 
	.body-three-rivers-elementary-school .outer-content-div.outer-div,
	.body-athletics .outer-content-div.outer-div {
		background-image:none !important;
		background-repeat:no-repeat;
		background-size:auto;
		background:#efefef;
	}	
	
	.navdivider {
		display:none;
	}
	
	#skip a {
		font-size:14px;
		padding:2px;
		top: -43px;
		left: 150px;
		display:none;
	}

	.tableListingTable {
		padding-left:30px;
		width: 800px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	.banner-side-div {
	    width: 96%;
	    right: -2.5%;
	}
	
	.tagline-outer{
		top:122px;
	}
	
	.marquee-footer-wrapper.stuck{
		width:768px;
	}
	
	.outer-div.first{
		margin-top:0px;
	}
	
	.slideshow-div{
		top:10px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:400px;
	}
		
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:400px;
	}
	
	.divMenuLinks a{
		height:40px;
		padding:18px 6px;
		font-size:14px;
	}
	
	.outer-slideshow-div{
		margin-top:200px;
	}
	
	.super-navright{
		width:350px;
	}
	
	.super-navleft{
		width:350px;
	}	
	
	.ads-column{
		width:152px;
	}	
	
	.footer-div-container{
		margin:auto;
	}
	
	.outer-PageLabel-div {
		margin-top:95px;
	}	
	
	.content-div {
		padding-bottom: 60px !important;
	}	
	
	
	.body-taylor-high-school .outer-content-div.outer-div, 
	.body-taylor-middle-school .outer-content-div.outer-div, 
	.body-three-rivers-elementary-school .outer-content-div.outer-div,
	.body-athletics .outer-content-div.outer-div {
		background-image:none !important;
		background-repeat:no-repeat;
		background-size:auto;
		background:#efefef;
	}	
	
	.divSandwichBarsHover{
		height:82px !important;
		line-height:82px !important;
	}	
	
	.anchSandwichNav  {
		height:62px !important;
		line-height:44px !important;
	}
	
	#skip a {
		font-size:14px;
		padding:2px;
		top: -43px;
		left: 150px;
		display:none;
	}

	.tableListingTable {
		padding-left:30px;
		width: 800px;
	}

	
}

@media (max-width:767px) {
	.TranslateWrapper{
		/*display:none;*/
		width:50%;
	}
	
	
	.goog-te-menu-value{
		width:80%;
	}
	
	.goog-te-menu-value span{
		font-size:12px;
	}
	
	.mobileTranslateWrapper{
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
		line-height: 45px;
		margin-right:0;
	}
	
	.goog-te-gadget-simple{
		width:100%;
	}
	
	.banner-logo{
		left:3% !important;
		top: -35px !important;
	}
	
	.banner-logo a{
		width:107px;
		height:107px;
	}
	
	.banner-logo img {
	    max-width: 95%;
	    width: auto;
	}
	
	.tagline-outer{
		height:102px;
		padding: 0 5px;
		top:122px;
	}
	
	.slideshow-leftside, 
	.slideshow-rightride{
		padding:0px;
	}
	
	.divMainCalloutSlideshowImageHolder,
	.SlideshowWrapper,
	.SlideshowWrapper,
	.SlideshowCenterImageInner,
	.slideshow-rightride.slideshow-floatright,
	.slideshow-leftside.slideshow-floatright {
		height:300px;
	}
	
	.schoolHome .divMainCalloutSlideshowImageHolder,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowWrapper,
	.schoolHome .SlideshowCenterImageInner,
	.schoolHome .slideshow-rightride.slideshow-floatright {
		height:310px;
	}	
	
	.slideshow-leftside.slideshow-floatright {
		display:none;
	}
	
	.divMainCalloutSlideshowControlsHolder{
		right: 78% !important;
	}
	
	.divMenuLinks .MenuLinkWrapper + .MenuLinkWrapper{
		border-top:none;
	}
	
	.divMenuLinks a{
		font-size:15px;
		padding:21px 5px;
	}
	
	.outer-content-div.outer-div{
		top:50px;
	}
	
	.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;
	}
	
	button.btn-show-nav{
		background:#ffd24f;
		border-color:#ffd24f;	
	}
	
	button.btn-show-nav.open{
		background:#ffd24f;
		border-color:#ffd24f;
	}
	
	button.btn-show-nav i,
	button.btn-show-nav span{
		color:#222222;
	}
	
	.content-taylor-high-school .sidemenu, 
	.content-taylor-middle-school .sidemenu, 
	.content-three-rivers-elementary-school .sidemenu, 
	.content-athletics .sidemenu, 
	.content-athletics2 .sidemenu{
		width:100%;
	}
	
	.sidemenu a.sidemenu-category, 
	.sidemenu .spanCategoryToggle, 
	.divSubcategoryWrapper a{
		color:#222222;
	}
	
	.body-athletics .socialMedia{
		left:40%;
	}
	
	.footer-div-bottom{
		background:#393939;
	}
	
	.footer-nav-div{
		display:none;
	}
	
	.footer-div-bottom a.button{
		display:inline-block;	
		width:100%;
		margin:0px;
	}
	
	.copyright,
	.copyright a,
	.footerAdvertise{
		color:#ffffff;
		text-align:center;
		float:none;
	}
	
	.divAdsColumn .swiper-slide	{
		/* width: 100% !important;	 */
	}
	
	#skip a {
		font-size:14px;
		padding:2px;
		top: -43px;
		left: 150px;
	}	

	.tableListingTable {
		padding-left:30px;
		width: 800px;
	}
	
}

@media (min-width: 360px) and (max-width: 766px) {
	
	.divAdsColumn .swiper-slide	{
		/* width: 100% !important;	*/
	}
	
}


.swiper-slide{
	margin:5px;
}

.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;
	}
	.divAdsColumn img {
		border:none;
	}
	
}



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

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

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

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

.divAdsColumn .swiper-pagination-bullet {
	height:18px;
	width:18px;
	background:#222222;
	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:#222222;
	background:#ffd24f;
}

@media (max-width:1023px){
	.banner-logo a{
		width: 131px;
		height: 131px;
	}
	
	.divSandwichBarsHover .menutext{
		display:none;
	}
	
	.fa-bars{
		font-size:2.333em;
		line-height: 2.1em;
	}
	
	
	.tagline-div h2, .tagline-div h3{
		font-size:16px;
	}
	
	.blogpullContainer .blogImage {
		margin-bottom:15px;
		clear:both;
		padding:0;
	}	
	
	.blogpullContainer .blog-container img {
		margin:auto;
	}
	
	.supernav .navdivider{
		display:none;	
	}
	
	.outer-slideshow-div{
		margin-top:95px;
	}
	
	a.schoolcalendarlink{
		text-align:center;
	}
}


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



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

.divErrorMessage {
	float:left;
	width:100%;
	background:#f2f2f2;
	border:1px solid #cccccc;
	color:#222222;
	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:#222222;
	border:2px solid #222222;
	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:#222222;
	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:#222222;
    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;
	font-family:'Trajan Pro', sans-serif;
	font-weight:500;
	background: #ffd24f;
	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:transparent;
	color:#3192d0;
	border:1px solid #3192d0;
	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:#3192d0;
	color:#ffffff;
}



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


@media(min-width:1367px){
.divFooterColumn3{
		margin-left: 190px !important;
			right:0%;
}
}

.lpdcMeeting {
	width: 50%;
	margin-left: auto;
	text-align:center;
	padding: 30px 0;
}

.lpdcMeeting p {
	font-weight:bold;
	font-family:'Trajan Pro', sans-serif;
	color: black;
	line-height: 1;
	font-size: 20px;
}

.specialBorder {
	border: 1px solid black;
	padding: 10px 0;
}

.lpdcImg {
	background-image: url('../images/schoollogo.png');
	height: 200px;
	width: 190px;
	margin-left: 188px;
}

.footer-div-container .swiper-container, 
.footer-div-container .swiper-container .swiper-slide{
    width:100% !important;
}

.swiper-slide {
	margin: 0px;
}

.swiper-slide.visible-xs-block {
}	

.marquee-footer-wrapper.stuck.swiper-container{
    width:100%;
    overflow:hidden;
}

.marquee-footer-wrapper.swiper-container .swiper-wrapper .marquee-footer{
    margin:auto;
}

.SchoolColumn3 ~ .ads-column a {
	border: 2px solid black;
}	

#___gcse_1 .gsc-control-cse {
	padding: 0px;
    background: none;
    border: none;
}

.gsc-search-button {
	display: table-cell !important;
}

#___gcse_0, #___gcse_1 {
    line-height: 1;
    margin-right: 0px;
}

.gsc-search-button-v2 {
    background-color: rgba(0, 0, 0, 0) !important;
}

.gsc-control-cse {
    padding: 0px !important;
}

.gsc-search-button-v2 {
    background: none !important;
    border: none !important;
}

.gsc-search-button-v2 svg {
    fill: black !important;
    width: 35px !important;
    height: 35px;
}

.gsc-input {
    width: 200px;
    display: none;
	margin-top: 8px;
	border: none;
}

.gsc-input-box table {
	margin: 0px;
}

#___gcse_1 .gsc-control-cse {
    padding: 0px;
    background: none;
    border: none;
}

.gsc-search-button {
    text-align: right;
}

table.gsc-search-box td {
    overflow: hidden;
}

.banner-socialmedia-div {
	display: flex;
}

.gsc-search-button-v2 {
	outline: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	/*position: absolute;
    right: 80px;
    top: 7px;
    z-index: 999;*/
}

.gsib_b {
	border: none;
}

.gsc-search-button {
	border: none;
	padding: 3px 3px 0px 0px !important;
}

table.gsc-search-box td {
	border: none;
}

.outer-supernav-div {
	z-index: 10 !important;
}

.slideshow-leftside.slideshow-floatleft .divMainCalloutSlideshowImageHolder img {
	position: absolute;
}
.mobileImage {
	display: none;
}



@media (max-width: 767px) {
	.slideshow-leftside.slideshow-floatleft .divMainCalloutSlideshowImageHolder img {
		position: block;
	}
	.mobileImage {
		display: block;
	}

	.outer-div.first {
		margin-top: 15px;
	}

	.outer-header-container {
		height: auto;
	}

	.body-home .outer-slideshow-div {
		height: 100%;
	}

	.banner-logo img {
		max-width: 90%;
	}

	.outer-header-container {
		height: 125px;;
	}	

	.banner-logo {
		top: -44px !important;
	}
}

@media (min-width: 546px) and (max-width: 767px) {
	.banner-logo {
		left: 14% !important;
	}
}
