/* ~~~~~~~~~ layout ~~~~~~~~~~ */
body {
	background-color: #222228;
}

#page {
	margin: 0px auto;
	padding: 0 50px;
	/*overflow: hidden;*/
}

#headerTitle{
	float:left;
	clear:left;
	margin:30px 0 11px 0;
	width:98%;
}

#headerTopLinks{
	float:right;
	margin:-17px 15px 0 0;
	z-index:100;
	color:#6cc8af;
}

#headerTopLinks a{
	color:#fff;
	text-decoration:none;
}

#headerTopLinks a:hover{
	color:#ff7010;
}

#logo {
	float: left;
	margin-right: 20px;
}
#logo a {
	display: block;
	line-height: 0;
	cursor: pointer;
}
#logo a:hover img {
	opacity: 0.9;
	transition: opacity 0.3s ease;
}
.hightlight_year { font-weight: bold; font-size: 22px; }
#loginBtn{
	float:right;
	margin:3px 25px 0 0;
	font-size:21px;
	-moz-transition: all 0.2s linear; /* Firefox 4 */
	-webkit-transition: all 0.2s linear; /* Safari and Chrome */
	-o-transition: all 0.2s linear; /* Opera */
	color: #cecece;
}

#loginBtn img{
	vertical-align:middle;
	padding:0;
}

#loginBtn a{
	text-decoration:none;
	color:#8C8C8C;
	padding:0px 3px;
	width:80px;
	height:20px;
}

#loginBtn a:hover{
	text-decoration:none;
	color:#ff7010;
}

#loginBtn a:focus, #loginBtn a:active{
	text-decoration:none;
	color:#ff7010;
}

/* ~~~~~~~~~ Navigation ~~~~~~~~~~ */

#menu{
	float:left;
}

.dropList {height:210px; font-size:13px; position:relative; z-index:600; width:530px;
}
.dropList ul {padding:0; margin:0; list-style:none; font-family:sans-serif;}
.dropList ul li div {position:absolute; left:-9999px; top:-9999px; background:url(divBack.gif); border:1px solid #aaa; border-top-color:#ddd; padding-bottom:6px;font-size:11px;
-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);

-o-border-radius: 0 0 6px 6px;
-icab-border-radius: 0 0 6px 6px;
-khtml-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
border-radius: 0 0 6px 6px;
}
.dropList ul li div ul {width:190px; float:left;}

