/*
font-family: 'Roboto', sans-serif;
font-family: 'Chewy', cursive;
*/

.page {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.header-inner {
	padding: 15px;
	text-align: center;
}

.header-inner > * {
	display: inline-block;
	vertical-align: middle;
}

.header-inner .school-address {
	width: 26%;
	text-align: left;
}

.header-inner .school-address p {
	display: block;
}

.fa-map-marker:before {
    content: "\f015";
}

.fa-fax:before {
    content: "\f02f";
}

.theme-address .fa {
	color: #44b3c2;
}

.theme-telephone .fa {
	color: #f1a94e;
}

.theme-fax .fa {
	color: #e45641;
}

.theme-email .fa {
	color: #5d4c46;
}

.school-details {
	width: 47%;
	text-align: center;
}

.theme-school-logo {
	max-width: 25%;
}

.school-name {
	max-width: 74%;
	width: auto;
	text-align: left;
	padding-left: 15px;
}

.theme-site-name {
	font-family: 'Chewy', cursive;
	font-size: 61px;
	color: #f1a94e;
	line-height: 1em;
}

.theme-site-name span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #898989;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	line-height: 1em;
	padding-top: 8px;
}

.form-box {
	width: 26%;
	text-align: right;
}

.form-box > * {
	display: inline-block;
	vertical-align: top;
	padding: 3px;
}

.search .site-search, .page-Generated-search input {
    background: #f2f2f2;
    border: none;
    outline: none;
    border-right: none;
    padding: 4px 8px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 38px !important;
    line-height: normal;
    font-size: 13px;
}

.search .site-search {
	width: 211px;
}

.search ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

.search .btn, .page-Generated-search .content .btn {
    background: #f2f2f2;
    padding: 10px;
    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: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 38px !important;
    line-height: normal;
    margin-left: -1px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 0 4px 0 !important;
    padding: 4px 8px;
    width: 250px;
    height: 38px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f2f2f2 url(../img/arrow_img_black.png) 223px center no-repeat;
}

.nav > ul > li {
	width: 16.666%;
	margin: 0;
	float: left;
}

.nav ul ul {
	width: 100%;
}

.nav a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1em;
}

.nav > ul > li > a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px 5px;
    display: block;
    width: 100%;
    height: 100%
}


.nav > ul > li > a.dline {
    padding: 9px 5px;
}

.nav > ul > li > a.tline {
    padding: 0px 5px;
}

.nav > ul > li.item1,
.nav > ul > li.item1 ul {
	background: #44b3c2;
}
.nav > ul > li.item2,
.nav > ul > li.item2 ul {
	background: #f1a94e;
}

.nav > ul > li.item3,
.nav > ul > li.item3 ul {
	background: #e45641;
}

.nav > ul > li.item4,
.nav > ul > li.item4 ul {
	background: #5d4c46;
}

.nav > ul > li.item5,
.nav > ul > li.item5 ul {
	background: #7b8d8e;
}

.nav > ul > li.item6,
.nav > ul > li.item6 ul,
.nav > ul > li.extra.more,
.nav > ul > li.extra.more ul {
	background: #cfc391;
}

.nav ul ul li:hover > a {
	background: url('../img/white-tint.png');
}

.slideshow-wrapper {
	display: none;
}

.page-main-page .slideshow-wrapper {
	display: block;
}

.content {
	min-height: 500px;
}

.page-Generated-search .content h2, .page-Generated-search .content p {
    padding: 15px;
}

.element {
	margin-bottom: 30px;
}

.content h1 {
	font-size: 35px;
}

.content h2 {
	font-size: 30px;
}


.content h3 {
	font-size: 25px;
}

.custom_title,
.news_title {
	background: #44b3c2;
	color: #fff;
	font-size: 25px;
	padding: 15px 25px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.sj_element_news > h3{
	display: none;
}
.blue-bg {
	background: #44b3c2 !important;
}

.orange-bg {
	background: #f1a94e !important;
}

.red-bg {
	background: #e45641 !important;
}

.brown-bg {
	background: #5d4c46 !important;
}

.gray-bg {
	background: #7b8d8e !important;
}

.sand-bg {
	background: #cfc391 !important;
}

.feedlink {
    margin-top: -11px;
}

.page-main-page .events-footer,
.page-main-page .sj_element_news > a,
.page-main-page .events-time {
	display: none;
}

.footer-wrapper {
	padding-top: 300px;
	background: url('../img/footer-bg.jpg') no-repeat 50% 0%;
}

.footer-inner {
	background: #538611;
	position: relative;
	
	padding: 0 15px;
	padding-top: 10px;
	text-align: center;
}

img.footer-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.footer-inner .school-address {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	text-align: left;
	font-weight: 300;
	padding: 15px;
}

.footer-inner .school-address p {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	
}

.with-prefixes .theme-address:before {
	content: 'Address: ';
}

.copyright {
    background: none;
    color: white;
    text-align: right;
    font-size: 13px;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    font-weight: 300;
}

/*QUICKLINKS*/

.sj_element_image a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.sj_element_image a .sj_element_image_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 25px;
	text-align: left !important;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	background: #44b3c2;
	font-weight: bold;
}


/*EVENTS*/

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

.sj_element_events dl.sj_event {
    padding-left: 105px;
    min-height: 95px;
    padding-bottom: 10px;
}

.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: 13px;
    margin: 1px;
}

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

.sj_element_news ul li, .sj_element_events dl.sj_events dd, .sj_element_newsletters p, .sj_element_twitter .sj_app_tweet {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
}

.sj_element_news ul li a, .sj_element_events dl.sj_events dt, .sj_element_newsletters strong, .sj_element_twitter .sj_app_tweet > div {
    color: inherit;
    font-weight: bold;
    font-size: 22px;
}

/*TWITTER*/

.sj_app_twitter_header p {
    display: none;
}

.sj_app_tweet {
    border-bottom: none;
    padding: 0;
}


/*CALENDAR*/


/*e45641*/
/*f1a94e*/
/*44b3c2*/



.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: #f1a94e;
    border-color: #f1a94e;
}

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

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

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

.content .bs3-btn-primary:hover {
    background-color: #44b3c2;
    border-color: #44b3c2;
}

.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: #f1a94e;
    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: #e45641;
    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: #f1a94e;
    border-left: 2px solid #e45641;
}

.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: #44b3c2;
}

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

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

.element-calendar .sj-fc-button, .page-Generated-calendar #calendar .sj-fc-button {
    background: #f1a94e;
    border-left: 1px solid #e45641;
    color: #fff;
}

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

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

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

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

.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;
}


/*GALLERY*/
.element-gallery .sj_element_gallery ul li div img {
    max-width: 100%;
    max-height: none;
}
.element-gallery .sj_element_gallery ul li,
.element-gallery .sj_element_gallery ul li div {
    width: auto;
    min-width: 0;
    height: auto;
    line-height: normal;
}

.element-gallery .sj_element_gallery ul li {
    margin: 0 auto;
}

.element-gallery .sj_element_gallery ul li img {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.sj_element_news h2.custom_title{
    display:none;
}

.sj_element_news h3.custom_title{
    font-size:30px;
}
