/*
 *
 * 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: 270px;
}
.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: 75px;
	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;
}

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

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

.swiper-container {
	height: calc(100% - 120px);
	padding-top: 60px;
}

/* Fix for IE image overflow */
.swiper-slide {
	overflow: hidden;
}

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


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

.main-nav{
    position: fixed;
    top: 0;
}

.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;
	color: #6c6d6e;
	height: 100%;
	display: table;
}
.main-nav > ul > li > a {
    font-size: 13px ;
    line-height: 18px ;
}

.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: 70px;
	left: 0;
	min-width: 100%;
	max-width: 400px;
	background-color: #ffffff;
	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;
}
.is-mobile .menu-item{
    height: 40px;
    line-height: 40px;
}

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

.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 30px 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 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 {
	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 {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	height: 240px;
	z-index: -1;
}

.footer-internal {
	position: absolute;
	bottom: 0;
	height: 120px;
	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: 25%;
}

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

.footer-links {
	width: 50%;
}

.footer-social {
	line-height: 100px;
}

.social-text,
.social-icons {
	float: left;
}

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

.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: 135px;
}

.footer-logo img {
	vertical-align: middle;
}

.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 {
	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: 960px) and (max-width: 1524px) {
    .last-nav div{
        left: 30px !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 980px) {

    .last-nav div{
        left: 28px !important;
    }
	.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: 960px) {
	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;
	}
    .main-footer{
        height: auto;
    }
	.col-1,
	.col-2,
	.col-3,
	.col-4 {
		width: 95%;
	}

	.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;
        transition: 0.2s linear background;
	}

	.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%;
        background-color: #716dba;
	}

	.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('http://www.schoolzineplus.com/theme/website/schoolzineplus/images/ab-tile.jpg') 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('http://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; }



.szcal #sz_calendar .fc-day-grid-container.fc-scroller {

	/* ?? */
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
.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('{{ _baseUrl }}/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('http://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('http://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;
    height: 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;
    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('http://www.schoolzineplus.com/theme/website/schoolzineplus/images/ab-tile.jpg') no-repeat center center transparent;
    background-size: cover;
}
.tile.tile-contact{
    background: url('http://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;
}
.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;
    height: 25px;
    width: 120px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    padding: 0 .6em;
    color:#333;
    outline-offset: 0;
}
#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: bold;
}

