.page-wrapper {
	font-family: 'Arvo', serif;
	background: #05233f;
    font-size: 16px;
}

.header-wrapper {
	background: url('../img/header-bg.png') no-repeat 50% 100%;
	padding-bottom: 380px;
}

.page-main-page .header-wrapper {
    padding-bottom: 180px;
}

.top-bar {
    background: #05233f;
}

.school-address {
	max-width: 1230px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 15px;
}

.header-inner {
    padding: 10px 0px;
    position: relative;
}

.ie8 .header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.school-details {
	width: 70%;
	padding: 30px 0;
}

.theme-school-logo {
    width: 20%;
    max-width: 135px;
}

.school-name {
    width: 79%;
}

.theme-site-name {
    color: #05233f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;
}

.theme-site-name span {
    font-weight: normal;
    font-size: 26px;
    display: block;
}

.form-box {
	position: absolute;	
	top: 0;
	right: 0;
	background: #05233f;
	padding: 0 15px 10px;
	max-width: 235px;
	text-align: right;
	width: 30%;
	display: inline-block;
}

.form-box > * {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	margin-top: 0;
}

.search .site-search, .page-Generated-search input {
    background: white;
    color: #000;
    border: none;
    outline: none;
    border-right: none;
    padding: 4px 6px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 28px !important;
    line-height: normal;
    font-size: 12px;
}

.search .site-search {
	/*max-width: 171px;*/
	width: 167px;
}

.page-Generated-search .content input,
.page-Generated-search .content input.btn {
    border: 1px solid #05233f;
}

.search .btn, .page-Generated-search .content .btn {
    background: white;
    color: #05233f;
    padding: 4px;
    border: none;
    border-left: none;
    outline: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 28px !important;
    line-height: normal;
    margin-left: -1px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 0 4px 0 !important;
    color: #000;
    padding: 4px 6px;
    width: 195px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    font-family: 'Arvo', serif;
    height: 28px;
    background: #ffffff url(../img/arrow_img.png) 173px center no-repeat;
}

.goog-te-gadget {
    color: #fff !important;
}

.theme-social {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.theme-social .fa-stack-2x {
	font-size: 0;
}

.theme-social .fa-stack-1x {
	font-size: 1.2em;
}

.theme-social .fa-stack {
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 2px;
	background: #05233f;
}

.page-main-page .slideshow-wrapper {
    background: #fff;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.slideshow-wrapper {
    display: none;
}

.ie8 .slideshow-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.page-main-page .content-wrapper {
    margin-top: -170px;
}

.content-wrapper {
	margin-top: -370px;
    z-index: 2;
}

.content-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}



.sidenav {
    padding: 15px;
    width: 25%;
    background: none;
}

.sidenav h3 {
    margin: 0;
}

.sidenav a {
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1em !important;
}

.sidenav > ul > li > a {
    color: #000;
}

.sidenav > ul > li {
    background: none;
    border-top: 1px solid #cccccc;
    position: relative;
}
.sidenav > ul > li.item1 {
    border: none;
}

