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

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

	overflow: hidden;

}
.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:800px) {
.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: #98c8ed;
    -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%);
    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 h1, .home-hero-content_wrapper h3 {
    margin: 0;
    color: #fff;
    line-height: 1.1;
    text-align: center;
	font-weight: bold;
	font-family: "Solway", serif;
    font-weight: 500;
}

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


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

@media (min-width:1025px) {
    .home-hero-content {
        bottom: 24%;
        top: auto;
        right: auto;
        width: 70%
    }
    .home-hero-content_wrapper {
        padding: 12px 25px 0 0
    }
    .home-hero-content_wrapper h1 {
        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;
		font-size: 22px
    }
    .home-hero-content_wrapper .arrow-link {
        display: inline-block;
		text-align:left
    }
}

@media (min-width:1600px) {
    .home-hero-content h1 {
        font-size: 4.7em;
    }
}

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

@media (max-width:1325px) {
    .home-hero-content h1 {
        font-size: 3em
    }
	
    .home-hero-content_wrapper p {
        display: block;
		font-size: 18px;
		line-height: normal
    }


}

@media (max-width:1025px) {
	
	    .home-hero-content h1 {
        font-size: 2em;
			margin-bottom: 6px
    }
	
	    .home-hero-content_wrapper p {
        text-align: center;
		font-size: 18px
    }
	
	.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:17px;
			display: inline-block
			
		}	
}
	
@media (max-width:769px) {
    .home-hero-content h1 {
        font-size: 1.6em
    }
		.home-hero-content_wrapper .arrow-link a {
		font-size: 16px		
		}	
.home-hero-content_wrapper p {
   
		font-size: 16px
    }
}

@media (max-width:670px) {
    .home-hero-content h1 {
        font-size: 1.4em
    }
.home-hero-content_wrapper p {
   
		font-size: 14px
    }
}

@media (max-width:550px) {
    .home-hero-content h1 {
        font-size: 1.2em
    }
    .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: #98c8ed;
		 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: #a81815;
}


.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: #98c8ed
}

@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;
	background-color: white;
}

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

@media (max-width:600px) {
.welcome-intro {
    padding: 20px 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 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
    }
}

.welcome-col, .welcome-col-vid {
	width: 54%;
	display: block;
	float: left;
	text-align: left;
}

.welcome-col-vid {
	width: calc(45% - 30px);
	padding-left: 30px
}

.welcome-col-vid img {
	border-radius: 20px
}

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

.welcome-col p {
	margin: 0 0 25px 0
}

.welcome-col strong {
	font-size: 120%
}

@media (max-width:1000px) {
.welcome-col, .welcome-col-vid {
	width: 100%;
}
	
.welcome-col-vid {
	display: none
}
	
.welcome-col p {
	margin: 0 0 15px 0
	}

.welcome-col strong {
	font-size: 100%
}
}

@media (max-width:1000px) {
.welcome-content {
    font-size: 14px;
    line-height: 1.6;
}
}

/* NEWS & TWITTER */

.news-twitter_home {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding-bottom: 70px;
	background-color: white;
}

.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(50% - 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 screen and (max-width: 1030px) {
.news-twitter_home {
	padding-bottom: 40px
}
}

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

.news-wrapper p {
	margin-bottom: 1.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: #98c8ed;
	text-decoration: none
}

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

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

.news-wrapper h2, .twitter-wrapper h2 {
	font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Solway", serif;
}

@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
}	
}

@media (max-width:600px) {
.news-wrapper, .twitter-wrapper {
	margin-left: 20px;
	margin-right: 0px;
	width: calc(100% - 40px);
}
	
.news-wrapper {
	margin-bottom: 20px
}	
}

.home ul.upcoming-events {
    padding-left:0px;
}

.home .upcoming-events li {
    margin:0px;
    list-style:none;
	padding: 6px 18px 16px 3.3em;
	position: relative;
}

.home .no-events-fallback.upcoming-events li:before { 
    display:none;
}

.home .no-events-fallback.upcoming-events li { 
    padding: 6px 0 16px 0;
}

.home .upcoming-events li:before { 
	content: "\f073"; /* FontAwesome Unicode */ 
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
	left: 0.1em; /* same as ul padding-left */
    top: 0.25em;
	font-size: 2em;
	color: #34495e;
}

.home .upcoming-events  {
	color: rgba(122, 122, 122, 1.00);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	margin-left: -40px;
	margin-top: 15px;
}

.home .no-events-fallback {
	margin-left: 0px;
	margin-bottom: 25px
}

.home .upcoming-events p {
    display: block;
    font-size: 13px;
	color: #34495e;
}

.home .upcoming-events a {
    display: block;
    font-size: 22px;
    text-align: left;
	font-weight: 700;
	text-decoration: none;
	color: #194b9d;
	text-transform: none
}

.home .upcoming-events a:hover {
    color: #98c8ed;
}

.home .upcoming-events {
	min-width: 100%;
}

