/*
 *
 * Main Stylesheet
 * v1.0
 *
 */


/*** Main styles ***/

.is-mobile .mobile-only{
	display: block;
}
.is-mobile i.mobile-only,  .is-mobile i .mobile-only{
	display: inline !important;
}
body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: 400;
	color: #444;
}
textarea {
	font-family: "Open Sans", sans-serif;
}
a {
	color: #3498db;
	text-decoration: none;
}

hr {
	margin: 25px 0;
}

strong {
	font-weight: 600;
}

.btn:focus {
	outline: none;
}

.wrapper {
	margin: 0 auto;
	height: 100%;
	width: 960px;
}

.main-header {
	height: 480px;
}
.main-header-internal {
	height: 150px;
}
.transp-bg {
	background: #eeeeee;
	background: rgba(255, 255, 255, 0.85);
}

.mobile-menu-toggle {
	display: none;
}

.school-info {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.school-name {
	text-align: center;
	height: 100%;
	float: left;
	color: #ffffff;
}

.school-name h1 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.school-name a {
	display: block;
	height: 100%;
	padding: 0 25px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 16px;
}
body .blurb .tile-content a.mobile-only{
    display: none;
}
.header-with-nav .school-name a{
	line-height: 80px;
}
.search-bar {
	height: 40px;
	padding: 10px;
	line-height: 60px;
	float: left;
}

.search-bar form {
	height: 100%;
}

.search-bar input {
	height: 100%;
	width: 160px;
	padding: 0 8px;
	text-transform: uppercase;
	float: left;
	background: #ffffff;
	border: 0 none;
	border-radius: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	-webkit-appearance: none;
}

.ie .search-bar input {
	height: 20px;
	padding: 10px;
}

.search-bar span {
	background: #ebebeb;
	float: left;
	height: 100%;
	width: 35px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	cursor: pointer;
}
.header-with-nav .school-info{
	height: 80px;
}
.school-logo {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background: #ffffff;
	border-bottom: 10px solid #cccccc;
	text-align: center;
}

.school-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.account-logo{
	height: 80px;
	width: 110px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	text-align: center;
}
.account-logo img{
	max-width: 100%;
	height: 100%;
	margin: auto;
}

.swiper-container {
	height: calc(100% - 120px);
	padding-top: 60px;
}
.header-with-nav .swiper-container{
	height: calc(100% - 140px);
	padding-top: 80px;
}
/* Fix for IE image overflow */
.swiper-slide {
	overflow: hidden;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.main-nav {
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	border-top: 1px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.08);
}

.ie7 .main-nav {
	line-height: 60px;
	border-top: 1px solid #ffffff;
}

.main-nav li {
	float: left;
	text-align: center;
	height: 100%;
	position: relative;
}

.main-nav.width-1 li {
	width: 100%;
}

.main-nav.width-2 li {
	width: 50%;
}

.main-nav.width-3 li {
	width: 33.3333%;
}

.main-nav.width-4 li {
	width: 25%;
}

.main-nav.width-5 li {
	width: 20%;
}

.main-nav.width-6 li {
	width: 16.6667%;
}

.main-nav.width-7 li {
	width: 14.2857%;
}

.main-nav.width-8 li {
	width: 12.5%;
}

.main-nav.width-9 li {
	width: 11.1111%;
}

.main-nav.width-10 li {
	width: 10%;
}

.main-nav.width-11 li {
	width: 9.0909%;
}

.main-nav.width-12 li {
	width: 8.3333%;
}

.main-nav li a {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6c6d6e;
	height: 100%;
	display: table;
}

.ie7 .main-nav li a {
	overflow: hidden;
}

.main-nav > ul > li > a > span {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.main-nav li > ul {
	display: none;
	position: absolute;
	z-index: 6;
	top: 55px;
	left: 0;
	min-width: 100%;
	max-width: 400px;
	background-color: #ffffff;
	border-bottom: 10px solid #cccccc;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.ie7 .main-nav li > ul {
	position: static;
}

.main-nav li > ul.offset-right {
	right: 0;
	left: inherit;
}

.main-nav li > ul li {
	width: 100% !important;
	height: 40px;
	line-height: 30px;
	text-align: left;
	display: block;
	margin: 0;
	float: none;
}

.main-nav li > ul li a {
	overflow: hidden;
	position: relative;
	padding: 5px 40px 5px 20px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.main-nav li > ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-nav li > ul li a span {
	position: absolute;
	left: 15px;
	top: 15px;
}

.main-nav li > ul li a span.right-arrow {
	position: absolute;
	right: 10px;
	left: inherit;
	top: 15px;
	display: none;
}
.main-nav li > ul li.child-expandable a span.right-arrow {display: block;}
.is-mobile .main-nav li > ul li.child-expandable a span.right-arrow {display:none;}
.main-content {
	margin: 50px auto 0 auto;
}

.bg-header,
.bg-app {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.05;
	filter: alpha(opacity=05);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=05)";

}

.bg-app {
	background: url('../img/szapp_website_tile.png') no-repeat center center transparent;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}
.bg-notice {
	background: url('../img/bg-noticeboard.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.bg-calendar {
	background: url('../img/calendar-bg.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.bg-contact{
	background: url('../img/contact-bg.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.bg-documents{
	background: url('../img/bg-documents.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.bg-layer-sec, .bg-layer-main {
	height: 240px;
}
.bg-abs{
	background: url('../img/report-bg.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.boxed-tiles {
	position: relative;
}
.no-header .tile-header{
	display: none !important;
}
.ie7 .boxed-tiles {
	z-index: -1;
}

.tile-internal {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.tile-internal,
.tile-padded {
	padding: 25px 25px 15px 25px;
}

.tile {
	height: 240px;
	float: left;
	position: relative;
	overflow: hidden;
}

.tile-right-indent-1 {
	padding-right: 240px;
}

.tile-1 {
	width: 240px;
}

.tile-2 {
	width: 480px;
}

.tile-3 {
	width: 720px;
}

.tile-4 {
	width: 960px;
}

.tile.tile-1 {
	width: 240px;
}

.tile.tile-2 {
	width: 480px;
}

.tile.tile-3 {
	width: 720px;
}

.tile.tile-4 {
	width: 960px;
}

.tile-header {
	margin: 0 0 5px 0;
}

.tile-header h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.3em;
	font-weight: 300;
}

.blurb .tile-header {
	margin: 0 0 20px 0;
}

.tile.blurb {
	height: auto;
	min-height: 200px;
}

.tile.blurb .tile-padded {
	padding: 0;
}

.tile-wrapper {
	overflow: hidden;
	position: relative;
}

.tile-content p {
	margin: 12px 0;
	line-height: 1.6em;
	text-align: left;
}

.tile-content p.center {
	text-align: center;
}

.tile-content p,
.tile-content a {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sz-tile .sz-logo {
	position: absolute;
	top: -25px;
	left: 25px;
}

/** Internal page content styling **/
.blurb .tile-header {
	padding: 0 50px 0 0;
}

.blurb .tile-content {
	padding: 0 50px 50px 0;
}

.blurb .tile-content p {
	//font-size: 14px;
	line-height: 1.7em;
	text-align: justify;
	color: #444;
}

.blurb .tile-content p:first-child {
	margin-top: 0;
}

.blurb .tile-content p strong {
	color: #444;
}

.blurb .tile-content img {
	max-width: 100%;
}

.blurb .tile-content p img {
	/*border: 1px solid #cccccc;
	border-radius: 5px;*/
	padding: 5px;
}

.blurb .tile-content p img.center {
	display: block;
	margin: 30px auto;
}

.blurb .tile-content p img.left {
	margin: 12px 12px 12px 0;
}

.blurb .tile-content p img.right {
	margin: 12px 0 12px 12px;
}

.blurb .tile-content p img.no-border {
	border: 0 none;
	padding: 0;
}

.blurb .tile-content .gallery .gallery-images a {
	display: block;
	float: left;
	margin: 3px;
	line-height: 0;
	width: 150px;
	height: 100px;
	overflow: hidden;
}

.blurb .tile-content .gallery .gallery-images a img {
	height: auto;
	max-width: 200px;
	min-height: 100px;
	min-width: 150px;
	box-sizing: border-box;
}

.blurb .tile-content blockquote {
	border-left: 1px solid #ddd;
	margin: 25px;
	padding-left: 25px;
	text-align: left;
}

.blurb .tile-content h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 30px 0 20px 0;
}

.blurb .tile-content h4 {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.blurb .tile-content blockquote p {
	text-align: left;
}

.blurb .tile-content table {
	width: 100%;
}

.blurb .tile-content table td {
	border: 1px solid #dddddd;
	border-collapse: inherit;
	padding: 10px;
}

.blurb .tile-content p.center {
	text-align: center;
}

.blurb .tile-content a.btn {
	padding: 15px 31px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: table;
	margin: 0 auto;
	height: auto;
	font-weight: 500;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);


}

.blurb .tile-content .event-table a.btn{
	display: inline-block;
	margin-top:20px;
}

.blurb .tile-content a.btn:hover{
	color: #ffffff !important;
	text-decoration: underline;
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
}
.greyed_out {
	background: rgb(150,150,150) !important;
	padding: 0 40px !important;
	text-align: center !important;
	width: auto !important;
	height: 43px !important;
	line-height: 43px;
	text-transform: uppercase;
	color: rgb(100,100,100) !important;
	cursor: pointer;
	outline: 0;
}

.blurb .tile-content .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.blurb .tile-content .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blurb ul.bullet, ol.number {
	font-size: 14px;
	margin: 3% 9%;
}
.blurb ul.bullet li, ol.number li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 15px;
}
.blurb ul.bullet {
	list-style-type: disc;
}
.blurb ol.number {
	list-style-type: decimal;
}

.blurb .media-list li {

	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blurb .media-item .fa {
	/*background: #eeeeee;*/
	border-radius: 13px;
	margin-right: 1px;
	padding: 7px;
}
/** Internal page content styling **/

.tile.is-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.tile-link {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 12px 0 0 0;
}

.latest-news {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.latest-news .tile {
	height: 100%;
}

.ie7 .latest-news .tile {
	position: static;
}

.news-wrapper {
	margin-top: 15px;
}

.latest-news .tile-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 25px 15px 25px;
}

.ie-lt10 .latest-news .tile-link {
	padding: 0 25px 15px 25px;
}

.news-item {
	word-wrap: break-word;
}

.news-item h3 {
	text-transform: uppercase;
}

.news-item p {
	margin-top: 2px;
}

.news-item a {
	text-decoration: underline;
}

.news-item img {
	max-width: 100%;
}

.news-item .news-date {
	/* KS Removed - Does not comply with accessibility testing
	 opacity: 0.45;
	-moz-opacity: 0.45;
	-ms-opacity: 0.45; */
	font-size: 11px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.tile-divider,
.tile-divider-white,
.tile-divider-dark {
	position: relative;
	right: 0;
	width: 215px;
	margin: 15px 0;
}

.tile-2 .tile-divider,
.tile-2 .tile-divider-white,
.tile-2 .tile-divider-dark {
	width: 455px;
}

.tile-3 .tile-divider,
.tile-3 .tile-divider-white,
.tile-3 .tile-divider-dark {
	width: 695px;
}

.tile-4 .tile-divider,
.tile-4 .tile-divider-white,
.tile-4 .tile-divider-dark {
	width: 935px;
}

.latest-news .tile-divider,
.latest-news .tile-divider-white,
.latest-news .tile-divider-dark {
	width: 215px;
}

.bottom-divider,
.tile-divider {
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.ie7 .bottom-divider,
.ie7 .tile-divider {
	border-bottom: 1px solid #ffffff;
}

/*.bottom-divider-dark,
.tile-divider-dark {
	border-bottom: 1px solid #dddddd;
}*/

.bottom-divider-white,
.tile-divider-white {
	border-bottom: 1px solid #eeeeee;
}

.top-divider {
	border-top: 1px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.3);
}

.ie7 .top-divider {
	border-top: 1px solid #ffffff;
}

.top-divider-dark {
	border-top: 1px solid #c5c5c5;
}

.school-map {
	height: 100%;
	width: 100%;
}

.tile-link-list {
	position: relative;
	right: -25px;
	bottom: 0;
}

.tile-link-item {
	text-align: right;
	padding: 10px 20px;
	text-transform: uppercase;
}

.tile-link-item:last-child,
.tile-link-item.no-border {
	border: 0 none;
}

.app-tile .tile-content p {
	margin: 12px 0 0 0;
}

.app-tile .tile-content img:last-child {
	padding-left: 5px;
}

.contact-tile {
	position: absolute;
	right: 240px;
	background-color: inherit !important;
	background: rgba(255,255,255,0.70);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.70) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.70)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.70) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.70) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.70) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.70) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ffffff', endColorstr='#ffffff', GradientType=0 );
}

.main-footer {
	padding-top: 50px;
	margin-top: -50px;
	z-index: -1;
}
.main-footer-wrapper{
	padding: 20px 0;
}
.is-mobile .main-footer{padding-top: 0; margin-top: 0;}
.footer-internal {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.footer-social,
.footer-logo,
.footer-links {
	float: left;
	text-align: center;
	height: 100%;
}

.footer-social,
.footer-logo {
	width: 20%;
}

.footer-logo img {
	max-width: 160px;
}

.footer-links {
	width: 60%;
}


.social-text{
	margin-top: 30px;
}
.social-text,
.social-icons {
	float: left;
}

.social-icons {
	font-size: 24px;
}

.social-icons a {
	margin-left: 5px;
}

.social-icons a:hover {
	color: #ffffff !important;
	color: rgba(255, 255, 255, 0.4) !important;
}

.site-links {
	margin-top: 30px;
}

.site-copyright {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 10px;
}

.footer-logo {
	text-align: right;
	line-height: normal;
	text-transform: lowercase;
}

.footer-logo img {
	vertical-align: middle;
	margin-top: 5px;
}

.sitemap-links ul {
	padding-left: 40px;
	margin-top: 5px;
	list-style-type: disc;
}

.sitemap-links ul li {
	padding: 5px 0;
}

.result-wrapper {
	margin-top: 30px;
}

.result-row {
	margin-bottom: 30px;
}

.result-row h2 {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	/*border-bottom: 1px solid #dddddd;*/
	padding-bottom: 10px;
}

.result-row .result-excerpt {
	margin: 12px 0;
}

/* TAS Government Branding */
.tas-learners,
.tas-logo,
.tas-swirl {
	display: none;
}

.tas-learners {
	background: url('../img/tas-learners.png') center center;
	background-size: 235px 38px;
	width: 235px;
	height: 38px;
	position: absolute;
	top: 60px;
	right: 200px;
}

.tas-swirl {
	width: 960px;
	height: auto;
	line-height: 0;
	position: absolute;
	bottom: -78px;
	left: 0;
}

.ie7 .tas-swirl {
	bottom: -82px;
}

.tas-swirl img {
	width: 100%;
}

.tas-logo {
	width: 145px;
	height: auto;
	position: absolute;
	bottom: 15px;
	right: 40px;
}

.tas-gov .tas-learners,
.tas-gov .tas-logo,
.tas-gov .tas-swirl {
	display: block;
}


/*** Helper classes ***/

.col-1,
.col-2,
.col-3,
.col-4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 2.5%;
	padding-left: 2.5%;
}

.col-4 {
	width: 20%;
}

.col-3 {
	width: 28.333333333%;
}

.col-2 {
	width: 45%;
}

.col-1 {
	width: 95%;
}

.row {
	margin-right: -2.5%;
	margin-left: -2.5%;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}

.desktop-only {
	display: block;
}

.mobile-only, .fa.mobile-only {display: none;}

.white-txt {
	color: #ffffff;
}

.display-0 {
	display: none;
}

.display-1 {
	display: block;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.hide {
	display: none;
}

.force-show {
	display: block !important;
}

.block {
	display: block;
}

.fill {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.mr {
	margin-right: 5px;
}

.text-left {
	text-align: left;
}

.left {
	float: left;
}

.text-right,
.text-right p {
	text-align: right;
}

.right {
	float: right;
}

.right-0 {
	right: 0;
}

.text-center {
	text-align: center !important;
}

.clear {
	clear: both;
}



/*** Responsiveness is next to godliness ***/

/* Responsive styling */

@media screen and (min-width: 981px) {
	.main-nav {
		display: block !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 980px) {

	.main-nav {
		display: block !important;
	}

	.main-header {
		height: 400px;
	}

	.wrapper {
		width: 720px;
	}

	.tile-4,
	.tile.tile-4 {
		width: 720px;
	}

	.tile-3,
	.tile.tile-3 {
		width: 480px;
	}

	.blurb .tile-header,
	.blurb .tile-content {
		padding: 0 25px 0 0;
	}

	.social-text {
		display: none;
	}

	.tas-swirl {
		bottom: -59px;
	}

	.tas-logo {
		bottom: 0;
	}

}
@media screen and (max-width: 770px) {
	#sz-tile-bottom-mobile{
		display: block !important;
	}
	#sz-tile-bottom{
		display: none !important;
	}
}
@media screen and (max-width: 769px) {
	form.fom input.btn { width: 100%; display:block;}
	.bg-sub .news-bg{

	}
	.full-width-content {
		width: 100% !important;
	}
	.bottom-spacer{
		height: 10px !important;
	}
	.swiper-container {
		height: calc(100% - 40px);
		padding-top: 40px;
	}
	.fa-expand.flip-btn {
		display: none !important;
	}
	.main-footer{
		height: auto;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4 {
		width: 95%;
	}
	.flipbook-wrap .tool-box h2 {
		display: block !important;
		margin: 20px 0;
	}
	.flipbook-wrap .tool-box .buttons{
		display: block !important;
		float: none !important;
		margin-top: 20px !important;
		text-align: center !important;

	}
	.desktop-only {
		display: none;
	}
	 .mobile-only{
		display: block;
	}
	.action_icons{
		display: none !important;
	}
	i.mobile-only,	 i .mobile-only{
		display: inline !important;
	}
	.is_internal .latest-news .tile-padded, .is_internal .latest-news {
		min-height: 300px !important;
	}

	.news-item .news-date{
		font-size: 12px !important;
		margin:0;
	}
	.wrapper {
		width: 100%;
	}

	.main-header {
		height: 240px;
		position: static;
	}

	.school-name a {
		padding: 0 15px;
	}

	.tile-internal,
	.tile-padded {
		padding: 35px;
	}

	.tile-right-indent-1 {
		padding: 0;
	}

	.tile-4,
	.tile.tile-4 {
		width: 100%;
	}

	.tile-3,
	.tile.tile-3 {
		width: 100%;
	}

	.tile-2,
	.tile.tile-2 {
		width: 100%;
	}

	.tile-1,
	.tile.tile-1,
	.tile.sz-tile,
	.tile-3.map-tile,
	.tile.contact-tile {
		width: 50%;
	}

	.tile-4.map-tile {
		width: 100%;
	}

	.contact-tile {
		right: 50%;
	}

	.contact-tile.right-0 {
		right: 0;
	}

	.mobile-menu-toggle {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 18px;
		color: #ffffff;
		padding: 0 15px;
		cursor: pointer;
	}

	.school-info {
		height: 40px;
		line-height: 40px;
	}

	.school-name {
		float: none;
		text-align: center;
	}

	.school-name h1 {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 25px;
	}

	.search-bar {
		display: none;
	}

	.school-logo {
		top: 40px;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.tas-learners {
		top: 40px;
		right: 100px;
		width: 117.5px;
		height: 19px;
		background-size: 117.5px 19px;
	}

	.tas-swirl {
		bottom: -37px;
	}

	.tas-logo {
		width: 90px;
		height: auto;
		bottom: 0;
	}

	.transp-bg {
		background: rgb(255, 255, 255);
	}

	.main-nav {
		display: none;
		top: 40px;
		bottom: auto;
		height: auto;
		box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
	}

	.main-nav li {
		text-align: left;
	}

	.main-nav > ul.wrapper > li {
		width: 100%;
		height: auto;
		float: none;
		line-height: 40px;
		border-bottom: 1px solid #dddddd;
	}

	/*.main-nav > ul.wrapper > li:last-child {
		border-bottom: 10px solid;
	}*/

	.main-nav li > ul {
		display: block;
		position: static;
		height: auto;
		box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
		border-bottom: 0;
		background: #f9f9f9;
		border-top: 1px solid #dddddd;
	}

	.main-nav li a {
		display: block;
		width: auto;
		padding: 0 0 0 15px;
	}

	.main-nav li > ul li a {
		padding-left: 20px;
	}

	.main-nav > ul > li > a > span {
		text-align: left;
		padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.main-content {
		margin: 0 auto;
	}

	.latest-news,
	.latest-news p {
		position: static;
		text-align: left;
	}

	.latest-news .tile-header h2 {
		text-align: center;
	}

	.latest-news .tile {
		width: 100%;
		height: 300px;
	}

	.latest-news .tile-link {
		padding: 60px 35px 35px 35px;
		background-color: inherit;
	}

	.tile .tile-divider,
	.tile .tile-divider-white,
	.tile .tile-divider-dark {
		width: 100%;
	}

	.sz-tile .tile-1.left {
		width: 100%;
	}

	.sz-tile .tile-1.left h2 {
		text-align: right;
	}

	.sz-tile .tile-1.right {
		width: 100%;
		margin-bottom: 60px;
	}
	.sz-tile .tile-1.right.tile-link-list{
		margin-bottom:1px;
	}
	.sz-tile .sz-logo {
		bottom: 15px;
		left: 15px;
		top: inherit;
		display: none;
	}

	.sz-tile .sz-logo img {
		width: 100px;
	}

	.app-tile .tile-content img:last-child {
		padding-left: 0;
	}

	.blurb .tile-header,
	.blurb .tile-content {
		padding: 0;
	}

	.tile.blurb .tile-padded {
		padding: 35px 10px;
	}

	.blurb .tile-content img {
		max-width: 80%;
	}

	.blurb .tile-content img.left,
	.blurb .tile-content img.right {
		max-width: 30%;
	}

	.main-footer {
		position: static;
		z-index: auto;
	}

	.footer-internal {
		position: static;
		height: auto;
		padding-bottom: 20px;
	}


	.footer-social,
	.footer-logo,
	.footer-links {
		float: none;
		width: 100%;
	}

	.social-text {
		display: none;
	}

	.social-icons {
		float: none;
		margin: 0 auto;
		font-size: 28px;
	}

	.footer-social {
		line-height: 70px;
		min-height: 30px;
	}

	.site-links {
		margin-top: 0;
	}

	.footer-logo {
		text-align: center;
		line-height: 80px;
	}

}
@media screen and (max-width: 700px) {
	.desktop-only{
		display: none;
	}
	.action_icons{
		float: none !important;
	}
}
@media screen and (max-width: 450px) {
	.main-header {
		height: auto;
	}

	.school-logo {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.tas-learners {
		right: 50px;
	}

	.tas-swirl {
		bottom: -50px;
	}

	.tas-logo {
		width: 100%;
		height: auto;
		position: static;
		text-align: center;
		background-color: #fff;
	}

	.tas-logo a {
		margin: 0 auto;
		width: 90px;
	}

	.tile-1,
	.tile.tile-1,
	.tile.sz-tile,
	.tile.map-tile,
	.tile.contact-tile {
		width: 100%;
	}

	.contact-tile {
		right: 0;
	}

}
.tile.abs-tile {
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/ab-tile.png') no-repeat center center transparent ;
	background-size: cover ;
}
.childs_children{
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.tile .contact-tile, .tile.contact-tile {
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/contact-tile.jpg') no-repeat center center transparent ;
	background-size: cover ;
}

/*** Fixes/Overrides ***/












/*** sb ***/
.emspace {font:10px/10px arial;height:10px;overflow:hidden;} .floatc {clear:both;} .floatl {float:left;} .floatr {float:right;} .nodisp{display:none;} .pl{position:absolute;top:0;left:0;height:1px;overflow:hidden;display:none;} .nomp{margin:0;padding:0;} .ovhide{overflow:hidden;}

.page-title a {
	font-size: 13px;
	color: inherit;

	margin-right: 10px;
}
.page-title a:hover { text-decoration: underline; }



.blurb .tile-content.hascal {
	padding: 0 2px 30px 0;
}



/* fullcal overwrites */

.blurb .tile-content .fc table td { padding: 0; /*border: 0;*/ }
/*.blurb .tile-content .fc table td.fc-day, div.fc-view {
	border: 1px solid #ddd;
}*/
.blurb .tile-content .fc .fc-row.fc-widget-header {
	border-bottom: 1px solid #ddd;
}
.blurb .tile-content .fc table td.fc-day-number {
	/*border-bottom: 1px solid #ddd;*/
}
.blurb .tile-content .fc .fc-content-skeleton table td { padding: 2px 4px; }

.blurb .tile-content .fc th.fc-week-number, .blurb .tile-content .fc td.fc-week-number,
.blurb .tile-content .fc th.fc-axis, .blurb .tile-content .fc td.fc-axis { padding: 0 4px !important; }
.blurb .tile-content .fc-time-grid .fc-slats td { border: none !important; }
.blurb .tile-content .fc a.fc-event { text-decoration: none; }

.szcal .fc .fc-row.fc-week.fc-widget-content {
	min-height: 134px;
	height: auto !important;
	height: 134px;
}

/*.szcal .fc td.fc-day-number { padding: 10px 10px 4px 0; font-size: 13px; }*/
.szcal .fc td.fc-day-number.fc-today { font-weight: bold; /*font-size: 15px;*/

	padding: 9px 10px 4px 0;
}
.blurb .tile-content .fc .fc-content-skeleton table td.fc-event-container { padding: 1px 4px; }
.szcal .fc td.fc-event-container .fc-content { padding: 3px 5px; }
.szcal .fc td.fc-more-cell { padding: 2px 10px; }

.szcal .fc .fc-content { cursor: pointer; }



/* calendar || events module */

.szcal .action_icons { /*width: 17%; float: right;*/ }
.szcal .action_icons.nofloat { /*float: none; width: 100%;*/ }
.szcal .action_icons a {
	display: inline-block;
	margin-right: 5px;
}
.szcal .action_icons a .fa { display: block; font-size: 24px; text-align: center; }

.szcal .tagwrp { width: 100%; overflow: hidden; position: relative;
/*
	width: 82%;
	float: left;
*/
}
.szcal .tagwrp .btn.btn_subscribe {
	position: absolute;
	top: 10px;
	right: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
}
.szcal .tagwrp .radiof { width: auto; margin: 3px 3px 3px 0; padding: 4px 9px 4px 5px; float: left; overflow: hidden; color: #fff; background: #aaa url('/theme/website/schoolzine/img/bg-pattern.png'); border: 1px solid #ccc; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; }
.szcal .tagwrp .radiof input, .szcal .tagwrp .radiof label { float: left; }
.szcal .tagwrp .radiof label { margin-left: 5px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
.szcal .tagwrp .radiof a {
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
	display: inline-block;
	background: url(../img/calendar.png) center no-repeat;
}

.blurb .tile-content .szcal .floatr .btn {
	display: inline-block;
}



.szcal #divEventPopUp {
	display: block;
	position: absolute;
	z-index: 1101;

	left: 0; top: 0;
	width: 240px;
	height: auto;
	padding: 10px;
	color: #000;
	background: rgba(255,255,255, 7.5);
	border: 1px solid #ccc;
}

/* easy modal */
.easy_modal .closeButton {
	position: absolute;
	top: 0;
	right: 0;
}
.easy_modal .closeButton {
	float:right;
	cursor:pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 30px;
	background: #605F61;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	margin-right: -15px;
	margin-top: -15px;
	padding: 10px 3px 13px;
}

.easy_modal .closeButton:before {
	content: "×";
}

table.callist { background: #fff; border: 1px solid #cfd9db; }
table.callist tr { /*border-bottom: 1px solid #cfd9db;*/ }
table.callist > tbody > tr > td, table.callist > tbody > tr > th, table.callist > tfoot > tr > td, table.callist > tfoot > tr > th, table.callist > thead > tr > td, table.callist > thead > tr > th, table.callist > tr> th, table.callist > tr > td { padding: 10px; vertical-align: middle; border: 1px solid #cfd9db; }
table.callist th { font-weight: 600; text-align: left; color: #444; background: #f1f1f1; }
table.callist tr:hover { background: #f8f8f8; }
.szcal tbody tr.nohover:hover { background: none; }

table.callist > tbody > tr > td, table.callist > tbody > tr > th, table.callist > tfoot > tr > td, table.callist > tfoot > tr > th, table.callist > thead > tr > td, table.callist > thead > tr > th, table.callist > tr> th, table.callist > tr > td { vertical-align: top; }
table.callist tbody thead th { text-align: left; }
table.callist th.auto { width: auto; }
table.callist th.left { text-align: left; }
table.callist th.center { text-align: center; }



/* gallery (in event) */
.gall {
	width: 100%;
	overflow: hidden;
}
.gall a {
	width: 150px;
	margin: 2px;
	display: inline-block;
	vertical-align: middle;
}



/* full width calendar styles */
.hascal {
	width: 100%;
}
.hascal .container.szcal .Heading1Section {
	margin-top: 60px !important;
}



/* calendar print view */
.calprintview .main-header, .calprintview .latest-news, .calprintview .map-tile {
	display: none;
}
.calprintview .main-footer {
	position: relative;
	bottom: auto;
}

.tile.absentee{
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/ab-tile.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.tile.tile-contact{
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/calendar-bg.png') no-repeat center center transparent !important;
	background-size: cover !important;
}
.hide-title p.page-title {
	display: none !important;
}
.hide-form-title .embed_form_name{
	display: none !important;
}
.pdf li:before, p.pdf:before, .pdf p:before {
	content: '\f1c1';
	font-family: 'FontAwesome';
	margin:0 5px 0 -15px;
	vertical-align: middle;
}
.pdf li, p.pdf{
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 100%;
}
.pdf{
	margin: 3% 8%
}
.form_processing {
	display: none;
	height: 0;
}
.form_processing button {
	padding: 7px 31px;
	border: none;
	background: none;
	height: 0;
}
.form_loader {
	font-size: 2px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #4ABCFF;
	position: relative;
	top:-94px;
	left:27px;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.form_loader:before {
	width: 50%;
	height: 50%;
	background: rgb(150,150,150);
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.form_loader:after {
	background: rgb(150,150,150);
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.greyed_out {
	background: rgb(150,150,150) !important;
	padding: 0 40px !important;
	text-align: center !important;
	width: auto !important;
	height: 43px !important;
	line-height: 43px;
	text-transform: uppercase;
	color: rgb(100,100,100) !important;
	cursor: pointer;
	outline: 0;
}

.greyed_out:focus {
	outline: 0;
	border: none !important;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*New szcal styles */

.lote_form_main .fwrp input[type='checkbox']{
	width: auto;
	display: inline;
}


.fc-schedule-view .fc-eventlist-left{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	text-align: center;
	background-color: #339fc0;

}
.fc-schedule-view .fc-eventlist-right {
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
}
.fc-schedule-view .fc-eventlist-holder{
	clear: both;

}
.fc-schedule-view .fc-eventlist-left .fc-eventlist-date{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-weight: 500;
}
.fc-schedule-view .fc-day{
	font-size: 22px;
	display: inline-block;
}
.fc-schedule-view .fc-month{
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 7px;
}

/* Schedule View */
#schedule_list{
	padding-top: 20px;
}
#link_view_more{
	clear: both;
}
.fc-eventlist-date .fc-month{
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
	padding-top: 5px;
}
.fc-eventlist-date .fc-day{
	font-size: 18px;
	display: inline-block;
	font-weight: 600;

}
#schedule_list .fc-eventlist-date{

}
#calendar_loading{
	position: absolute;
	width: 99%;
	margin: auto;
	top: 25%;
	left: 50%;
	text-align: center;
	z-index: 1000;
	display: none;
}
#calendar_loading div{
	font-size: 30px;
	text-align: center;
	margin: auto;
}
#calendar_loading i{
	text-align: center;
}
#schedule_list .fc-eventlist-left{
	width: 50px;
	float:left;
	clear: left;
	margin-bottom: 7px;
	text-align: center;
	background-color: #3498DB;
	color: white;
}
#schedule_list .fc-eventlist-right{
	float:left;
	clear: right;
	margin-bottom: 7px;
	min-height: 50px;
	margin-left: 5px;
	padding-left: 5px;
	max-width: 64%;
}


#schedule_list .fc-year{
	font-size: 12px;
	display: inline-block;
	font-weight: 500;
}
#schedule_list	.fc-same-day{

}

.szcal .cal-list {
	display: inline-block;
	margin: 3px 5px 3px 0;
}
.szcal .cal-list a{

	height: 16px;
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
	display: inline-block;

}
.szcal .cal-list img{
	height: 16px;
	width: 16px;
}
.szcal .cal-list .link-text{
	position: relative;
	bottom: 4px;
	left: 5px;
}
.szcal .cal-list .fa-calendar{
	font-size: 20px;
}
.szcal .cal-list .cal-name{
	font-weight: bold;
	font-size: 15px;

}
.szcal .cal-list a:hover{


	font-weight: bolder !important;

}
.cal-extra{
	display: none;
	background-color: red;
	z-index: 1000;
	position: absolute;

}

.szcal .cal-list a {
	margin-bottom: 10px;
}

.szcal .cal-event-title{
	width: 100%;
	padding: 0;
	margin: 5px 0 10px 0;
	height: 130px;
}
.szcal .cal-event-title .title-tile{
	height:100%;
	margin: 0;
	padding: 0;
	width: 150px;
}
.szcal .cal-event-title .title-tile .cal-tile-content{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.szcal .cal-event-title .title-text{

}
.szcal .cal-event-title .title-tile span {
	display: inline-block;
}
.szcal .cal-month{
	text-align: center;
	color: white;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
}
.szcal .cal-day{
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}

.event-calendar {
	width: 70px;
	float: left;
	border: 3px solid #06b8cd;
	text-align: right;
	background: white;
}

.event-calendar-header {
	background-size: cover;
	background-color: #06b8cd;
}

.event-calendar-month {
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #FFFFFF !important;
	font-size: 18px;
}

.event-calendar-day {
	text-align: center;
	margin: 6px auto 6px auto !important;
	font-size: 25px !important;
	font-weight: 100;
	color: #06b8cd;
	background: #FFFFFF;
	line-height: 1;
}
.event-calendar-time {
	text-align: center;
	margin: 0 auto 10px auto;
	font-size: 14px;
	font-weight: 400;
	color: #06b8cd;
	background: #FFFFFF;
	line-height: 14px;
}
.event-calendar-time-smaller{
	text-align: center;
	margin: 0 auto 10px auto;
	font-size: 10px;
	font-weight: 600;
	color: #06b8cd;
	background: #FFFFFF;
	line-height: 10px;
}
.event-calendar-head{
	vertical-align: top;
	width: 100%;
	padding: 2px 0 10px 20px;
}
.event-calendar-title{
	font-size: 25px !important;
	line-height: 26px !important;
	font-weight:500 !important;
	color: #06b8cd;
	width:100% !important;
	margin-bottom: 15px !important;
}
.event-calendar-created{
	width: 100%;
	font-size: 12px;
	font-style: italic;
}
/* popup event	*/
.easy_modal .event-calendar{
	width: 55px;
}

.easy_modal .event-calendar-month{
	font-size: 15px;
	padding: 0 5px 5px 5px;
}
.easy_modal .event-calendar-day{
	font-size: 18px;
	font-weight: 600;
}
.easy_modal .event-calendar-title{
	margin-bottom: 5px;
	font-size: 20px;
}
.easy_modal .event-calendar-title a{
	font-weight: 600;
}
.easy_modal .action_link{
	margin-bottom: 5px;
}
.easy_modal .cal-actions-new a:hover{
	-moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999;
}
.easy_modal .cal-actions-new a{
	padding: 3px 5px; border-radius: 3px; color: white !important; width: 95px !important; text-align: center; display: inline-block;

}
/* !end popup event */
.event-content{
	margin-top: 13px;
}
.event-details{

}
.event-details p{
	margin-bottom: 15px ;
	font-size: 14px;

}
.event-details.popup p{
	margin-bottom: 5px ;
}
.event-description{

}
.event-feature-image{
	width: auto;
	float: right;
	overflow: hidden;
}
.event-feature-image img {
	width: 99%;
	text-align: center;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 5px;

}
.event-details-contact{
	word-break: break-all;
}
.event-table {
	margin-bottom: 20px;
}
.event-location{

	font-weight: 400;
}
.event-details-text p{
	font-weight: 500;
}
.event-contact{
	padding-top: 20px;

	border-top: 1px solid #DEDEDE;


}
.event-contact.list{
	padding-bottom: 20px;
	padding-top:5px;
	border-top: none;

}
.event-calendar-tags.list{
	margin-bottom: 25px;
	margin-left: 0px !important;
}
.event-contact .fa{
	font-size: 40px;
	color: #06b8cd;
	display: inline-block;
	margin-right: 10px;
}
.event-details-contact{
	display: inline-block;
	vertical-align: top;
}
.event-details strong {
	color: #343436;
}
.event-details-summary p{
	font-weight: 600 ;
	line-height: 23px;

}
.popup .event-details-summary p{
	font-weight: 400 !important;
	line-height: 23px;
	margin-top: 5px;
}
.event-details-content p {
	line-height: 23px;
}
.event-map-bottom{
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
}
.event-map-middle{
	height: 150px;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 49%;
	float: right;
	overflow: hidden;
}
.tile.absentee{
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/ab-tile.png') no-repeat center center transparent;
	background-size: cover;
}
.tile.tile-contact{
	background: url('https://www.schoolzineplus.com/theme/website/schoolzineplus/images/calendar-bg.jpg') no-repeat center center transparent;
	background-size: cover;
}
.hide-title p.page-title {
	display: none !important;
}
.hide-form-title .embed_form_name{
	display: none !important;
}

/* KS 12-07-19 */
.form_h2_name { display:none; }
/* End */

.sznews-item h3{
	border-bottom: 1px solid #DEDEDE;
}
.sznews-item{
	margin-bottom: 35px !important;
}
.sznews-item .news-date{
	font-size: 12px !important;
}
.event-calendar-tags{
	font-style: normal;
}
.event-tag{
	padding: 3px 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 600;
}

.popup-detail, .popup-detail td, .popup-detail tr{
	vertical-align: middle;
}
.popup-detail td{

	vertical-align: top;
}
.popup-detail .action_icons{
	padding-top: 7px;
	text-align: center;
}
.action_link{
	margin-bottom: 20px;
}
.szcal .popup-detail .action_icons a, .szcal .popup-detail .action_icons a .fa{
	color: #06b8cd ;
}
.event-calendar-tags.popup{
	margin-left: 0;
}
.event-calendar-tile{
	border: none !important;
}
.event-calendar-head{
	border: none !important;
}
.blurb .tile-content .event-calendar-header p{
	text-align: center !important;
}
.blurb .tile-content .event-calendar p{
	text-align: center !important;
}
.fc-date-picker-goto{
	position: absolute;
	width: 90px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	padding: 0 .6em;
	color: #333;
	outline-offset: 0;
	margin-left: 0 !important;
	height: 27px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: rgba(0,0,0,.25) rgba(0,0,0,.25) rgba(0,0,0,.25);
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

#sz_calendar .fc-toolbar.fc-center{
	font-size: 24px;
}
.fc-event-container .fc-content{
	color: white;
}

.easy_modal2 {
	display: none;
	width: 550px;
	padding: 30px;
	min-height: 50px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	background-color: white;
}
.easy_modal .closeButton, .easy_modal2 .closeButton {
	position: absolute;
	top: 0;
	right: 0;
}
.easy_modal .closeButton, .easy_modal2 .closeButton {
	float:right;
	cursor:pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 30px;
	background: #605F61;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	margin-right: -15px;
	margin-top: -15px;
	padding: 10px 3px 13px;
}

.easy_modal .closeButton:before, .easy_modal2 .closeButton:before {
	content: "×";
}
.easy_modal .event-calendar, .easy_modal2 .event-calendar {
	width: 55px;
}

.easy_modal .event-calendar-month, .easy_modal2 .event-calendar-month {
	font-size: 15px;
	padding: 0 5px 5px 5px;
}
.easy_modal .event-calendar-day, .easy_modal2 .event-calendar-day{
	font-size: 18px;
	font-weight: 600;
}
.easy_modal .event-calendar-title, .easy_modal2 .event-calendar-title {
	margin-bottom: 5px;
	font-size: 20px;
}
.easy_modal .event-calendar-title a, .easy_modal2 .event-calendar-title a {
	font-weight: 600;
}
.easy_modal .action_link, .easy_modal2 .action_link {
	margin-bottom: 5px;
}
.easy_modal .cal-actions-new a:hover, .easy_modal2 .cal-actions-new a:hover {
	-moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999;
}
.easy_modal .cal-actions-new a, .easy_modal2 .cal-actions-new a, .event-actions a {
	padding: 3px 5px; border-radius: 3px; color: white !important; width: 95px !important; text-align: center; display: inline-block;
}.event-actions a{
	 margin-bottom: 0;
 }

#Offline.archive-page hr {
	border-style: dotted;
}

#Offline .archive-list {
	list-style-type: none;
}

#Offline .archive-list.scheduled {
	margin-top: 15px;
}

#Offline .archive-list li {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#Offline .archive-list li i {
	margin-right: 5px;
	font-size: 18px;
}
#Offline .archive-list li a {
	padding: 0 0 15px 0;
}

#Offline .archive-list li a:hover {
	text-decoration: none;
}
#Offline .archive-list{
	margin-left: 40px;
}
.cal-print{
	display: none;
}
.fc-center{
	font-size: 18px;
}
.mobile-only.news-item, .mobile-only .news-item{
	max-height: 150px;
	overflow: hidden;
}

.type-holder .contact-tile{

}
.fc-toolbar button:focus{
	z-index: 3 !important;
}
.tile-4 .tile-content{
	padding-right: 1px;
}

/* Website style updates */
.blurb a{
	font-weight: 500;
	text-decoration: none;
}
.blurb b, strong {
	font-weight: 700;
}

.blurb h1{
	font-size: 27px;
	font-weight: 400;
	line-height: 30px;
	margin: 30px 0 20px 0;
}
.blurb h2{
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	margin: 30px 0 20px 0;
 }
.blurb h3{
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 30px 0 20px 0;
}
.blurb h4{
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 30px 0 20px 0;
}
.blurb ul{
	margin-left: 25px;
	margin-bottom: 20px;
}
.blurb ul, .blurb ul li{
	list-style: disc;
}
.blurb li{
	padding-bottom: 7px;
}
.blurb ol {
	counter-reset: item;
	margin-left: 10px;
	margin-bottom: 20px;
}
.blurb ol li { display: block }

.blurb ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
	margin-right: 3px;
}
.blurb th{
	padding: 10px;
	font-size: 15px;
	border: 1px solid #dddddd;
}
.blurb{
	font-size: 14px;
	line-height: 1.7em;
}
.blurb thead p{
	font-weight: bold;
}
.blurb table p{
	margin: 0;
}
.blurb table h1, .blurb table h2, .blurb table h3, .blurb table h4 {
	margin: 20px 0 20px 0;
}
.blurb a.pdf-link, .blurb a.doc-link{
	padding-bottom: 3px;
}
.blurb a.pdf-link:before{
	font-family: FontAwesome;
	content: "\f1c1";
	margin-right: 10px;
	font-size: 18px;
	border-bottom: none;
	font-weight: 100;
}
.blurb a.doc-link:before{
	font-family: FontAwesome;
	content: "\f0f6";
	margin-right: 10px;
	font-size: 18px;
	border-bottom: none;
	font-weight: 100;
}
.szcal h2{
	margin: 0;
}
.szcal .action_icons a {
	border-bottom: none;
}
.blurb .fc-event {
	border: 1px solid #3a87ad !important;
	font-weight: 500 !important;
}
.szcal thead, .szcal th{
	padding: 2px 4px;
	background-color: white !important;
}
.media-list ul, .media-list li{
	list-style: none !important;
}

.txt-m{
	font-size: 21px;
}
.txt-lg{
	font-size: 25px;
}

/* Left Align Website Nav Styles */
.left-nav.main-nav li{
	width: auto !important;
	margin-right: 75px;
}
.schedule_list li, .schedule_list ul{
	list-style: none !important;
}
.web-has-cal .blurb ul, .web-has-cal .blurb ul li{
	list-style: none  !important;
}
#schedule_list	a{
	border-bottom: none !important;
}
.fc-eventlist-date .fc-month{
	margin-bottom: 0 !important;
}

