@charset "UTF-8";
/*
Theme Name: Default
Theme URI: http://www.monstercreative.co.uk/
Description: This theme was lovingly made by Monstercreative and uses our very own layout, ui and js plugins for cross browser functionality and responsiveness.
Author: Monster
Author URI: http://www.monstercreative.co.uk/
Version: 2.0.0
*/
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #000;
	font-family: 'Maven Pro', sans-serif;
	height: 100%;
	width: 100%;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 500;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
table {
	
	border-collapse: collapse;
	margin-bottom: 20px;
}
thead {
	background-color: #374353;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFF;
}
thead th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
tbody {
}
tbody td {
	padding: 10px;
	color: #374353;

}

* {
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.backstretch {
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  /* IE 5-7 */
  filter: alpha(opacity=25);
  /* Netscape */
  -moz-opacity: 0.25;
  /* Safari 1.x */
  -khtml-opacity: 0.25;
  /* Good browsers */
  opacity: 0.25;
}
.button-clear {
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}
.button-dark {
	background-color: #374353;
	color: #FFF;
	font-family: inherit;
	text-transform: uppercase;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
}
.container {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	min-width: 1000px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.container-xl {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	min-width: 2000px;
	max-width: 2400px;
	margin-left: auto;
	margin-right: auto;
}
.download {
	margin-bottom: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.download a {
	color: inherit;
	text-decoration: none;
}
.download a .download-title {
	background-color: transparent;
	background-image: url(img/download.png);
}
.download-title {
	display: block;
	width: 70%;
	color: #374353;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	text-indent: 10px;
	background-color: #FFF;
}
.download-type {
	display: block;
	background-color: #EE9F3F;
	text-align: center;
	width: 25%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	color: #FFF;
}
.even {
	background-color: #cde5e1;
}
.footer {
	margin-bottom: 20px;
}
.footer-right {
}
.footer p {
	margin-bottom: 10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.form-cell {
	padding-bottom: 20px;
}
.form-message {
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.form-message span {
	margin-bottom: 20px;
	display: inline-block;
}
.form-message a {
	color: #000;
	text-decoration: underline;
}
.form-error {
	color: #F00;
}
.form-success {
	color: #063;
}
.header {
	background-color: #67a79f;
	padding: 20px;
}
.header-right {
	text-align: right;
	color: #FFF;
	display: flex;
	flex-direction: column;
}
.header-search {
	margin-bottom: 20px;
}
.header-contact {
	font-size: 1.25em;
	display: block;
}
.home .nav{
	margin-bottom: 20px;
}
.input-style {
	background-color: #374353;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.icon {
	display: block;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}
.label {
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
	color: inherit;
}
.label-dark {
	color: #374353;
}
.logo {
	height: auto;
	width: 100%;
	max-width: 250px;
}
.main {
	margin-bottom: 20px;
}
.menu {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.menu li {
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	height: 20px;
}
.menu a {
	font-size: 0.9em;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.nav-main {
	background-color: #374353;
	padding: 10px;
}
.nav-main a {
	color: #FFF;
}
.nav-main li {
	border-right-color: #FFF;
	position: relative;
}
.nav-main li:hover .sub-menu {
	display: block;
}
.nav-main .sub-menu {
	position: absolute;
	width: 250px;
	left: 0px;
	background-color: #374353;
	top: 20px;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	display: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ee9f3f;
}
.nav-main .sub-menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.nav-main .sub-menu a {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.nav-main .sub-menu a:hover {
	background-color: #67a79f;
}
.nav-sub {
	padding: 10px;
	background-image: url(img/nav-sub.png);
        display:none!important;
}
.nav-sub li {
	border-right-color: #374353;
}
.nav-sub a {
	color: #374353;
}
.nav-breadcrumb {
	color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.nav-breadcrumb a {
	color: #FFF;
	text-decoration: none;
}
.nav-mobile {
	background-image: url(img/nav-mobile.png);
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	display: none;
	padding-left: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
}
.no-results {
	font-size: 1.25em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.odd {
	background-color: #d4e6e3;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}
.pagination a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 30px;
}
.pagination .current {
	background-color: #EC9E3E;
	line-height: 30px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.pagination .dots {
	color: #FFF;
}
.related {
	position: relative;
	margin-bottom: 20px;
	padding-top: 50px;
}
.related-title {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #374353;
	text-indent: 20px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #67a79f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE9F3F;
}
.search-box {
	background-color: #374353;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-label {
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	background-image: url(img/search.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left:35px;
	margin-left:10px;

}
.search-input {
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.short {
	margin-bottom: 20px;
	background-color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EE9F3F;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	overflow: auto;
}
.short-link {
	text-decoration: none;
	color: inherit;
}
.short-desc {
	display: block;
	margin-bottom: 20px;
}
.short-date {
	background-color: #527e7f;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	padding: 6px 0 6px 10px;
}
.short-date.short-first {
	padding-top: 22px;
}
.short-titlebar {
	display: block;
	padding: 16px 0 16px 10px;
	background-color: #C2DDD9;
	text-transform: uppercase;
}
.short-featured {
	width: 100%;
	height: auto;
}
.short-c2a {
	display: inline-block;
	background-color: #EE9F3F;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	float: right;
}
.slider-widget {
}
.slider-widget ul {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.slider-widget li {
	display: inline;
	float: left;
	list-style-type: none;
}
.slider-content {
	display: block;
	padding: 20px;
	min-height: 100px;
}
.slider-content img {
	width: 20%;
	height: auto;
}
.tax {
	padding-top: 30px;
	padding-bottom: 10px;
}
.tax .cats{
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.tax .cats-current {
	color: #ee9f3f;
}
.top {
	background-color: #374353;
	padding: 10px;
}
.ticker-title {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFF;
	line-height: 20px;
 
}
.ticker-top {
	padding: 3px;
	line-height: 20px;
	height: 14px;
	background-color: #FFF;
	text-align: center;
	background-image:  url(img/ticker.png);
    	background-repeat: no-repeat;
   	background-attachment: fixed;
   	background-position: left;
}
.ticker {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ticker li {
	display: inline;
	float: left;
	list-style-type: none;
	line-height: 14px;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
.ticker a {
	color: #000;
	text-decoration: none;
	display: block;
}
.titlebar {
	padding: 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ee9f3f;
	margin-bottom: 20px;
}
.wp {
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.wp.wp-clear {
	color: #FFF;
}
.wp.wp-clear .wp-content{
	padding-right: 0px;
	padding-left: 0px;
}
.wp-white {
	background-color: #FFF;
}
.wp-form {
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EE9F3F;
	margin-bottom: 20px;
	color: #374353;
}
.wp-form form {
	padding-top: 20px;
}
.wp-form .input-style {
	background-color: #DCFEFF;
	color: #374353;
	border: 1px solid #CCCCCC;
}
.wp-title {
	background-color: #374353;
	color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EEA03F;
	position: relative;
}
.wp-title-wave {
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: -20px;
	left: 0px;
	z-index: 100;
}
.wp-featured {
	position: relative;
	margin-bottom: 70px;
}
.wp-featured img {
	height: auto;
	width: 100%;
}
.wp-featured-wave {
	background-image: url(img/page-header-870.svg);
	height: 190px;
	position: absolute;
	width: 100%;
	bottom: -70px;
	left: 0px;
}
/*.wp-no-featured {
	padding-top: 60px;
}*/
.wp-title h1 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.wp-share {
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.wp-content {
	padding-right: 40px;
	padding-left: 40px;
}
.widget {
	background-color: #FFF;
	margin-bottom: 20px;
}
.widget-light {
	background-color: #527e7f;
}
.widget-dark {
	background-color: #404D5D;
	color: #FFF;
}
.widget.widget-clear {
	background-color: transparent;
}
.widget-titlebar {
	background-color: #374353;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.widget-titlebar h2 {
	font-weight: normal;
	font-size: inherit;
	margin-bottom: 0px;
}

.widget-wave {
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	bottom: -20px;
	max-height: 20px;
	z-index: 999;
}
.widget.footer-widget {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #67a79f;
	border-bottom-color: #EEA03F;
	height: 290px;
	color: #FFF;
}
.widget.widget-opacity {
	background-image: url(img/widget-opacity.png);
	background-color: transparent;
}
.wrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper-dark {
	/*background-color: #566A88;*/
	color: #FFF;
}
.wrapper-light {
	background-color: #67a79f;
	color: #FFF;
}



/*****************
Reskin August 2017 
*****************/
/* General */
body {
    color: #374353;
	background-color: #FFF;
	font-size: 18px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote {
	position: relative;
	margin: 40px;
	padding: 40px 40px 20px;
	background-color: #374353;
	border-left: 3px solid #ed9f3f;
	color: #FFF;
}
blockquote,
blockquote p {
	color: #FFF;
	line-height: 24px;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 100px;
	font-family: Georgia, serif;
    position: absolute;
    left: 10px;
    top: 16px;
    color: #ed9f3f;
}

/* Typography */
.title {
	font-size: 34px;
	color: #67a69e;
	font-weight: 400;
	text-transform: uppercase;
}
/*p {
    color: #374353;
	font-size: 15px;
}*/
b, strong {
	font-weight: 500;
}
h1 {
	font-size: 20px;
	color: #374353;
	font-weight: 700;
}
h2,
h3 {
	font-size: 20px;
	color: #67a69e;
	font-weight: 500;
}
a {
	color: #67a69e;
}
a:hover {
	color: #ed9f3f;
}

/* Header */
.wp-featured-wave {
    background-image: url(img/page-header-870.png);
    height: 210px;
    bottom: -70px;
}
.wp-featured {
    margin-bottom: 90px;
}
.header {
    background-color: #FFF;
    padding: 0px;
    margin: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0px;
}
.header-fixed {
    background-color: #FFF;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.header-left {
    height: 100px;
    padding: 0px 0 0 0px;
    float: left;
    background-color: #FFF;
}
.logo {
    width: 162px;
}
.nav-breadcrumb {
    padding-bottom: 0px;
}

/* Menu */
.home .nav {
    margin-bottom: 0px;
}
.nav-main {
    background-color: #daebe6;
	height: 50px;
    padding: 0px 10px;
}
.topnav {
	text-align: right;
}
.topnav a {
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	margin-left: 20px;
	margin-top: 12px;
	padding: 0 10px;
	line-height: 30px;
}
.topnav a:hover {
	color: #ED9F3F;
}
.topnav a img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: auto;
	margin-right: 5px;
}
a.friends-link {
	width: 190px;
	padding: 15px;
	background: #fff;
}
.topnav a.logout,
.logged-in .topnav a.login {
	display: none;
}
.logged-in .topnav a.logout {
    display: inline-block;
}
@media only screen and (max-width: 968px) {
	.topnav {
		display: none;
	}
}

.menu {
    height: auto;
}
.menu li {
    height: auto;
}
.nav-main li {
    border-right: none;
}
.menu a {
    line-height: 50px;
	padding: 0 10px;
}
.nav-main a {
		color: #374353;
		font-weight: 500;
		font-size: 15px;
}
.nav-main .sub-menu {
    top: 100%;
    background-color: #daebe6;
	visibility: hidden;
	display: block;
    opacity:0;
    transition:opacity 200ms ease-in-out;
}
.nav-main li:hover .sub-menu {
	visibility: visible;
    opacity:1;
}
.nav-main .sub-menu li a {
    text-align: left;
	font-size: 14px;
	line-height: 16px;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.nav-main .sub-menu li a:hover {
    background-color: #eea03f;
	color: #FFF;
}

/* Page */
.container {
    padding-bottom: 0%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
    max-width: 1170px;
		min-width: 0px;
}
.home .main {
    padding-top: 140px;
}
.wp-content {
    padding-right: 0px;
    padding-left: 0px;
}

/* Home  */
.home .container {
    padding-top: 130px;
}
.studentsButton,
.parentsButton,
.staffButton {
	position: relative;
}
.studentsButton:before, .parentsButton:before, .staffButton:before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 22px;
    width: 46px;
    height: 22px;
    content: '';
    position: absolute;
    left: 25%;
    top: 8px;
}
.studentsButton:before {
	background-image:url(img/student.svg);
}
.parentsButton:before {
	background-image:url(img/parents.svg);
}
.staffButton:before {
	background-image:url(img/staff.svg);
    left: 28%;
}
.home .footer-top {
	padding: 0 0 20px;
}
/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #FFF;
	border-left: 1px solid #374353;
}
/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border-top: 1px solid #374353;
    border-right: 1px solid #374353;
    border-bottom: 1px solid #374353;
	border-left: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
	color: #374353;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #374353;
	color: #FFF;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #374353;
	color: #FFF;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px 0px;
    border-top: none;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.slideContainer {
	padding: 20px;
	width: 100%;
	height: 640px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
}
.slideBox {
	background:url(img/white-wave.png) no-repeat center 20px rgba(55, 67, 83, 0.8);
	padding: 60px 20px 20px;
	color: #FFF;
}
.slideBox h3 {
	margin-bottom: 6px;
	color: #FFF;
	text-transform: none;
	font-weight: 500;
}
.slideBox p {
	color: #FFF;
	margin-bottom: 6px;
}
.slideBox a {
	color: #ed9f3f;
	float: right;
	text-decoration: none;
	font-size: 14px;
	padding: 2px 24px 2px 2px;
	background-image:url(img/more-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	transition: color 200ms ease-in-out;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav .owl-prev {
	display: inline-block;
	float: left;
	margin-left: 20px;
}
.owl-nav .owl-next {
	display: inline-block;
	float: right;
	margin-right: 20px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-dot {
    display: inline-block;
}
.owl-dot.active span {
    background-color: #ed9f3f;
}
.owl-dots span {
    background-color: #374353;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 4px;
    width: 8px;
}
.slideBox a:hover {
	color: #FFF;
}
.welcome-col {
	padding: 72px 85px;
	min-height: 721px;
	background-color: #f9f9f9;
    position: relative;
}
.welcome-col .title,
.welcome-col h3 {
	font-size: 27px;
	margin-bottom: 12px;
}
.welcome-col p {
	margin-bottom: 12px;
}
.academic-col,
.collegelife-col {
	padding: 40px;
	min-height: 328px;
}
.community-col,
.eportal-col {
	padding: 40px;
	min-height: 393px;
}
.academic-col {
	background-color: #ebebeb;
}
.collegelife-col {
	background-color: #67a69e;
}
.community-col {
	background-color: #374353;
}
.eportal-col {
	background-color: #ed9f3f;
}
.academic-col h3,
.collegelife-col h3,
.community-col h3,
.eportal-col h3 {
	font-size: 27px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.academic-col h3 a,
.collegelife-col h3 a,
.community-col h3 a,
.eportal-col h3 a {
	font-size: 27px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.academic-col h3 a:hover,
.academic-col h3 {
	color: #67a69e;
}
.collegelife-col h3,
.collegelife-col h3 a {
	color: #374353;
}
.community-col h3,
.community-col h3 a {
	color: #FFF;
}
.eportal-col h3,
.eportal-col h3 a {
	color: #374353;
}
.welcome-col a.button {
	color: #FFF;
	background-color: #9b9a9a;
	display: inline-block;
	float: right;
	padding: 12px 24px;
	margin-top: 20px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: background-color 200ms ease-in-out;
}
.welcome-col a.button:hover {
	color: #FFF;
	background-color: #374353;
}
.welcome-col:after {
	display: block;
	content: '';
	width: 85px;
	height: 85px;
	background-image:url(img/bourne-logo-square.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 49%;
	left: 100%;
	margin-top: 42px;
	margin-left: -42.5px;
}

/* Blog and archive */
.blog .main,
.archive .main {
    margin-bottom: 0px;
}
.blogHeader {
    padding-top: 140px;
    height: 162px;
    position: relative;
	background-image:url(img/blog-header.png);
	background-repeat:no-repeat;
    background-size: 100% 252px;
}
.headerWave {
	position: absolute;
    top: 80px;
	left: 0px;
	width: 100%;
	height: auto;
}
#breadcrumbs {
	display: block;
	margin-top: 0;
}
.nav-breadcrumb a,
.nav-breadcrumb,
#breadcrumbs,
#breadcrumbs a {
	padding-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	color: #ED9F3F;
	margin: 0;
}
#breadcrumbs a:hover {
	color: #67A69E;
}
#breadcrumbs li {
    list-style: none;
	float: left;
}
#breadcrumbs li.separator {
	padding: 0 6px;
}
.blogHeader h1 {
    font-size: 34px;
    line-height: 32px;
    font-weight: 400;
    color: #67a79f;
    margin-bottom: 10px;
}
.blogHeader p {
	color: #FFF;
    font-size: 14px;
	line-height: 20px;
}
.blogContainer {
    max-width: 1140px;
    padding-right: 5%;
    padding-left: 5%;
	margin: 0 auto;
    position: relative;
}
.archive .container,
.blog .container,
.single .container,
.page-template-school-calendar .container,
.events-5.container {
    /*background-color: #f9f9f9;*/
    padding-right: 0;
    padding-left: 0;
    padding-top: 110px;
    max-width: 1140px;
    margin-top: -60px;
}
.archive .short,
.blog .short,
.page-template-school-calendar .short,
.events-5 .short {
    margin-bottom: 20px;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
	border: 1px solid #374353;
    transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.archive .short:hover,
.blog .short:hover,
.page-template-school-calendar .short:hover,
.events-5 .short:hover {
    background-color: #FFF;
	border-color: #eea03f;
}
.archive .short .thumbnail-col img,
.blog .short .thumbnail-col img,
.page-template-school-calendar .short .thumbnail-col img
.events-5 .short .thumbnail-col img {
    height: auto;
}
.archive .short .postcontent-col,
.blog .short .postcontent-col,
.page-template-school-calendar .short .postcontent-col,
.events-5 .short .postcontent-col {
    background-color: transparent;
}
.archive .short .postcontent-col h3 a,
.page-template-school-calendar .short .postcontent-col h3 a,
.events-5 .short .postcontent-col h3 a {
    text-align: center;
}
/* Load more posts */
#load-more-posts,
.download-button {
	background-color: #67a79f;
	color: #FFF;
	border-radius: 2px;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
#load-more-posts:hover,
.download-button:hover {
	background-color: #767676;
	color: #fff;
}
.blogSidebar h4 {
	font-size: 22px;
	color: #eea03f;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.newsCategories {
	background-color: #FFF;
	padding: 20px;
}
ul#menu-news-categories {
	margin: 0;
	padding: 0;
}
#menu-news-categories li {
	list-style: none;
	border: none;
	float: none;
}
#menu-news-categories li a {
	display: block;
	float: none;
	background-color: #ececec;
	text-align: center;
	border: none;
	transition: background-color 200ms ease-in-out;
	color: #eea03f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}
#menu-news-categories li:nth-child(even) a {
	background-color: #ececec;
}
#menu-news-categories li:nth-child(odd) a {
	background-color: #FFF;
}
#menu-news-categories li.current-menu-item a,
#menu-news-categories li a:hover {
	background-color: #eea03f;
	color: #FFF;
}
.blogSidebar .widget {
    background-color: transparent;
    margin-bottom: 0px;
}
.blogSidebar .academic-col h3, 
.blogSidebar .collegelife-col h3, 
.blogSidebar .community-col h3, 
.blogSidebar .eportal-col h3 {
    line-height: 28px;
    font-size: 32px;
}
.blogSidebar .academic-col p, 
.blogSidebar .collegelife-col p, 
.blogSidebar .community-col p, 
.blogSidebar .eportal-col p {
    font-size: 16px;
}

/* Single post */
.single-post .short,
.single-event .short {
    margin-bottom: 20px;
    background-color: transparent;
    border-left: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.single-post .short .thumbnail-col img,
.single-event .short .thumbnail-col img {
    width: 100%;
    height: auto;
}
.single-post .short .postcontent-col,
.single-event .short .postcontent-col {
    background-color: transparent;
    padding: 10px 0px 0px;
}
.single-post .postcontent-col p,
.single-event .postcontent-col p {
    color: #374353;
}
.short-meta {
	padding: 0 35px;
    border-bottom: 2px solid #ececec;
}
.single-post .categories-col,
.single-post .tags-col,
.single-event .categories-col,
.single-event .tags-col {
    border-top: none;
    padding: 25px 0px;
}
.single-post h2,
.single-event h2 {
	color: #67a69e;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.pagination {
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
	padding: 20px 0;
}
.pagination a {
    color: #ed9f3f;
}
.prev-post,
.next-post {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0px;
	width: 50%;
}
.prev-post {
	float: left;
	text-align: left;
}
.next-post {
	float: right;
	text-align: right;
}
.single-post .calendar-col {
    border-top: 5px solid #ebebeb;
}
.single-post .contactuseful-col {
    margin-top: 0px;
}
.single-post .footer-top {
    padding: 0px 0;
}

/* School Calendar */
.page-template-school-calendar .calendar-col {
    background-color: #FFF;
	margin-bottom: 20px;
}
.page-template-school-calendar .contactuseful-col,
.single-event .contactuseful-col {
    margin-top: 0px;
}
.page-template-school-calendar .footer-top,
.single-event .footer-top {
    padding: 0px 0;
}

/* Events */
.em-search-wrapper {
	display: none;
}
.page-template-school-calendar .wp-white,
.events-5 .wp-white {
	background-color: transparent;
}
.event-categories {
	padding: 0;
	margin: 0;
	display: inline;
}
.event-categories li {
	list-style: none;
	display: inline;
}

/* Downloads */
.download-button {
	background-color: #eea03f;
	color: #FFF;
}

/* Footer */
.footer-top {
	background-color: #FFF;
	padding: 20px 0;
}
.latestnews-col {
	background-color: #f9f9f9;
	padding: 40px;
	border-top: 5px solid #67a69e;
}
.latestnews-col h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 10px;
	color: #67a69e;
}
.post-col {
	margin-top: 30px;
}
.thumbnail-col {
	height: 218px;
	width: auto;
    height: auto;
	overflow: hidden;
}
.thumbnail-col img {
	width: 100%;
	height: auto;
	margin-top: -50px;
}
.postcontent-col {
	background-color: #fff;
	padding: 10px 35px 0px;
}
.postcontent-col h3 a {
	font-size: 24px;
	font-weight: 500;
	display: block;
	color: #374353;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #374353;
    line-height: 50px;
}
.postcontent-col p {
	color: #9b9a9a;
}
.categories-col,
.tags-col {
	border-top: 2px solid #ececec;
	padding: 35px 0px;
	font-size: 12px;
	color: #374353;
}
.categories-col a,
.tags-col a {
	color: #eea03f;
	text-decoration: none;
}
.newsButton {
	display: block;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #67a79f;
	color: #FFF;
	text-decoration: none;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: background-color 200ms ease-in-out;
}
.newsButton:hover {
	color: #FFF;
	background-color: #374353;
}
.calendar-col {
	padding: 40px;
	border-top: 5px solid #f9f9f9;
}
.calendar-col h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 10px;
}
#calendar-widget {
	padding: 0 40px;
}
.calendar-key, .calendar-event, .calendar-term {
    padding: 20px 6px 0px;
}
.calendar-key h4,
.calendar-event h4,
.calendar-term h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
}
.calendar-key:before,
.calendar-event:before,
.calendar-term:before {
	content: '';
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-right: 6px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.calendar-key:before {
	background-color: #67a69e;
}
.calendar-event:before {
	background-color: #ed9f3f;
}
.calendar-term:before {
	background-color: #e50053;
}
.calendar-year h3 {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    width: 100px;
    border-bottom: 2px solid #ed9f3f;
}
.calendar-nav {
	text-align: center;
	padding-bottom: 10px;
}
.calender-prev,
.calender-next,
.calender-month {
	color: #67a69e;
	font-size: 18px;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.calender-prev:hover,
.calender-next:hover,
.calender-month:hover {
	text-decoration: underline;
}
#calendar-widget table {
	border-collapse: collapse;
	border-spacing: 0;
}
#calendar-widget thead {
    background-color: transparent;
}
#calendar-widget tr th,
#calendar-widget tbody td {
	line-height: 32px;
	text-align: center;
}
#calendar-widget tr th,
#calendar-widget .wpfc-calendar-wrapper tr th {
	font-weight: 700;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #9b9a9a;
}
#calendar-widget tbody td {
    padding: 10px;
	font-size: 18px;
    color: #000;
    border-right: none;
}
#calendar-widget tbody td.prevmonth,
#calendar-widget tbody td.weekend,
#calendar-widget tbody td.nextmonth {
    color: #9b9a9a;
}
#calendar-widget tbody td.today a,
#calendar-widget tbody td.keydate a,
#calendar-widget tbody td.eventdate a {
    display: block;
    height: 32px;
    width: 32px;
	text-decoration: none;
	transition: opacity 200ms ease-in-out;
}
#calendar-widget tbody td.today a:hover,
#calendar-widget tbody td.keydate a:hover,
#calendar-widget tbody td.eventdate a:hover {
    opacity: 0.8;
}
#calendar-widget tbody td.today a {
    border: 1px solid #000;
	color: #000;
}
#calendar-widget tbody td.keydate a {
	background: #67a69e;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#calendar-widget tbody td.eventdate a {
	background: #ed9f3f;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#calendar-widget .wpfc-calendar-wrapper *, 
#calendar-widget .ui-selectmenu-menu {
    font-size: 18px !important;
}
#calendar-widget .fc-today-button,
#calendar-widget .fc-right {
	display: none;
}
#calendar-widget .fc-toolbar {
	position: relative;
}
#calendar-widget .fc-toolbar .fc-left {
    position: absolute;
    left: 0px;
    width: 100%;
}
#calendar-widget .fc-toolbar .fc-button-group {
    margin: 0 auto;
    float: none;
    width: 240px;
}
#calendar-widget .fc-toolbar .fc-button-group .fc-prev-button,
#calendar-widget .fc-toolbar .fc-button-group .fc-next-button,
#calendar-widget .fc-toolbar .fc-center {
	background: transparent;
	border: none;
    color: #67a69e;
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.00);
}
#calendar-widget .fc-center {
    height: 10px;
}
#calendar-widget .wpfc-calendar-wrapper .fc-toolbar .fc-center h2 {
    color: #67a69e;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}