.dropList ul li {float:left; margin-left:1px; font-family:sans-serif;}
.dropList ul li a {display:block; padding:160px 5px 12px 5px; width:120px; float:left; text-align:center; line-height:35px; text-decoration:none; font-weight:bold; color:#fff; font-size:18px; font-family:sans-serif;}
.dropList ul li a.fly {}
.dropList ul ul li a {padding:0px 0px 0px 10px; width:180px; text-indent:0px; line-height:17px; font-weight:normal; font-size:13px; color:#000; text-align:left; font-family:sans-serif;}
.dropList ul ul li h4 {padding:8px 0 4px 0; margin:0; color:#000; font-family:sans-serif;}
.dropList ul ul li h4 a {padding:0px 0px 0px 10px; width:180px; text-indent:0px; line-height:18px; font-weight:bold; color:#000; font-size:15px; font-family:sans-serif;}

.dropList ul li a:hover {background-color:#ddd;}
.dropList ul li h4  a:hover {background-color:#ddd;}
.dropList ul li:hover > a {background-color:#ddd;}
.dropList ul li:hover > h4 a {background-color:#ddd;}

.dropList ul .fourCol:hover div {left:-1px; top:35px; width:770px; margin-top:172px; background:#fff;}
.dropList ul .fourCol:hover {position:relative;}

.dropList ul .threeCol:hover {position:relative;}
.dropList ul .threeCol:hover div {left:-1px; top:35px; width:580px; margin-top:172px; background:#fff;}

.dropList ul .twoCol:hover {position:relative;}
.dropList ul .twoCol:hover div {left:-1px; top:35px; width:390px; margin-top:172px; background:#fff;}

.dropList ul .oneCol:hover {position:relative;}
.dropList ul .oneCol:hover div {left:-1px; top:35px; width:200px; margin-top:172px; background:#fff;}

.dropList ul :hover div ul ul {position:absolute; left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover {position:relative;}
.dropList ul :hover div ul .fly:hover ul {left:190px; top:0px; background:#fff; border:1px solid #aaa; padding:6px 0; color:#000;
-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);

-o-border-radius: 6px;
-icab-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.dropList ul :hover div ul .fly:hover ul ul {left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover ul .fly:hover ul {left:170px; top:-7px; background:#fff; border:1px solid #aaa;}

.dropList table {border-collapse:collapse; width:0; height:0; margin-bottom:-1px;}


/* Mobile menu */

#menuMobile{
	width: 100%;
    margin: 10px auto;
	display:none;
}

.dropListMobile ul
{
    padding:0px;
    margin:0px;
	font: 1.3em/1.2 'agenda-lightregular',sans-serif;
    color:#FFF;
    list-style:none;
}
.dropListMobile ul li
{
    background:#fff;
    line-height:40px;
	margin-top:1px;
	margin-bottom:0px;
	font-size:16px;
}
.dropListMobile ul li a
{
    text-decoration:none;
    color:#FFF;
    display:block;
	text-align: center;
	background:#3f3f3f;
}
.dropListMobile ul li a:hover
{
    background:#d40203;
}
.dropListMobile ul li#active
{
    background:#d40203;
}
.dropListMobile ul li ul li ul li a
{
	background:#666;
}

#file_browse_wrapper{
	margin: 15px 0 0;
}

/* Modern file upload button styling */
#file_browse_wrapper input[type="file"],
input[type="file"]#file_browse {
	padding: 12px 20px;
	background: linear-gradient(135deg, #3286f2 0%, #2670d6 100%);
	color: #fff !important;
	border: none;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(50, 134, 242, 0.3);
	display: inline-block;
	width: auto !important;
}

#file_browse_wrapper input[type="file"]:hover,
input[type="file"]#file_browse:hover {
	background: linear-gradient(135deg, #2670d6 0%, #1e5db8 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(50, 134, 242, 0.4);
}

#file_browse_wrapper input[type="file"]::file-selector-button,
input[type="file"]#file_browse::file-selector-button {
	background: rgba(255,255,255,0.2);
	border: none;
	color: #fff;
	font-weight: 600;
	margin-right: 15px;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
}

#upload_area, #upload_area2, #upload_area3 {
	margin-top: 10px;
	padding: 10px;
	color: #4CAF50;
	font-size: 14px;
	font-weight: 500;
}

#home{
	background:#e74612;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}
#home:hover{
	background:#d23b0a;
}

#about{
	background:#f78c1c;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}
#about:hover{
	background:#f07f08;
}

#resources{
	background:#6cc8af;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}
#resources:hover{
	background:#61baa0;
}

#gallery{
	background:#e64f20;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

#gallery:hover{
	background:#c0360b;
}

/* ~~~~~~~~~ sub bar navigation ~~~~~~~~~~ */

#subNavigationHolder{
	width:100%;
	float:left;
	/* border-bottom:15px solid #d1d0d0; */
}

#sub-navigation {
	margin:0;
	border-bottom: 1px solid #CCCCCC;
}
	#sub-navigation ul {
		overflow: hidden;
		width: 100%;
		list-style: none;
		font-size: 1.2em;
		font-weight:bold;
		margin:0;
	}
		#sub-navigation li {
			float: right;
			margin:0;
			text-align:right;
		}
			#sub-navigation li a {
				background: #F7F7F7;
				margin: 0 5px 0 2%;
				padding: 5px 10px 10px 10px;
				display: block;
				color: #000;
				text-decoration: none;
				width:130px;
				border-top:1px solid #d1d0d0;
				border-left:1px solid #d1d0d0;
				border-right:1px solid #d1d0d0;
			}
			#parents a:hover, #parents a.current {
				background:#d23b0a;
				color:#fff;
			}
			#pupils a:hover, #pupils a.current{
				background:#f07f08;
				color:#fff;
			}
			#teachers a:hover, #teachers a.current{
				background:#61baa0;
				color:#fff;
			}
			#events a:hover, #events a.current{
				background:#c0360b;
				color:#fff;
			}
			#contact a:hover, #contact a.current{
				background:#f07f08;
				color:#fff;
			}

/* ~~~~~~~~~ Side bar sub menu navigation ~~~~~~~~~~ */

#sideNavigationHolder{
	width:100%;
	float:left;
	margin-top:15px;
}

.usefulLinks{
	width:100%;
	margin: 0;
	height:45px;
	background:#e64f20;
}