.blurb .tile-content table.no-border td{
	border: 0 !important;
}

.blurb .tile-content table.vert-mid td{
	vertical-align: middle !important;
}
.blurb .tile-content table.vert-top td{
	vertical-align: top !important;
}
.blurb .tile-content table.vert-bot td{
	vertical-align: bottom !important;
}
.fc-view-container thead tr td, .fc-content-skeleton thead tr td{
	background-color: white !important;
	border-top: 1px solid #dddddd !important;
	border-right: 1px solid #dddddd !important;
}
#access_cms{
	position: fixed;
	left: 0;
	top: 0;
	padding: 3px 7px;
	background: #019cc6 !important;
	margin: 5px;
	color: white;
	font-weight: 500;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 9000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#access_cms:hover{
	text-decoration: underline;
}
.is_internal .latest-news .tile-padded, .is_internal .latest-news{
	min-height: 480px;
}
.is_internal .boxed-tiles .blurb .tile-padded{
	min-height: 480px;
}
.szcal a {
	border-bottom: none !important;
}


/* Montage Gallery */
#Offline .montageBlanket {
	position: relative;
	border: 0;
	margin: 25px auto;
	border-top: 1px solid #FFF;
	width: 590px;
	height: 456px;
	*height: auto;
}
#Offline .montageOverlay a{
	line-height: 0 !important;
	border-bottom: 0 !important;
}
#Offline .montageOverlay {
	display: none;
}