#calendar-widget .fc-toolbar .fc-button-group .fc-prev-button {
    float: left;
}
#calendar-widget .fc-toolbar .fc-button-group .fc-next-button {
    float: right;
}
#calendar-widget .fc td,
#calendar-widget .fc th {
    border: none;
    padding: 0;
    vertical-align: top;
}
#calendar-widget .fc-basic-view .fc-body .fc-row {
	min-height: 32px;
}
.fc-time {
	display: none;
}
#calendar-widget .wpfc-calendar-wrapper .fc-content {
	font-size: 12px !important;
}
#calendar-widget .wpfc-calendar-wrapper .fc-content .fc-title {
	display: inline-block;
	padding: 3px 0;
	font-size: 12px !important;
	font-weight: 500;
}
.fc-day-grid-event {
    width: 100%;
    /*height: 4px;*/
    left: 0px;
    margin: -4px 0 4px 0;
	border: 1px solid #FFF !important;
    display: block;
    padding: 0px;
}
#calendar-widget .fc td.fc-today {
    background: #EEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.calendarButton {
	background-color: #374353;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: background-color 200ms ease-in-out;
}
.calendarButton:hover {
	background-color: #67a79f;
	color: #FFF;
}
.contactuseful-col {
	background-color: #374353;
	padding: 0px;
	margin-top: 0px;
}
.contact-col {
	position: relative;
	padding: 30px 30px 240px;
}
.useful-col {
	padding: 30px 20px 30px;
}
.contact-col h2,
.useful-col h2{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #eea03f;
}
.contact-col p,
.useful-col p{
	line-height: 26px;
	color: #FFF;
}
.contact-col iframe {
    position: absolute;
    bottom: -28px;
    left: 0px;
    width: 100%;
}
#menu-useful-information li {
	display: block;
	float: none;
	color: #FFF;
	text-align: center;
	border: none;
	transition: background-color 200ms ease-in-out;
}
#menu-useful-information li a {
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}
#menu-useful-information li:nth-child(even) {
	background-color: transparent;
}
#menu-useful-information li:nth-child(odd) {
	background-color: rgba(235, 235, 235, 0.1);
}
#menu-useful-information li:hover {
	background-color: rgba(235, 235, 235, 0.2);
}
/* Footer */
.footer-col {
	background-image:url(img/footer-background-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
}
.footer-col .widget {
    background-color: transparent;
    margin-bottom: 20px;
	color: #FFF;
}
.footer-col h4 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 500;
}
.footer-col .widget p {
	color: #FFF;
}
#footer-area-2 {
    padding: 0 0px 0 200px;
}
#footer-area-2 h4 {
	margin-bottom: 0px;
}
a.twitter-name {
	color: #374353;
	font-size: 20px;
	font-weight: 500;
}
.twitter-text {
	color: #FFF;
}
.tweet-time {
	font-size: 12px;
	color: #374353;
}
/* Footer bottom */
.footerBottom {
	background-color: #2C3239;
	color: #FFF;
	font-size: 17px;
}
.footerInner {
	max-width: 1240px;
	margin: 0 auto;
}

