.slideshow {
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width:550px) {
.slideshow {
	margin-top: 50px
}
}
 
/* cycle slide */
.slideshow .cycle-slide {
	position: relative;
	width: 100%;

	overflow: hidden;
	background: #000;
}
.slideshow .cycle-slide img {
	display: block;
	width: 100%;
}
/* slide body */
.slideshow .cycle-slide .slide-body {
	position: absolute;
	width: 100%;
	top: 25%;
	z-index: 100;
	opacity: 0;
	margin-left: -50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.slideshow .cycle-slide.cycle-slide-active .slide-body {
	opacity: 1.0;
	margin: 0;
}
/* slide content */
.slideshow .cycle-slide .slide-content {
	width: 50%;
	margin: 0 auto;
}
.slideshow .cycle-slide .slide-content .content-label {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	margin: 0;
	background: #fff;
	color: #333;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.slideshow .cycle-slide .slide-content .content-title {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2;
	padding: 20px;
	margin: 0 0 30px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}
.slideshow .cycle-slide .slide-content .content-btn {
	display: inline-block;
	padding: 12px 50px;
	background: rgba(0, 0, 0, .25);
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	border: 2px solid;
	border-radius: 100px;
	text-decoration: none;
}
.slideshow .cycle-slide .slide-content .content-btn:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

 
/* TABLET */
@media screen and (max-width: 1024px) {
 
	.slideshow .cycle-slide .slide-content {
		width: 90%;
	}
 
}
 
/* MOBILE */
@media screen and (max-width: 768px) {
 
	.slideshow .cycle-slide .slide-body {
		top: 10%;
	}
	.slideshow .cycle-slide .slide-content {
		width: 90%;
	}
	.slideshow .cycle-slide .slide-content .content-title {
		font-size: 1.5em;
	}
 
}
 
/* SUPER MOBILE */
@media screen and (max-width: 600px) {
 
	.slideshow .cycle-slide .slide-body {
		position: static;
		padding: 30px;
	}
	.slideshow .cycle-slide .slide-content {
		width: 100%;
		min-height: 300px;
	}
	.slideshow .cycle-slide .slide-content .content-title {
		background: #333;
		font-size: 1.2em;
	}
 
}
	
.cycle-pager {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    z-index: 560
}

@media (max-width:550px) {
.cycle-pager {
    display:none
}
}

.cycle-pager span {
    margin-bottom: 18px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    -o-transition: background-color 350ms ease, transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
	text-indent: -9999px;
	
    cursor: pointer
}
	
.cycle-pager span:hover {
	background: #666;
}	

.cycle-pager span.cycle-pager-active {
    background-color: #fbb41d;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

	
	
.cycle-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(2,0,36,0.58783263305322133) 0%, rgba(0,0,0,0.3) 63%);
	
	/*background: -webkit-gradient(linear, right top, left top, from(rgba(21, 38, 61, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(21, 38, 61, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(21, 38, 61, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(21, 38, 61, 0.75) 0%, rgba(0, 0, 0, 0) 100%);*/
	
    z-index: 101;
}

.home-hero-content {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 10%;
    z-index: 9999999;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width:550px) {
.home-hero-content {
    right: 20px;
    left: 20px;
    bottom: 20px;
}
}

.home-hero-content_wrapper {
    width: 100%;
    z-index: 9999999;
}

.home-hero-content_wrapper h2, .home-hero-content_wrapper h3 {
    margin: 0;
    color: #fff;
    line-height: 1.1;
    text-align: center;
	font-weight: bold;
	font-family: 'Shadows Into Light Two', cursive;
    font-weight: 300;
}

.home-hero-content_wrapper p {
    display: none;
    margin: 0;
    color: #fff;
    line-height: 1.9;
	font-weight: 400;
}


.home-hero-content_wrapper .arrow-link {
    /*display: none;*/
    margin-top:20px;
	text-align: center;
}

.home-hero-content_wrapper .arrow-link a {
    color: #ff9200
}