#Offline .montageGallery {
	width: 590px;
	height: 456px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	border: 0;
	background: #CCC;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

#Offline .montageGallery-container {
	overflow: hidden;
}

#Offline .montageTopShadow {
	background: url('https://www.schoolzineplus.com/theme/website/schoolzine/img/gallery-shadow.png') repeat-x center top transparent;
	width: 573px;
	height: 17px;
	position: absolute;
	top: 0;
	z-index: 1;
}

#Offline .montageBarShadow {
	background: url("https://www.schoolzineplus.com/theme/website/schoolzine/img/bottom-shadow.png") no-repeat scroll right center transparent;
	bottom: 49px;
	height: 64px;
	position: absolute;
	left: 0;
	width: 573px;
	z-index: 1;
	pointer-events: none;
	display: none;
}

#Offline .montageBottomBar {
	bottom: 0;
	height: 49px;
	position: absolute;
	width: 573px;
}

#Offline .montageTitle {
	width: 100%;
	height: 49px;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	float: left;
}

.ie7 #Offline .montageTitle,
.ie8 #Offline .montageTitle {
	background: url("https://www.schoolzineplus.com/theme/website/schoolzine/img/gallery-title-background.png") repeat-y scroll center center transparent;
}

#Offline .montageTextWrapper {
	display: table;
	height: 49px;
}