.usefulLinks p{
	color:#fff;
	text-align:right;
	font-size: 1.3em;
	font-weight:bold;
	padding: 12px 10px 7px 10px;
	margin:0;
	float:right;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

.usefulLinks img{
	float:left;
	margin:12px 10px 7px 10px;
	transform:rotate(-90deg);
	ms-transform:rotate(-90deg); /* IE 9 */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

.usefulLinks:hover{
	cursor:pointer;
	color:#f7ac1c;
}

.usefulLinks a{
	color:#f7ac1c;
	text-decoration:none;
}

.usefulLinks:hover p, .usefulLinks a:hover {
	color:#f7ac1c;
}

.usefulLinks:hover img{
	color:#f7ac1c;
}

.side-navigation {
	margin:0;
}
	.side-navigation ul {
		overflow: hidden;
		width: 100%;
		list-style: none;
		font-size: 1.2em;
		font-weight:bold;
		margin:0;
	}
		.side-navigation li {
			float: right;
			margin:0;
			text-align:right;
			width:100%;
		}
			.side-navigation li a {
				background: #F7F7F7;
				margin: 0;
				padding: 7px 10px 7px 10px;
				display: block;
				color: #000;
				text-decoration: none;
				border-top:1px solid #d1d0d0;
				border-left:1px solid #d1d0d0;
				border-right:1px solid #d1d0d0;
			}
			.side-navigation li:last-child  a{
				border-bottom:1px solid #d1d0d0;
			}
			.side-navigation li.current a {
				background: #f7ac1c;
			}
			.side-navigation li a:hover {
				background: #f7ac1c;
			}

.accounOptionsList ul, .contentLeft ul, .rightSnippet ul{
	list-style: none;
}
.accounOptionsList li, .contentLeft  li, .rightSnippet li{
	font-size: 18px;
	display: block;
	padding: 13px 0 7px 15px;
	background-color:
	#464646;
}
.accounOptionsList a{
	text-decoration:none;
}

.sidebarColorLinks01{
	background:#6cc8af;
	margin-top:15px;
	padding: 10px 0;
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	position:relative;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.sidebarColorLinks01:hover{
	background:#59a893;
}

.sidebarColorLinks02{
	margin-top:15px;
	margin-right:5%;
	width:30%;
	float:left;
	position:relative;
}

.sidebarColorLinks02 img{
	width:100%;
}

.sidebarColorLinks03{
	margin-top:15px;
	width:30%;
	float:right;
	position:relative;
}

.sidebarColorLinks03 img{
	width:100%;
}

.sidebarColorLinks04{
	background:#59d2c2;
	margin-top:15px;
	padding: 10px 0;
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	position:relative;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.sidebarColorLinks04:hover{
	background:#3c90ab;
}

.sidebarColorLinks01 p, .sidebarColorLinks01 h3, .sidebarColorLinks02 p, .sidebarColorLinks02 h3, .sidebarColorLinks03 p, .sidebarColorLinks03 h3, .sidebarColorLinks04 p, .sidebarColorLinks04 h3{
	color:#fff;
}

/*Important:*/
.link-spanner{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
background-image: url('empty.gif');
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}

#facebookFeed{
	height: 400px;
    margin-top: 15px;
    overflow: hidden;
    width: 300px;
}
#shareButtons{
	height: 30px;
	margin:6px 0 0 7px;
}

/* ~~~~~~~~~ Grey boxes navigation ~~~~~~~~~~ */

#greyBoxNavHolder{
	width:100%;
	float:left;
	margin:15px 0;
	padding-left:15px;
}

#greyBoxNav{
	width:30%;
	margin-right: 2%;
	margin-bottom: 15px;
	height:145px;
	background:#6cc8af;
	float:left;
	position:relative;
}

#greyBoxNav p{
	color:#fff;
	text-align:right;
	font-size: 1.3em;
	font-weight:bold;
	padding: 12px 10px 7px 5px;
	margin:0;
	float:right;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
	width: 136px;
}

#greyBoxNav img{
	float:left;
	margin:12px 2px 7px 10px;
}

#greyBoxNav:hover{
	cursor:pointer;
}

#greyBoxNav:hover p{
	color:#f7ac1c;
}

/* ~~~~~~~~~ Testimonials ~~~~~~~~~~ */

.testimonial {
	width:100%;
	background: none repeat scroll 0 0 #F5F5F5;
    border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
	float:left;
	margin-top:15px;
}

.testimonial h3 {
	background-color: #EEEEEE;
    font-size: 1.3em;
    margin: 0;
    padding: 6px 8px;
	border-color: #FFFFFF -moz-use-text-color #DFDFDF;
    border-style: solid none;
    border-width: 1px medium;
}

.textHolder {
	margin: 15px 0px;
	float:left;
}

.left-quote {
	float:left;
	background:url(../images/quotes01.jpg) no-repeat top;
	width:45px;
	height:45px;
}

.testi-text {
	float:left;
	text-align:justify;
	width:200px;
	padding-right:40px;
	background:url(../images/quotes02.jpg) no-repeat right bottom;
	float:right;
	margin-right:10px;
	line-height: 1.3;
}
.testi-text p{
	margin:0;
	font:1em/1.2 "futura-pt-n7","futura-pt",sans-serif;
}
.testi-name {
	float:left;
	padding:20px 0 0 50px;
}

/* ~~~~~~~~~ FAQs boxes ~~~~~~~~~~ */

#faqsHolder{
	width:100%;
	float:left;
	margin:15px 0;
	position: relative;
}
#downloadableGroupsHolder{
	width:100%;
	float:left;
	margin:15px 0;
	position: relative;
}

.faqsQuestion{
	background: #f7f7f7;
	margin:0;
	color: #000;
	border:1px solid #d1d0d0;
	float:left;
	width:100%;
}

.faqsQuestion img{
	float:right;
	margin:15px 15px 0 0;
		transform:rotate(90deg);
	ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

.faqsQuestion a{

}
.faqsQuestion p{
	margin: 15px 5%;
	float:left;
	width:75%;
}

.faqsAnswer {
	width:100%;
	background: #fff;
	margin:20px 0;
	color: #000;
	border:1px solid #d1d0d0;
	float:left;
}
.faqsAnswer2 {
	width:100%;
	margin:20px 0;
	color: #000;
	float:left;
}
.faqsAnswer p,.faqsAnswer2 p{
	margin-left:15px;
	margin-right:15px;
}

/* ~~~~~~~~~ Links Page - Links Holder and Table ~~~~~~~~~~ */

#linksHolder{
	width:100%;
	float:left;
	margin:15px 0;
}