/** 
RESPONSIVE STYLES
**/

@media only screen and (min-width: 1440px) {
	.header-fixed,
	.footerInner {
		max-width: 1340px;
	}
}

/* Desktops ----------- */
@media only screen and (max-width: 1200px) {
	.container,
	.archive .container, 
	.blog .container, 
	.single .container, 
	.page-template-school-calendar .container, 
	.events-5.container {
	    max-width: 968px;
	}
	.academic-col, .collegelife-col, .community-col, .eportal-col {
		padding: 40px;
		min-height: 350px;
	}
	.contact-col iframe {
		bottom: 0px;
	}
	.welcome-col:after {
		bottom: 44%;
	}
	.studentsButton:before, .parentsButton:before, .staffButton:before {
		left: 19%;
	}
	.staffButton:before {
		left: 23%;
	}
	.blogHeader h1 {
		font-size: 28px;
	}
	.contact-col h2, .useful-col h2 {
		font-size: 18px;
	}
}

/* Small desktops ----------- */
@media only screen and (max-device-width : 1024px) {
	.container,
	.blogContainer {
		min-width: 0px;
	}
	
	.header-left {
		height: 125px;
		padding: 0px 0 0 20px;
	}
	.logo {
		margin: -0px 0 0;
	}
	.nav-main {
		height: 60px;
	}
}