.sidenav li.parent:hover:after {
    content: '';
    display: block;
    border-top: 22px solid transparent;
    border-left: 10px solid #196c75;
    border-bottom: 22px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.sidenav ul ul {
    max-width: 180px;
}

.sidenav ul ul li {
    background: #05233f;
}

.sidenav li:hover > a {
    background: #196c75;
    color: #fff;
}

.has-side-menu .content {
    float: left;
    width: 75%;
}

.content {
    min-height: 500px;
}

.content a {
    color: #196c75;
}

.content h1 {
    font-weight: 700;
    font-size: 30px;
}

.content h2 {
    font-weight: 700;
    font-size: 24px;
}

.content h3 {
    font-weight: 700;
    font-size: 18px;
}

h2.custom_title,
h2.news_title,
h3.custom_title,
.sidenav h3,
.element-blog h2,
.element-news h3,
.element-events h3,
.sj_element_form h3,
.element-newsletters h3,
.page-Generated-news .content h2,
.page-Generated-search .content h2{
   background: #05233f;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 18px;
   text-align: center !important;
   padding: 10px;
}
.sj_element_news > h3{
	display: none;
}
.page-main-page .events-time, .page-main-page .events-footer, .page-main-page .sj_element_news > a {
    display: none;
}

.footer-wrapper {
    padding: 130px 0 40px;
    background: url('../img/footer-bg.png') no-repeat 50% 0%;
    margin-top: -110px;
}

.footer-inner {
    background: #fff;
    padding: 15px;
}

.ie8 .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.awards {
    padding: 20px 0;
}

.awards img {
    margin: 10px;
}

.copyright {
    background: #05233f;
    color: white;
    text-align: center;
    padding: 15px;
}

/*QUICKLINKS*/

.qlink {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
}

.qlink:last-child {
    border: none;
}

.qlink a {
    color: #000;
    display: block;
    padding: 15px 10px;
    font-family: 16px;
    line-height: 1em;
}

.qlink a:hover {
    background: #196c75;
    color: #fff;
    text-decoration: none;
}


/*NEWS*/

.sj_element_news ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.sj_element_news ul li:last-child {
    border: none;
}


/*EVENTS*/

.sj_element_events dl.sj_events dt small {
    position: absolute;
    left: -65px;
    top: 4px;
    width: 55px;
    height: 55px;
    background: #05233f;
    box-shadow: none;
    border: none;
    padding-top: 33px;
    text-align: center;
}

.sj_element_events dl.sj_event {
    padding-left: 65px;
    min-height: 55px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.sj_element_events dl.sj_event:last-child {
    border-bottom: none;
}

.sj_element_events dl.sj_events dt small .month,
.sj_element_events dl.sj_events dt small .year {
    color: #fff;
    background: none;
    position: relative; 
    display: inline;
    top: 0;
    left: 0;
    line-height: 1em;
    height: 18px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    margin: 1px;
}

.sj_element_events dl.sj_events dt small .day {
    position: absolute;
    top: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    left: 0;
    width: 100%;
    background: none;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
}



/*TWITTER FEED*/

.sj_app_twitter_header p {
    display: none;
}

.sj_app_tweet .pull-right {
    float: none;
    display: block;
    font-size: 14px;
    color: #05233f;
}

.sj_app_tweet {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.element-twitter .sj_app_tweet:last-child {
    border: none;
}


/*NEWSLETTERS*/

.sj_element_newsletters ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.sj_element_newsletters ul li:last-child {
    border-bottom: none;
}

.sj_element_newsletters ul li small {
    font-size: 14px;
    color: #05233f;
}


/*CALENDAR*/


/*05233f*/
/*0f434c*/
/*196c75*/



.content .bs3-pagination>.bs3-active>a, .content .bs3-pagination>.bs3-active>a:focus, .content .bs3-pagination>.bs3-active>a:hover, .content .bs3-pagination>.bs3-active>span, .content .bs3-pagination>.bs3-active>span:focus, .content .bs3-pagination>.bs3-active>span:hover {
    color: #fff;
    background-color: #0f434c;
    border-color: #0f434c;
}

.content .bs3-pagination>li>a, .content .bs3-pagination>li>span {
    color: #0f434c;
}

.content .bs3-pagination>li>a:hover, .content .bs3-pagination>li>span:hover {
    color: #196c75;
}

.content .bs3-btn-primary {
    background-color: #0f434c;
    border-color: #0f434c;
    color: #fff;
}

.content .bs3-btn-primary:hover {
    background-color: #196c75;
    border-color: #196c75;
}

.element-calendar table.fc-border-separate th.fc-mon, .element-calendar table.fc-border-separate th.fc-wed, .element-calendar table.fc-border-separate th.fc-fri, .element-calendar table.fc-border-separate th.fc-sun, .page-Generated-calendar #calendar table.fc-border-separate th.fc-mon, .page-Generated-calendar #calendar table.fc-border-separate th.fc-wed, .page-Generated-calendar #calendar table.fc-border-separate th.fc-fri, .page-Generated-calendar #calendar table.fc-border-separate th.fc-sun {
    background: #0f434c;
    color: #fff;
}

.element-calendar table.fc-border-separate th.fc-tue, .element-calendar table.fc-border-separate th.fc-thu, .element-calendar table.fc-border-separate th.fc-sat, .page-Generated-calendar #calendar table.fc-border-separate th.fc-tue, .page-Generated-calendar #calendar table.fc-border-separate th.fc-thu, .page-Generated-calendar #calendar table.fc-border-separate th.fc-sat {
    background: #05233f;
    color: #fff;
}

.element-calendar .fc-button-prev, .element-calendar .fc-button-next, .page-Generated-calendar #calendar .fc-button-prev, .page-Generated-calendar #calendar .fc-button-next {
    background: #0f434c;
    border-left: 2px solid #05233f;
}

.element-calendar .fc-button-prev:hover, .element-calendar .fc-button-next:hover, .page-Generated-calendar #calendar .fc-button-prev:hover, .page-Generated-calendar #calendar .fc-button-next:hover {
    background: #196c75;
}

.element-calendar .fc-button-today, .page-Generated-calendar #calendar .fc-button-today {
    background: #0f434c;
    border: none
}

.element-calendar .fc-button-today:hover, .page-Generated-calendar #calendar .fc-button-today:hover {
    background: #196c75;
}

.element-calendar .sj-fc-button, .page-Generated-calendar #calendar .sj-fc-button {
    background: #0f434c;
    border-left: 1px solid #05233f;
    color: #fff;
}

.element-calendar .sj-fc-button:hover, .page-Generated-calendar #calendar .sj-fc-button:hover {
    background: #196c75;
}

.element-calendar .fc-button-today, .page-Generated-calendar #calendar .fc-button-today {
    background: #0f434c;
    border: none
}

.element-calendar .fc-button-today:hover, .page-Generated-calendar #calendar .fc-button-today:hover {
    background: #196c75;
}

.element-calendar .sj-fc-state-active, .page-Generated-calendar #calendar .sj-fc-state-active {
    color: #fff;
    background: #05233f;
}

.element-calendar .fc-week.odd .fc-day.odd, .element-calendar .fc-week.even .fc-day.even, .page-Generated-calendar #calendar, .page-Generated-calendar #calendar {
    background: #fff;
}

.element-calendar .fc-week.odd .fc-day.even, .element-calendar .fc-week.even .fc-day.odd, .page-Generated-calendar #calendar .fc-week.odd .fc-day.even, .page-Generated-calendar #calendar .fc-week.even .fc-day.odd {
    background: #efefef;
}


.page-Generated-calendar #calendar, .page-Generated-calendar #calendar {
    background: none;
}