@media (min-width:1025px) {
    .home-hero-content {
        bottom: 30%;
        top: auto;
        right: auto;
        width: 620px
    }
    .home-hero-content_wrapper {
        padding: 25px 25px 0 0
    }
    .home-hero-content_wrapper h2 {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 55px;
        text-align: left
    }
    .home-hero-content_wrapper h3 {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 25px;
        font-size: 3.7em;
        text-align: left
    }
    .home-hero-content_wrapper p {
        display: block
    }
    .home-hero-content_wrapper .arrow-link {
        display: inline-block;
		text-align:left
    }
}

@media (min-width:1400px) {
    .home-hero-content h2 {
        font-size: 4.2em;
    }
}

@media (max-width:1399px) {
    .home-hero-content h2 {
        font-size: 3.5em
    }
}

@media (max-width:1025px) {
    .home-hero-content h2 {
        font-size: 3em
    }
	
	.home-hero-content_wrapper .arrow-link {
		width: 100%;
		padding-right: 0
	}
	
	.home-hero-content_wrapper .arrow-link a:after {
    display:none;
	}
	
		.home-hero-content_wrapper .arrow-link a {
		padding-right: 0			
		}	

}

@media (max-width:769px) {
    .home-hero-content h2 {
        font-size: 2.5em
    }
		.home-hero-content_wrapper .arrow-link a {
		font-size: 16px		
		}		
}

@media (max-width:670px) {
    .home-hero-content h2 {
        font-size: 2em
    }
}

@media (max-width:550px) {
    .home-hero-content h2 {
        font-size: 1.6em
    }
    .home-hero-content_wrapper .arrow-link  {
        margin-top:10px;
    }
	.home-hero-content_wrapper .arrow-link a {
    	font-size: 14px;
}
}


/* ALERT BOX */
@media (min-width:1240px) {
   #info + .readmore-js-toggle { padding-bottom: 1.5em; font-weight: bold; color: white}
	 article + [data-readmore-toggle], article[data-readmore] {
    display: block;
    width: 100%;
		 color: #ff9200;
		 text-decoration: none;
		 margin-top: 10px;
} 
}
@media (max-width:1239px) {
article + [data-readmore-toggle], #info + [data-readmore-toggle] {
    display: none!important
} 	

	
article[data-readmore] {
    min-height: 200px;
	height: auto!important
}	
	
article[data-readmore] {
    overflow: visible!important;
}	
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}


.school-alert_wrapper {
    padding: 20px 5%;
    background-color: #101f69;
}


.school-alert_wrapper h2 {
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    position: relative;
	font-family: 'Lato', sans-serif;
}

.school-alert_wrapper p {
    color: #fff;
    line-height: 1.6;
	margin-top: 0.9em;
	font-size: 14px;
}

.school-alert_wrapper .arrow-link a {
    color: #ff9200
}

@media (min-width:1240px) {
    .school-alert {
        position: relative;
        z-index: 590
    }
    .school-alert_wrapper {
        position: absolute;
        right: 0;
        width: 500px;
        bottom: 0;
        padding: 10px 30px 30px 30px
    }
    .school-alert_wrapper h2 {
        font-size: 1.8em
    }
}

/* WELCOME */

.welcome-intro {
    padding: 45px 0;
    text-align: center
}

@media (max-width:950px) {
.welcome-intro {
    padding: 25px 0 15px;
    text-align: center
}
}