/* iPads ----------- */
@media only screen and (max-width : 968px) {
	.col-30, .form-30,
	.col-33, .form-33,
	.col-40, .form-40,
	.col-50, .form-50,
	.col-60, .form-60,
	.col-70, .form-70 {
		width: 100%;
	}
	/*.container {
	    padding-top: 140px;
	}*/
	.container,
	.blogContainer {
		padding-right: 5%;
		padding-left: 5%;
		min-width: 0px;
	}
	.archive .container, .blog .container, .page-template-school-calendar .container {
		padding-top: 130px;
	}
	.header-left {
		height: 125px;
		padding: 0px 0 0 0px;
	}
	.logo {
		position: absolute;
		top: 0px;
		left: 0px;
	    z-index: 99;
		width: auto;
		height: 70px;
	}
	.nav-main {
		height: 60px;
	}
	.menu li {
		display: block;
		float: none;
		border-right: 0;
		height: 50px;
	    border-bottom: 1px solid #374353;
	}
	.nav-main .sub-menu {
		width: 100%;
		overflow-y: scroll;
		max-height: 360px;
		display: none;
	}
	/*
	.menu-item-has-children:after {
		content: "\25bc";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 40px;
		z-index: 1;
		background-color: #374353;
		color: #FFF;
		text-align: center;
	}
	*/
	.header .menu a {
		font-size: 16px;
		background-color: #daebe6;
	}
	.blogHeader {
		background-color: #374353;
		height: auto;
		padding-top: 150px;
		padding-bottom: 20px;
	}
	.short-meta {
		padding: 5px 20px 15px;
	}
	.single-post .short, .single-event .short {
		padding-left: 10px;
		padding-right: 10px;
	}
	.categories-col, .tags-col {
		padding: 15px 0px;
	}
	.nav-main {
		padding: 0px 0px;
	}
	#navMobile {
		background-image: url(img/nav-icon.png);
		font-weight: 500;
		text-transform: uppercase;
		color: #FFF;
		display: none;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 20px;
		width: 60px;
		height: 40px;
		display: block;
		float: right;
		text-indent: -9999px;
	}
	#menu-main-menu {
		padding-top: 60px;
	}
	#menu-main-menu {
		display: none;
	}
	#showSubmenu {
		opacity: 1;
		visibility: visible;
	}
	.col-50.contact-col,
	.col-50.useful-col	{
		width: 50%;
	}
	.contact-col {
		padding: 30px 30px 268px;
	}
	.col-33.calendar-key,
	.col-33.calendar-event,
	.col-33.calendar-term {
		width: 33%;
	}
	.studentsButton:before, .parentsButton:before, .staffButton:before {
		left: 38%;
	}
	.academic-col, .collegelife-col, .community-col, .eportal-col {
		min-height: auto;
	}
	.single-post .categories-col, .single-post .tags-col, .single-event .categories-col, .single-event .tags-col {
		padding: 5px 0px;
	}
	.welcome-col {
		min-height: auto;
	}
	.welcome-col:after {
		display: none;
	}
	.wp-no-featured {
		padding-top: 0px;
	}
	#footer-area-2 {
		padding: 20px 0px 0 0px;
	}
}