#Offline .montageTitleText {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 0 0 30px;
	width: 260px !important;
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: left;
}

#Offline .montageInfo {
	background: #ffffff;
	height: 100%;
	position: absolute;
	right: 0;
	width: 280px;
	z-index: 1;
	border-radius: 20px 0 0;
}

#Offline .montageInfoText {
	background: url("https://www.schoolzineplus.com/theme/website/schoolzine/img/info-symbol.png") no-repeat scroll left top transparent;
	font-size: 12px;
	height: 25px;
	margin-left: 37px;
	margin-top: 14px;
	padding: 3px 0 0 45px;
	color: #888888;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

#Offline .montageGallery-container {
	overflow: hidden;
}

#Offline .montageGallery-container a {
	cursor: pointer;
	border-bottom: 0 !important;
	line-height: 0 !important;
}

#Offline .overlayInstructions {
	display: none;
}


#Offline .overlayButton a:hover,
#Offline .overlayButton a:active {
	text-decoration: none;
}

#Offline .overlayButton a.overlayView {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF !important;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	text-align: center;
}

#Offline .overlayInfo {
	position: absolute;
	right: 10px;
	bottom: 9px;
}


/* IE Fixes */

.ie7 #Offline .montageBarShadow,
.ie8 #Offline .montageBarShadow,
.ie9 #Offline .montageBarShadow {
	display: none;
}

.ie7 #Offline .montageTitleText {
	padding-bottom: 1px;
	position: relative;
	top: -50%;
}

.ie7 #Offline .montageTextWrapper {
	height: auto !important;
	position: absolute;
	top: 50%;
}

/* IE Fixes */



@media only screen and (max-device-width: 768px) {

	#Offline .montageBlanket {
		width: 100% !important;
		height: 306px !important;
	}

	#Offline .montageGallery {
		width: 100% !important;
		height: 305px !important;
	}

	#Offline .montageTopShadow {
		width: 100% !important;
	}

	#Offline .montageTextWrapper {
		width: 100% !important;
	}

	#Offline .montageBottomBar {
		width: 100% !important;
	}

	#Offline .montageBarShadow {
		display: none !important;
	}

}

@media only screen and (min-device-width: 760px) and (max-device-width: 768px) {
	#Offline .montageBlanket {
		max-height: 456px !important;
	}

	#Offline .montageGallery {
		max-height: 456px !important;
		overflow-y: hidden;
	}
	#Offline .montageBottomBar {
		bottom: -1px;
	}
	#Offline .montageTextWrapper {
		width: 260px !important;
	}
}


#Offline .am-wrapper{
	float: left;
	position: relative;
	overflow: hidden;
}
#Offline .am-wrapper img{
	position: absolute;
	outline: none;
}





.is-mobile #Offline .montageBlanket {
	position: relative;
	border: 0;
	margin: 20px auto;
	border-top: 1px solid #FFF;
	width: 100%;
	max-width: 400px;
	height: auto !important;
	background-color: #333;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.is-mobile #Offline .montageBlanket.freshened {
	border-radius: 0 0 8px 8px;
	padding: 0 0 1px 0;
}

.is-mobile .overlayHeader {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0;
}

.is-mobile .featureImage {
	text-align: center;
	max-height: 250px;
	overflow: hidden;
	line-height: 0;
	height: auto;
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	position: static !important;
}

.is-mobile .featureImage img {
	width: 100%;
	position: static;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-top: 0;
	box-sizing: border-box;
}

.is-mobile .montageBlanket.freshened .featureImage img {
	border: 1px solid #666;
	border-bottom: 0;
}

.is-mobile #Offline .montageOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: static;
	background: none;
	overflow: hidden;
}

.is-mobile .overlayNameWrap {
	text-align: center;
	position: static;
	height: auto;
	display: block;
	width: 100%;
}

.is-mobile .overlayNameInnerWrap {
	display: block;
}

.is-mobile .overlayName, .instructionsInfo {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	padding: 10px;
	color: #ffffff;
}

.is-mobile .overlayInstructions {
	width: 100%;
}

.is-mobile .overlayInstructions, .instructionsInfo {
	display: none;
}

.is-mobile .overlayButton a:hover, .overlayButton a:active {
	text-decoration: none;
}

.is-mobile .overlayView {
	color: #333 !important;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	background-color: #ffffff;
	padding: 7px 25px;
	display: block;
	width: 130px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	border-radius: 8px;
	line-height: 1.4em;
	text-shadow: none;
}

.is-mobile #Offline .overlayButton {
	position: static;
	background-image: none;
	padding: 0;
	margin: 15px 0 5px 0;
	text-align: center;
	filter: none;
	width: 100%;
}

.is-mobile #Offline .montageBlanket.freshened .overlayButton {
	margin: 5px 0 15px 0;
}

.is-mobile .montageBlanket {
	width: 90% !important;
	height: auto !important;
}

.is-mobile .montageGallery, .is-mobile	.montageInfo, .is-mobile  .montageBarShadow,.is-mobile	.montageBottomBar,.is-mobile  .montageTopShadow {
	display: none !important;
}
img.montage, .montage img{
	left: 0 !important;
}
.is-mobile .sz-tile .sz-logo{
	top: 20px;
}

.cal-button {
	width: auto;
	float: left;
	padding: 5px 10px;
	border-radius: 4px 0 0 4px;
	text-align: center;
	color: #fff;
}
.cal-button-r {
	float: left;
	padding: 3px 8px 2px 6px;
	border-radius: 0 4px 4px 0;
	border-left:1px solid rgba(255,255,255,0.6);
}
.cal-button-r:hover {
	background-color: #ebebeb !important;
}
.cal-button input {
	display: none;
	position: fixed;
}
.cal-button-inactive {
	background: #868686 !important;
}
.cal-button:hover {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.35) inset;
}
.cal-button label {
	cursor: pointer;
}
.cal-button label i {
	font-size: 14pt !important;
}
.fixed-nav {
	position: fixed;
	top: 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.93);
}
.fixed-nav-push {
	margin-top: 60px;
}
#internal-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 960px;
	padding: 0 0 35px 0;
}
#internal-title h2 {
	color: #fff;
	font-size: 20pt;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.internal-wrapper {
	width: 960px;
	height: auto;
	min-height: 600px;
	padding: 0 0 20px 0;
}
.internal-body {
	width: 660px;
	height: auto;
	float: left;
}
.internal-body-full {
	width: 100%;
}
.internal-body p {
	padding: 5px 0;
}
.internal-sidepanel {
	width: 250px;
	height: auto;
	float: right;
	position: relative;
	top: -40px;
	margin-bottom: -25px;
	border: 9px solid rgba(255,255,255,1);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.internal-sidepanel-item {
	padding: 10px 15px 25px 15px;
	color: #fff;
}
.internal-sidepanel-item h2 {
	font-size: 15pt;
	padding: 3px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: 400;
}
.internal-footer {
	position: static;
}
.main-content-internal {
	margin: 10px auto 0 auto;
}
.full-width-article{
	width: 100%;
	padding-top: 40px;
}
.full-width-content{
	width: 960px;
	margin: auto;
}
.full-width-article.bot{

}
/* Flipbook styles */
.flip-btn{
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	font-size: 1em;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 1.3em !important;


}
.flip-btn:hover{
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.flip-btn.fleft{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid rgba(0,0,0,.25);
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);

}
.flip-btn.fright{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid rgba(0,0,0,.25);
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
}

.flip-btn.fmid{
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
}
.flipbook-container{
	margin: 0 10px;
}
.flip-btn.fmid{
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
}
.flip-loading p{
	text-align: center;
	font-size: 14px;
}
.flipbook-container .tool-box{
	-webkit-transition:margin-right 0.2s ease-in-out;
	-moz-transition:margin-right 0.2s ease-in-out;
	-o-transition:margin-right 0.2s ease-in-out;
	-ms-transition:margin-right 0.2s ease-in-out;
	transition:margin-right 0.2s ease-in-out;
	text-align: left;
	color: white;
	margin: auto;
}
.fullscreen h2{
	color: white;
}
/* New calendar schedule styles */
.szcal .cal-tile, .publication-item .cal-tile{
	width: 70px;
	text-align: center;

}
#schedule_list .cal-tile,.szcal .cal-tile, .publication-item .cal-tile{
	border: 2px solid;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#schedule_list .cal-tile .fc-month, .szcal .cal-tile .fc-month, .publication-item .cal-tile .fc-month{
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 1px 0 1px 0;
}
#schedule_list .cal-tile .fc-day,.szcal .cal-tile .fc-day, .publication-item .cal-tile .fc-day {
	width: 100%;
	padding: 4px 0 0 0;
	font-size: 20px;
	line-height: 20px;
	height: 21px;
	font-weight: 600;
}
#schedule_list .cal-tile .fc-day-name, .szcal .cal-tile .fc-day-name, .publication-item .cal-tile .fc-day-name{
	font-size: 13px;
	line-height: 13px;
	height: 14px;
	display: inline-block;
	padding-bottom: 2px;
}
#schedule_list	.fc-same-day, .szcal	.fc-same-day,  .publication-item	.fc-same-day{
	min-height: 55px;
}
#schedule_list .fc-eventlist-right, .szcal .fc-eventlist-right,  .publication-item .fc-eventlist-right{
	padding-top: 2px;
}
#schedule_list .fc-eventlist-title, .szcal	.fc-eventlist-title, .publication-item	.fc-eventlist-title  {
	font-weight: 600;

}
.calendar-by-id #sz_calendar .fc-toolbar .fc-center{
	float: right;
	padding-right: 10px;
}
.event-calendar-tile{
	padding-bottom: 15px;
}
/* New calendar schedule styles */
.szcal .cal-tile, .publication-item .cal-tile{
	width: 70px;
	text-align: center;

}
#schedule_list .cal-tile,.szcal .cal-tile, .publication-item .cal-tile{
	border: 2px solid;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#schedule_list .cal-tile .fc-month, .szcal .cal-tile .fc-month, .publication-item .cal-tile .fc-month{
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 1px 0 1px 0;
}
#schedule_list .cal-tile .fc-day,.szcal .cal-tile .fc-day, .publication-item .cal-tile .fc-day {
	width: 100%;
	padding: 4px 0 0 0;
	font-size: 20px;
	line-height: 20px;
	height: 21px;
	font-weight: 600;
}
#schedule_list .cal-tile .fc-day-name, .szcal .cal-tile .fc-day-name, .publication-item .cal-tile .fc-day-name{
	font-size: 13px;
	line-height: 13px;
	height: 14px;
	display: inline-block;
	padding-bottom: 2px;
}
#schedule_list	.fc-same-day, .szcal	.fc-same-day,  .publication-item	.fc-same-day{
	min-height: 55px;
}
#schedule_list .fc-eventlist-right, .szcal .fc-eventlist-right,  .publication-item .fc-eventlist-right{
	padding-top: 2px;
}
#schedule_list .fc-eventlist-title, .szcal	.fc-eventlist-title, .publication-item	.fc-eventlist-title  {
	font-weight: 600;

}
.calendar-by-id #sz_calendar .fc-toolbar .fc-center{
	float: right;
	padding-right: 10px;
}

.calendar-by-id #calendar_loading{
	left: 62%;
}
.fc-icon-fa{
	font-family: FontAwesome;
}
.szcalendar-title{
	text-align: center;
}
#schedule_list .fc-eventlist-left{
	width: 60px;
	float:left;
	clear: left;
	margin-bottom: 7px;
	text-align: center;
	color: #2b2b2b;
	background: white;
}
#schedule_list .fc-eventlist-right{
	float:left;
	clear: right;
	margin-bottom: 7px;
	min-height: 65px;
	/*overflow: hidden;*/
	margin-left: 5px;
	padding-left: 5px;
	max-width: 65%;
}


#schedule_list .fc-year{
	font-size: 12px;
	display: inline-block;
	font-weight: 500;
}
.sz-tile .tile-link-item a div{
	display: table-cell;

	vertical-align: middle;
	line-height: 36px;
	width: 36px;
	text-align: center;
}
.sz-tile .tile-link-item a div .fa{
	font-size: 16px;
	position: relative;
	left: 1px;
}

.sz-tile .tile-link-item a{
	display: table;
	line-height: 36px;
	text-align: left;
}
.sz-tile .tile-link-item a .link-name{
	padding-left: 10px;
}

.sz-tile .tile-link-item{
	margin: 5px 15px;
	padding: 0;
	transition: all 0.2s ease;

}
.sz-tile .tile-link-item:hover{
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.20);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.20);
}
.bg-darken-light{
	background: rgba(0, 0, 0, 0.1);
}
.bg-darken-med{
	background: rgba(0, 0, 0, 0.4);
}
.bg-darken{
	background: rgba(0, 0, 0, 0.8);
}
.bg-gray-trans-dark{
	background: rgba(122, 122, 122, 0.8);
}
.txt-gray-trans-dark{
	color: rgba(122, 122, 122, 0.8);
}
.bg-gray-trans-light{
	background: rgba(122, 122, 122, 0.2);
}
.txt-gray-trans-light{
	color: rgba(122, 122, 122, 0.3);
}
.bg-gray{
	background: rgb(122, 122, 122);
}
.sz-tile .next-issue{
	text-align: left;
	font-style: italic;
	padding: 0 25px 5px 25px;
	margin: 0;
	text-transform: none;
}

.is-mobile .tile-link-list{
	position: static;
}
.is-mobile .sz-tile .tile-link-item{
	margin-left: 0; margin-right: 0;
}
.is-mobile .sz-tile .next-issue{
	padding-left: 0;
}



/* START szschool-website-large full width template styling */