.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('http://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("http://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("http://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("http://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: -moz-linear-gradient(left, #716dba 45%, #2966b0 55%);
    background: -webkit-linear-gradient(left, #716dba 45%,#2966b0 55%);
    background: linear-gradient(to right, #716dba 45%,#2966b0 55%);
    background-position: right;
    transition: 0.2s linear background-color;

}
.fixed-nav-push {
    margin-top: 60px;
}
#internal-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 960px;
    padding: 0 0 20px 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;
    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: 50px;
}
.full-width-content{
    width: 960px;
    margin: auto;
}
.full-width-article.bot{

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

.nav-img {
    background-repeat: no-repeat;
    background-position: center;
}
#ll4a-logo {
    background-image: url("../img/ll4a-main-logo-white.png");
    background-size: 75%;
}
#in-action-logo {
    background-image: url("../img/ll4a-in-action-logo-white.png");
    background-image: url("../img/ll4a-in-action-logo-white.png");
    background-image: url("../img/ll4a-in-action-logo-white.png");
    background-position: right;
    background-size: 45%, cover;
    transition: none !important;
}
#in-action-logo:hover {

    background-image: url("../img/ll4a-in-action-logo-white.png"), linear-gradient(to right, #1d4e8a 0%,#1d4e8a 100%);
    background-image: url("../img/ll4a-in-action-logo-white.png"), -webkit-linear-gradient(left, #1d4e8a 0%,#1d4e8a 100%);
    background-image: url("../img/ll4a-in-action-logo-white.png"), -moz-linear-gradient(left, #1d4e8a 0%,#1d4e8a 100%);

    transition: 0.2s linear all;
}
.fixed-nav li a {
    color: #fff;
}
.fixed-nav li ul li a {
    color: rgb(40,40,40);
}
.fixed-nav li:hover, #ll4a-logo:hover {
    background-color: #4e4b98;
    transition: 0.2s linear all;
}

.fixed-nav li ul li:hover {
    background-color: rgb(245,245,245);
    transition: 0.2s linear all;
}
.main-nav li.expanded > a {
    color: #fff !important;
}
.main-nav > ul > li > a:hover {
    color: #fff !important;
}

#accessibility-bar {
    position: relative;
    top: 1px;
    margin: 0 auto 0 auto;
    padding: 0 45px;
    width: 960px;
    height: 60px;
    background: #fff;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);*/
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
#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 10px 10px 60px;
}
.accessibility-bar-home {
    top: 381px !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;
}
.font-size .font-decrease {
    color: #2966b0;
}
.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;
}
#page-content-sidepanel{
    padding: 20px;
}
#page-content-sidepanel .sticky-active {
    position: fixed;
    top: 138px;
    width: 250px;
    background: #fff;
    padding-top: 21px;
}
#page-content-sidepanel .sticky-push {
    display: none;
    height: 0;
}
.standards-option #in-action-logo {
    position: relative;
    top: -8px;
}
.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;
}
#quote-slider ul {
    display: none;
}
#search-popout {
    position: fixed;
    right: 0;
    top: 170px;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    line-height: 20px;
    width: 50px;
    height: 50px;
}
#search-icon {
    width: 50px;
    float: left;
    padding: 15px 0;
    line-height: 20px;
    color: #fff;
    transition: 0.2s linear all;
    border-radius: 6px 0 0 6px;
    display: inline-block;
    text-align: center;
    background-color: #E89462;
}
#search-icon:hover {
    background-color: #4e4b98;
    transition: 0.2s linear all;
}
#popout-search-bar {
    float: left;
    width: 0px;
    overflow: hidden;
}
#search-popout .search-bar {
    padding: 0;
    height: 50px;
}
#search-popout .search-bar input {
    width: 215px;
}
#search-popout .search-bar span {
    float: right;
    line-height: 50px;
}
.full-width-section {
    width: 100%;
    height: auto;
    padding: 30px 0 45px 0;
    background: rgba(35,35,35,1);
    box-shadow: inset 0 -2px 10px rgba(0,0,0,0.15);
}
.full-width-section .owl-carousel {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.govt-statement {
    padding: 10px 0 0 0;
    color: rgba(255,255,255,0.5);
}
.footer-internal {
    height: 150px;
}
.footer-social {
    background-position: center !important;
    margin-top: 0 !important;
}
.main-footer{
    height: 200px !important;
    bottom: -170px !important;
}
.footer-internal{
    height: 200px;
}
#mobile-nav-bar {
    display: none;
}
@media (max-width: 981px) {

    .main-content-internal {
        width: 95%;
    }
    .internal-wrapper, .internal-wrapper iframe {
        width: 100%;
    }
    .internal-wrapper iframe {
        max-width: 700px;
    }
    .internal-wrapper .internal-body p img {
        max-width: 700px;
        width: 100%;
    }
    .internal-body {
        width: 100%;
    }
    .internal-sidepanel {
        width: 75%;
        max-width: 450px;
        float: none;
        margin: 0 auto;
        position: relative;
        display: table;
        top: 30px;
    }
    #accessibility-bar {
        width: 100%;
        padding: 0;
    }
    #accessibility-bar .search-bar input {
        width: 125px;
    }
    #accessibility-bar .translate {
        padding: 0 0 0 20px;
    }
    #accessibility-bar .font-size {
        padding: 11px 0 11px 10px;
    }
    #accessibility-bar-inner {
        width: 100%;
    }
    #internal-title {
        width: 100%;
        text-indent: 20px;
    }
}