@media only screen and ( max-width: 768px ) {
	.topnav a {
		width: 98px;
		font-size: 12px;
	}
	.studentsButton:before, .parentsButton:before, .staffButton:before {
		left: 35%;
	}
}

/* Large Smartphones ----------- */
@media only screen and (max-width : 480px) {
/* Styles */
	.logged-in .topnav a.login,
	.logged-in .topnav a.logout {
		display: none;
	}
	.header-right {
		margin-left: 0px;
	}
	.topnav {
		margin-left: 186px;
	}
	.topnav a.eportal,
	.topnav a.contactus {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.studentsButton:before, .parentsButton:before, .staffButton:before {
		left: 20%;
	}
	.slideContainer {
		background-size: 200%;
	    height: 320px;
	}
	.slideBox {
		background-size: 80%;
		max-height: 100%;
		overflow: hidden;
	}
	.welcome-col {
	    padding: 40px;
	}
	.col-50.contact-col, .col-50.useful-col,
	.col-33.calendar-key, .col-33.calendar-event, .col-33.calendar-term {
		width: 100%;
	}
	.single-post .categories-col, .single-post .tags-col, .single-event .categories-col, .single-event .tags-col {
		border-top: none;
		padding: 5px 0px;
	}
	.calendar-col {
		padding: 20px;
		border-top: 5px solid #f9f9f9;
	}
	#calendar-widget {
		padding: 0 0px;
	}
	.postcontent-col {
		padding: 10px 20px 20px;
	}
	.postcontent-col h3 a {
		line-height: 40px;
	}
	.blogHeader h1 {
		font-size: 28px;
	}
	.archive .container, .blog .container, .single .container, .page-template-school-calendar .container, .events-5.container {
		padding-top: 130px;
	}
	blockquote {
		margin: 40px 0;
	}
	.footerBottom {
		font-size: 12px;
	}
}