@media (max-width:600px) {
.home .upcoming-events a {
	font-size: 19px;
}
.home .upcoming-events {
    font-size: 12px;
}
}

/* MAIN CALENDAR */

.mc-main .event-title a {color: #ffffff}

.mc-main table .current-day .mc-date {
    background: rgba(0, 0, 0, .8) !important;
    color: #fff;
}

.whats__on__title {
    font-size: 2em;
	line-height: 1.2em;
	font-family: gotham_blackregular;
    font-weight: 700;
	text-align: center;
}

.whats__on__title i {
	margin-right: 6px;
}

.fa-rotate-20 {
    -ms-transform:rotate(-15deg)!important;     /* Internet Explorer 9 */
    -webkit-transform:rotate(-15deg)!important; /* Chrome, Safari, Opera */
    transform:rotate(-15deg)!important;         /* Standard syntax */
}

.whats__on__home .glyphicon
{
    margin-right:4px !important; /*override*/
}

.whats__on__home .pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.whats__on__pagination>li>a, .pagination>li>span,  .btn-more {
    position: relative;
    float: left;
    padding: 6px 8px 8px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: rgb(160, 37, 33);
    border: 3px solid rgb(160, 37, 33);
	-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	box-shadow: 2px 3px 0 2px rgba(0,0,0,0.1);
}

.whats__on__pagination>li>a:hover, .btn-more:hover {
 	color: #fff;
    background-color:#6d0704;
    border: 3px solid #6d0704;
	-moz-transform: translate(0px, 2px);
	-webkit-transform: translate(0px, 2px);
	-o-transform: translate(0px, 2px);
	-ms-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

.btn-more {
	font-family: gotham_blackregular;
	margin-top: 15px;
}

.whats__on__home {
	display:block;
    clear:both;
}

.whats__on__home::after { 
  content: "";
  display: block; 
  clear: both;
}

.whats__on__home hr {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #fff;
}

.whats__on__pagination>li>a:first-child {
    margin-left: 12px;
}

.whats__on__home .panel-default {
    border-color: #fff;
}

/* SECTION LINKS */

.sectionlinks {
    padding: 0 15px;
	background-color: white;
}

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

@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: #98c8ed
}

.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(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.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;
	font-family: "Solway", serif;
    -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(117, 2, 2, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(117, 2, 2, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(117, 2, 2, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(117, 2, 2, 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: #98c8ed;
}

.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;
		border-radius: 20px;
    }
    .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 15px
    }
    .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
    }	
}


/* 3 BOXES */

.threeboxes-wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: white
}

@media (min-width:1025px) {
.threeboxes-wrapper {
	padding-bottom: 15px;
	padding-top: 70px;
}
}

@media (max-width:950px) {
.threeboxes-wrapper {
	padding-bottom: 0px;
	padding-top: 20px;
}
}

@media (min-width: 769px) {
.threeboxes-wrapper {
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
}

@media (max-width: 768px) {
.threeboxes-wrapper {
    padding-top: 0px;
	padding-bottom: 15px
}
}
 
.threeboxes-wrapper::after {
    display: block;
    clear: both;
    content: "";
}

.threebox {
    overflow: hidden;
    background-color: #a81815;
	color: #fff;
    font-size: 1.9em;
	text-align: left;
	text-decoration: none;
    font-family: "Solway", serif;
	-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
    transition: background-color 0.3s ease-in-out;
}

.threebox p {
    overflow: hidden;
	color: #fff;
    font-size: 16px;
	text-decoration: none;
    font-family: 'Lato', sans-serif;
	margin-top: 5px
}

@media (min-width: 1025px) {
.threebox {
    margin-right: 0;
    margin-top: 0;
}
}

@media (min-width: 769px) {
.threebox-link {
    float: left;
    width: calc(50% - 10px);
    margin-right: 15px;
    margin-bottom: 0;
	flex: 1;
}
	
.threebox-link:last-of-type {
    margin-right: 0px;
}
	
.threebox {
    padding: 40px 35px;
	border-radius: 20px;
}
}

@media (max-width: 1200px) {
.threebox {
    font-size: 26px;
}
	
.threebox {
    padding: 30px 20px;
}
}

@media (max-width: 1000px) {
.threebox {
    font-size: 22px;
}
}
	
@media (max-width: 768px) {
.threebox-link {
    margin-top: 15px;
    font-size: 1.5em;
}

.threebox-link:first-of-type {
    margin-top: 0px;
}
	
.threebox {
    padding: 20px 20px;
}
	
.threebox p {
    font-size: 14px;
}
}

a.threebox-link {
	color: #fff;
	text-decoration: none;
	display: block;
}

a.threebox-link:hover {
	color: #98c8ed;
	text-decoration: none;
}

a.threebox-link:hover > .threebox {
    background-color: #960906;
}

/* FOOTER - HOME */

.footer{
    margin-top: 45px;
}

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

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