#linksHeader{
	width:100%;
	margin: 0;
	height:45px;
	background:#6cc8af;
}

#linksHeader p{
	color:#fff;
	text-align:right;
	font-size: 1.3em;
	font-weight:bold;
	padding: 12px 10px 7px 10px;
	margin:0;
	float:left;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

#linksHeader:hover{
	cursor:pointer;
}

#linksHeader:hover p{
	color:#f7ac1c;
}

#linksHeader:hover img{
	color:#f7ac1c;
}

#linksContent {
	margin:0;
}
	#linksContent ul {
		overflow: hidden;
		width: 100%;
		list-style: none;
		font-size: 1.2em;
		font-weight:bold;
		margin:0;
	}
		#linksContent li {
			float: right;
			margin:0;
			text-align:left;
			width:100%;
		}
			#linksContent li a {
				background: #F7F7F7;
				margin: 0;
				padding: 7px 10px 7px 10px;
				display: block;
				color: #000;
				text-decoration: none;
				border-top:1px solid #d1d0d0;
				border-left:1px solid #d1d0d0;
				border-right:1px solid #d1d0d0;
			}
			#linksContent li:last-child  a{
				border-bottom:1px solid #d1d0d0;
			}
			#linksContent li.current a {
				background: #f7ac1c;
			}
			#linksContent li a:hover {
				background: #f7ac1c;
			}


/* ~~~~~~~~~ Gallery ~~~~~~~~~~ */

.gallery {
	width:100%;
	float:left;
	margin-top:15px;
}

.gallery ul{
	list-style: none;
	margin:0;
}

.gallery li{
	float:left;
	width:24%;
	margin-right:0.5%;
	margin-left:0.5%;
	margin-bottom: 25px;
}

.gallery li:last-child {
	margin-right:0;
}

.galleryItem{
    background: #F7F7F7;
    display: inline-block;
    text-align: left;
    /*vertical-align: bottom;*/
    /*width: 100%;*/
	/*height:200px;*/
	/*display: inline-block;*/
	/*Important:*/
    position:relative;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */

    /*height: 231px;*/
    overflow: hidden;
    vertical-align: middle;
	width:100%;
    max-width: 225px;
}
.galleryItemImg {
	overflow: hidden;
	border-bottom: 5px solid #E74612;
	height:125px;
}

/*Important:*/
.link-spanner{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('empty.gif');
}

.galleryItem img{
	/*width:100%;*/
}

.galleryItem:hover{
	cursor:pointer;
	background: #ddd;
}

.galleryItemCaption{
	/*border-top: 5px solid #E74612;*/
	/* border-left: 1px solid rgba(192, 192, 192, 0.5);
	border-bottom: 1px solid rgba(192, 192, 192, 0.5);
	border-right: 1px solid rgba(192, 192, 192, 0.5); */
	display: block;
    height: 65px;
    padding: 1px 10px;
}

.galleryItemCaption p{
	font-size:12px;
}

/* ~~~~~~~~~ Call to action user "For ..." buttons ~~~~~~~~~~ */

.primaryBoxes {
	width:100%;
	margin:10px 0;
}

.primaryBoxes ul{
	list-style: none;
	margin:0;
}

.primaryBoxes  li{
	float:left;
	width:50%;
	margin-bottom: 0px;
}

.primaryBoxes  li:last-child {
	margin-right:0;
}

.primaryBoxesItem{
    background: #F7F7F7;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
	height:280px;
	display: inline-block;
	/*Important:*/
    position:relative;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
}

/*Important:*/
.primary-link-spanner{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('empty.gif');
}

.primaryBoxesItem img{
	width:100%;
}

.primaryBoxesItem:hover{
	cursor:pointer;
	background: #ddd;
}

.primaryBoxesItemCaption{
	border-top: 5px solid #E74612;
	/* border-left: 1px solid rgba(192, 192, 192, 0.5);
	border-bottom: 1px solid rgba(192, 192, 192, 0.5);
	border-right: 1px solid rgba(192, 192, 192, 0.5); */
	display: block;
    height: 65px;
    padding: 1px 10px;
}

.primaryBoxesItemCaption p{
	font-size:12px;
}

/* ~~~~~~~~~ Contact Profiles ~~~~~~~~~~ */

.contactProfiles {
	margin:10px 0 10px 3%;
	float:left;
	clear:left;
	width:95%;
}

.contactProfiles img{
	padding:5px;
	border:1px solid #ccc;
	margin:0 1% 0 0;
	float:left;
}
.contactProfilesDetails {
	float:left;
	width:68%;
}

/* ~~~~~~~~~ Watch video ~~~~~~~~~~ */

.videoBoxNav{
	width:60%;
	margin-right: 2%;
	margin-bottom: 15px;
	height:100px;
	background:#6cc8af;
	float:left;
	position:relative;
}

.videoBoxNav p{
	color:#fff;
	text-align:right;
	font-size: 1.3em;
	font-weight:bold;
	padding: 2px 5px 0px;
	margin:0;
	float:right;
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
	width: 210px;
}