@media (max-width: 960px) {

    .bottom-spacer{
        display: none;
    }
    .main-footer{
        padding-top: 10px;
    }
    .footer-logo-right img{
        padding-top: 0 !important;
    }
    .footer-social img {
        padding-top: 0 !important;
    }

    #internal-title {
        position: relative;
        top: 92px;
    }
    #accessibility-bar {
        margin: 39px auto 0 auto;
    }
    #accessibility-bar .translate {
        display: none;
    }
    .accessibility-bar-sticky {
        top: 40px !important;
    }
    .search-bar {
        display: block;
    }
    .video-main {
        height: 230px !important;
    }
    .video-main video {

    }
    .full-width-section {
        padding: 90px 0 45px 0;
    }
    .main-footer {
        height: 390px !important;
    }
    .footer-social {
        max-height: 100px;
        background-size: contain !important;
    }
    .footer-logo {
        height: 120px;
        line-height: 0px;
    }
    .footer-logo img {
        vertical-align: top;
    }
    .footer-internal {
        height: 170px !important;
    }


    #mobile-nav-bar {
        display: block;
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        margin: 0 0 40px 0;
        background-color: #716dba;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
        z-index: 5000;
    }
    #mobile-nav-bar .school-name {
        height: auto;
        padding: 0;
        text-transform: uppercase;
    }
    #mobile-nav-bar .mobile-nav-bars {
        position: fixed;
        top: 0;
        left: 0;
    }
    #mobile-nav-bar .mobile-nav-bars, #mobile-nav-bar .mobile-nav-bars span {
        color: #fff;
    }
    #mobile-nav-bar .mobile-nav-bars span {
        font-size: 28px;
        padding: 12px 0 0 10px;
    }
    .fixed-nav {
        top: 40px;
    }
    .main-nav {
        display: block;
        top: 49px;
        bottom: auto;
        max-height:  0;
        overflow: hidden;
        box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        transition: 2s all;
        -webkit-transition: 0.5s all;
        border-top: none;
    }
    .main-nav-open {
        max-height: 80%;
        transition: 2s all;
        overflow: scroll;
        -webkit-transition: 0.5s all;
        border-top: 1px solid #ffffff;
    }
    .standards-option #in-action-logo {
        top: 0;
    }
    .mobile-img {
        text-align: center;
        padding: 10px 0 2px 0 !important;
    }
    .arrow-left {
        display: none !important;
    }
    .last-nav span {
        left: 0 !important;
    }
    #ll4a-logo {
        height: 40px;
        padding: 5px 0;
        background-size: 20%;
    }
    #in-action-logo {
        position: relative;
        height: 60px;
        background-size: 15%;
        background-position: center;
        padding: 5px 0;
    }
    #ll4a-main-logo {
        height: 60px;
        width: 100%;
        background-size: 90px;
        background-position: center;
    }

}
@media (max-width: 420px) {
    .main-footer {
        height: 390px !important;
    }
}
@media (max-width: 360px) {
    .font-size {
        display: none;
    }
    #accessibility-bar .search-bar {
        float: none;
    }
    #accessibility-bar .search-bar input {
        width: 85%;
    }
}
.footer-logo-right img{
    width: 120px;
    padding-top: 20px;

}
.footer-social img {
    width: 190px;
    padding-top: 58px;
    padding-left: 10px;
}
body div.footer-social {
    background: none ;
}

.main-nav-top{
    height: 75px;
    width: 100%;
}
.main-nav-bottom{
    height: 75px;
    width: 100%;
}
/* New Styles */
.modalContainer{background:rgba(0,0,0,0.8); position: fixed; width: 100%; height: 100%; top:0; left: 0; display: none; z-index: 1000;}
.modalWindow{z-index:1001; max-width: 764px; width:100%; margin: 0 auto; position: absolute; top: 50%; margin-top:-215px; left:-9999px;}
.modalWindow .close{z-index:1002;background: url(../img/media/72/close.png) 0 0 no-repeat; cursor: pointer; width: 31px; height: 31px; position: absolute; top: -15px; right: -15px;}


