@charset "UTF-8";

/* CSS Document */


/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.innerWrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}


.headspacer {
	height: 140px;
}
.section {
	padding: 60px 0px;
	position: relative;
}
.section .section, .section .section .section {
	padding: 0px;
	padding-top: 40px;
}

.section + .section{
	padding-top: 0;
}

.section.grey + .section,.section + .section.grey{
	padding-top:60px;
}

.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.parallax-window img {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
.center {
	text-align: center;
}
.grey {
	/*background: rgba(87, 124, 129, 0.2);*/
	/*background: rgba(231, 231, 231, 1) */
	background: #dde5e7;
}
.navy {
	background: #2a2247;
}

.green{
	background: #00B388;
}

.red {
	background: #002e5f;
}
.white {
	background-color: #fff;
}

.navy *,.green *, .red *{
	color: #fff;
}
.section.red .grey * {
	color:#000;
}
.section.red .white * {
	color:#000;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/

header{
	padding: 15px 0px 15px;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	width: 100%;
	z-index: 100;
}

header .logo {
	display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    padding-top: 0px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
header .logo img {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	height: 120px;
}

header.stuck .logo {
	padding-top: 0px;
}
header.stuck .logo img {
	height: 84px;
}

header .navigation {
	display: inline-block;
	vertical-align: middle;
    width: calc(100% - 370px);
    position: relative;
}

header .navigation.wide {
	width: calc(100% - 220px);
}

header .navigation .col-1 {
	margin: 10px 0px;
}

header .navigation .col-1:first-child {
	margin-top: 0px;
}

header .navigation .col-1:last-child {
	margin-bottom: 0px;
}

header .navigation .icons {
	padding: 0;
    margin: 0;
    display: block;
}

header .navigation .icons li {
	list-style: none;
    display: inline-block;
    margin: 0px 2px;
    padding: 0;
    vertical-align: middle;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header .navigation .icons li:first-child {
	margin-left: 0px;
}

header .navigation .icons li:last-child {
	margin-right: 0px;
}


header .navigation .icons li a {
	border-radius: 35px;
    border: 1px solid #002e5f;
    color: #002e5f;
    height: 40px;
    display: inline-block;
    width: 40px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header .navigation .icons li a:after {
	content: "";
	position: absolute;
	background: transparent;
	border-radius: 35px;
	border: 1px solid #002e5f;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}




header .navigation .icons li a i, header .navigation .icons li a p {
	color: #002e5f;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}



header .navigation .main {
	display: block;
    padding: 0;
    position: relative;
    margin: 0;
}

header .navigation .main li {
	list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 0;
}

header .navigation .main li:first-child{
	margin-left: 0;
}

header .navigation .main li:last-child{
	margin-right: 0;
}

header .navigation .main li a {
	font-size: 15px;
	position: relative;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}



header .notification {
	display: inline-block;
    max-width: 100px;
    padding: 0px 0px 0px 35px;
    vertical-align: middle;
    position: relative;
}

header .notification a {
	height: 50px;
	display: block;
	position: relative;
}

header .notification a i {
	font-size: 50px;
	line-height: 50px;
	color: #fcb500;
	
	position: relative;
}

header .notification a .icon {
	width: 25px;
	position: absolute;
	top: -10px;
	right: -10px;
	height: 25px;
	background-color: #002e5f;
	border-radius: 30px;
	-webkit-animation: pulse-animation 1.5s infinite;
	        animation: pulse-animation 1.5s infinite;
}

header .notification a .icon i {
	  display: block;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}



header .notification.active a i {
	color: #fcb500;
	opacity: 1;
}

header .navigation .mainHolder .main li ul li {
	margin: 0px 10px 10px 0px;
}



header .notification a .notificationBar {
	  position: absolute;
    width: 1200px;
    left: 0px;
    background-color: #fcb500;
    padding: 10px 0px;
    display: none;
    right: 0px;
    -webkit-transform: translate(-1110px, 35px);
        -ms-transform: translate(-1110px, 35px);
            transform: translate(-1110px, 35px);
    overflow: hidden;
    bottom: -46px;
    -webkit-transition: all ease 0.2;
    transition: all ease 0.2;
}


header .notification a .notificationBar:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fcb500;
    right: 35px;
    top: -20px;
    z-index: 100000;
}

header .notification a .notificationBar .content {
	margin: 0px 10px 0px;
	padding-left: 5px;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

header .notification a .notificationBar i {
	color: #000;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 20px;
	line-height: 20px;
}

header .notification.active a .notificationBar {
	display: block;
	-webkit-transition: all ease 0.2;
	transition: all ease 0.2;
}

header .notification a .icon i.cross {
	display: none;
}

header .notification.active a .icon i.cross {
	display: block;
}

header .notification.active a .icon i.alert {
	display: none;
}

header .notification.active a .icon i {
	color: #fff;
}


/* NEW Notification bar styles */
.notificationBar {
	position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 0px;
    background-color: #fcb500;
    padding: 10px 0px;
    display: none;
    bottom: -15px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.notificationBar.active {
	display: block;
}
.notificationBar i {
	color: #000;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 20px;
	line-height: 20px;
}
.notificationBar .content {
	margin: 0px 10px 0px;
	padding-left: 5px;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

@media only screen and (min-width: 1000px){
	header .navigation .main li:hover a {
		color: #002e5f;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	header .navigation .icons li:hover a:after {
		-webkit-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		        transform: scale(1.25);
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	header .navigation .icons li:hover a {
		background-color: #002e5f;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;	
	}

	header .navigation .icons li:hover a i, header .navigation .icons li:hover a p {
		color: #fff;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	header .notification a:hover {
	}
	header .navigation .mainHolder .main li ul li:hover a {
		color: #002e5f;
		-webkit-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}


}

header .navigation .mainHolder .main li ul {
		position: absolute;
		display: none;
   	padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    top: 25px;
    border-top: 2px solid #002e5f;
    padding: 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 2000000;
}

header .navigation .mainHolder .main li ul li a {
	color: #000;
}




@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
}
}




@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
}
}


@-webkit-keyframes fade-in {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}

@keyframes fade-in {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}


@media only screen and (min-width:1000px){
	header .menu li:hover .sub-menu{
		display: block;
    	-webkit-animation: fade-in 1s;
        animation: fade-in 1s;
	}

	header .navigation .mainHolder .main li:hover ul {
		display: block;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
}




.sidr .main .iconHolder .icons {
	display: block;
	padding: 0;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}


.sidr .main .iconHolder .icons li {
	display: inline-block;
    padding: 0;
    margin: auto;
    margin: 0px 2px;
    vertical-align: middle;
}

.sidr .main .iconHolder .icons li a {
	border-radius: 35px;
    border: 1px solid #002e5f;
    color: #002e5f;
    text-align: center;
    height: 35px;
    display: inline-block;
    width: 35px;
    position: relative;
}


.sidr .main .iconHolder .icons li a i, .sidr .main .iconHolder .icons li a p {
	color: #002e5f;
    line-height: 33px;
    font-size: 15px;
    text-align: center;
}






/***************************************************************************/


/*************************** HOME PAGE STYLES ******************************/


/***************************************************************************/


.mainBanner {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 500px;
}
.videoheader {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
.homepage-video {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
}

.mainBanner *, .videoheader * {
	color: #fff;
}
.mainBanner h4, .videoheader h4 {
	line-height: 85px;
	margin: 0;
	padding: 0;
	font-size: 70px;
	position: relative;
	z-index: 100;
}

.mainBanner .wrapper, .videoheader .wrapper {
	height: 100%;
	position: relative;
	display: block;
}

.mainBanner .slide {
	height: 100vh;
	min-height: 500px;
	background-position: center;
	background-size: cover;
}





.mainBanner .content, .videoheader .content {
	position: absolute;
	bottom: 50px;
	left: 0;
	max-width: 80%;
}

.mainBanner .content.redAngle:after, .videoheader .content.redAngle:after {
	content: "";
    width: 0;
    height: 0;
    border-width: 260px 0 0 800px;
    border-color: transparent transparent transparent #002e5f;
    border-style: solid;
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 1;
    opacity: 70%;
}

.mainBanner .content p, .videoheader .content p {
	line-height: 85px;
	margin: 0;
	padding: 0;
	font-size: 70px;
	text-transform: none;
	margin-bottom: 20px;
	z-index: 1002;
	position: relative;
}

.mainBanner.small {
	height: 500px;
}

.mainBanner.small .slide {
	height: 500px;
}

.welcomeBanner {
	padding-bottom: 50px;
}

.welcomeBanner img {
	max-width: 800px;
  position: relative;
  left: -50px;
}

.imageHolder + .textHolder {
	vertical-align: bottom;
}

.imageHolder img {
	max-width: 450px;
}

.textHolder h4 {
	margin-bottom: 0px;
}

.featureBoxHolder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.featureBox {
	width: 25%;
	display: block;
	height: 600px;
	max-height: 80vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.featureBox * {
	color: #fff;
}

.featureBox .text {
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 80;
	width: 100%;
}

.featureBox .text h3 {
	z-index: 1000;
	position: relative;
}

.featureBox:before {
	content: "";
	padding-bottom: 75%;
	position: absolute;
}

.featureBox:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.featureBox .text:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #002e5f;
	z-index: 70;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

@media only screen and (min-width: 1000px){
	.featureBox:hover .text:after {
		-webkit-transform: translateX(-0%);
		    -ms-transform: translateX(-0%);
		        transform: translateX(-0%);
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.featureBox:hover:after {
		background-color: rgba(0, 0, 0, 0.0);
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
}


.section.greyWave {
	padding-bottom: 150px;
}

.section.greyWave:after {
	content:"";
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-image: url(/images/elements/grey-wave.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 10%;
}



.socialSlider {
	padding: 40px 0px 0px 0px;
}

.socialSlider .slick-slide {
	padding: 0px 20px;
}

.socialSlider .slick-slide .slide img {
	margin: 0 auto;
}

.tileHolder {
	padding-top: 50px;
}

.tileHolder .tile {
	width: 31%;
    display: inline-block;
    margin: 1%;
    height: 500px;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tileHolder .tile:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6097032563025211)));
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6097032563025211) 100%);
}

.tileHolder .tile .contentHolder {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 2000;
}

.tileHolder .tile .contentHolder * {
	color: #fff;
}


.tileHolder .tile .contentHolder h3 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}

.tileHolder .tile .contentHolder h3:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 3px;
	width: 50px;
	background-color: #002e5f;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}


.tileHolder .tile .contentHolder span {
	font-size: 25px;
	line-height: 31px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

@media only screen and (min-width: 1000px){

	.tileHolder .tile:hover {
		-webkit-transform: scale(1.01);
		    -ms-transform: scale(1.01);
		        transform: scale(1.01);
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.tileHolder .tile:hover .contentHolder h3:after {
		width: 100%;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.tileHolder .tile:hover .contentHolder span {
		color: #002e5f;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	} 
}

.heading h4 {
	text-transform: uppercase;
}

.heading h2 + h4 {
	color: #002e5f;
}

.contactSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contactSection .mapHolder {
	width: 55%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.contactSection .mapHolder .src {
	background-size: cover;
    height: 100%;
    background-position: center;
}

.contactSection .detailsHolder {
	width: 45%;
	padding: 90px 80px;
	position: relative;
	vertical-align: middle;
}

.contactSection .detailsHolder * {
	text-align: left;
}

.contactSection .detailsHolder h2 {
	margin-bottom: 60px;
	position: relative;
}


.contactSection .detailsHolder h2:after {
	content: "";
	background-color: #fff;
	position: absolute;
	bottom: -30px;
	width: 80px;
	height: 5px;
	left: 0px;
}

.contactSection .detailsHolder ul {
	padding: 0;
	margin: 0;
}

.contactSection .detailsHolder ul li {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.contactSection .detailsHolder ul li a {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.contactSection .detailsHolder ul li a i {
	display: inline-block;
	vertical-align: middle;
}

.contactSection .detailsHolder ul li a .icon {
	margin-right: 20px;
}

.contactSection .detailsHolder ul li a .icon, .contactSection .detailsHolder ul li a .text {
	display: inline-block;
	vertical-align: top;
}


.contactSection .detailsHolder.waveLeft:after {
	content: "";
	background-image: url(/images/elements/red-wave-left.png);
	height: 100%;
	position: absolute;
	width: 180px;
	top: 0;
	left: -180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




.thumbnailImages .slick-list .slick-track .slide {
	padding: 5px;
}


.curriculumNav {
	padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 750px;
  font-size: 0;
}

.curriculumNav li {
	margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.curriculumNav li:before {
	content: "";
	background-color: #577c8133;
	width: 0px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.curriculumNav li a {
	text-transform: uppercase;
  padding: 3px 10px;
  border-right: 1px solid;
}

.curriculumNav li:last-child a{
	border-right: 0px;
}



.curriculumNIntro {
	margin: 0px 0px 20px 0px;
}

.heading + .tileHolder {
	padding-top: 0px;
}

.intro .heading {
	padding-bottom: 0px;
}

.intro .heading h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 20px;
}
.intro .heading h2 {
	line-height: 40px;
	font-size: 32px;
}
.intro .introParagraph {
	padding-top: 60px;
}

.intro .imageHolder img {
	margin: 0 auto;
}

.curriculumToggle {
	text-align: center;
	margin-bottom: 40px;
}

.curriculumToggle a {
	display: inline-block;
  padding: 10px 50px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #002e5f;
  margin: 0px 10px;
  position: relative;
}

.curriculumToggle a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background-color: #002e5f;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.curriculumToggle a h3 {
	color: #002e5f;
	z-index: 10000;
	position: relative;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.curriculumToggle a.active {
	background-color: #002e5f;
}
.curriculumToggle a.active h3 {
	color: #fff;
}

@media only screen and (min-width: 1000px){
	.curriculumToggle a:hover:before {
		height: 100%;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.curriculumToggle a:hover h3 {
		color: #fff;
		-webkit-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}
}

.curriculumContent {
	padding: 50px;
	display: none;
	height: 0;
}

.curriculumContent.active {
	display: block;
	height: auto;
}


.curriculumContent p, .curriculumContent h4 {
	text-align: center;
}

.curriculumContent .subjectTimeline .labels .col-1-2, .curriculumContent .subjectTimeline .subjectHolder .col-1-2 {
	padding-right: 50px;
	padding-left: 0px;
	display: inline-block;
	vertical-align: middle;
}

.curriculumContent .subjectTimeline .labels .col-1-2:last-child, .curriculumContent .subjectTimeline .subjectHolder .col-1-2:last-child {
	padding-left: 50px;
	padding-right: 0px;
	display: inline-block;
	vertical-align: middle;
}

.curriculumContent .subjectTimeline .labels .col-1-2 h4, .curriculumContent .subjectTimeline .subjectHolder .col-1-2 h3, .curriculumContent .subjectTimeline .subjectHolder .col-1-2 p {
	text-align: right;
}

.curriculumContent .subjectTimeline .labels .col-1-2:last-child h4, .curriculumContent .subjectTimeline .subjectHolder .col-1-2:last-child h3 {
	text-align: left;
}
.curriculumContent .subjectTimeline {
	position: relative;
	margin: 50px 0px;
}

.curriculumContent .subjectTimeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #9d9d9c;
}

.curriculumContent .subjectTimeline .subjectHolder {
	display: block;
	position: relative;
	margin: 20px 0px;
}

.curriculumContent .subjectTimeline .subjectHolder:before {
	content: "";
	background-color: #9d9d9c;
	height: 40px;
	width: 40px;
	position: absolute;
	border-radius: 40px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 20;
}

.curriculumContent .subjectTimeline .subjectHolder:after {
	content: "";
	background-color: #000;
	height: 25px;
	width: 25px;
	position: absolute;
	border-radius: 40px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 20;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.curriculumContent .subjectTimeline .subjectHolder:hover:after {
	background-color: #002e5f;
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}



.curriculumContent .subjectTimeline .subjectHolder .col-1-2 h3 {
	text-transform: uppercase;
}

.curriculumContent .subjectTimeline .subjectHolder .hours * {
	color: #002e5f;
}

.heading {
	position: relative;
}

.subjectDetails .heading h3 {
	color: #002e5f;
}

.subjectDetails .contentHolder, .pulloutbox {
	padding: 20px;
}

.subjectDetails .contentHolder h3, .pulloutbox h3 {
	  color: #002e5f;
    border-bottom: 2px solid #002e5f;
    padding-bottom: 10px;
}

.contentHolder.greyWave {
	padding-bottom: 50px;
	margin-bottom: 40px;
}



.contentHolder.greyWave:after {
	content:"";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-image: url(/images/elements/grey-wave.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 10%;
}


.subjectDetails .heading .backButton {
	  position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.subjectDetails .heading .backButton i {
	  display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.subjectDetails .heading .backButton p {
	  display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

@media only screen and (min-width: 1000px){
	.subjectDetails .heading .backButton:hover i, .subjectDetails .heading .backButton:hover p {
		color: #002e5f;
		-webkit-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}
	.subjectDetails .heading .backButton:hover i {
		-webkit-transform: translateX(-10px);
		    -ms-transform: translateX(-10px);
		        transform: translateX(-10px);
		-webkit-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}
}





img.paddingBottom {
	padding-bottom: 40px;
}

.downloads * {
	color: #002e5f;
}

.downloads a {
	  width: 100%;
    display: block;
    position: relative;
    padding: 15px;
    border: 2px solid #002e5f;
    text-transform: capitalize;
}

.downloads a span {
	  position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    border-left: 2px solid #002e5f;
    z-index: 10000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
 }

.downloads a + a {
 	border-top: 0px;
}

.faqHolder {
	padding: 0px;
	margin: 0px 0px;
}
.faqHolder a.question {
	display: block;
	padding: 10px 40px;
}



.faqHolder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	height: 100%;
	background-color: #002e5f;
}

.faqHolder .questionContent {
	display: none;
}

.faqHolder .question h3 {
	padding-top: 0px;
	  margin-bottom: 0px;
	  display: inline-block;
	  line-height: 50px;
	  vertical-align: middle;
}

.faqHolder .question i {
	display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.faqHolder .questionContent {
	padding: 20px 40px;
}

.faqHolder .question.active i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}


@media only screen and (max-width:680px){
	.faqHolder a.question {
		padding: 10px 20px;
	}
	.faqHolder a.question h3  {
		font-size: 22px;
	}
	.faqHolder .questionContent {
		padding: 20px;
	}
}







@media only screen and (min-width:1000px){
	.downloads a:hover span {
		color: #fff;
		background-color: #002e5f;
		border-left: 2px solid #002e5f;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
}


.calendarHolder .calendarSlider .calendarBox {
	display: inline-block;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  position: relative;
}

.calendarHolder .calendarSlider .calendarBox * {
	text-align: center;
}

.calendarHolder .calendarSlider .calendarBox .date {
	position: relative;
}

.calendarHolder .calendarSlider .calendarBox .date h2, .calendarHolder .calendarSlider .calendarBox .date p {
	margin-bottom: 5px;
}


.calendarHolder .calendarSlider .calendarBox .week {
	margin-bottom: 30px;
	position: relative;
}

.calendarHolder .calendarSlider .calendarBox .week:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(87, 124, 129, 0.2);
}

.calendarHolder .calendarSlider .calendarBox .date:after {
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background-color: rgba(87, 124, 129, 0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.calendarHolder .calendarSlider .slick-slide {
	margin: 0px 10px;
}

.calendarHolder .calendarSlider .slick-slide.slick-center .calendarBox .date:after {
	background-color: #fff;
}

.calendarHolder .calendarSlider .slick-slide.slick-center .calendarBox {
	background-color: #002e5f;
}
.calendarHolder .calendarSlider .slick-slide.slick-center .calendarBox * {
	color: #fff;
}
.calendarHolder .calendarSlider .slick-slide .calendarBox h5 {
	line-height: 46px;
	font-size: 40px;
}

.calendarHolder .calendarSlider .slick-slide.slick-center .calendarBox .week:after {
	background-color: #fff;
}

.calendarHolder .calendarHolder .slick-prev:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f053" !important;
}

.calendarHolder .calendarHolder .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f054" !important;
}

.calendarHolder .calendarContent {
	margin-top: 40px;
}

.calendarHolder .calendarContent .dayBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #002e5f;
}

.calendarHolder .calendarContent .dayBox .times * {
	text-align: center;
}
.calendarHolder .calendarContent .dayBox .times h3 {
	font-size: 20px;
	line-height: 24px;
}
.calendarHolder .calendarContent .dayBox .info h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0px;
}

.calendarHolder .calendarContent .dayBox .times {
	display: inline-block;
	width: 230px;
	padding: 20px;

}

.calendarHolder .calendarContent .dayBox .info {
	display: inline-block;
	width: calc(100% - 230px);
	padding: 20px;
	border-left: 1px solid #002e5f;
}

.calendarHolder .calendarContent .dayBox + .dayBox {
	border-top: 0px;
}

.calendarHolder .calendarContent .dayBox + h3 {
	margin-top: 20px;
}

.calendarHolder .calendarSlider .slick-prev:before, .slick-next:before {
	content: "" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 45px !important;
	line-height: 45px !important;
	color: #002e5f !important;
}
.calendarHolder .calendarSlider .slick-next, .calendarHolder .calendarSlider .slick-prev {
	width: auto;
	height: auto;
}

.calendarHolder .calendarSlider .slick-next {
	right: -60px;
}

.calendarHolder .calendarSlider .slick-prev {
	left: -60px;
}

.calendarHolder .calendarSlider .slick-next:before {
	content: "\f054" !important;
}

.calendarHolder .calendarSlider .slick-prev:before {
	content: "\f053" !important;
}

.termHolder {
	padding-bottom: 140px;
	position: relative;
}

.termHolder .termHeading * {
	text-align: center;
	color: #002e5f;
}

.termHolder .termHeading {
	padding: 10px;
	background-color: rgba(87, 124, 129, 0.2);
	margin-bottom: 40px;
}

.termHolder .term {
	display: inline-block;
	position: relative;
	width: 45%;
}


.termHolder .term:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 32.5px;
	right: 32.5px;
	height: 3px;
	width: calc(100% - 65px);
	background-color: #002e5f;
}

.termHolder .term .date {
	display: inline-block;
	float: left;
}

.termHolder .term .date p {
	margin-bottom: 5px;
}

.termHolder .term .date:nth-child(2n) {
	float: right;
}

.termHolder .term .date .numberMonth {
	background-color: rgba(87, 124, 129, 0.2);
	padding: 5px 15px;
	position: relative;
	border-radius: 5px;
}

.termHolder .term .date .numberMonth h3 {
	margin-bottom: 10px;
	min-width: 35px;
}

.termHolder .term .date .numberMonth p {
	display: block;
	z-index: 40;
	position: relative;
	color: #fff;
	margin-bottom: 0px;
}

.termHolder .term .date .numberMonth:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	background-color: #002e5f;
	z-index: 30;
	display: block;
	border-radius: 0px 0px 5px 5px;
}

.termHolder .term .date .numberMonth:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: calc(50% - 1px);
	width: 3px;
	height: 20px;
	background-color: #002e5f;
}

.termHolder .halfTerm {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 5px;
}

.termHolder .halfTerm h4 {
	margin-bottom: 5px;
}

.termHolder .halfTerm:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -25px;
	width: 3px;
	height: 20px;
	background-color: rgba(87, 124, 129, 0.2);
}

.termHolder .halfTerm:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: -5px;
	height: 3px;
	background-color: rgba(87, 124, 129, 0.2);
}

.termHolder .halfTerm p {
	color: #002e5f;
}
.datesTimeline .holidays {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #002e5f;
}
.datesTimeline .holidays h4 {
	display: block;
	padding: 5px;
	margin: 0px 0 10px;
	text-align: center;
	background-color: rgba(87, 124, 129, 0.2);
	color: #002e5f;
}
.datesTimeline .holidays p {
	text-align: center;
}




/************** MOBILE NAV STYLES ***************/

#mobile-header {
	display: none;
	vertical-align: middle;
}
#mobile-header svg {
	width: 80px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 30px;
	stroke-linecap: round;
	stroke: #002e5f;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.sidr {
	display: block;
	position: fixed;
	top: 76px;
    min-height: 100vh;
	height: 100%;
	height: -webkit-fill-available;
	min-height: -webkit-fill-available;
	z-index: 9999999;
	width: 100%;
	overflow-x: none;
	overflow-y: auto;
	background-color: #fff;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	left: -100%;
	overflow: hidden;
	border-top: 3px solid #002e5f;
}

.sidr:after {
	content: "";
    width: 0;
    height: 0;
    border-width: 150px 0 0 800px;
    border-color: transparent transparent transparent #002e5f;
    border-style: solid;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 100%;
}

.sidr .main{
    height: 100vh;
    height: -webkit-fill-available;
    min-height: 250px;
    padding: 30px;
    overflow: scroll;
}

.sidr .main .menu{
    padding: 0;
    margin: 0;
    z-index: 100;
    position: relative;
}

.sidr .main .menu li{
	padding:0;
	margin:0;
	list-style: none;
}

.sidr .main .menu li a{
	display: block;
	text-align: center;
	padding:10px 0;
	position: relative;
}

.sidr .main .menu li ul {
	display: none;
	padding: 0;
}

.sidr .main .menu li a.parent:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	color: #002e5f;
	top: 10px;
	right: 0;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.sidr .main .menu li a.parent.active:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.sidr .contactBar{
	padding: 20px 30px;
    background: #f7f6f7;
        position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
}

.sidr .contactBar .tel{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.sidr .contactBar .tel i{
	font-size: 30px;
    margin-right: 10px;
}

.sidr .footer{
	background:#2a2247;
	    padding: 20px 40px;
    position: absolute;
    
    bottom: 158px;
    left: 0;
    right: 0;
}

.sidr .footer input{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-appearance:none;
    border-radius: none;
}

.sidr .footer input::-webkit-input-placeholder {
	color: #fff;
}
.sidr .footer input:-moz-placeholder {
	color: #fff;
}
.sidr .footer input::-moz-placeholder {
	color: #fff;
}
.sidr .footer input:-ms-input-placeholder {
	color: #fff;
}

.sidr .footer input[type="submit"]{
	    display: none;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/

.parallax-window {
	height: 400px;
	overflow: hidden;
	position: relative;
	background: transparent;
}
.parallax-window.header {
	height: 500px;
}
#map {
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
}
.center-holder {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	/*padding:0 30px;*/
	padding: 20px 30px;
}
.center-sub-holder {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.center-text-holder {
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.button {
	display: inline-block;
padding: 10px 50px;
vertical-align: middle;
background-color: transparent;
border: 1px solid #002e5f;
margin: 0px 10px;
position: relative;
}

.button:last-child{
	margin:0;
}



@media only screen and (min-width:1000px){

	.button:hover{
		color:#fff;
		background-color: #002e5f;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}


	
}

/*************************************************************************/


/*************************** HOME PAGE STYLES ****************************/


/*************************************************************************/





/*************************************************************************/


/************************** Cookie Law STYLES ****************************/


/*************************************************************************/

#cookie-law{
	border-top: 1px solid #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background:#fff;
}

/*******************************************************************************/


/***************************** FLEXSLIDER STYLES *******************************/


/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.flexslider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.flex-direction-nav {
	height: 0px;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-repeat: no-repeat;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
	width: 100%;
	border-radius: 0px;
	/*overflow: visible;*/
}
.flexslider.basicSlider.mainPage {
	margin-top: -50px;
}
.flexslider.basicSlider.testimonials {
	margin-top: 35px;
}
a.flex-active {
	background: #dc0622 !important;
}
.flex-direction-nav, .flex-direction-nav li {
	list-style: none;
	margin-bottom: 0;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: -10px;
	margin-top: 30px;
	text-align: center;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	border: solid 1px rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f053";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}

/***************************************************************************/


/********************* ADDITIONAL FLEXSLIDER STYLES ************************/


/***************************************************************************/




/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer {	
	background-color: #54575a;
	padding: 20px 0px;
}

footer * {
	color: #fff;
}

footer .logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 120px;
}

footer .nav {
	display: inline-block;
    width: calc(100% - 450px);
    margin: 0px 25px;
    padding: 0;
    position: relative;
}

footer .nav li {
	display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    padding: 0;
    position: relative;
}

footer .nav li a {
	position: relative;
}

footer .socialIcons {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

footer .socialIcons li {
	margin: 0px 10px;
	display: inline-block;
}

footer .socialIcons li:first-child {
	margin-left: 0px;
}

footer .socialIcons li:last-child {
	margin-right: 0px;
}

footer .nav li a:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 0%;
	bottom: -5px;
	left: 0;
	height: 1px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}


@media only screen and (min-width: 1000px){
	footer .nav li:hover a:after {
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
		width: 100%;
		transition: all ease 0.3s;
	}
}



/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/


main{

}

.row{
	    font-size: 0;
	    margin-bottom: 2%;
}

.row:last-of-type{
	margin:0;
}
.row input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	background:#f2f2f2;
	height:50px;
	line-height: 50px;
	padding-left:10px;
	border:0;
	    font-size: 16px;
	text-transform: none;
	-webkit-transition: all ease .4s;
    transition: all ease .4s;
}



.row textarea{
	padding:10px;
	border:0;
	background:#f2f2f2;
	    font-size: 16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}



@media only screen and (min-width:1000px){
	.row input[type="submit"]:hover{
		background:transparent;
		color:#cc0000;
		-webkit-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.errorMessage {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom:20px;
}

.formStyle .row.errorMessage{
	margin-bottom:20px;
}

.row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}



/************** MOBILE STYLES ***************/


@media only screen and (max-width: 1350px){
	.calendarHolder .calendarSlider {
		max-width: 1000px;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 1300px){
	.mainBanner .slide .wrapper .content.redAngle:after, .videoheader .wrapper .content.redAngle:after {
		left: auto;
	}

	.welcomeBanner img {
		left: auto;
	}
}



@media only screen and (max-width: 1200px){
	.mainBanner .slide .wrapper .content.redAngle:after, .videoheader .wrapper .content.redAngle:after {
		left: 0;
	}

	.welcomeBanner img {
		left: 30px;
	}

	.mainBanner .slide .wrapper .content, .videoheader .wrapper .content {
		left: 50px;
	}
}





@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}
}


@media only screen and (max-width: 1070px) {
.calendarHolder .calendarSlider .slick-next, .calendarHolder .calendarSlider .slick-prev {
	display: none !important;
}

	header .navigation .mainHolder {
		display: none;
	}

	header .logo {
		max-width: 200px;
	}

	header .navigation .col-1 {
		margin: 0;	
	}

	header .navigation .iconHolder {
		margin-bottom: 0;
    	vertical-align: middle;
    	display: inline-block;
	}

	header .notification {
		vertical-align: bottom;
		padding-right: 100px;
	}

	#mobile-header {
		display: inline-block;
		vertical-align: middle;
		float: right;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	header .navigation.wide {
		width: calc(100% - 330px);
		padding-top: 16px;
	}

	header .notification a .notificationBar {
		-webkit-transform: translate(-960px, 35px);
		    -ms-transform: translate(-960px, 35px);
		        transform: translate(-960px, 35px);
		width: 1200px;
		padding-left: 100px;
	}



}





@media only screen and (max-width: 1000px) {
	.innerWrapper {
		padding: 0 20px;
	}
	header .notification a .notificationBar {
		padding-left: 200px;
	}
}

@media only screen and (max-width: 935px){
	.termHolder {
		width: 98%;
	}
}



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

	.featureBoxHolder {
		display: block;
		width: 100%;
		font-size: 0px;
		line-height: 0;
	}

	.featureBox {
		width: 50%;
		display: inline-block;
		height: 450px;
	}

	.featureBox:after {
		background-color: rgba(0, 0, 0, 0.0);
	}
	.featureBox .text:after {
		left: 100%;
	}

	.contactSection .detailsHolder {
		padding: 40px;
	}

	.mainBanner .slide .content h1, .mainBanner .slide .wrapper .content p, .mainBanner .slide .wrapper .content h4, .videoheader .wrapper .content h4 {
		font-size: 50px;
		line-height: 56px;
	}

	.mainBanner .slide .wrapper .content.redAngle:after, .videheader .wrapper .content.redAngle:after {
		border-width: 200px 0 0 500px;
	}

	.welcomeBanner img {
		left: auto;
		max-width: 100%;
	}
	header .notification a .notificationBar {
		padding-left: 300px;
	}
}


@media only screen and (max-width: 850px) {
	header .navigation .icons li a {
		height: 30px;
		width: 30px;
	}

	header .navigation .icons li a i, header .navigation .icons li a p {
		line-height: 28px;
		font-size: 12px;
	}

	header .logo {
		max-width: 150px;
		padding-top: 0;
	}

	header .notification a .notificationBar {
		bottom: -34px;
	}

	header .notification a i {
		font-size: 35px;
		line-height: 35px ;
	}

	header .navigation .iconHolder {
		display: none;
	}

	header .notification {
		display: inline-block;
	    position: absolute;
	    right: 100px;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    padding-right: 0px;
	}

	header .notification a {
		height: 35px;
	}

	.tileHolder .tile {
		width: 48%;
	}

	.curriculumContent .subjectTimeline .labels .col-1-2, .curriculumContent .subjectTimeline .subjectHolder .col-1-2 {
		display: inline-block !important;
		width: 48%;
	}

	.curriculumContent .subjectTimeline .subjectHolder * {
		font-size: 20px;
		line-height: 26px;
	}
	

}



@media only screen and (max-width: 800px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
		margin-bottom: 25px;
	}

	.col-2-5:last-child, .col-1-5:last-child, .col-1-2:last-child, .col-1-3:last-child, .col-2-3:last-child, .col-1-4:last-child, .col-3-4:last-child, footer .col-1-4:last-child, .col-3-5:last-child, .col-4-5:last-child, .col-1-7:last-child {
		margin-bottom: 1%;
	}

	.calendarHolder .calendarSlider .calendarBox .date .col-1-2 {
		width: 48%;
		margin: 1%;
		margin-bottom: 1%;
	}

	footer .logo {
		max-width: 120px;
	}

	header .notification a .notificationBar {
		padding-left: 400px;
	}

	.termHolder {
		margin-bottom: 150px !important;
	}
}



@media only screen and (max-width: 720px){
	header .navigation .iconHolder {
		display: none;
	} 

	.contactSection {
		display: block;
	}

	.contactSection .mapHolder {
		display: none;
	}

	.contactSection .detailsHolder {
		width: 100%;
	}

	footer .logo {
		margin: 0 auto;
		display: block;
	}

	footer .nav {
		display: block;
		width: 100%;
		margin: 20px 0px; 
	}

	footer .nav li {
		display: block;
		text-align: center;
	}

	footer .socialIcons {
		text-align: center;
	}


}
@media only screen and (max-width: 680px){
	.welcomeBanner img {
	}

	.mainBanner .slide .wrapper .content.redAngle:after, .videoheader .wrapper .content.redAngle:after {
		    border-width: 120px 0 0 400px;
	}

	.mainBanner .slide .content h1, .mainBanner .slide .wrapper .content p, .mainBanner .slide .wrapper .content h4, .videoheader .wrapper .content h4 {
		font-size: 40px;
		line-height: 46px;
	}
	header .notification a .notificationBar {
		padding-left: 500px;
	}
	p, a {
		font-size: 15px;
		line-height: 22px;
	}
}



@media only screen and (max-width: 600px){
	.tileHolder .tile {
		width: 98%;
	}
	.section.greyWave {
		padding-bottom: 60px;
	}

	header .notification a .notificationBar {
		padding-left: 590px;
	}

	.downloads a span {
		position: relative;
		display: block;
		border: none;
		padding: 0;
		margin-top: 15px;
		background: #002e5f;
		color: #fff;
		width: 100%;
		padding: 10px;
		font-size: 14px;
		line-height: 14px;
	}
}


@media only screen and (max-width: 500px){
	.featureBox {
		width: 100%;
		display: block;
	}

	.welcomeBanner img {
		left: auto;
	}

	.mainBanner .slide .wrapper .content.redAngle:after, .videoheader .wrapper .content.redAngle:after {
		left: -30px;
	}

	.calendarHolder .calendarContent .dayBox .times {
		width: 140px;
	}
	.calendarHolder .calendarContent .dayBox .info {
		width: calc(100% - 140px);
	}
	.curriculumContent {
		padding: 15px;
	}

	header .notification a .notificationBar {
		padding-left: 660px;
	}

	header .notification a .notificationBar * {
		font-size: 15px;
	}

}

@media only screen and (max-width: 450px) {
	.mainBanner .slide .content h1, .mainBanner .slide .wrapper .content p, .mainBanner .slide .wrapper .content h4, .videoheader .wrapper .content h4 {
		text-align: center;
	}
}

@media only screen and (max-width: 400px){
	.contactSection .detailsHolder .details li a .text p {
		font-size: 15px;
	}

	.mainBanner .slide .wrapper .content.redAngle:after, .videoheader .wrapper .content.redAngle:after {
		display: none;
	}

	.mainBanner .slide .wrapper .content, .videoheader .wrapper .content {
		left: auto;
		max-width: 100%;
	}

	.calendarHolder .calendarContent .dayBox .times {
		width: 115px;
	}
	.calendarHolder .calendarContent .dayBox .info {
		width: calc(100% - 115px);
	}
}


/* NOTES */
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}
.note p {
    margin: 0px;
}
.note.note-success {
    background-color: #eef7ea;
    border-color: #bbdba1;
    color: #3c763d, 80%;
}
.note.note-info {
    background-color: #eef7fb;
    border-color: #91d9e8;
    color: #31708f, 80%;    
}
.note.note-warning {
    background-color: #fcf8e3;
    border-color: #f2cf87;
    color: #8a6d3b, 80%;
}
.note.note-error {
    background-color: #f9f0f0;
    border-color: #dca7b0;
    color: #a94442, 80%;    
}


.formholder {
	max-width: 500px;
	margin: 40px auto;
	border: 1px solid #ccc;
padding: 32px;
border-radius: 16px;
}
.formholder .field {
	padding-bottom: 20px;
}

.formsubmit input[type="submit"] {
	height: auto;
	background-color: #002e5f;
	color: #fff;
	line-height: 32px;
	border: none;
	border-radius: 8px;
}

/* STANDARD TABLE STYLES */

.tablecontainer {
	width: auto;
	overflow-x: auto;
}

table, tr, td, th {
	border: none;
	text-align: left;
}
table td ul {
	margin-bottom: 10px;
}
table {
	table-layout: inherit;
	/*width: 100% !important;*/
	border-left: 1px solid rgba(151,151,151,0.4);
	border-right: 1px solid rgba(151,151,151,0.4);
}
@media (max-width: 800px) {
	table {
		/*width: auto !important;*/
		min-width: 900px;
	}
}
table caption {
	background-color: #363636;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	padding: 16px;
	text-transform: uppercase;
}
th, td {
	padding: 10px 6px 10px 16px;
	vertical-align: top;
}
thead th {
	background-color: #002e5f;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
tbody {
	border-top: 1px solid rgba(151,151,151,0.4);
}
tr {
	background-color: #FFF;
}
tr:nth-of-type(even) {
	background-color: #F2F2F2;
}
td  {
	border-bottom: 1px solid rgba(151,151,151,0.4);
}

table.redhead thead th {
	background-color: #AC063C;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
table.redhead th, table.redhead td {
	vertical-align: middle;
	padding: 4px 6px 4px 16px;
}
table.redhead tr.orange {
	background-color: #f0bd98;
}
table.redhead tr.green {
	background-color: #bed8ab;
}
table.redhead tr.yellow {
	background-color: #f8ed73;
}
td img {
	display:  block;
}

table.noborder, table.noborder tbody, table.noborder td  {
	border: none;
}

/* END TABLE STYLES */

/* DIV BASED TABLE LAYOUT */

.Table
    {
        display: table;
		width: 100%;
    }
.Table .Cell p {
	margin:0px;
}
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: normal;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        text-align: left;
        font-weight: normal;
		font-style: italic
    }
    .Row
    {
        display: table-row;
		font-weight: bold;
    }
	 .Row a {
		 font-weight: bold;
	 }
    .Cell
    {
        display: table-cell;
        border-bottom: 1px dashed #CCC;
		padding: 8px 4px;
	}
	.Row .Cell:nth-of-type(1) {
		width: 10%;
	}
	.Row .Cell:nth-of-type(2) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(3) {
		width: 18%;
	}
	
	.Row .Cell:nth-of-type(4) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(5) {
		width: 12%;
	}
	.Row .Cell:nth-of-type(6) {
		width: 10%;
	}
	

.Row:nth-of-type(odd) .Cell {
	background:#f3f3f3;
}

.Row:hover .Cell {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8E8E8));
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	
}

.Row .Cell:nth-of-type(1) {
		width: 10%;
	}
	
	.Row .Cell:nth-of-type(2) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(3) {
		width: 18%;
	}
	
	.Row .Cell:nth-of-type(4) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(5) {
		width: 12%;
		padding-top: 12px;
	}
	.Row .Cell:nth-of-type(6) {
		width: 10%;
	}
	

.Table[data-columns='surveys'] .Row .Cell:nth-of-type(1) {
	width: 40%;	
}
.Table[data-columns='surveys'] .Row .Cell:nth-of-type(2) {
	width: 24%;	
}
.Table[data-columns='surveys'] .Row .Cell:nth-of-type(3), .Table[data-columns='surveys'] .Row .Cell:nth-of-type(4), .Table[data-columns='surveys'] .Row .Cell:nth-of-type(5) {
	width: 12%;	
}


/* END DIV TABLES */


blockquote {
	padding: 20px;
	border-left: 3px solid #002e5f;
}
blockquote p {
	margin-bottom: 10px;
}
blockquote p em {
	font-size: 20px;
	line-height: 24px;
}


/*Full calendar layout */

.maincalendar {
	margin-bottom: 60px;
}
.maincalendar .dateBox {
	background-color: #002e5f;
	padding: 10px 20px;

}
.maincalendar .dateBox h3  {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
}
.maincalendar .dayBox + .dateBox {
	margin-top: 40px;
}
.calendarHolder .calendarContent.maincalendar .dayBox {
	border: none;
	border-bottom: 1px solid #002e5f;
	background-color: rgb(232, 232, 232);
}
.calendarHolder .calendarContent.maincalendar .dayBox .info {
	border-left: none;
}
.calendarHolder .calendarContent.maincalendar .dayBox .times, .calendarHolder .calendarContent.maincalendar .dayBox .info {
	padding: 10px;
}
.calendarHolder .calendarContent.maincalendar .dayBox .times {
	width: 200px;
}
.calendarHolder .calendarContent.maincalendar .dayBox .times h3 {
	font-size: 18px;
	line-height: 20px;
}
.calendarHolder .calendarContent.maincalendar .dayBox .info h3 {
	font-size: 20px;
	line-height: 22px;
}

/*.maincalendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.maincalendar div {
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    width: 14.2%;
    line-height: 100px;
    height: 100px;
    text-align: center;
    margin: 5px;
}

.maincalendar .day {
    background-color: #fffa69;
}*/

@media only screen and (min-width: 1000px){
	.animatedElement p a img {
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);	
	}
	.animatedElement p a:hover img {
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

.articleNav {
	list-style: none;
	margin: 0;
	padding: 0px;
}
.articleNav:after {
	content: "";
	display: table;
	clear: both;
}
.articleNav li {
	list-style: none;
	margin: 0;
	padding: 0px;
}
.articleNav li p {
	display: inline-block;
	margin: 0px 6px;
}
.articleNav li.left {
	float: left;
}
.articleNav li.right {
	float: right;
}

.fa-brands.fa-x-twitter {
	font-family:sans-serif;
}
.fa-brands.fa-x-twitter::before{
	content:"𝕏";
	/*font-size:1.2em;*/
}