.szschool-website-large .wrapper{
	width: 100%;
}
.szschool-website-large .school-logo{
	border-bottom: 0;
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: inherit;
}
.szschool-website-large .school-logo img{
	width: 130px;
	padding: 10px;
}
.szschool-website-large header.main-header{
}
.szschool-website-large header nav.main-nav{
	margin: auto;
	display: inline-block !important;
	position: static;
	width: auto;
	vertical-align: top;
	border-top: none;
	float: right;
}
.szschool-website-large header nav.main-nav ul.first > li {
	margin: 0 20px;
}
.szschool-website-large header nav.main-nav li a span, .szschool-website-large header nav.main-nav li.nav-search a{
	color: white;
}
.szschool-website-large header .school-info{
	max-width: 1200px;
	margin: auto;
	display: inline-block !important;
}
.szschool-website-large header .swiper-container{
	height: 420px;
}
.szschool-website-large .full-width-article .full-width-content {
	padding-bottom: 50px;
}
.szschool-website-large .full-width-article.news-slider{
	padding-top: 0;
	padding-bottom: 0;
	height: 300px;
}
.full-width-content.feature{
	max-width: 600px;
}
.news-slider .slider-content{
	margin: auto;
	box-sizing: border-box;
	height: 300px;
	color: white;
	overflow-x: hidden;
	max-width: 1200px;
}
.slider-content .slider-wrapper{
	display: block;
	height: 300px;
	margin: auto;
	overflow: hidden;
}
.news-slider .slider-item{
	width: 480px;
	height: 300px;
	display: inline-block;
	float: left;
	transition: all 1s ease;
}
.slider-item .slide-image{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	height: 300px;
	overflow: hidden;
}
.slider-item .slide-image img {
	height: 300px;
	width: auto;
	text-align: center;
	position: relative;right: 65%;
}
.slider-item .slide-text{
	margin: 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
	width: 240px;
	display: inline-block;
	height: 300px;
	overflow: hidden;
}
.news-slider .left-arrow{
	font-size: 65px;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.7);
	height: 300px;
	display: table;
	position: absolute;
	left: 30px;
	z-index: 100;
}
.news-slider .right-arrow{
	font-size: 65px;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.7);
	height: 300px;
	display: table;
	position: absolute;
	right: 30px;
	z-index: 100;
}
.news-slider .left-arrow i, .news-slider .right-arrow i {
	display: table-cell;
	vertical-align: middle;
}
.szschool-website-large .type-holder.tile.tile-1{
	margin: 10px 5px;
}
.szschool-website-large footer .wrapper{
	max-width: 1024px;
}
.szschool-website-large .main-footer{
	height: 140px;
}
.szschool-website-large .website-search {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid white;
	margin-top: 28px;
	display: none;
	position:absolute;
	margin-left: 5px;
	color: white;
	width: 120px;
	font-family: "Open Sans", sans-serif;

}
.header-with-nav .website-search{
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid;
	display: none;
	margin-left: 5px;
	width: 120px;
	font-family: "Open Sans", sans-serif;
}
.szschool-website-large .website-search::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: white;
}
.szschool-website-large .website-search::-moz-placeholder{ /* Firefox 19+ */
	color: white;
}
.szschool-website-large .website-search:-ms-input-placeholder{ /* IE 10+ */
	color: white;
}
.szschool-website-large .website-search:-moz-placeholder{ /* Firefox 18- */
	color: white;
}
.szschool-website-large .swiper-container .swiper-slide img{
	position: relative;
	bottom: 20%;
}
.szschool-website-large .slider-wrapper a {
	color: white;
}
.szschool-website-large.is_home .tile{
	height: 300px;
}
.szschool-website-large.is_home .tile-1{
	width:	300px;
}
.szschool-website-large .swiper-container{
	padding-top: 80px;
}
.szschool-website-large .school-info{
	height: 80px;
	line-height: 80px;
}
.szschool-website-large .main-nav{
	box-shadow: none;
}
.szschool-website-large .main-header{
	height: 500px;
}
.szschool-website-large .page-content{
	max-width: 960px;
	margin: auto;
	padding-top: 40px;
}
.szschool-website-large footer{
	background-color: #333333;
}
/* END szschool-website-large full width template styling */


.is-mobile.footer-smaller .main-footer, .footer-smaller.is-mobile .main-footer{
	height: auto;
}
.PDFgallery{
	display: none;
}

.header-with-nav .menu-items{
	float: right;
	height: 80px;

}
.header-with-nav .menu-items .menu-item i{
	font-size: 17px;
	margin-left: 5px;
}
.header-with-nav .menu-items .menu-item{
	line-height: 80px;
	min-width: 110px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header-with-nav .menu-items .login-item{
	background: rgba(0,0,0,0.3);
	color: white;
}
.header-with-nav .menu-items .login-item a{
	color: white;
}
.is-mobile .header-with-nav .account-logo{
	display: none;
}
.is-mobile .header-with-nav .menu-items{
	display: none;
}
.is-mobile .header-with-nav .school-name a{
	line-height: 40px;
}
.is-mobile .header-with-nav .school-info {
	height: 40px;
	line-height: 40px;
}
.is-mobile.header-with-nav .school-info{
	height: 40px;
}
.is-mobile.header-with-nav .swiper-container {
	height: calc(100% - 40px);
	padding-top: 40px;
}

/* Accessibility Bar */

.access-bar .main-content{
	padding-top: 20px;
}

#accessibility-bar {
	position: relative;
	top: 1px;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 60px;
	background: #fff;

}
#accessibility-bar select {
	padding: 5px;
	width: 150px;
	border: 1px solid #DDD;
	background: #FFF;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}
#accessibility-bar .translate {
	float: left;
	padding: 10px 5px 10px 0 !important;
}

.translate label {
	line-height: 38px;
	padding: 0 10px 0 0;
}
.accessibility-bar-sticky {
	position: fixed !important;
	top: 77px !important;
	margin-top: 0px !important;
	left: 0;
	right: 0;
	z-index: 1005;
	box-shadow: none !important;
}
#accessibility-bar .search-bar {
	float: right;
}
#accessibility-bar .search-bar input {
	width: 220px;
	border: 1px solid rgba(0,0,0,0.1);
	border-right: none !important;
}
#accessibility-bar .font-size {
	width: 170px;
	line-height: 40px;
	padding: 11px 0;
	float: left;
}
.font-sizing {
	margin-left: 3px;
}
.font-size a {
	position: relative;
	padding: 0 20px 0 12px;
	float: left;
	width: 18px;
	height: 35px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.font-size a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.font-size label {
	width: 65px;
	color: #2966b0;
}
.font-size .font-increase {
	border-right: 1px solid #EEE;
	color: #2966b0;
	cursor: pointer;
}
.font-size .font-decrease {
	color: #2966b0;
	cursor: pointer;
}
.font-size .font-increase span {
	position: absolute;
	top: 10px;
	font-size: 21px;
}
.font-size .font-increase span.super {
	position: absolute;
	top: 7px;
	right: 11px;
	font-size: 12px;
}
.font-size .font-decrease span {
	position: absolute;
	top: 14px;
	font-size: 16px;
}
.font-size .font-decrease span.super {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 11px;
}

/* (sb)edits */
a.content-holder-edit { float: right; }
a.content-holder-edit, a.content-holder-edit i { text-decoration: none; }


/* Webform jSignature */
.signature{
    width: 100%;

}
.signature canvas{
    height: 150px !important;
}
.signature-wrap{
    border: 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0;
    position: relative;
    width: 100%;
    max-width: 490px;
    padding-bottom: 10px;
}
.is-mobile .signature-wrap{
    max-width: none;
    width: 94%;
}
.signature-wrap .clear-signature a{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-right: 10px;
    padding-top: 5px;
    border-bottom: 0 !important;
}.signature-wrap .undo-signature{ display: none;}
.signature-wrap .undo-signature a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 0;
}
.signature-wrap .details{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.fer .signature-wrap{
    background: #fee5e5;
    border-color: #d4222f;
    color: #d4222f;
}
.popup .cal-actions-new {
    float: right;
    display: inline-block;
}

body.is-sz-cal #event_details_container p.event-calendar-title{
    font-size: 20px; font-weight: 600; margin-bottom: 5px; line-height: 25px; border: 0;
}
body.is-sz-cal #event_details_container .cal-actions-new a{
    width: 112px !important;
}
.cal-actions-new a,
.txt-dark .cal-actions-new a {
    padding: 6px 12px 6px 7px;
    border-radius: 3px;
    color: white !important;
    min-width: 120px !important;
    text-align: left;
    display: inline-block;
}
body.is-sz-cal #event_details_container .action_link{
    margin-bottom: 8px;
}
.cal-actions-new .fa {
    padding: 0 7px 0 5px;
}
body.web-has-cal #event_details_container .cal-actions-new a{
    width: 112px !important;
    margin-bottom: 8px;
}
/* SZ Calendar styling */
body.web-has-cal .ui-dialog-titlebar{
    border-bottom: none;
    padding-bottom: 0;
}
body.web-has-cal #event_details_container{
    background-color: #ffffff;
    padding-top: 0;
}
body.web-has-cal #event_details_container p.event-calendar-title a:focus{
    outline: none;
}
body.web-has-cal #event_details_container p.event-calendar-title{
    font-size: 20px; font-weight: 600; margin-bottom: 5px; line-height: 25px; border: 0;
}

/*New event styles*/
.event-left{
	float:left;
    width: calc(100% - 235px);
}
.event-right{
	width: 235px;
	float: right;
}
.event-content{

}
.event-left .event-content{
	margin: 20px 10px 0 0;
}
.event-right .event-content{
	margin: 0 0 10px 15px;
	text-align: left !important;
}
.event-right .event-content p{
	text-align: left !important;
	margin-bottom: 0;
	margin:4px 0 !important;
	word-wrap: break-word;
}
.event-info{
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.event-info-header{
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 5px;
}
.event-info-body{
	padding: 10px;
}
.event-feature-image{
	margin-bottom: 20px;
	margin-top: 12px;
}
.event-tickets{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.event-tickets a {
	width: 100% !important;
	padding: 0 !important;
}
.event-details,  .event-details p{
	text-align: left;
}
.event-calendar-tile{
	margin-bottom: 20px;
}
.feature-image-overlay{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,	rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.supportingFiles{ 
	margin-left:15px; 
}
.blurb .tile-content .supportingFiles table td{
	border:none;
	padding:5px 0;
}
@media screen and (max-width:600px ) {
	.supportingFiles{ margin-left:0; }
}

#schedule_list .cal-tile,.szcal .cal-tile, .publication-item .cal-tile{
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#schedule_list .cal-tile .fc-month, .szcal .cal-tile .fc-month, .publication-item .cal-tile .fc-month{
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 1px 0 1px 0;
}
#schedule_list .cal-tile .fc-day,.szcal .cal-tile .fc-day, .publication-item .cal-tile .fc-day {
    width: 100%;
    padding: 4px 0 0 0;
    font-size: 20px;
    line-height: 20px;
    height: 21px;
    font-weight: 600;
}
#schedule_list .cal-tile .fc-day-name, .szcal .cal-tile .fc-day-name, .publication-item .cal-tile .fc-day-name{
    font-size: 13px;
    line-height: 13px;
    height: 14px;
    display: inline-block;
    padding-bottom: 2px;
}
#schedule_list	.fc-same-day, .szcal	.fc-same-day,  .publication-item	.fc-same-day{
    min-height: 55px;
}
#schedule_list .fc-eventlist-right, .szcal .fc-eventlist-right,  .publication-item .fc-eventlist-right{
    padding-top: 2px;
}
#schedule_list .fc-eventlist-title, .szcal	.fc-eventlist-title, .publication-item	.fc-eventlist-title  {
    font-weight: 600;

}


@media screen and (max-width: 600px) {
    .event-right{float:none; width:100%;}
    .event-right .event-content{margin: 0 0 10px 0;}
    .event-left{width:100%; float:none;}
}
/*End new event styles*/