.videoBoxNav img{
	float:left;
	margin:12px 2px 7px 10px;
}

.videoBoxNav:hover{
	cursor:pointer;
}

.videoBoxNav:hover p{
	color:#f7ac1c;
}


/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	overflow: hidden;
}

.contentLeft{
	float:left;
	width:66%;
}

.contentRight{
	float:right;
	width:31.14%;
}

.contentFull{
	float:left;
	width:100%;
}

.contentBoxFull{
	margin-top: 15px;
	width:99%;
	float:left;
	padding:1.03734%;
	background:#fff;
	border: 1px solid #d1d0d0;
}

.contentBoxLeft{
	margin-top: 15px;
	width:100%;
	float:left;
}

.contentBoxLeftBorder{
	margin-top: 15px;
	width:100%;
	float:left;
	/*background:#fff;
	border: 1px solid #d1d0d0;*/
}

.contentBoxLeftBorder p, .contentBoxLeftBorder h1, .contentBoxLeftBorder h2, .contentBoxLeftBorder h3, .contentBoxLeftBorder h4{
	/*margin:10px;*/
}

.contentBoxRight{
	margin-top: 15px;
	width:99%;
	float:right;
	border-top: 1px solid #d1d0d0;
	padding:15px 0 0 0;
	background:#fff;
}

.contentBoxRight p, .contentBoxRight h1, .contentBoxRight h2, .contentBoxRight h3{
	margin:10px;
}

.rightSnippet{
	margin-top:15px;
}

.contentBoxRightBorder{
	margin-top: 15px;
	width:99%;
	float:right;
	border-top: 1px solid #d1d0d0;
	padding:1.03734%;
	background:#fff;
}

.pageIntro{
	width:100%;
	float:left;
	margin-top:15px;
	background:#F5F5F5;
	border: 1px solid #d1d0d0;
    box-shadow: 0 1px 0 #FFFFFF inset;
}

.pageIntro p{
	font-size: 1.4em;
	padding-bottom: 7px;
	margin:10px;
	border-bottom:solid 1px #d1d0d0;
}
.pageIntro h1,.pageIntro h2, .pageIntro h3 {
	padding-bottom: 3px;
	margin:10px;
	border-bottom:solid 1px #d1d0d0;
}

.textContentLeft{
	background:#d75026;
	color:#f6f6f6;
	padding: 7px 0;
	margin-top:10px;
}

.textContentLeft p, .textContentLeft h1, .textContentLeft h2, .textContentLeft h3, .textContentLeft h4, .textContentLeft ul{
	color:#f6f6f6;
	margin:10px;
}

/*
#usefulLinks p{
	color:#fff;
	text-align:right;
	font-size: 1.3em;
	font-weight:bold;
	padding: 12px 10px 7px 10px;
	margin:0;
	float:right;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}*/

.pageIntro a{
	-moz-transition: all 0.3s linear; /* Firefox 4 */
	-webkit-transition: all 0.3s linear; /* Safari and Chrome */
	-o-transition: all 0.3s linear; /* Opera */
	text-decoration:underline;
}

#centreBox{
	margin-top:15px;
	background:url(../images/contentBoxBG.jpg) left bottom no-repeat #f7f7f7;
	width:95.6431%;
	height:323px;
	overflow: hidden;
	padding:20px 2.07%;
	border-top: solid 24px #a19f94;
	border-bottom: solid 54px #a19f94;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 -1px 4px rgba(255, 255, 255, 0.2) inset;
	float:left;
}

#centreBoxFlexible{
	margin: 125px 0 20px 0;
	background:url(../images/contentBoxBG.jpg) left bottom no-repeat #f7f7f7;
	width:90%;
	overflow: hidden;
	border-top: solid 24px #a19f94;
	border-bottom: solid 54px #a19f94;
	padding:15px;
}

#centreBoxMidWidthFlexible{
	margin: 125px 0 20px 0;
	background-color: #f7f7f7;
	width:650px;
	overflow: hidden;
	border-top: solid 24px #a19f94;
	border-bottom: solid 54px #a19f94;
	padding:15px;
}

#centreBoxText{
	width:240px;
	float:right;
}

.featureImage{
	float:left;
	background:#fff;
	margin:10px;
}

.featureImage img{
	width:100%;
}

#slidesCentreBox{
	margin: 0 0 5px 0;
	background:url(../images/contentBoxBG.jpg) 165px 132px no-repeat #F7F7F7;
	width:95.6431%;
	height:323px;
	overflow: hidden;
	padding:20px 2.07%;
	border: 1px solid #d1d0d0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 -1px 4px rgba(255, 255, 255, 0.2) inset;
	float:left;
}

#homepageLinksHolder{
	width:100%;
	float:left;
	position: relative;
}

.homepageLinks{
	background: #F7F7F7;
	margin-top:15px;
	color: #000;
	padding:5px 15px 15px 15px;
	 border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
}

.homepageLinks img{
	float:left;
	overflow: auto;
	margin:10px 10px 0 0;
}