/* Smartphones ----------- */
@media only screen and (max-width : 320px) {
	.topnav {
		margin-left: 151px;
		height: 40px;
	}
	.topnav a {
		font-size: 12px;
		line-height: 40px;
	}
	.logo {
		width: 151px;
	}
	.studentsButton:before, .parentsButton:before, .staffButton:before {
		left: 12%;
	}
}






.wrap {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.wrap {
		max-width: 968px;
	}
}
@media only screen and (max-width: 968px) {
	.wrap {
    padding-right: 5%;
    padding-left: 5%;
    min-width: 0px;
	}
}
@media (min-width: 1400px) {
  .wrap {
    max-width: 1340px;
  }
}
@media (min-width: 1550px) {
  .wrap {
    max-width: 1440px;
  }
}
@media (min-width: 1700px) {
  .wrap {
    max-width: 1640px;
  }
}


@media (min-width: 1550px) {
  .header-fixed, .footerInner {
    max-width: 1440px;
  }
}
@media (min-width: 1700px) {
  .header-fixed, .footerInner {
    max-width: 1640px;
  }
}

.header {
	background: transparent;
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: #767676;
	background: linear-gradient(rgb(34 34 34) 0%, rgb(34 34 34 / 50%) 30%, transparent 100%);
	background: linear-gradient(rgb(34 34 34), rgb(34 34 34 / 0%) );
	z-index: -1;
}
.header-fixed {
	background: transparent;
}
.nav-main {
	background: transparent;
	padding: 0;
}
.nav-main a {
	color: #fff;
}
.nav-main .menu {
	float: right;
}
.page-banner {
	position: relative;
	padding-bottom: 40px;
	min-height: 280px;
	background: #374353;
}
@media (max-width: 767px) {
  .page-banner {
  	padding-bottom: 0;
  	min-height: initial;
  }
}
@media (min-width: 991px) {
  .page-banner {
  	padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .page-banner {
  	padding-bottom: 80px;
  	min-height: 340px;
  }
}
@media (min-width: 1700px) {
  .page-banner {
  	padding-bottom: 100px;
  	min-height: 400px;
  }
}
.page-banner img {
	width: 100%;
	max-height: 750px;
	object-fit: cover;
}
.banner-cover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 1399px) {
	.page-banner img {
		max-height: 600px;
	}
}
@media (max-width: 1199px) {
	.page-banner img {
		max-height: 500px;
	}
}