.welcome-wrapper {
    width: 90%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.welcome-wrapper:after,
.welcome-wrapper:before {
    content: "";
    display: table
}

.welcome-wrapper:after {
    clear: both
}

.welcome-wrapper .arrow-link {
    margin-top: 25px
}

.welcome-content {
    width: 100%;
    margin-bottom: 0px;
	text-align: center;
	line-height: 1.8;
}

.welcome-content h1 {
	line-height: 1.4;
}

.welcome-content img {
    max-width: 100%;
	margin-bottom: 0px;
}

@media all and (min-width: 991px) {
.welcome-content img {
    max-width: 80%;
	margin-bottom: 0px;
}	
}

@media (min-width:1025px) {
    .welcome-intro {
        padding: 70px 0 0 0;
        text-align: left
    }
    .welcome-content {
        width: calc(100%);
        float: left;
        padding-right: 0px;
        margin-bottom: 0
    }
}

/* NEWS & TWITTER */

.news-twitter_home {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.news-twitter_home:after, .news-wrapper:after, .twitter-wrapper:after,
.news-twitter_home:before, .news-wrapper:before, .twitter-wrapper:before {
    content: "";
    display: table
}


.news-twitter_home:after, .news-wrapper:after, .twitter-wrapper:after {
    clear: both
}

.news-wrapper {
	width: calc(60% - 40px);
	margin-left: 40px;
	float: left;
}

.news-wrapper span {
	display:block;
	color: rgba(122,122,122,1.00);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width:600px) {
.news-wrapper span {
	font-size: 12px;
}
}

.news-wrapper p {
	margin-bottom: 2em;
}

.news-wrapper a {
	color: #194b9d;
	text-decoration: none;
	-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
	font-weight: 700;
	font-size: 22px;
}

@media (max-width:600px) {
.news-wrapper a {
	font-size: 19px;
}
}

.news-wrapper a:hover {
	color: #ff9200;
	text-decoration: none
}

.news-wrapper .arrow-link a {
	font-size: 16px;
}

.twitter-wrapper {
	width: calc(40% - 42px);
	margin-right: 40px;
	float: right
}

.news-wrapper h2, .twitter-wrapper h2 {
	font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Shadows Into Light Two', cursive;
    font-weight: 300;
}

@media (max-width:600px) {
.news-wrapper h2, .twitter-wrapper h2 {
	font-size: 2em;
}
}

@media (max-width:1024px) {
.news-wrapper, .twitter-wrapper {
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	text-align: left!important
}
	
.news-wrapper {
	margin-bottom: 30px
}	
}

/* SECTION LINKS */

.sectionlinks {
    padding: 15px 0
}

.sectionlinks-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

.sectionlinks-wrapper:after,
.sectionlinks-wrapper:before {
    content: "";
    display: table
}

.sectionlinks-wrapper:after {
    clear: both
}

.sectionlinks-box {
    height: 220px;
    margin-bottom: 15px;
    overflow: hidden;
	background-color: #101f69
}

@media (max-width:550px) {
.sectionlinks-box {
    height: 150px;
}	
.sectionlinks {
    padding-bottom: 0;
}
}

.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 0
}

@media (max-width:767px) {
.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 15px
}	
}

.sectionlinks-box_url, .sectionlinks-box_url--none {
    display: block;
    height: 100%;
    position: relative
}

.sectionlinks-box_url .arrow-link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    opacity: 0
}

@media (max-width:1250px) {
.sectionlinks-box_url .arrow-link {
    left: 25px;
    bottom: 25px;
}	
}

.sectionlinks-box_url .arrow-link span {
    color: #fff
}

.sectionlinks-box--yellow .sectionlinks-box_url .arrow-link span:hover {
    color: #ff9200
}

.sectionlinks-box_url:hover .sectionlinks-box_bgimg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sectionlinks-box_url:hover .sectionlinks-box_name {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.sectionlinks-box_url:hover .arrow-link {
    opacity: 1
}

.sectionlinks-box_name {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    font-size: 2em;
	line-height: 1.4;
	font-family: 'Shadows Into Light Two', cursive;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    font-weight: 400
}

@media (max-width:1250px) {
.sectionlinks-box_name {
    left: 23px;
    bottom: 23px;
    font-size: 1.6em;
}	
}

@media (max-width:550px) {
.sectionlinks-box_url--none .sectionlinks-box_name, .sectionlinks-box_url--none .arrow-link {
    display:none;
}	
}

.sectionlinks-box_bgimg {
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
	    list-style: none;
}

.sectionlinks-box_bgimg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(21, 38, 61, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%)
}