.downloadableLinks{
	background: #F7F7F7;
	margin-top:15px;
	color: #000;
	padding:5px 15px 15px 15px;
	border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
.downloadableLinks img{
	float:left;
	overflow: auto;
	margin:4px 10px 0 0;
}
.downloadableLinks h2 {
	border:none;
	font-size:1.7em;
}
.downloadableLinks a {

}

section {
	float: left;
	width: 500px;
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

aside {
	float: right;
	width: 310px;
}

/* ~~~~~~~~~ Pop up box for downloadables and edit permalink ~~~~~~~~~~ */

.translucent_cover
{
	position: fixed;
	display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1000;
	background: black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.top_block
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 500px;
	margin: -250px 0 0 -200px; /* width and height divided by 2 */
	display: none;
	z-index: 1001;
	background: white;
	border: 6px solid white;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	padding: 15px;
	overflow-y: scroll;
}
#menu_dropdown_btn {
	position: absolute;
	right: 30px;
	top: 40px;
	font-size: 30px;
}
#menu_dropdown {
	display: none;
	position: absolute;
	right: 0;
	text-align: right;
	background-color: #000;
	padding: 0 30px 20px;
	top: 100px;
	width: 220px;
	z-index: 999999;
}
#menu_dropdown ul {
	list-style: none;
	line-height: 35px;
}
#menu_dropdown li a {
	text-decoration: none;
}
#menu_dropdown_content_cover { display: none; background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; position: absolute; top: 0; z-index: 999999; }

/* ~~~~~~~~~ footer ~~~~~~~~~~ */

footer {
	padding: 10px 0;
	overflow: hidden;
	color: #fff;
	margin-top: 100px;
	width: 100%;
	border-top: 1px solid #505059;
	float: left;
}
.footer-inner { margin: 0 50px; }
.footer-inner span { float: right; }
footer p {
	color: #777;
	font-size: 14px;
}
footer h2 {
	border: none; padding-bottom: 0;
}
footer a { color: #bfbfbf; text-decoration: none; }
footer a:hover { color: #eee; text-decoration: none; }
#footerCategoryLinks {
	text-align: center;
}
#footerCategoryLinks a {
	text-decoration:none;color:#555;height:40px;
}
#footerCategoryLinks a:hover {
	color: #fff;
}

#footer-top {
	font-size: 14px; height: 250px; width: 100%; margin: 0 auto;
}
#footer-top h2 {
	text-transform: uppercase; background: none; font-style: normal; color: #c7c7c7;font-size: 14px; padding: 40px 0 18px 0;
}
.footer-col-1 {
	float: left;
	clear: left;
	width: 58%;
}
.footer-col-1-col-1, .footer-col-1-col-2{
	float: left;
	clear: none;
	width: 50%;
}
.footer-col-2 {
	float: right;
	clear: none;
	width: 15%;
}
.footer-col-2 p, .footer-col-3 p {
	padding: 0;
	margin: 0;
}
.footer-col-3 p {
	line-height: 20px;
}
.footer-col-3 {
	float: right;
	clear: none;
	width: 15%;
}
.footer-col-2 a, .footer-col-3 a {
	padding: 0;
	margin: 0;
	line-height: 20px;
}
#footer-bottom {
	float: left;
	clear: left;
	height: 26px;
	font-size: 13px;
	color: #C7C7C7;
	width: 100%;
	margin: 0;
}
#footer-bottom-right {
	float: right;
	clear: none;
}
#footer-bottom span #footer-bottom-right span {
	height: 40px;
	padding: 0px 3px;
}
#footer-top a {
	color: #fff;
	text-decoration: none;
}
#footer-bottom a {
	color: #C7C7C7;
	text-decoration: none;
}
.footer-course {
	/*height: 20px;*/
}

#box{
	width: 225px;
	height: 100%;
	margin: 62px 0 10px 0px;
	padding: 5px 0 1px 0;
	background-color: #fff;
	font-size: 0.9em;
}