.full-width-article {padding-top:10px; padding-bottom: 10px;}
.full-width-article a{color:#fff;}
footer.nomargin{margin-top:0; padding-top:0;}
/* ============= Slider Text ============== */
.sliderText{position: absolute; bottom: 20px; right: 20px; background:#333; color:#fff; font-size: 20px; text-align:center; padding: 15px 35px; z-index: 100; line-height: initial;}
@media screen and (max-width: 500px){
	.is-mobile .sliderText{line-height: initial; bottom: 0; right: 0;  position: relative;}
}

/* =============== Regular Slider Side ================== */
#sliderReg{position: relative;}
#sliderReg a {color:#fff;}
#sliderReg a.right-arrow, #sliderReg a.left-arrow{ color: rgba(255, 255, 255, 0.7); }
#sliderReg.news-slider .slider-item{ width: 320px; }
#sliderReg.news-slider .slider-content{ max-width:960px; }
#sliderReg .slider-item .slide-text { width: 185px; height: 220px; }

/* ============= Query Result Styles ============= */
.blurb .tile-content h2.query-title{ text-align: center; font-size: 20px; text-transform: none; }
.blurb .tile-content h2.queryTitle{ text-align: center; margin: 20px 0 0; font-size: 20px; text-transform: none; }
.blurb .tile-content h3.queryTitle{ text-align: center; margin-bottom: 0; text-transform: none; }
.blurb .tile-content p.queryParagraph{  text-align: center; margin-top: 0; margin-bottom: 30px; }
/* ============= Observer Template Changes ============= */
h2.queryTitle { text-align: center; margin-bottom:0;  font-size: 20px; text-transform: none; }
h3.queryTitle { text-align: center; margin-bottom:0; text-transform: none; font-size: 16px; }
p.queryParagraph { text-align: center; margin-top:0; }

table.queryTable {}
	table.queryTable tr{ border: 1px solid #eee; }
	table.queryTable th{ text-align:left; padding:7px; line-height:140%; }
	table.queryTable td{ padding:7px;font-size:90%;line-height:140%; }

/* ============= TasDoe Template Changes ============= */
body#tasDoe {font-family: Arial, Helvetica, sans-serif;}
	body#tasDoe #tasDoeLogo{float: left;}
	body#tasDoe .school-name.bg-main {margin-left: 15px;}
		body#tasDoe .school-name a{color:#fff;}
		body#tasDoe.is-mobile .school-name{margin-left: 15px;}
		 body#tasDoe.is-mobile .school-name.bg-main{display: none}
		 body#tasDoe.is-mobile .mobileName {padding-top: 60px; margin-bottom: -60px; }
		 body#tasDoe.is-mobile .mobileName a{display: block;line-height: 40px; text-align: center;color: #fff; padding: 5px; font-size: 15px; font-weight: bold;}
body#tasDoe .search-bar{float:right; padding: 10px 0;}
body#tasDoe .school-logo{top:60px;}
body#tasDoe .learnersFirst{position: absolute; right:200px; top:60px;line-height: 0;}
body#tasDoe .main-nav{box-shadow: none; height: auto;}
	body#tasDoe .main-nav li{width: auto; line-height: 60px;}
		body#tasDoe .main-nav li a{color: #333; box-sizing: border-box; padding: 0 20px;}

	body#tasDoe li.sfHover {background:rgba(19,52,106, 0.3);}
	body#tasDoe li a:focus{}
	body#tasDoe .main-nav li.sfHover a{color:#333;}
		body#tasDoe .main-nav li li{margin:0; padding: 0; line-height: 30px; height: auto;}
		body#tasDoe .main-nav li.sfHover li li a{color:#fff;}
		body#tasDoe .main-nav li > ul li a{padding:5px 40px 5px 20px; height: auto;}
		body#tasDoe .main-nav li.sfHover li li.sfHover a{color:#333;}


body#tasDoe .main-header{height:auto; padding-bottom: 60px;}
body#tasDoe .swiper-container {width:100%; line-height: 0; overflow: hidden; max-height: 400px;}



body#tasDoe a.accessBar{padding: 5px 10px; background: #333; color: #fff; margin-top: -1px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; cursor: pointer;  z-index: 100; position: absolute; right: 0;}
	body#tasDoe a.accessBar:hover{color:#ffa700;}
	body#tasDoe a.accessBar span{margin-right:5px;}
	body#tasDoe #accessibility-bar{max-width: 960px; width:100%; height: auto;}
	body#tasDoe #accessContainer{left: 50%; margin-left: -285px; position: absolute; padding: 0 10px; display: none; max-width: 570px; width:100%;}
	

.TickerNews {width: 960px; margin: 0 auto;}
.ti_wrapper {width: 100%;position: relative;overflow: hidden;}		
.ti_slide {width: 30000px;position: relative;left: 0;top: 0;}
.ti_content {position: relative;float: left;}
.ti_news{float:left;margin:0 10px;}

#tickerWrap{ width:100%; background:#333; height: 48px; overflow: hidden; }
	#scrollAnnouncement{padding:0; font-size: 13px; color:#eee;}
		#scrollAnnouncement a{text-decoration: underline;color:#eee;}
#scrollAnnouncement .news-wrapper{float:left;margin:0 10px;}
	#scrollAnnouncement .news-wrapper p{float: left; padding-top:15px; padding-bottom: 15px;}
		#scrollAnnouncement .news-wrapper p.title strong{padding-left:20px;}
			#scrollAnnouncement .news-wrapper .news-alert p{color:#ffa700;}

body#tasDoe #content:focus {}
body#tasDoe .footTwo:focus{outline:2px solid #f8be4c;}

body#tasDoe .latest-news{position:relative; height: 240px; width: 240px; float: left;}
body#tasDoe #tile-home.tile.blurb{overflow: visible;}
body#tasDoe #facebookFeed, body#tasDoe #latestNews{height:100%; box-sizing: border-box; border:2px solid; border-bottom:none; position: absolute; right: -240px; top: 0;}
body#tasDoe.web-has-cal #facebookFeed, body#tasDoe.web-has-cal #latestNews{display:none; visibility: hidden;}

body#tasDoe .swiper-container.small{max-width:980px;}

	body#tasDoe #latestNews .tile{height: 100%;}
	body#tasDoe #latestNews .tile-padded {padding: 25px 25px 15px 25px;}
	body#tasDoe #latestNews .tile-header{margin: 0 0 5px 0; padding: 0;}
		body#tasDoe #latestNews .tile-header h2{font-size: 22px; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.3em; font-weight: 300; margin: 0; padding: 0; color: #eee;}
	body#tasDoe #latestNews .tile-content{padding:0;}
		body#tasDoe #latestNews .tile-content h3{margin:0; padding:0; font-size: 13px; color: #eee; line-height: normal; font-weight: bold; }
		body#tasDoe  .tile-3 #latestNews .tile-divider{width:auto;}
			body#tasDoe #latestNews .tile-content p, body#tasDoe #latestNews .tile-content {color:#eee; font-size:13px; line-height: 1.4em;}
			body#tasDoe #latestNews .tile-content p.news-date{font-size:12px;}
			body#tasDoe #latestNews .tile-link { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px 25px 15px 25px;}
			body#tasDoe #latestNews .tile-link a{border-bottom: none; color: #eee !important; text-align: right;}

body#tasDoe .search-bar input {text-transform: none; letter-spacing: normal; font-family: Arial, Helvetica, sans-serif;}
body#tasDoe .tile-header h2{letter-spacing: normal;}
body#tasDoe .tile.blurb{overflow: visible;}

body#tasDoe .main-footer{padding-top:10px; margin-top:0;}
body#tasDoe .main-footer-wrapper{padding: 30px 0;}
body#tasDoe .footOne{float:left; width:15%;}
body#tasDoe .footTwo{float:left; width: 25%; margin:0 5% 0 1%;}
	body#tasDoe .footTwo p{line-height: 1.6em;}
body#tasDoe .footThree{float:left;width: 28%; margin:0 1%;}
	body#tasDoe .footTwo ul, body#tasDoe .footThree ul{}
		body#tasDoe .footThree ul li, body#tasDoe .footFour ul li{margin-bottom:10px;}
body#tasDoe .footFour{float:left; width:20%;}
	body#tasDoe .main-footer-wrapper strong.header, body#tasDoe .main-footer-wrapper .item-header.main-txt{font-size:18px; display: block; font-weight:bold; color: #fff; margin-bottom:15px; text-transform: uppercase;}


body#tasDoe #access {background: #000; color: #fff; float: left; width: 100%; margin: 0; padding: 0; clear: both; font-size: 80%; text-align: left; position: absolute; z-index: 1000; font-size: 14px;}

body#tasDoe #access ul {list-style-type: none; margin: 0; padding: 0;}
body#tasDoe #access li {float: left;}
body#tasDoe #access a {position: absolute;}
body#tasDoe #access a:focus, body#tasDoe #access.visible a{position:static;}
body#tasDoe #access a {float: left; display: block; color: #fff; padding: .2em .5em; margin: .2em .5em .3em; position: absolute; left: -9999px;}
body#tasDoe .blurb a.skipButton{position: absolute; color: #fff !important; font-weight: bold;}
	body#tasDoe .blurb a.skipButton:focus{position: static;}
	body#tasDoe .blurb a:focus{border-bottom: none;}

	body#tasDoe a:focus,body#tasDoe input:focus,body#tasDoe textarea:focus,body#tasDoe button:focus,body#tasDoe select:focus,body#tasDoe .button:focus{outline:2px solid #f8be4c;}

body#tasDoe .blurb .tile-content p{text-align: left;}

body#tasDoe .fc-day-number.fc-other-month{opacity: 0.8;}
body#tasDoe .fc-state-disabled{opacity: .85;}

body#tasDoe #accessibility-bar {z-index: 1;}

/* =============TasDoe Header Change ============= */
body#tasDoe.tasDoeNav {}

/* ============= Stanthorpe Template Changes ============= */
body.stanthorpe #nav-section{ position: absolute; width: 26%; margin-right: 2%; background:#333; box-sizing: border-box;  height: 100%; z-index: 10; overflow: hidden;}
body.stanthorpe #mainContent.tile-3{ float:left; width:72%; padding-left: 28%; }
	body.stanthorpe #nav-section h2 { color:#fff; margin-bottom: 0; font-size: 22px; font-weight: bold; padding: 20px 30px; line-height: normal;}
	body.stanthorpe #nav-section a { color: #fff; display: block; padding: 5px 0; font-weight: normal; transition: text-indent 0.5s }
		body.stanthorpe #nav-section a:hover{ text-indent: 5px; transition: text-indent 0.5s; } 
		body.stanthorpe #nav-section .container > ul {  }
		body.stanthorpe #nav-section .container > ul > li a{ padding:10px 30px; }
		body.stanthorpe #nav-section .container li { border-bottom:1px solid rgba(0,0,0,0.2); transition: all 0.5s }
		body.stanthorpe #nav-section .container li.active { background:rgba(0,0,0,0.2);  }
		body.stanthorpe #nav-section .container li.active:hover { background:rgba(0,0,0,0.4); }
		body.stanthorpe #nav-section .container li:hover { background:rgba(0,0,0,0.3); }

body.stanthorpe #nav-section ul.sideNav { box-sizing: border-box; }
	body.stanthorpe #nav-section ul.sideNav li a{padding:12px 10px; box-sizing:border-box; position: relative;}
	body.stanthorpe #nav-section ul.sideNav > li { border-bottom:1px solid rgba(255,255,255,0.3); }
	body.stanthorpe #nav-section ul.sideNav > li > a{ text-transform: uppercase; font-weight: bold; font-size: 14px;}
		body.stanthorpe #nav-section ul.sideNav > li > a i.fa{ margin-right: 5px;  }
		body.stanthorpe #nav-section ul.sideNav li a i.fa.fa-chevron-down, body.stanthorpe #nav-section ul.sideNav li a i.fa.fa-chevron-up{ position: absolute; right: 0; top: 0; font-size: 10px; padding: 16px 10px; margin: 0; }
	body.stanthorpe #nav-section ul.sideNav ul{ background: rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.3); display: none; }
	body.stanthorpe #nav-section ul.sideNav li ul.open { display: block; }
	body.stanthorpe #nav-section ul.sideNav ul.active{ display: block; }
	body.stanthorpe #nav-section ul.sideNav > ul > li{ border-bottom:1px solid rgba(255,255,255,0.3); }
	body.stanthorpe #nav-section ul.sideNav ul > li a{ text-transform: uppercase; font-weight: bold; }
	body.stanthorpe #nav-section ul.sideNav ul ul{ background: rgba(255,255,255,0.5); border-top: none; ;}
	body.stanthorpe #nav-section ul.sideNav ul ul li{}
	body.stanthorpe #nav-section ul.sideNav ul ul li a { font-weight: normal; }


body.stanthorpe .main-content{clear:both;}

body.stanthorpe .wrapper{padding-top:0; margin: 0 auto;}
body.stanthorpe .main-header{ height: auto; background-color: #eaeaea !important; }
body.stanthorpe .main-nav > ul > li > a{color:#fff;}
body.stanthorpe .main-nav > ul > li {padding:0 20px; font-weight: bold;}
body.stanthorpe .main-nav li > ul li{font-weight: normal;}
body.stanthorpe .wrapper{width:100%; max-width:1080px;}
body.stanthorpe .school-info{ position:relative; top: auto; left: auto; right: auto; height: auto; padding:10px; background:#fff;}
body.stanthorpe .school-info .school-logo{ position: relative; z-index: 2; top: auto; right: auto; width: auto; height: auto; line-height: normal; background: none; border-bottom: none; float:left; padding:10px 0;}
body.stanthorpe .school-info .school-name{display: none; }
body.stanthorpe .search-bar a{color:rgb(2,73,41); font-weight: bold;}
body.stanthorpe .school-info .search-bar{float:right; height:auto; line-height: normal;}
body.stanthorpe .school-info .search-bar .fa{margin: 0 5px; font-size: 16px;}
	body.stanthorpe .school-info .search-bar form{ margin-top:10px; }
	body.stanthorpe .school-info .search-bar input{ line-height: 40px; }
	body.stanthorpe .main-nav{ position: relative; left: auto; right:auto; bottom: auto; border-top:4px solid #a78e00; border-bottom:4px solid #ca3133;}
body.stanthorpe .swiper-container{padding-top:0;}

body.stanthorpe .tile.tile-4, body.stanthorpe .tile-4{max-width:1080px; width:100%;}

body.stanthorpe .swiper-container-fade .swiper-slide{line-height: 0;}
body.stanthorpe #tileContainer {width:30%; float: left; margin-right:3%;}
body.stanthorpe #tileContainer .tile{height:150px; margin-bottom: 20px;}
	body.stanthorpe #tileContainer .tile.tile-1{width:100%;}

body.stanthorpe #tileContainer .tile .bg-layer-main, body.stanthorpe #tileContainer .tile .bg-layer-sec{height:auto;}
body.stanthorpe .latestNewsContainer{float: left; width:67%; background:#024929;}
	body.stanthorpe .latestNewsContainer .tile-padded{padding:0;}
	body.stanthorpe .latestNewsContainer .news-wrapper { margin-top:0; }
	body.stanthorpe .latestNewsContainer .tile-header {margin-bottom:0; background:#ccc; color:#333;}
	body.stanthorpe .latestNewsContainer .tile-header h2{ padding:20px;  }
	body.stanthorpe .latestNewsContainer .tile-content { padding:20px; height:400px; overflow: hidden; }
	body.stanthorpe .latestNewsContainer .tile-link { padding: 20px; background: #ccc; }

body.stanthorpe .tile-divider, body.stanthorpe .tile-divider-white, body.stanthorpe .tile-divider-dark{width:auto;}

body.stanthorpe  .main-footer {margin-top: 20px; padding-top: 30px; padding-bottom: 20px;}
body.stanthorpe .site-links {margin-top: 10px;}
body.stanthorpe .social-text {margin-top: 5px;}

body.stanthorpe #nav-section #tile- {}
	body.stanthorpe #nav-section #tile- .tile-padded{ padding:0; }
	body.stanthorpe #nav-section #tile- .tile-link{ position: absolute; bottom: 0;padding: 10px;display: block;width: 100%;left: 0; border-top: 1px solid; box-sizing: border-box; }

body.stanthorpe.is-mobile .show-children, body.stanthorpe.is_mobile .show-children, body.stanthorpe.is-mobile .show-children-third { color: #fff; top: 0; position: absolute; right: 0; }



/* ============= Cookies Popup Styles ============= */
#cookie { position: fixed; left: 20px; top: 80px; padding:20px; width:250px; border-radius: 2px; background:#f3f3f3; z-index: 1000; display: none;}
	#cookie i.fa-times-circle{ position: absolute; right: 10px; top:10px; color:rgb(19,52,106); font-size: 16px; cursor: pointer; }
		#cookie i.fa-times-circle:hover{top:9px;}
	#cookie h2 { color:rgb(19,52,106); font-size: 20px; margin-bottom: 10px; }
	#cookie p a{ text-decoration: underline; }
	#cookie #acceptCookies { display: block; padding:15px 10px; font-size: 15px; color: #fff; background: rgb(19,52,106); margin-top: 15px; border-radius: 2px; text-align: center; }
	#cookie #acceptCookies:hover{opacity: 0.95; }

	#cookie #denyCookies { display: block; padding:15px 10px; font-size: 15px; color: #fff; background: rgb(19,52,106); margin-top: 15px; border-radius: 2px; text-align: center; }
	#cookie #denyCookies:hover{opacity: 0.95; }

@media screen and (max-width: 480px) {
	#cookie{ left:0; box-sizing: border-box; width: 100%; }
}

/* ============= Goulburn Template Changes ============= */
body#goulburnTemp .main-footer { padding-top:0; margin-top: 0; }
body#goulburnTemp .footer-links { width:100%; padding:20px 0; background:#444; }
body#goulburnTemp .footer-social, body#goulburnTemp .footer-logo{width:50%; padding: 10px 0; }
body#goulburnTemp .footer-social{text-align: left;}
body#goulburnTemp .site-copyright{ color: rgba(255, 255, 255, 0.7); }
body#goulburnTemp .footer-logo img{margin-top:0;}
body#goulburnTemp a.facebookLink {display: none;}
body#goulburnTemp a.facebookLink img{padding-right: 20px; border-right: 1px solid #666;}

/* ============= Bathurst Template Changes ============= */
body#bathurstTemp .main-footer { padding-top:0; margin-top: 0; }
body#bathurstTemp .footer-links { width:100%; padding:20px 0; background:#444; }
body#bathurstTemp .footer-social, body#bathurstTemp .footer-logo { width:50%; padding: 10px 0; }
body#bathurstTemp .footer-logo { font-size: 23px; }
body#bathurstTemp .footer-logo .fa{margin-left: 18px;}
body#bathurstTemp footer hr { margin:10px 0; }
body#bathurstTemp .footer-social{text-align: left;}
body#bathurstTemp .site-copyright{ color: rgba(255, 255, 255, 0.7); display: block;}
body#bathurstTemp .footer-logo img{margin-top:0;}
body#bathurstTemp a.facebookLink {display: none;}
body#bathurstTemp a.facebookLink img{padding-right: 20px; border-right: 1px solid #666;}


/* ============= Bathurst Template Changes - Second Skin ============= */

body#bathurstTemp2 .wrapper{max-width: 1080px;width:100%;}
body#bathurstTemp2 .school-name.bg-main{background:none !important; color:rgb(9, 57, 112);}
	body#bathurstTemp2 .school-name.bg-main a{color:rgb(9, 57, 112); padding-top: 46px; font-weight:normal; letter-spacing: normal; }
body#bathurstTemp2 .school-info{position: relative; top:auto; right: auto; left: auto; height:auto; line-height: normal; height: 110px; line-height: normal;background:#fff;}
body#bathurstTemp2 .school-logo{position: relative; top: auto; right: auto; width: auto; height: auto; max-width: 100px; max-height: 100px; background:transparent; border-bottom: none; float: left; line-height: normal; margin-top:4px;}
body#bathurstTemp2 .search-bar{float:right;}
	body#bathurstTemp2 .search-bar form{margin-top: 25px;}
	body#bathurstTemp2 .search-bar input{width: 200px;}

body#bathurstTemp2 nav.main-nav { background-color: #333447; box-shadow: none; border-top: none;position: relative; }
	body#bathurstTemp2 nav.main-nav ul a { color:#fff; }
		body#bathurstTemp2 nav.main-nav ul a:hover { color:#fff; }

body#bathurstTemp2 .tile-header { text-align: center; }
body#bathurstTemp2 #homeContent { text-align: center; max-width: 60% ; margin: 0 auto 40px; padding: 0; }

body#bathurstTemp2 #accessibility-bar { width: 100%; }
body#bathurstTemp2 #tileArea .tile.tile-1{ width: 31%; height: auto; margin: 0 1% 25px; }
body#bathurstTemp2 #tileArea .tile:nth-child(odd){ margin-left: 18%;}
body#bathurstTemp2 #tileArea .tile:nth-child(even){margin-right: 18%;}

body#bathurstTemp2 .tile{height:auto;}

body#bathurstTemp2 #tileArea .tile-header  h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    padding: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: normal;
    color:#fff;
}
body#bathurstTemp2 #tileArea .tile-link {
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 13px;
    color:#fff;
}
body#bathurstTemp2 #tileArea .tile-link a { color:#fff; }

body#bathurstTemp2 .swiper-container{padding-top:0px;}

body#bathurstTemp2 .main-header{height: auto;}

body#bathurstTemp2 .main-footer { padding-top:0; margin-top: 40px; }
body#bathurstTemp2 .footer-links { width:100%; padding:20px 0; background:#444; }
body#bathurstTemp2 .footer-social, body#bathurstTemp2 .footer-logo { width:50%; padding: 10px 0; }
body#bathurstTemp2 .footer-logo { font-size: 23px; }
body#bathurstTemp2 .footer-logo .fa{margin-left: 18px;}
body#bathurstTemp2 footer hr { margin:10px 0; }
body#bathurstTemp2 .footer-social{text-align: left;}
body#bathurstTemp2 .site-copyright{ color: rgba(255, 255, 255, 0.7); display: block;}
body#bathurstTemp2 .footer-logo img{margin-top:0;}
body#bathurstTemp2 a.facebookLink {display: none;}
body#bathurstTemp2 a.facebookLink img{padding-right: 20px; border-right: 1px solid #666;}

body#bathurstTemp2 #latestHolder .tile.tile-1{ width: 100%; margin: 0 0 10px;}
body#bathurstTemp2 #latestHolder.latest-news{ position: relative; top: auto; bottom: auto; right: auto; text-align: left; background-color: #eae6ed; }
body#bathurstTemp2 #latestHolder, body#bathurstTemp2 #contentHolders { width: 48%; float: left; margin: 0 1%; }
body#bathurstTemp2 #latestHolder.latest-news h2 { background: #8c619c; color: #fff; padding: 10px 20px; font-weight: bold; text-transform: uppercase; font-size: 20px;text-align: left;  }
body#bathurstTemp2 #latestHolder .tile-content{ height: 370px; }
body#bathurstTemp2 #latestHolder.latest-news .tile-link{ position: relative; bottom: auto; right: auto; left: auto; padding: 0; clear: both; }
body#bathurstTemp2 #latestHolder.latest-news .tile-divider { background: #8c619c; width: auto; }
body#bathurstTemp2 #latestHolder .news-bg a { padding: 0 20px 5px; text-align: right; box-sizing: border-box; width: auto; }
body#bathurstTemp2 #latestHolder .txt-light a{ color: #333!important; }
body#bathurstTemp2 #latestHolder.latest-news h3{ font-size: 18px; font-weight: normal; text-transform: none; color: #333; text-align: left; margin-top: 0; padding-top: 0;     line-height: normal; padding: 0; }
body#bathurstTemp2 #latestHolder .news-item .news-date { color: #333; opacity: 1; font-size: 12px; margin-bottom: 2px; padding: 0; }
body#bathurstTemp2 #latestHolder.latest-news p { color: #333; text-align: left; padding: 0;}
body#bathurstTemp2 #latestHolder .news-bg a { padding: 0 20px 13px; text-align: right; box-sizing: border-box; width: auto;}
body#bathurstTemp2 #latestHolder .news-item { padding: 0 20px; }
body#bathurstTemp2 #latestHolder .news-bg-auto-sub { background: #eae6ed; }
body#bathurstTemp2 #latestHolder.latest-news .tile-divider { background: #8c619c;  width: auto; }
body#bathurstTemp2 #latestHolder .tile-padded { padding:0; }

body#bathurstTemp2 #contentHolders .tile { width: 100%; margin: 0 0 10px; }
body#bathurstTemp2 #contentHolders .tile-link { padding-top: 118px; }
body#bathurstTemp2 #contentHolders .tile-link a{  color: #fff; font-weight: bold; text-transform: uppercase; font-size: 20px; text-align: left; padding: 10px 20px;  text-align: left; display: block;  }
body#bathurstTemp2 #contentHolders .tile-link { margin:0; }
body#bathurstTemp2 .footer-conditions { float:left; width: 50%; text-align: left; line-height: normal; padding: 10px; box-sizing: border-box;}
body#bathurstTemp2 nav.main-nav ul.child-links a {color:#333;}
body#bathurstTemp2 .tile-3 { width:840px; }
body#bathurstTemp2 .tile.tile-3 { width: 820px; }



@media screen and (max-width: 1100px){
	body#bathurstTemp2 .wrapper { max-width: 860px }
	body#bathurstTemp2 .tile-3 {width:660px;}
	body#bathurstTemp2 .tile.tile-3 {width: 640px;}
}
@media screen and (max-width: 960px){
	body#bathurstTemp2 .wrapper { max-width: 660px }
	body#bathurstTemp2 .tile-3 {width:460px;}
	body#bathurstTemp2 .tile.tile-3 {width: 440px;}
}
@media screen and (max-width: 769px){
	body#bathurstTemp2 .wrapper{ max-width: 100%; }
	body#bathurstTemp2 .tile-3 { width: 100%; }
	body#bathurstTemp2 .tile.tile-3{ width:100%; }
	body#bathurstTemp2 .tile.blurb.tile-3 .tile-padded { padding: 0 30px; }
	body#bathurstTemp2.is_internal .latest-news{ display: none; }

	body#bathurstTemp2 #homeContent { max-width: 90%; }
	body#bathurstTemp2 #tileArea img{ width: 100%; }
	body#bathurstTemp2 #tileArea .tile.tile-1 { width: 48%; }
	body#bathurstTemp2 #tileArea .tile:nth-child(odd){ margin-left:1%; }
	body#bathurstTemp2 #tileArea .tile:nth-child(even){ margin-right:1%; }

	body#bathurstTemp2 .footer-social, body#bathurstTemp2 .footer-logo{ float: left; text-align: center; line-height: normal; padding: 10px; box-sizing: border-box; }
	body#bathurstTemp2 .footer-internal { margin:0; padding: 0; }
	body#bathurstTemp2 .fa.fa-bars {
	    float: right;
	    color: rgb(9, 57, 112);
	    padding: 10px;
	    margin-right: -10px;
	    font-size: 24px;
	}
	body#bathurstTemp2 .main-nav{top:0;}
	body#bathurstTemp2 .show-children, body#bathurstTemp2 .show-children, body#bathurstTemp2 .show-children-third{color:#fff;}

}
@media screen and (max-width: 499px){
	body#bathurstTemp2 #tileArea .tile.tile-1{ width: 98%; }

	body#bathurstTemp2 #latestHolder, body#bathurstTemp2 #contentHolders { width:98%; margin-bottom: 20px; }
	body#bathurstTemp2 .footer-social, body#bathurstTemp2 .footer-logo{width: 98%; margin: 0 auto; float: none;}

	body#bathurstTemp2 .footer-conditions{float: none; width: 98%; text-align: center;}
	body#bathurstTemp2 .footer-logo .fa{ margin:5px;}

}
.dark{background:#222;}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* ============= Stanthorpe Template Changes End ============= */
@media screen and (max-width: 769px){

	.news-slider .left-arrow, .news-slider .right-arrow{ top: 5px; font-size: 45px; height: auto; }

	body#tasDoe #facebookFeed{ position:relative; top: auto; right:auto; display: none; }
	body#tasDoe #latestNews {    position: relative; right: auto; height: 300px;}
	body#tasDoe .latest-news{width:50%;}
	body#tasDoe .latest-news .tile{height: 240px;}
	body#tasDoe .tile-internal, body#tasDoe .tile-padded { padding: 25px;}
	body#tasDoe .latest-news .tile-header h2{text-align: left;}
	body#tasDoe .latest-news .tile-link{padding: 0 25px 25px 25px;}

	body#tasDoe .mobile-menu-toggle{text-align: right}
	body#tasDoe .school-info{height:60px;}
	body#tasDoe .school-name{text-align:left;}
	body#tasDoe .learnersFirst{ top: 0; left:140px; height:60px;}
		body#tasDoe .learnersFirst img{max-height: 100%;}
	body#tasDoe .school-logo{top:0; right:100px; height:60px;border:none; line-height: 0;}    
	body#tasDoe .school-logo{top:0; right:50px; height:60px; width:60px; border:none; line-height: 0;}
	body#tasDoe .main-nav{top:60px;}
	body#tasDoe .mobile-menu-toggle .fa{margin-top: 15px; font-size: 25px;}

	body#tasDoe .main-header{padding-bottom:0;}
	body#tasDoe .swiper-wrapper{width:150%;}
	body#tasDoe .swiper-container{padding-top:60px;}
	body#tasDoe .main-nav li{padding-right:0; line-height: 40px;}
		body#tasDoe .main-nav li a{padding:0 0 0 15px;}

	body.stanthorpe .mobile-menu-toggle { left: auto;  }
	body.stanthorpe .main-nav{top:0;}

	body.stanthorpe .main-nav > ul > li {padding: 0;}
	body.stanthorpe #tileContainer, body.stanthorpe .latestNewsContainer{width:100%; float: none; margin: 0;}

	body.stanthorpe #nav-section{width:100%; position: relative; margin:0; height: auto;}
	body.stanthorpe #mainContent.tile-3{float: none; width:100%; padding: 0;}
	body.stanthorpe #nav-section {display: none;}


	body#goulburnTemp .footer-social, body#goulburnTemp .footer-logo{width:100%; text-align: center;}
	body#goulburnTemp .footer-links{padding: 20px 10px; box-sizing: border-box;}
	body#goulburnTemp .latest-news{display:none;}

	body#goulburnTemp a.facebookLink{display: inline-block;}

}

@media screen and (max-width: 480px){
 body#tasDoe .latest-news{width:100%;}

 body#tasDoe .footOne, body#tasDoe .footTwo, body#tasDoe .footThree, body#tasDoe .footFour{width:100%;float: none; margin: 0; padding:10px 5%; box-sizing: border-box;}

	.bottom-link {
		width: 100% !important;
		text-align: center !important;
	}
	body#goulburnTemp .footer-social{line-height: normal;}
	body#goulburnTemp a.facebookLink{display: block;}
	body#goulburnTemp a.facebookLink img{padding-right:0; border-right: none;}
}
#syncmobile{
    text-align: center;
}

/* WYSIWYG Web Link buttons with font-awesome */
.wysiwyg.sz-web-link a{
    padding-left: 10px !important;
}
.wysiwyg.sz-web-link .sz-web-inline{
    padding-left: 10px;
}
.wysiwyg.sz-web-link .sz-web-icon{
    background: rgba(225,225,225,0.7);
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: inline-block;
    text-align: center;
}
.wysiwyg.sz-web-link .sz-web-icon i{
    font-size: 21px;
    position: relative;
    top: 7px;
}
.wysiwyg.sz-web-link{
    background-image: none !important;
}


/* ==== WYSIWYG Style for Websites === */
/* New Download Buttons */
 .sz-download-link,
 .sz-web-link,
.notice-board-item .sz-download-link,
.notice-board-item .sz-web-link
{
	background-color: #06C;
	background-image: url('https://www.schoolzineplus.com/theme/website/schoolzine/img/download-icon.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 9999px;

	border-collapse: separate;

	display: table;
	/*min-width: 450px;*/
	width: 450px;
	max-width: 580px;
	margin: 15px auto;

	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;

	-webkit-box-shadow: inset -1px -3px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset -1px -3px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset -1px -3px 0 0 rgba(0, 0, 0, 0.2);
}
.wysiwyg.sz-web-link{
	width: 100%;
    display: block;
    margin: 15px 0;
    border-radius: 1px;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
    transition: all 0.5s;
}
.wysiwyg.sz-web-link:hover{box-shadow: none;}
.wysiwyg.sz-web-link > a:link {
	width: 100%;
    display: block;
    padding: 10px 10px 10px 5px !important;
    min-width: auto;
    box-sizing: border-box;
    height: auto;
}
.wysiwyg.sz-web-link > a:link, .wysiwyg .sz-web-url, .wysiwyg .sz-web-title{color:#fff !important; border-bottom: none;}
/* KS added from Global - 29-07-19 */
.wysiwyg.sz-web-link > a{text-decoration: none !important;border-bottom: 0 !important;}
/* end KS added */
.wysiwyg.sz-web-link .sz-web-icon{background:none;}
.wysiwyg .sz-web-icon .fa{color:#000;}
.wysiwyg .sz-web-icon-wrap{
    display: table-cell;
    vertical-align: middle;
}
.borderDiv .sz-web-url {
	max-width: 450px;
}
.wysiwyg.sz-web-link .sz-web-inline{padding-left: 5px;}

.is-mobile .wysiwyg.sz-web-link .sz-web-inline{
	display: table-cell !important;
    vertical-align: middle;
}

.is-mobile .wysiwyg.sz-web-link .sz-web-title{
	font-size: 14px !important;
}

.wysiwyg.primary .sz-web-title, .wysiwyg.sz-web-link.primary > a:link, .wysiwyg.primary .sz-web-icon .fa, .wysiwyg.primary .sz-web-url{
    color:#fff !important;
}

.wysiwyg.secondary .sz-web-title, .wysiwyg.sz-web-link.secondary > a:link, .wysiwyg.secondary .sz-web-icon .fa, .wysiwyg.secondary .sz-web-url{
    color:#fff !important;
}
/* WYSIWYG web link styling */

.wysiwyg .sz-web-title{
    width: auto;
}
.wysiwyg .sz-web-title{
    width: auto;
}
.wysiwyg .sz-web-link > a,
 .wysiwyg .sz-web-link > a:link,
 .wysiwyg .sz-web-link > a:visited,
 .wysiwyg .sz-web-link > a:active {
    width: auto;
}
.wysiwyg .sz-download-link,
.wysiwyg .sz-web-link {
    width: auto;
}
.wysiwyg .sz-web-url, #Offline .wysiwyg .sz-web-title{
    padding-right: 5px;
}
.wysiwyg .sz-web-url {font-size: 13px !important;}

.is-mobile .wysiwyg .sz-web-inline {  max-width: 300px !important; overflow: hidden !important; white-space: nowrap !important; text-overflow: ellipsis !important; }

.sz-download-title,
.sz-web-title,
.notice-board-item .sz-download-title,
.notice-board-item.sz-web-title {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align:left;
	/**/width: 450px;
}
.notice-board-item .sz-download-title{
	width: auto !important;
}

.Border .sz-download-title,
.Border .sz-web-title,

.borderDiv .sz-download-title,
.borderDiv .sz-web-title {
	width: auto;
}

.sz-download-meta,
.sz-web-url,
.notice-board-item .sz-download-meta,
.notice-board-item .sz-web-url{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	opacity: 0.7;
	display: block;
}

.sz-web-url {
	height: 20px;
	max-width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sz-download-inline,
.sz-web-inline {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3em;
}

/** PDF Link **/

.pdf-viewer-heading{

    border-left: 8px solid;
    margin-bottom: 0px;
    transition: all 0.5s;
    border-radius: 2px;
}
.pdf-viewer-link .fa.fa-file-pdf-o{margin-right:10px; font-size: 20px; float: left; margin-bottom: 10px;}
.pdf-viewer-link .fa.fa-download{margin-left: 10px; margin-right: 10px;}

.pdf-viewer-heading:hover{ border-left: 12px solid; }
#tinymce .pdf-by-id{display: none;}
.pdf-viewer-heading a.pdf-viewer-link, .pdf-viewer-heading a.pdf-viewer-link, .newsletter-content .pdf-viewer-heading a.pdf-viewer-link{
    display: block;
    padding: 15px 130px 15px 15px;
    color: #fff;
    position: relative;
    transition: all 0.5s;
    text-decoration: none;
}
.pdf-viewer-heading a.pdf-viewer-link:hover, .pdf-viewer-heading a.pdf-viewer-link:hover, .newsletter-content .pdf-viewer-heading a.pdf-viewer-link:hover{
    color:#fff;    
}
span.pdf-viewer-title{}
span.pdf-viewer-filesize{
    float: right;
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    }


.borderBox, .colourBox {
    padding: 30px 40px 20px;
    -moz-border-radius: 0 30px!important;
    -webkit-border-radius: 0 30px!important;
    border-radius: 0 30px!important;
    border: 2px solid;
    border-color: #CCCCCC;
    margin: 20px auto;
}
.colourBox {
    border: none;
    background: #5d5d5d;
    color: #fff;
}
.blurb .tile-content .colourBox p {
	color:#fff;
}
.sz-mce-line-break{padding: 0 15px; border-bottom: 1px solid #DDD; height: 1px;}



/** PDF Link **/

.pdf-viewer-heading{

    border-left: 8px solid;
    margin-bottom: 0px;
    transition: all 0.5s;
    border-radius: 2px;
}
.pdf-viewer-link .fa.fa-file-pdf-o{margin-right:10px; font-size: 20px; float: left; margin-bottom: 10px;}
.pdf-viewer-link .fa.fa-download{margin-left: 10px; margin-right: 10px;}

.pdf-viewer-heading:hover{ border-left: 12px solid; }
#tinymce .pdf-by-id{display: none;}
#Offline .pdf-viewer-heading a.pdf-viewer-link, .pdf-viewer-heading a.pdf-viewer-link, .newsletter-content #Offline .pdf-viewer-heading a.pdf-viewer-link{
    display: block;
    padding: 15px 130px 15px 15px;
    color:#fff !important;
    position: relative;
    transition: all 0.5s;
    text-decoration: none;
}
#Offline .pdf-viewer-heading a.pdf-viewer-link:hover, .pdf-viewer-heading a.pdf-viewer-link:hover, .newsletter-content #Offline .pdf-viewer-heading a.pdf-viewer-link:hover{
    color:#fff !important;    
}
span.pdf-viewer-title{}
span.pdf-viewer-filesize{
    float: right;
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    }

/* KS added from Global - 29-07-19 */

.boxed-tiles .sz-web-title{display:block;}
.boxed-tiles .sz-web-url{font-style: italic;}
.boxed-tiles .sz-web-title{font-weight: bold;}

.user-content span.Bold, .user-content .Bold span{ font-weight: bold !important; }

.event-details ul { overflow: hidden; padding-left: 40px; margin-left: 0; zoom: 1; list-style-type: disc; }

.publication-item .event-calendar-tags .event-tag{cursor: default !important;}

.event-details ol { overflow: hidden; padding-left: 40px; margin-left: 0; zoom: 1; list-style-type: decimal; }

.event-details ol li, .event-details ul li { list-style-position: outside; padding-left: 5px; }

.pdf-viewer-heading-wrap .pdf-view.HTML-only{overflow: scroll;}

.event-details ol, .event-details li { margin-top: 2px; margin-bottom: 2px; }

.event-calendar.school-border-color{margin-bottom: 10px;}


.flip-btn{
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.1);
}
.flip-btn:hover{
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.flip-btn.fleft{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid rgba(0,0,0,.25);
    border-top: 1px solid rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25);

}
.flip-btn.fright{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid rgba(0,0,0,.25);
    border-top: 1px solid rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.is-mobile .main-nav .fa {
    padding-right: 5px;
}
/* School website name fix */
.school-name h1{ margin: 0; }
.school-name a{ text-transform: uppercase; }
.lightbox { display: none; }

.tas-swirl{left: initial;}
.social-text, .social-icons{float: none;}
div.social-icons{padding-top: 10px;}
.footer-social{min-height: 1px;}
.footer-smaller .main-footer{height: auto !important;}
.is_internal  .main-footer{height: auto !important;}
#cal_search{ width: 255px; }
.calendar-header .print-newsletter{ float: right; }

.fom .lote_form_page_fields .fwrp label{ margin: 0; padding: 1px 0 0 0; }
.lote_form_page_fields .fwrp input{ margin: 3px 10px 0 0; }

body#tasDoe .main-header{height:auto; padding-bottom: 60px;}
body#tasDoe .swiper-container {width:100%; line-height: 0; overflow: hidden; max-height: 400px;}

.signature-wrap .details{ border-top: 1px solid; padding-top: 3px; }

.is-mobile .desktop-only .btn#read-more-btn{display: block !important;}
.lightbox {z-index: 100000;}
.lightboxOverlay{z-index: 99999;}
.is-mobile .sz-gallery-wrapper{display: block !important;}

.is-mobile #Offline img[style*="float: right;"], .is-mobile #Offline img[style*="float: left;"]{max-width:40% !important;}

.read-more-control{z-index:1;}

article .publication-item h2{font-size: 22px !important; line-height: 22px !important; font-weight: 600;}
article .publication-item h3{font-size: 18px !important;line-height: 18px !important;font-weight: 600;}
article .publication-item h4{font-size: 14px !important; line-height: 14px !important; font-weight: 600;}
article .publication-item h5{font-size: 14px !important; line-height: 14px !important;}

#Offline .NoBorder td{padding:0 5px;}

.is-mobile article .publication-item h3{font-size:15px !important;}
.is-mobile .publication-item .event-calendar-title{ font-size:24px !important; }
.is-mobile article .publication-item h2{ font-size:18px !important; }
.is-mobile article .publication-item h3{ font-size:15px !important; }

img.szImg[style*="float: left;"], img.szImg[style*="float:left;"] {
    margin: 15px 20px 10px 0 !important;
    max-width: 75%;
}

img.szImg[style*="float: right;"], img.szImg[style*="float: right;"] {
    margin: 15px 0 10px 20px !important;
    max-width: 75%;
}

.publication-item table tbody tr td { border: 1px solid #DDD; }
.publication-item table td { padding: 5px; vertical-align: top; }

#aboveFoot{display:none;}
#tickerWrap{height:auto;}

.swiper-container{padding-top: 60px;}

.pdf-viewer-heading-wrap{max-width: 100%;}
.szschool-website .main-nav ul.wrapper > li:nth-child(2n):hover{background:transparent;}

.blurb .tile-content p {text-align:left;}

#tickerWrap{display:none;}
.szschool-website .main-nav ul.wrapper > li:nth-child(2n):hover{background:transparent;}

@media screen and (max-width: 769px){
	body#tasDoe .main-header{ padding-bottom:0; }
	body#tasDoe .swiper-wrapper{ width:150%; }
	body#tasDoe .swiper-container{ padding-top:60px; }
}


@media screen and (max-width: 769px){
    .internal-wrapper { width: 100%; }
    #internal-title{ width: 100%; }
    body#tasDoe.is-mobile .mobile-only { display: block; }
    body#tasDoe .main-nav { display: none; }
}


/* end KS added */

/* ============= Article Module Styles ============= */
.articleModule{ }

.blurb .tile-content .articleModule h3{ margin-top:0;
	margin-bottom: 10px; }
.blurb .tile-content .articleModule p{ font-size:13px; }
.blurb .tile-content .articleModule a{
	text-decoration: none; font-size:13px; }
	.articleContainer{
		display:flex;
		justify-content: center;
		align-content: center;
		width:100%; clear: both;
		border-bottom:1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }

		.moduleArtImgContainer{
			width:50%;
			text-align: center;
			padding: 15px 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			line-height: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.moduleArtImgContainer img {
				max-width: 100%; }

		.moduleArtContent{
			width: 50%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding:15px 10px;

		}
@media screen and (max-width: 769px) {
	.blurb .tile-content .moduleArtImgContainer img {
		max-width: 100%;
	}
}

@media screen {
   .PDF-only, .pdf-only, .BreakColumn, .BreakPage, .PDFgallery { display: none; }
  }

.event-list-wrap2 {}
.event-list-wrap2 ul{
	list-style: none;
	margin-left: 0;
}
.event-list-wrap2 ul li{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	list-style: none;}
.event-list-wrap2 ul li a {text-decoration:none;}

/* ============= Bridgetown Template Changes ============= */
body#bridgetown .main-header { padding-bottom: 0px; max-height: 755px; height: auto; border-bottom: 5px solid; } 
body#bridgetown .school-info {  height: 150px; border-bottom: 5px solid; }
body#bridgetown .school-name { position: absolute; background: none !important; margin-top: 3px; font-family: Copperplate Gothic Light, Georgia, serif;
line-height: normal; height: auto;} 
body#bridgetown .school-name a {height:auto; padding: 0; font-size: 14px;}
body#bridgetown .search-bar { float: right; }
body#bridgetown .search-bar form { height: 75%; }
body#bridgetown .search-bar button[type=submit] { display: block; }
body#bridgetown .search-bar span {  line-height: 30px; color: #ffffff;}
body#bridgetown .search-bar input { font-size: 14px; color: #ffffff; }
body#bridgetown .school-logo { position: relative; top: auto; right: auto; height: auto; width: 200px; background: none; border: none; float: left; line-height: 0;}
body#bridgetown .school-logo img { width:110px; }
body#bridgetown .main-nav { top: 50px; background: none; box-shadow: none; height: 50px; border: none;}

body#bridgetown .main-nav ul.wrapper { float: right; max-width: none; width: auto; }
body#bridgetown .main-nav li { width: auto; padding: 0 10px;}
body#bridgetown .main-nav li a { font-size: 12px; color: #fff; }
body#bridgetown .main-nav.width-6 li, body#bridgetown .main-nav.width-5 li, body#bridgetown .main-nav.width-4 li, body#bridgetown .main-nav.width-3 li, body#bridgetown .main-nav.width-2 li, body#bridgetown .main-nav.width-7 li, body#bridgetown .main-nav.width-8 li, body#bridgetown .main-nav.width-9 li, body#bridgetown .main-nav.width-10 li { width: auto; }
body#bridgetown .main-nav li a { font-size: 12px; color: #fff; }
body#bridgetown .swiper-container.wrapper { max-width: 100%; width: 100%; }
body#bridgetown #accessibility-bar{ display: none; }

body#bridgetown .main-nav li > ul { background-color: #23396B; color: #fff; }
body#bridgetown .main-nav li li {padding:0;}

body#bridgetown .tile.tile-1 { width: 24%; margin-right: 1.33%; margin-bottom: 10px;}
body#bridgetown .tile.tile-1:nth-child(4){ margin-right:0; }
body#bridgetown #tilesSection{width:100%;}

body#bridgetown .swiper-container {
    height: auto;
    padding-top: 120px;
    margin-bottom: -4px;
}
body#bridgetown .bg-layer-main { height:auto; }
body#bridgetown .tile-internal { position: relative; }
body#bridgetown .tile-link { margin: 0; }
body#bridgetown .tile, body#bridgetown .tile .bg-layer-sec { height: auto; }

body#bridgetown .tile-internal, body#bridgetown .tile-padded{ padding: 15px 25px; }

body#bridgetown .boxed-tiles .tile img{ max-width:100%; width: 100%;}

body#bridgetown #newsfeeds {float: left;margin-bottom: 50px;width: 49%;}
body#bridgetown #newsfeeds .tile-padded{ width:100%; margin-right: 0; box-sizing: border-box; }
body#bridgetown .tile-4 #newsfeeds .tile-divider{width:100%;}

body#bridgetown #newsfeeds { height: auto; max-height: 450px; margin-right: 2%; margin-top: 30px; }
body#bridgetown #newsfeeds .tile.tile-1{width:100%;}
body#bridgetown .visval8 h2 { margin-bottom: 0;padding: 0;color: #fff; }
body#bridgetown .visval8 {margin-top: 0; height: 450px; max-height: 450px;overflow-x: scroll;}
body#bridgetown .news-bg-auto-sub { position: absolute; bottom: 0; width: 100%; margin: 0; padding: 0 25px 10px; left: 0; background: #792d4b; box-sizing: border-box; }
body#bridgetown div#formfeeds { float: left; width: 49%;}
body#bridgetown #formfeeds {  margin-top: 30px; height: 450px; }
body#bridgetown #formfeeds .item-header.main-txt { margin-bottom: 0; padding: 0; color: #fff; font-size: 22px; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.3em; font-weight: 300; }
body#bridgetown #formfeeds .item.divider{ padding:15px 25px; }
body#bridgetown #formfeeds .item-content{color:#fff; margin: 15px 0 0;}

body#bridgetown .main-footer{padding-top: 0; margin-top: 0;}
body#bridgetown.is_internal .tile.tile-1{width: 240px; height: 100%}
body#bridgetown .tile-internal{text-align: center;}

@media screen and (max-width: 980px){
	body#bridgetown .school-logo { width: 70px; }
	body#bridgetown .school-name{ margin:0; margin-left:0; }
	body#bridgetown .main-nav{ top: 60px; display: block ; }
	body#bridgetown .tile.tile-1{width: 49%; margin-right: 2%;}

	body#bridgetown .tile.tile-1:nth-child(4){ margin-right:1.3%; }
	body#bridgetown .tile.tile-1:nth-child(2n){ margin-right:0; }

}
@media screen and (max-width: 769px){
	body#bridgetown .mobile-menu-toggle{z-index: 1000;}
	body#bridgetown .school-logo {width: 100%; margin-left: 0; text-align: center;}
	body#bridgetown .school-logo img{display: none; }
	body#bridgetown .school-info { height: 50px; }
	body#bridgetown .school-name { margin: 5px auto; width: 100%;}
	body#bridgetown .swiper-container { padding-top: 55px; }
	body#bridgetown .mobile-menu-toggle { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; font-size: 18px; color: #ffffff; padding: 0 15px; cursor: pointer;}
	body#bridgetown .mobile-menu-toggle .fa.fa-bars{position: relative; top: 5px;}
	body#bridgetown .main-nav ul.wrapper{ width:100%; }
	body#bridgetown .main-nav>ul.wrapper>li { padding: 0; background-color: #23396B;}
	body#bridgetown .main-nav > ul.wrapper > li { width: 100%; height: auto; float: none; line-height: 40px; border-bottom: 1px solid #dddddd; }

	body#bridgetown .school-logo { width: 100%; margin-left: 0; }
	body#bridgetown .school-name a{ width: 100%; padding: 13px 0; }
	body#bridgetown .main-nav { top: 55px; height: auto; display: none; }
	body#bridgetown.is-mobile .show-children{ color:#fff; }
	body#bridgetown.is-mobile .child-links a{background:transparent;}

	body#bridgetown #newsfeeds, body#bridgetown div#formfeeds{ width: 90%; margin: 10px 5%; }
	body#bridgetown #tilesSection { width:90%; margin: 10px 5%; }


}
@media screen and (max-width: 459px){
	body#bridgetown .boxed-tiles .tile img{ width: 100%; }
	body#bridgetown .tile.tile-1{ width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
}

.wysiwyg-only{display: none !important;}


#contentSection ul, #contentSection ul li{list-style:none; margin-left:0; margin-bottom:0px;}
.chosen-container-multi .chosen-choices{ border: 1px solid #ccc; }
.chosen-choices {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.chosen-container-multi .chosen-choices {
	background: #fff;
	padding: 3px 7px;
}
#contentSection ul li.search-field{padding-bottom:0;}




#result{
	color: #fff;
	padding: 0;
	text-align: center;
	padding:0;
	margin:0;
}
#result .content-wrap {
	padding:20px 10px;
	font-size: 14px;
}