section.home-slider-container {
  position: relative;
}
.home-slider .slide {
  height: calc(100vh - 82px);
  outline: none;
}
.home-slider .slide:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: url(img/banner-overlay.png) no-repeat center center;
	background-size: 100% 100%;
}
.home-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dots-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
ul.slick-dots button {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: none;
  position: relative;
}
ul.slick-dots button:hover {
  background: none;
}
ul.slick-dots button:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ED9F3F;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
ul.slick-dots .slick-active button:before, ul.slick-dots button:hover:before {
  opacity: 1;
}

h1.slide-title {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}


section.posts-slider-container {
  position: relative;
  background: #374353;
  color: #fff;
  height: 82px;
  display: flex;
  align-items: center;
}
.posts-slider-container a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.posts-slider-container a:hover {
  color: #68A58C;
}
.posts-slider {
  text-align: center;
  padding-left: 170px;
  font-size: 25px;
  line-height: 1;
  position: relative;
}
.posts-slider:before, .posts-slider:after {
  content: '';
  width: 200px;
  height: 100%;
  position: absolute;
  left: 170px;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to right, #374353 , transparent);
}
.posts-slider:after {
  left: initial;
  right: 0;
  background-image: linear-gradient(to left, #374353 , transparent);
}
.posts-slider .post-slide {
  border-right: 1px solid #fff;
  outline: none;
  padding: 0 60px;
}
.posts-slider-title {
  font-size: 33px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
	.home-slider .slide {
		height: 600px;
	}
	h1.slide-title {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.home-slider .slide {
		height: 500px;
	}
	h1.slide-title {
		font-size: 40px;
	}

	section.posts-slider-container {
		height: 55px;
	}
	.posts-slider-title {
		font-size: 20px;
	}
	.posts-slider {
		padding-left: 100px;
	}
	.posts-slider {
		font-size: 18px;
		text-align: left;
	}
	.posts-slider .post-slide {
		padding: 0;
		border: none;
	}
	.posts-slider:before, .posts-slider:after {
		width: 50px;
		content: none;
	}
	.posts-slider:before {
		left: 100px;
	}
	.slick-track {
		display: flex;
		align-items: center;
	}
}



section.intro-content-section {
  margin: 40px 0;
}
.intro-content {
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
}
.intro-content-inner {
  padding: 35px 35px 35px 45px;
  width: 55%;
}
.intro-cta-blocks {
  width: 45%;
}
.intro-cta-block {
  width: 50%;
  float: left;
  position: relative;
}
.intro-cta-block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #EBEBEB;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.intro-cta-block:hover:before {
	opacity: 0.5;
}
.intro-cta-block:nth-of-type(2n+2) {
	color: #fff;
}
.intro-cta-block:nth-of-type(2n+2):before {
	background: #374353;
}
.intro-cta-block:nth-of-type(3n+3) {
	color: #fff;
}
.intro-cta-block:nth-of-type(3n+3):before {
	background: #67A69E;
}
.intro-cta-block:nth-of-type(4n+4) {
	color: initial;
}
.intro-cta-block:nth-of-type(4n+4):before {
	background: #ED9F3F;
}
.intro-cta-block img {
  width: 100%;
}
.intro-cta-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 15px 5px 20px;
}
.intro-cta-content h4 {
  font-size: 25px;
}
.intro-text {
  max-width: 500px;
}
a.intro-link {
	color: #ED9F3F;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
a.intro-link:hover {
	color: #67a69e;
}
a.intro-cta-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.intro-title-1 {
	font-size: 33px;
	color: #67A69E;
}
.intro-title-2 {
	font-size: 48px;
}
@media (max-width: 991px) {
  .intro-content {
    flex-direction: column;
  }
  .intro-content-inner {
    width: 100%;
  }
  .intro-cta-blocks {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-content-inner {
    padding: 20px;
  }
  .intro-title-1 {
  	font-size: 20px;
  }
  .intro-title-2 {
  	font-size: 30px;
  }
  .intro-cta-content h4 {
  	font-size: 16px;
  }
}


section.events-section {
  background: url(img/events-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
h3.events-section-title {
	color: #fff;
	font-size: 33px;
	font-weight: 400;
	padding: 0 80px;
	margin-bottom: 28px;
}
a.events-calendar-link {
	position: absolute;
	right: 0;
	top: 0;
	color: #ED9F3F;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
a.events-calendar-link:hover {
	color: #67A69E;
}
.events-slider {
	margin-left: -7px;
	margin-right: -7px;
}
.event-slide {
  text-align: center;
  outline: none;
  padding: 7px;
}
.event-slide-inner {
  background: #67A69E;
  padding: 35px 15px 25px;
  border-radius: 6px;
  position: relative;
}
.events-dots-container {
  text-align: center;
  margin-top: 50px;
}
.event-title h3 {
	color: #fff;
	margin: 0;
	font-size: 25px;
	line-height: 1.1;
	min-height: 63px;
}
.event-date {
	font-weight: 500;
	margin-bottom: 20px;
}
.event-date span {
	font-size: 32px;
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	margin-bottom: 5px;
}
a.event-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

@media (max-width: 991px) {
	h3.events-section-title {
		padding: 0;
		margin-bottom: 10px;
		font-size: 20px;
	}
	a.events-calendar-link {
		position: static;
	}
	.events-slider {
		margin-top: 20px;
	}
	.event-title h3 {
		font-size: 21px;
	}
}


section.twitter-feed-section {
	background: url(img/twitter-feed-bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 32px 0;
	padding: 40px 0;
	clear: both;
}


footer.footer {
	background: #374353;
	padding: 60px 0;
	margin: 0;
}
ul.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.footer-nav li {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	border-right: 1px solid #67A69E;
}
ul.footer-nav li:last-of-type {
	border-right: none;
}
ul.footer-nav li i {
	font-size: 18px;
}
ul.footer-nav li a {
	color: #67A69E;
	transition: all 0.3s ease-in-out;
}
ul.footer-nav li a:hover {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 767px) {
	footer.footer {
		padding: 20px 0;
	}
	ul.footer-nav li {
		display: block;
		border: none;
		padding: 10px 0;
	}
}


.footerBottom img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.footerInner {
	display: flex;
	justify-content: space-between;
}
.footerInner p {
	padding: 15px 0;
	margin: 0;
}
.footerInner a {
	color: #fff;
	text-decoration: none;
}
.footerInner a:hover {
	color: #67A69E;
}
@media (max-width: 1024px) {
  .footerInner {
  	flex-direction: column;
  	text-align: center;
  	padding: 10px 0;
  }
  .footerInner p {
  	padding: 5px 0;
  }
}


.page-header h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.page-breadcrumbs-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.page-breadcrumbs {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 10px 0;
	width: 35%;
}
h1.page-title {
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	width: 60%;
}


.slick-track {
	transition: none;
}
.team-slider {
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: 3px solid #ED9F3F;
}
.team-slide {
	padding: 10px 10px 30px;
	outline: none;
	position: relative;
}
.team-slide img {
	width: 100%;
}
.team-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;

	width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ED9F3F;

  opacity: 0;
}
.team-slide.slick-current:before {
	opacity: 1;
}

.team-slide-info {
	background: #F7F7F7;
	padding: 30px 35px 15px;
}
.team-slide-info h4 {
	font-size: 32px;
	color: #67A69E;
	margin-bottom: 10px;
}
.team-slide-info h5 {
	font-size: 17px;
}
.team-dots-container {
	text-align: center;
	margin-top: 30px;
}
.team-dots-container ul.slick-dots button {
	border-color: #374353;
}

@media (max-width: 991px) {
	.page-breadcrumbs-container {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
	.page-breadcrumbs {
		width: 100%;
	}
	h1.page-title {
		width: 100%;
		margin-top: 15px;
		font-size: 22px;
	}
	.team-slide-info {
		padding: 20px 20px 10px;
	}
}


.nav .nav-main #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
}
.nav .nav-main #mega-menu-navbar > li.mega-menu-item.nav-bold a.mega-menu-link {
	font-weight: 800 !important;
}
@media only screen and (max-width: 968px) {
	.mega-sub-menu {
		background: #374354 !important;
	}
	.mega-sub-menu li a {
		text-align: right !important;
		color: #fff !important;
	}
}



.academic-sidebar-widget {
	background: #374353;
	color: #fff;
	padding: 30px 20px 70px;
	text-align: right;
	position: relative;
}
.academic-sidebar-toggle {
	display: none;
}
.academic-menu ul.menu li {
	display: block;
	float: none;
	border: none;
	margin-bottom: 12px;
	height: auto;
}
.academic-menu ul.menu li a {
	font-size: 1em;
	line-height: 1.3;
	padding: 0;
}

.block-content {
	background: #F7F7F7;
	border-top: 2px solid #ED9F3F;
	padding: 20px 20px 10px 30px;
}
.block-content h3 {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.academic-sidebar-title {
		display: none;
	}
	.academic-sidebar-toggle {
		display: block;
		cursor: pointer;
	}
	.academic-sidebar-widget {
		text-align: center;
		padding: 15px;
		margin-bottom: 30px;
	}
	.academic-sidebar-widget h3 {
		margin-bottom: 0;
	}
	.academic-menu {
		display: none;
		padding-top: 20px;
	}
	.academic-menu.expand {
		display: block;
	}
	.banner-cover {
		display: none;
	}
	
	.block-content {
		padding: 10px 10px 5px 15px;
	}
}