/* ~~~~~~~~~ search ~~~~~~~~~~ */
#mediaSearch input[type=text] {
	float: left;
    padding-left: 4px;
    width: 175px;
	margin-left: 0;
	padding-top:9px;
}
#mediaSearch input[type=submit] {
	background: none repeat scroll 0 0 #D23B0A;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 2px;
    padding: 8px 0;
    width: 75px;
	float:left;
	margin-right:2px;
	height: 36px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#searchFilters {
	float:left;
	clear:none;
	width:250px;
}
#searchList {
	float:left;
	clear:none;
	width:95%;
	margin-left: 2%;
}
#searchForm {
	width:250px;
	margin-bottom: 40px;
}
#searchDropDowns {
	clear:left;
	margin: 10px 0;
}
#searchTitle {
	clear:left;
	font-size: 1.1em;
	font-weight:bold;
	padding: 10px 0;
	width: 600px;
}
.searchResult {
	float:left;
	clear:both;
	/*border: 1px solid #434343;*/
	background-color:#F4F2E6;
	margin-bottom:10px;
	width: 97%;
	padding:10px 2% 0;
}
.searchResultLeftCol {
	float:left;
	clear:left;
	width:100px;
}
.searchResultLeftCol img{
	padding:5px;
	border:1px solid #A19F93;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}
.searchResultRightCol {
	float:left;
	clear:none;
	width:450px;
	padding:10px;
}
.audioTrackDetails {
	clear:both;
	border-top:1px solid #A19F93;
	padding:10px 0;
}
#searchFormAudio {
	/*width:250px;*/
	margin-bottom: 40px;
}
#searchFiltersAudio {
	float:left;
	clear:none;
	padding:10px 2%;
	/*width:250px;*/
}
#searchFormAudio form {
	float:left;
	clear:none;
	width:275px;
}
.trackTitle {
	font-size: 1.6em;
    font-weight: bold;
	float:left;
	clear:none;
	/*width:250px;*/
	margin-right: 2px;
	/*padding:8px 11px;*/
}
.trackArtist {
    font-weight: normal;
	float:left;
	clear:none;
	padding-left: 3px;
    padding-top: 7px;
}
.trackTransportIcons {
	clear: none;
    float: right;
   /* margin-left: 170px;
    margin-top: 5px;
    width: 165px;*/
}
.trackTransportIcons a {
	text-decoration:none;
}
.trackDescription {
   float: left;
   clear: both;
   padding: 10px 0px;
   /*width: 600px;*/
}
.trackWaveform {
	float:left;
	clear:left;
	/*width:265px;*/
	margin-right: 2px;
	padding:8px 0px;
}
.trackWaveform  img{
	width:100%;
}
.trackWaveformBgHeight{
	height:110px;
}
.trackPlayHead {
	width:100%;
	height:110px;
}
#filterSort { /*margin: 10px 0;margin-bottom: 40px;*/ }
.filterLetter,.filterLetterSelected {
	background-color: #D23B0A;
    clear: none;
    float: left;
    font-size: 1.1em;
    margin: 1px;
    padding: 5px;
    text-align: center;
    width: 10px;
}
.filterLetterAll,.filterLetterAllSelected {
	background-color: #CD3230;
    clear: none;
    float: left;
    font-size: 1.1em;
    margin: 1px;
    padding: 5px;
    text-align: center;
    width:26px;
}
.filterLetter a,.filterLetterSelected a,.filterLetterAll a,.filterLetterAllSelected a {color:#fff; text-decoration:none; text-align:center;}
.filterLetterSelected {background-color:#6e92af;}
.filterLetterAllSelected {background-color:#6e92af;}
.filterLetterTitle {float:left; clear:none;/*width:90px;*/padding:4px 0 0 0;}
#filterLetters {clear:left;}
.filterBar {float:left; clear:none;margin:0 5px 10px 0;}

/* ~~~~~~~~~ audio player ~~~~~~~~~~ */
#audioPlayer {
	width:100%;
	background-color:#F4F2E6;
	margin-top:15px;
}
#audioPlayer h2{
	font-size:1.6em;
	text-align:center;
	padding:5px 0 0 0 ;
}
/* Actual smartphone (portrait) with width 320px or below ----------- */
@media only screen and (max-device-width: 320px) {
	body {
		width: 300px;
	}
	#page {
		width: 300px;
	}
	.dropList {
    	width: 300px;
	}
	#centreBoxFlexible {
	    background-color: #F4F2E6;
	    border-bottom: 54px solid #A19F94;
	    border-top: 24px solid #A19F94;
	    margin: 300px 0 20px;
	    overflow: hidden;
	    padding: 15px;
	    width: 250px;
	}

	#searchList {
	    clear: left;
	    float: none;
	    margin-left: 0px;
	    width: 250px;
	}
	.trackTransportIcons {
	    clear: left;
	    float: left;
	    margin: 10px 0;
	    width: 165px;
	}
	#footerContainer {
	    overflow: hidden;
	    width: 250px;
	}
	footer {
	clear: both;
    font-size: 1.4em;
    margin: 0 auto;
    width: 250px;
    }
}

/* CMS general features */

.cmsContentBox {

}