.sectionlinks-box--yellow .sectionlinks-box_bgimg:after {
    background: rgba(255, 146, 0, 0.6)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg:after {
    background: rgba(25, 75, 157, 0.85)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg img,
.sectionlinks-box--yellow .sectionlinks-box_bgimg img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

@media (max-width:1024px) {
	.sectionlinks-box_bgimg img {
		margin-top: -167px!important;
	}
}

.sectionlinks-box__icon {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    color: #fff;
}

.icon--block {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 height: 100%;
	
}

.icon--block-item {
  width: 100px;
  height: 100px;
		border: 0px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	background: rgba(255,255,255,1);
	display:inline-block;
    vertical-align: middle;
	text-align: center;
	margin: 0 10px;
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item {
	background: rgba(255,255,255,0.29);
}

.icon--block-item i {
	color: rgba(255,255,255,0.5);
	display: inline-block;
	font-size: 3.42857rem;
	line-height: 2.8rem;
	padding: 27px 0 30px 0;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-align: center
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
	padding-left: 10px;
}

@media (max-width:1250px) {
	
.icon--block-item {
  width: 80px;
  height: 80px;
}
	
.icon--block-item i {
	font-size: 2.42857rem;
	line-height: 2.7rem;
	padding: 17px 0 30px 0;
}	
}

@media (max-width:1024px) {
	
.icon--block-item {
  width: 40px;
  height: 40px;
}
	
.icon--block-item i {
	font-size: 1.4rem;
	line-height: 1.2rem;
	padding: 12px 0 6px 0;
}	
	
.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
    padding-left: 3px;
}	
}

@media (max-width:950px) {
	
.icon--block-item {
  width: 37px;
  height: 37px;
}
	
.icon--block-item i {
	font-size: 1.2rem;
	line-height: 1rem;
	padding: 12px 0 6px 0;
}	
}

.phone i {
  color: #0822aa;
}

.email i {
  color: #ff9200;
}

.twitter i {
  color: #1DA1F2;
}

.facebook i {
  color: #3b5998;
}

.instagram i {
  color: #3f729b;
}

.phone i:hover, .email i:hover, .twitter i:hover, .facebook i:hover, .instagram i:hover {
  color: rgba(0,0,0,0.43);
	cursor: pointer
}

@media (min-width:769px) {
    .sectionlinks-box {
        float: left;
        width: calc(33.3333% - 10px);
        margin-right: 15px;
        height: 200px;
        margin-bottom: 0
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-1),
    .sectionlinks-box:nth-of-type(6n-2),
	.sectionlinks-box {
        margin-top: 15px
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-3) {
        margin-right: 0
    }
}

@media (min-width:1025px) {
    .sectionlinks {
        padding: 0;
		margin-top: 60px
    }
    .sectionlinks-box {
        margin-right: 0;
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n-5) {
        width: calc(25% - (45px/4));
        height: 380px;
        margin-bottom: 15px
    }
    .sectionlinks-box:nth-of-type(6n-4) {
        width: calc(25% - (45px/4));
        height: 380px;
        /*clear: left*/
		float:left;
		margin-top: 0;
		margin-left: 15px
    }
    .sectionlinks-box:nth-of-type(6n-3) {
       /* width: calc(25% - (45px/4));
        height: 775px;
        margin: -395px 15px 0*/
			
			width: calc(50% - ((45px/4) * 2) + 15px);
    height: 380px;
    margin: 0 -395px 0 15px
    }
    .sectionlinks-box:nth-of-type(6n-2) {
        width: calc(50% - ((45px/4) * 2) + 15px);
        height: 380px;
        margin: 0 15px 0 0;
		float:left;
	clear:left;
    }
    .sectionlinks-box:nth-of-type(6n-1) {
        width: calc(25% - (45px/4));
        height: 380px;
        margin-right: 15px;
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n) {
        width: calc(25% - (45px/4));
        height: 380px;
        margin-top: 0
    }
	
    .sectionlinks-box:nth-of-type(7n), .sectionlinks-box:nth-of-type(8n), .sectionlinks-box:nth-of-type(9n) {
        margin-top: 15px
    }	
}




/* FOOTER */

.footer{
    margin-top: 45px;
}

@media (max-width:950px) {
.footer {
    margin-top: 25px;
}
}

@media (min-width:1025px) {
    .footer {
        margin-top: 100px
    }
}