nav {width: 100%;}
nav .container{width: 684px; margin: 0 auto; height: 75px; position: relative;padding: 0 138px;
}
.purple{background:#afaed7; }
.blue{background:#6d8cb2;}
nav .logo {position: absolute; left: 0; top: 5px}
nav .logoIn {position: absolute; top: -71px; right: 0; }
nav ul {font-size: 12px; margin: 0; padding: 0; list-style: none; float: left; }
nav ul.first li a{font-size: 12px;}
nav ul.first li a:hover{background: transparent; color: #43658a;}
nav ul.first li:hover{background: transparent;}
nav .blue ul.first li a:hover{background: transparent; color: white;}

nav ul.first li a{font-size: 12px;}
nav ul.first li a:hover{background: transparent; color: #43658a;}
nav ul.first li:hover{background: transparent;}

nav ul.first li:hover ul.second{display: block;}
nav ul li{float:left; margin:0 8px; text-align: center; position: relative;}
nav ul.second{position: absolute; z-index: 10; background: #fff; top:15px; text-align: left; width: 150px;}
nav .purple ul.second li{ float: none; position: relative; margin: 0; border-bottom: 1px solid #afaed7; line-height: normal;}
nav .purple ul.second li:hover{background:#ecebf6;}
nav .purple ul.second li a {display: block;text-align: left;padding: 10px; font-weight: normal; text-transform: none; display: block;}

nav .purple ul.third{display:none;position:absolute;top:0; left: 150px; margin: 0;background: #fff; width: 150px;}
nav .purple ul.second li:hover ul{display: block;border-left:1px solid #afaed7;}


nav .purple ul {margin-top:20px;}

nav .purple ul li a{text-decoration: none;padding: 10px 0; display: block; color: #43658a; font-weight: bold;text-transform: uppercase;}


nav .blue ul li{margin: 8px 0 0; line-height: 1.3em; font-weight: bold;}
nav .blue ul li a{text-decoration: none; color: #fff;}
nav #ll4a-main-logo, nav #ll4a-action-logo{z-index: 100;}

@media screen and (max-width: 960px) {
    nav .blue ul li{width: 100% !important;}
    .menu{position: absolute; z-index: 120; top:10px; right: 10px; height: 50px; width: 50px; background: url(../img/menu.png) center center no-repeat;}
    #videoContainer .red {background: url(/_image/media/73/bg-vid-red.jpg) 100% 0 no-repeat #c05e5e;}
    #videoContainer .violet{background: url(/_image/media/74/bg-vid-violet.jpg) 0 0 no-repeat #9469a1;}
    #videoContainer div div div{width: 25%; box-sizing: border-box;}
    #videoContainer .green{width: 25%;}
    #videoContainer .blue{width: 25%;}
    nav ul.first li:hover ul.second{display: none;}
    nav{
        position: relative; z-index: 100;}
    nav ul.second {display: none;}
    nav .container{width: 100%; height: auto; padding: 0;}
    nav .logo {position: relative; display: block;  margin: 0 auto;  left: inherit;z-index: 20;}
    nav .logo img{margin: 0 auto; display: block;}
    nav ul{float: none;}
    nav .menu{display: none;}
    nav ul.first li:nth-child(1){border-top:1px solid #7090b3;}
    nav .purple ul.second li, nav ul li{display: block; position: relative;text-align: left; float: none; border-bottom: 1px solid #7090b3;}
    nav ul.first li ul.second{width:100%; float: none; position: relative; top: inherit; margin: 0;}
    nav ul.second, nav ul.second li:hover a, nav ul.third, nav .purple ul.third{background:#9d9cc9;}
    nav .purple ul.third{ position: relative; top: auto; left: auto; width: 100%; background: #8987b3;}
    nav .purple ul.second li a{text-transform: uppercase; color: #fff;}
    nav .purple ul.second li ul{}
    nav .purple ul.second li:hover ul a, nav .purple ul.second li:hover ul{border: none; background:#8987b3;}
    nav .blue ul li{margin: 0 10px; height: auto; width: auto; border-bottom: 1px solid #53739b;}
    nav .blue ul li a{ padding: 10px 0; display: block; height: auto;}
    #ll4a-main-logo{display: none;}
    nav .purple ul{margin-top: 0;}
}
@media screen and (max-width: 750px) {
    #videoContainer .center a{font-size:40px;}
    .modalWindow{width: 95%; box-sizing: border-box; padding: 5px;}
}
@media screen and (max-width: 600px) {
    #videoContainer div div div{width: 50%; border:1px solid #fff;}
    #videoContainer .green{width: 50%;}
    #videoContainer .blue{width: 50%;}
}

.video-main {
    position:absolute;
    top: 150px;
    bottom:0;
    width:100%;
    height:350px;
    overflow:hidden;
}
.video-container video {
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,-50%);
}
.video-main video {
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,-50%);
}
.swiper-container {
    display: none !important;
}
.page-content-sidepanel-item {
    border-bottom:1px solid rgba(60,60,60,0.1);
}

.article-anchor {
    display: block;
    padding: 6px 2px 6px 25px;
    border-bottom: 1px solid rgba(60,60,60,0.1);
    text-transform: uppercase;
    text-indent: -18px;
}
.article-anchor:hover {
    text-decoration: underline;
}
.article-anchor i {
    padding: 0 10px 0 0;
}
.page-content-sidepanel-item .search-bar input {
    width: 190px;
    border: 1px solid rgba(60,60,60,0.1);
}
#article-anchors{
    font-family: "Open Sans", sans-serif;
}
#article-anchors a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}
#article-anchors a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}
#article-anchors a:hover{
    color: rgba(255, 255, 255, 0.8);
}
#article-anchors h1{
    color: #E89462;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 6px;
}
.anchor:before {
    content: "\f18e";
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 5px;

}
.is-mobile .school-name{
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
}
.is-mobile #ll4a-action-logo, .is-mobile #accessibility-bar{
    display: none;
}
.is-mobile nav .blue ul li, .is-mobile nav .purple ul li{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.is-mobile nav .blue ul li a, .is-mobile nav .purple ul li a{
    margin-left: 8px;
    margin-right: 8px;
}
.is-mobile .main-nav li{
    clear: both;
}
.is-mobile nav ul.second, .is-mobile nav ul.second li:hover a, .is-mobile nav ul.third, .is-mobile nav .purple ul.third{
    background: #afaed7;
}
.is-mobile .main-nav li > ul{
    border-top: 0;
}
.is-mobile nav .purple ul.second li:last-child{
    border-bottom: 0;
}

.is-mobile nav .purple ul.second li a, .is-mobile nav .blue ul.second li a{
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #43658a;
    font-weight: bold;
    text-transform: uppercase;
}
.is-mobile nav .blue ul li a{
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.is-mobile nav .purple ul.first li:last-child{
    border-bottom:none;
}
.is-mobile nav .blue ul li a{
    line-height: 18px;
}
.is-mobile nav .purple li .fa{
    color: #43658a;
}
.is-mobile .main-header{
    height: 70px;
}
.is-mobile nav ul.third{
    display: none;
}
.is-mobile nav .purple ul.second li:hover{
    background: transparent;
}
.is-mobile .main-nav li > ul li a{
    height: auto;
}
.is-mobile .main-nav li > ul li{
    height: auto;
}

.is-mobile nav .purple ul.second li:hover ul a:hover, .is-mobile nav .purple ul.second li:hover ul:hover, .is-mobile nav .purple ul.second li:hover ul a, .is-mobile nav .purple ul.second li:hover ul{
    background: transparent;
}
body.is-mobile nav div.container ul.second ul.third li a{
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body.is-mobile nav div.container ul.second li a{
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}