.cmsInfoBox{
	width:99%;
	float:left;
	margin:15px 0;
	background:#F5F5F5;
	border: 1px solid #d1d0d0;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
.chartdiv {
  width: 98%;
  height: 750px;
	background-color: #fff;
	border: 5px solid #dfc15c;
}
.chartdiv2 {
  width: 100%;
  height: 800px;
	background-color: #fff;
	border: 5px solid #dfc15c;
	margin-bottom: 50px;
}
#topbar { color: #19191b; height: 150px; padding: 20px 0 0px 0; background-color: #000; border-bottom: 4px solid #505059; }
#topbar-inner { margin: 15px 50px; font-size: 18px; }
#topbar_title { font-size: 36px; padding-top: 15px; color: #fff; }
#topbar_version { font-size: 18px; color: #eee; }
#pagination {
	margin-bottom: 20px; float: right; margin-right: 5px; font-size: 26px;
}
.pagination_arrow {
	float: left; clear: none; padding: 3px 8px; margin-right: 3px;
}
.pagination_arrow a { text-decoration: none; }
.pagination_pages {
	float: left; clear: none; padding: 3px 8px;
}
.pagination_spacer {
	float: left; clear: none; width: 53px; height: 10px;
}
#filter-bar {
	/*display: grid; grid-template-columns: auto auto auto auto auto;*/
}
#filter-bar-form {
	display: grid;
	grid-template-columns: auto 90px auto auto auto auto;
}
#filter-bar div {
	margin: 0 20px 0 0;
}
#export {
	float: left; margin: 0 10px 20px 0; clear: none;
}
.export-all { float: left; clear:left; width: 200px; margin: 0 0 20px 0; }
/*#sortby span, #showNumResults span, #show span  {
	float: left; clear: none; padding-top: 13px;
}
#sortby select, #showNumResults selectt, #show select {
	float: left; clear: none;
}*/
.bg_grey { background-color: #464646; }
.bg_grey2 { background-color: #313131; }
.bg_inactive { background-color: #222228; color: #6e6e75 !important; }
.bg_inactive a { color: #6e6e75; }

#dashboard_totals { float: left; clear: none; width: 200px; }
#dashboard_totals span { font-size: 30px; }
#dashboard { float: left; clear: none; margin: 0px; padding: 0 15px; margin-bottom: 10px;}
#dashboard p { margin:0; }
.dashboard_monthly { float: left; clear: none; width: 800px; margin: 20px 0 40px; border-left: 1px dotted #333; padding: 0 0 0 55px; }
.dashboard_monthly span { font-size: 14px; }
.dashboard-headers { color: white;float: left; clear: none; width: 100px; height: 30px; margin-bottom: 10px; font-weight: bold; font-size: 16px; border-bottom: 2px solid #ccc; padding-bottom: 5px; text-align: right;}
.dashboard-headers-narrow { color: white;float: left; clear: none; width: 60px; height: 30px;  margin-bottom: 10px; font-weight: bold; font-size: 16px; border-bottom: 2px solid #ccc; padding-bottom: 5px; text-align: right;}
.dashboard-headers-wide { color: white;float: left; clear: none; width: 120px; height: 30px; margin-bottom: 10px; font-weight: bold; font-size: 16px; border-bottom: 2px solid #ccc; padding-bottom: 5px; text-align: right;}
.dashboard-column { float: left; clear: none; width: 100px; margin: 4px 0; font-size: 16px; text-align: right;color: white;}
.dashboard-column-narrow { color: white;float: left; clear: none; width: 60px; margin: 4px 0; font-size: 16px; text-align: right;}
.dashboard-column-wide { color: white;float: left; clear: none; width: 120px; margin: 4px 0; font-size: 16px; text-align: right;}

#export_button {
	display: none;
	background-color: #45454d;
	padding: 20px;
	font-size: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 35px;
}
#table_area { visibility: hidden; }

.accounOptionsList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.accounOptionsList li {
	height: 70px;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 50px 0 0;
}
.accounOptionsList li:hover { background-color: #000; cursor: pointer; }
.show_hide i {
  font-size: 22px;
  padding: 0 20px;
}
.show_hide_absolute {
	font-size: 22px;
	padding: 12px 30px;
	position: absolute;
}
.hidden { display: none; }
.mainmenu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mainmenu ul {
	list-style: none;
}
.mainmenu li {
	height: 50px;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 10px 0 0;
	font-size: 18px;
	display: block;
	padding: 30px 0 0px 0;
	background-color: #464646;
}
.mainmenu_container a h3 {
	color: #fff; margin-top: 20px; text-decoration:none;
}
.mainmenu a {
	text-decoration:none;
}
.mainmenu li:hover { background-color: #000; cursor: pointer; }
.dashboard a li { background-color: #f78c1c; }
.enrolments a li { background-color: #1a975f; }
.accounts a li { background-color: #3286f2; }
.qa a li{ background-color: #d91e71; }
.other a li { background-color: #e3c65b; }
.menu_illustration { margin-bottom: 6px; }
.main_menu_section { margin: 60px 0;}

#to_do_list {
	padding: 15px 15px 15px 15px;
	position: absolute;
	top: 174px;
	background-color: rgb(117, 35, 35);
	right: 0;
	color: white;
	font-size: 18px;
	text-align: right;
	/*width: 687px;*/
}
#to_do_list_grid {
	display: grid;
	grid-template-columns: 110px 600px 50px;
	display: none;
}
#to_do_list_grid div { padding: 10px 10px 10px 0; margin-top: 10px; }
#to_do_list_grid div.altbg { padding: 10px 10px 10px 0; background-color: #591e1e; margin-top: 10px; }
#todo_toggle_btn { font-size: 22px; color: white; text-transform: uppercase; text-decoration: none; margin-right: 10px; }
.fa-flag { font-size: 16px; }
.delete_to_do { color: #db6a6a; }
.toggle_list { text-decoration: none; }
.toggle_list:hover { color: white; }

@media only screen and (max-width:1400px) {
	.accounOptionsList li {
		height: 50px;
		padding: 35px 0 0;
	}
	.mainmenu li {
		height: 50px;
		padding: 5px 0 0;
	}
}
