/*
Theme Name: St Scholastica College
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI:
*/

@import url('css/style.css');
body {
	margin:0;
	padding:0;
	/*background:url(images/body-bg.jpg) repeat-x;*/
	/*background:url(images/bluebg.jpg) repeat-x;*/
	font-family: Century Gothic, Arial, sans-serif;
}

.bg-img{
	/*background:url(images/banner.jpg) no-repeat;
	background-size:100% 100%;*/
	background:url(images/banner.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
}

.flat-btn{
	background:#002c76;
	border:none;
}

.container {
	width: 1000px !important;
}
	.container-1 {
		text-align:center;
	}
		#themeofschool {
			text-shadow: 2px 1px 1px rgba(120, 120, 120, 1);
			color:#ffffff;
		}
		#themeofschool > h1 {
			font: 20px Century Gothic ;
			text-transform: uppercase;
			text-shadow: 2px 1px 1px rgba(0, 15, 53, 1);
			color:#ffffff;
		}
		#themeofschool > p {
			font: 20px Century Gothic ;
		}
	
	.container-2 {
		height:260px;
	}
		.container-left img {
			height:261px;
		}
		.container-right {
		}
	.container-3 {
		margin-top: 20px !important;
		padding: 0px;
	}
		#tabs {
			margin: 0px auto;
			padding: 0px;
			float:left;
		}
		#news-container {
			background:#fff;
			min-height:354px;
		}
			#news-ticker{
				margin-bottom:10px;
			}
			#news-ticker h3{
				font-family:Century Gothic;
				font-weight:lighter;
				margin-bottom:0;	
			}
			#ticker {
				margin:0px auto;
				padding:0px;
				height:52px;
				background:#CCC;
			}
			#title {
				background:#f9f9f9;
			}
		.newsimg{
			margin-top:10px;
			border:5px solid #e5e5e5;
		}
		.news-desc{
			font-size:13px;
			font-family:Century Gothic;
			margin-left:15px;
		}
		.news-desc h3.n-title{
			margin-bottom: 8px;
			font-weight: bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#000000;
			margin-bottom:0;
		}
		.news-desc h3.n-title:hover{
			text-decoration:underline;
		}
		.news-desc span.n-date{
			display:block;
			margin-bottom:5px;
		}

.clear {
	clear:both;
}
/*----------------------------------------------------------------------------*/
header {
	background:#002d72;
}
.site-header a{
	display:block;
}
ul.headinfo li{
	text-align:center;
	font-size:.75em;
}
.headinfo img{
	margin: 0 auto 12px;
	display:block;
}
.headinfo p{
	text-align:center;
	font-size:.84em;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
.headinfo div:first-child{
	background:url(images/vrcontacts.png) no-repeat right bottom;
}
#first-layer { 
	padding:30px 0;
	background:#f6f6f6;
}
#second-layer { 
	background:#001c62;
}
/*#topmenu{
	margin-bottom:0;
	margin-left:0;
	overflow:visible;
}
#topmenu li{
	padding:1em 0.435em;
	margin-left:0;
	position:relative;
	line-height:3em;
}
#topmenu li:first-child{
	margin-left:0;
}

ul#topmenu li:hover{ 
	background-color:#2188d1; -moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
}*/
#search-form form{
	padding-top: 14px;
}
#search-form input[type=submit]{
	background: #2188d1;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	font-weight:normal;
}
#search-form input[type=submit], #search-form input[type=text]{
	margin-bottom: 0;
}
/*nav {
	width:100%;
	position:relative;
}
nav img {
	float:right;
	margin: 15px 0 0 0 ; 
}

nav ul {
	float:left;
	position:relative;
} 

nav > ul > li {
	float:left;
	line-height:3.7em;
	padding:0 9px;
	position:relative;
}



nav ul li ul li:hover {
	background-color:#fff;
	
} 

#topmenu > li a {
	text-transform:uppercase;
	color:#ffffff;
	display:block;
	text-decoration:none;
	/*font-size:12px;
	text-shadow: 1px 1px 0px #000219;
	filter: dropshadow(color=#000219, offx=1, offy=1);
	
}

ul#topmenu li ul > li > a {
	color:#363636;
	text-transform:none;
	text-shadow:none;
	
}

nav li a.drop:after {
	overflow:hidden;
	position:absolute;
	right:7px;
	top:0;
	
}

/* 2-Levels Drop Down */
/*#topmenu .sub-menu,
#topmenu .sub-menu ul {
    list-style: none outside none;
    margin: 0;
	left: -999em;
	background:#e6e6e6;
    position: absolute;
	z-index:999;
}

#topmenu .sub-menu a {
	width:300px;
	line-height:1em;
}

#topmenu .sub-menu li:first-child {border-top:none;} 

#topmenu .sub-menu li {
	border-top:1px solid #fff;
	/*width:300px;
	float:left;
	position:relative;
	padding: 0;
}

#topmenu .sub-menu li > a {
	display:block;
	padding:1em 1.3em;
	font-size:14px;
}

#topmenu .sub-menu li ul {
	position: absolute;
	top:0;
	left: -999em;
}

/* ----- Hover ---- */ 

/*#topmenu li:hover ul.sub-menu,
#topmenu .sub-menu li:hover ul,
#topmenu .sub-menu li ul li:hover ul {
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	border-left:1px solid #515151;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	top:4.6em;
	left:-1px;
	display:block;
}

#topmenu .sub-menu li:hover ul {
	z-index:5;
} 

#topmenu .sub-menu li:hover ul,
#topmenu .sub-menu li ul li:hover ul {
	top:0;
	display:block;
}

#topmenu li:hover .sub-menu li:hover {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	background:#2188d1;
}

#topmenu li:hover li a:hover {
	color:#fff;
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
}

#topmenu .levels li:hover ul,
#topmenu .sub-menu li ul li:hover ul{
	left: 9.3em;
	*left: 9.6em;
	display:block;
}

#topmenu .sub-menu li:hover ul ul {
	left: -999em;
}*/

#banner-bg .bx-wrapper{
	z-index:2;
	margin-bottom:0px !important;
}
#banner-bg .bx-wrapper .bx-viewport {
	border:10px solid #fff !important;
	left:0 !important;
	height:365px !important;
}

#banner-bg .bx-wrapper .bx-pager{
	z-index:999;
	bottom:26px !important;
	}


.slider {
	padding:0px;
	position:relative;
	z-index:999;
	background:#fff;	
	/*border: 2px solid #fff; */
	height:300px;
}
.slider img {
	padding:0px;
	height:300px;
}
.slider ul li{
	list-style-type:none;
}
.gSlider{
	overflow:hidden;
	height:inherit;
}
.s-news .bx-wrapper,.page-content .bx-wrapper{
	margin:0 !important;
	padding-bottom:30px;
}
.s-news .bx-wrapper .bx-viewport{
}
.s-news .bx-controls-auto,.page-content .bx-controls-auto{
	width:auto;
	bottom:9px;
	right:10px;
}
.gal-img-container{
	width:100% !important;
	height:408px;
}
.gal-img-container img{
	height:97%; /*inherit*/
	margin:0 auto;
}
.gal-img-container .bx-caption{
	bottom:10px !important;
}
.marquee {
	z-index:9;
	font:12px 'Arial';
	background:#2188d1;
	color:#FFF;
	width:100%;
	height:25px;
	line-height:25px;
	border:1px solid #666;
	margin-top:12px;
}

.marquee ul li{
	float:left;
}
#banner {
}
	#banner-bg {
		width:100%;
		height:363px;
		/*background:url(images/banner.jpg) no-repeat center;*/
	}
	
	img.shad {
		position:relative;
		z-index:1;
		width:1000px;
		margin: 0 auto;
		top:-30px;display:block;
	}

		
	#logo {
		float:right;
	}
	
.footer {
	padding-top:20px;
	background:#001448;
	color:#fff;
	font-family:Century Gothic;
}
	.footer img.footer {
		padding: 30px 0 0 0;
	}
.footer .vcard{
	border:none;
}
.footer #f-logo{
	margin-bottom:18px;
}
.footer #f-address{
	font-size:12px;
}
.footer ul#f-sclinks li{
	width:auto;
	padding-bottom:0px;
}
.footer ul#f-links li{
	text-align:center;
	padding-bottom:0px;
}
.footer ul#f-links li p{
	font-size:12px;
	line-height:1.5em;
}

/*******fmenu*********/
.footer #f-menu{
	font-weight:bold;
	font-size:14px;
	min-height:200px;
}
.fmenu li a{
	color:#fff;	
}
.fmenu li a:hover{
	/*color:#2795b6;*/
	text-decoration:underline;
}

.footer .copyright{
	font-size:12px;
	color:#b0bad1;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}
.iCG-ph, .iCG-ph a{
	font-size:9px;
	color:transparent;
	/*color:#b0bad1;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);*/
	margin:0;
	line-height:3;
}
/*********event**************/
.event-container{
	background:#f9f9f9;
}
#event-title{
	text-align:center;
}
#event-details{
	margin:0 auto;
	display:block;
}
.event-post{
	margin-bottom: 20px !important;
}
.event-thumb img{
	height:63px;
}
.event-desc{
	font-family: Century Gothic;
	font-size:13px;
}
.event-desc p{
	font-weight:bold !important;
	margin-bottom:5px;
}
.event-desc .infobtn{
	background: #686868;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: 1.7em;
	font-weight: bold;
}
.event-desc .eventdate{
	background:#e3e3e3;
	display:block;
	text-align:center;
	margin:0;
	padding-top:1px;
	font-weight:normal !important;
}
/***sidemenu**/
ul.sidemenu{
	padding:0;
}
ul.sidemenu li{
	min-height: 61px;
	font-size: 13px;
	font-family: Century Gothic;
	list-style-type: none;
	background: url(images/rshadow.png) no-repeat right bottom;
	padding-bottom:10px;
}
ul.sidemenu li span{
	background: url(images/bluearrow.png) no-repeat 197px #ebebec;
	display: block;
	padding: 5px 0px 5px 12px;
}
ul.sidemenu li img{
	position:absolute;
	top:0;
}
ul.sidemenu li:first-child{
	margin-top:0 !important;
}
ul.sidemenu li a{
	background: #ebebec;
	display: block;
	color: #000;
	width: 85%;
	min-height:38px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #c6c6c6;
}
.bg-content{
	background:url(images/bblue-bg.jpg) repeat-x;
}
.content, .home-content{
	padding-top:15px;
	padding-bottom:15px;
	background:#002c76;
}
.ssc_help-right{
	padding-right:15px;
}
.ssc_help-left
{
	padding-left:15px;
}
.no-event{
	text-align:center;
	padding-top:40px;
}
.w-event-list{
	min-height:350px;
}
.w-event-list:first-child{
	padding-top:10px;
}
/*.home-content{
	margin-top:30px;
}*/

.content-right{
	font-size: 12px;
	background: #fff;
}

.top_space{
	margin-top:30px;
}

.nopadding-left{
	padding-left:0;
}
.nopadding-right{
	padding-right:0;
}
.nopadding{
	padding-left:0;
	padding-right:0;
}
.nomargin{
	margin-left:0 !important;
	margin-right:0 !important;
}
.nomargin-right{
	margin-right:0 !important;
}
.nomargin-left{
	margin-left:0 !important;
}

hr.carved {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 3px;
  margin: 1em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.8, rgb(0,17,62)),
      color-stop(0.8, rgb(2,24,81))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(0,17,62) 50%,
      rgb(2,24,81) 50%
  );
}

hr.carvedwhite {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 3px;
  margin: 0px;
  border: none; 
  background: #c8c7c7;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.8, rgb(200,199,199)),
      color-stop(0.8, rgb(247,245,245))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(200,199,199) 50%,
      rgb(247,245,245) 50%
  );
}

hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(221,221,221)),
      color-stop(0.8, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

/***sidebar**/



/**pages**/
.content-title h3{
	font-family:Century Gothic;
	margin:0.7em 0;
	text-shadow:1px 1px 1px rgba(198,198,198,0.7);
}
.title-background{
	background:#f6f6f6;
	box-shadow: 0 4px 2px -2px #c1c1c1;
	min-height:20px;
}
#primary{
	background:#f2f2f2;
}
/**news**/
.arch-list{
	padding-top:15px;
	padding-bottom:15px;
	background:#fff;
}
.news-list{
	background-color:#ffffff;
}
.news-list a{
	color:#000;
}
.news-content{
	font-size:13px;
}
.news-title{
	font-weight:bold;
	margin-bottom:0;
	font-size:16px;
}
.news-thumb{
	text-align:center;
}

/**single-news***/
.s-news{
	font-size:12px;
	background:#fff;
	padding-bottom:10px;
}
.s-title{
	font-size:16px;
	margin-bottom:.4em;
	font-weight:bold;
}
.s-date{
	text-transform:uppercase;
}
.s-news .s-thumb{
	margin-bottom:20px;
}
/******event-cal*******/
.ecal-s{
	background:#ffffff;
}
.ecal-s-title{
	padding-bottom:12px;
}
.ecal-s-title h3{
	margin-top:12px;
	margin-bottom:0;
}
.ecal-s-title p{
	margin:0;
	color:#ffffff;
	padding-top:12px;
	float:left;
}
.ecal-s-title p a{
	position:relative;
	bottom:0;
	color:#2188d1;
	font-size:15px;
	font-weight:bold;
}
.ecal-s-title p a:hover{
	color:#002c76;
}
.ecal-s-content{
	background:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
.ecal-s-content p{
	font-size:16px;
}
.page-banner img{
	width:100%;
}

.page-title{
	background:#2188d1;
	color:#fff;
	font-size: 16px;
}
.page-title p{
	margin: 10px 0;
	font-size: 1.2em;
	text-shadow:1px 1px 1px #c6c6c6;
}
.page-content{
	margin-top: 15px;
	min-height:600px;
}

.page-content p{
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	margin-top:0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
}

.page-content h2{
	font-size: 1.5em;
	font-weight:normal;
	padding-left: 0.5375em;
	padding-right: 0.5375em;
}
.single-content{
	margin-top:40px;	
}

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    /*width: 42em;*/
	overflow:hidden;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 51em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
	overflow:hidden;
	padding:0;
}

/*.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}*/

.pagenav{
	background:#e6e6e6;
	list-style-type:none;
}
.pagenav ul li{
	color:#000000;
	font-size:14px;
	list-style-type:none;
	font-weight:800;
	display:block;	
	position:relative;
	border-top:1px solid #ffffff;
}
.pagenav ul li.current_page_ancestor:nth-of-type(1)
{
	background:#ffffff;
}
.acc_arrow{
	position:absolute;
	right:0;
	top:0;
	margin: 6px 3px 0 0;
	width:20px;
	height:20px;
	background:url(images/acc_down.png) center center no-repeat;
}
.extend{
	background:url(images/acc_up.png) center center no-repeat;
}
.pagenav ul li a{
   display:block;
   padding:5px 2px;
   padding-left:5px;
   font-size:15px;
   width:200px;
   color:#000;
   text-shadow:1px 1px 1px rgba(198,198,198,0.7);
}

ul.menu li ul.sub-menu li.current_page_item{
	background:none;
}
.pagenav ul.menu li.current_page_item{
	background:#ffffff;
}
.sub-menu li.current_page_item a{
	text-decoration:underline;
}
.pagenav ul li.current{
	background:#ffffff;
}
/*.pagenav .menu li a.hello, .pagenav .menu li.hi{
	-webkit-box-shadow: 0px 1px 15px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 1px 15px -8px rgba(0,0,0,1);
	box-shadow: 0px 1px 15px -8px rgba(0,0,0,1);
}*/
.pagenav ul li a:hover{
	text-decoration:underline;
}
.pagenav ul li ul.sub-menu li, .pagenav ul li ul.sub-menu li a{
	font-weight:bold;
	text-transform:none;
	font-size:13px;
	border-top:none;
	box-shadow: none;
	text-shadow:1px 1px 1px rgba(198,198,198,0.7);
}
.pagenav ul li ul.sub-menu{
	background:#e6e6e6;
	margin-left:0;
}
.pagenav ul li ul.sub-menu li{
	margin-left:0.8em;
}
.pagenav ul li ul.sub-menu li:hover{
	background:none;
}
/*.sub-menu li.current-menu-item{
	background:none;
	text-decoration:underline;
}*/

/* Calendar */
.ssc-calendar-container {
}
.cal-controls {
}
.ssc-calendar {
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	border-color:#ffffff;
	border-collapse: collapse;
	border-spacing: 0px;
}
.calendar-heading{
	overflow:hidden
}
.calendar-day{
	/* Background */
    background: #e9eaec; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9eaec 1%, #dddee1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e9eaec), color-stop(100%,#dddee1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9eaec 1%,#dddee1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9eaec 1%,#dddee1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9eaec 1%,#dddee1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9eaec 1%,#dddee1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaec', endColorstr='#dddee1',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px outset rgba(255, 255, 255, 0.1);
	border-left: 2px outset #ffffff;
	font-size:0.96em;
	font-family: Arial;
	color:#3b3b33;
	/*padding: 0.6525em 0.625em;*/
	padding:0px;
	/*line-height: 2em;*/
	text-align:center;
}
.ssc-calendar .calendar-day .event {
	
}
.ssc-calendar .calendar-day .event:hover {
	cursor: pointer;
	display:block;
}
.day-heading{
	border-bottom:.13em ridge;
	background: rgb(247,247,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
}
.controls form{
	margin:0;
}
.nav{
	position:relative;
}
.nav a{
	display:block;
}
.cal-list{
	padding:0;
	margin-left:2em;
	margin-right:1em;
}
.cal-list li{
	list-style-type:disc;
}
.cal-list li a{
	color:#000000;
}
.cal-list li a:hover{
	text-decoration:underline;
}
/******small calendar***********/
table.ssc-calendar.small{
	margin:0;
	height: 199px;
}
.lcal-link a{
	font-size:11px;
	color:#fff;
}
.small .calendar-heading{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 0.458em;
	font-weight: 600;*/
	font-size:0.60em;
	text-transform: uppercase;
	color: #8c8b8b;
	text-indent: -2px;
}
.clabel.small{
	color:#ffffff;
}
.cal-control.small form{
	margin:0;
}
.small td.event{
	border: 2px ridge #2369b0;
}
.nav.small a.prev{
	width:30px;
	position:absolute;
	left:0;
	background:url(images/calendar/fc-btn-prev.png) no-repeat center;
	text-indent:-999px;
}
.nav.small a.next{
	width:30px;
	position:absolute;
	right:0;
	background:url(images/calendar/fc-btn-next.png) no-repeat center;
	text-indent:-999px;
}
.nav.small h3{
	font-size: 1.0em;
	font-family:Century Gothic;
	color:#000000;
	font-weight:normal;
	margin: 15px 0px;
	line-height: .90em;
	text-shadow: 2px 1px 1px rgba(20, 20, 20, 0.5);
	display:block;
	text-align:center;
}
.controls.small{
	overflow:hidden;
	/*background:#fed71f;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#bcbcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#bcbcbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

}
/*******largecalendar*******/
table.ssc-calendar.large{
	min-height:600px;
	height:600px;
}
.tip span.large{
	font-size:1.6em;
}
.large .calendar-heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #8c8b8b;
	text-indent: -2px;
	height:20px;
	
}
.large td.event{
	border: 2px ridge #2369b0;
}
.nav.large{
	height:48px;
}
.nav.large a.prev{
	width:30px;
	position:absolute;
	left:0;
	background:url(images/calendar/fc-btn-prev-large.png) no-repeat center;
	text-indent:-9999px;
	height:inherit;
}
.nav.large a.next{
	width:30px;
	position:absolute;
	right:0;
	background:url(images/calendar/fc-btn-next-large.png) no-repeat center;
	text-indent:-9999px;
	height:inherit;
}
.nav.large h3{
	font-family:Century Gothic;
	color:#000000;
	font-weight:600;
	margin: 15px 0px;
	line-height: .90em;
	text-shadow: 2px 1px 1px rgba(20, 20, 20, 0.5);
	display:block;
	text-align:center;
	position:absolute;
	left:40%;
	right:40%;
}
.controls.large{
	/*overflow:hidden;*/
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4d4d4 0%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4d4d4 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4d4d4 0%,#bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4d4d4 0%,#bcbcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4d4d4 0%,#bcbcbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

}
.cal-list.large li a{
	font-size:13px;
}

.bx-wrapper, .bx-viewport{
	height:100%;
}

#event-layer{
	height:320px;
}
.container-left{
	height:inherit;
}
.event-container,.container-right{
	height:302px
}
.event-details li a{
	color:#000000;
	display: block;
	margin-bottom:5px;
}
.event-details li a:hover{
	text-decoration:underline;
}
/*****alumni******/
.alumni li{
	text-align:center;
}
.al-img{
	float:left;
}
.al-details p{
	font-size:14px;
	text-align:justify;
}
.alumnipic img{
	width:inherit;
}
/*********gallery**********/
.photo-gallery{
	text-align:center;
	margin:8px;
}
.p-gallery{
	width:200px;
	height:200px;
}
.p-gallery img{
	width:inherit;
	height:inherit;
}
.g-container{
  width: 156px;
  height: 156px;
  /*margin: 50px auto;*/
  border: 5px solid #e6e6e6;
  cursor: pointer;
}
.g-content {
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.8);
  padding: 5px 15px 10px 15px;
  box-sizing: border-box;
  text-align:center;
  position:relative;
}
  
.g-content h3 {
    color: #444; 
    line-height: 1em;
	position: absolute;
	width: 80%;
	top: 45%;
	font-family: Century Gothic, Arial, sans-serif;
	font-size:15px;
}
  
.g-content p {
    color: #777;        
    line-height: 22px; 
    font-size: 14px;
}
#gcat{
	margin:20px;
}
#gcat li{
	display:block;
	text-align:center;
}
#gcat li > div.pimg{
	height:200px;
	position:relative;
	border:5px solid #002c76;
}
#gcat li > div.pimg:hover{
	cursor:pointer;
}
#gcat li > div.pimg .vmore{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*opacity:0;*/
	display:none;
	background:rgba(33, 136, 209, 0.8);
	/*border:5px solid #002c76;*/
}
#gcat li > div.pimg .vmore div{
	position:absolute;
	top:30%;
	left:30%;
	color:rgba(0, 44, 118, 1);
}
#gcat li > p{
	font-size: 20px;
	background: #002c76;
	color: #fff;
	padding-bottom: 6px;
	margin-bottom: 0;
}
#gcat li div.pimg img{
	width:inherit;
	height:inherit;
	/*border:5px solid #002c76;*/
	
}
.nogalfound{
	text-align: center;
	font-size: 16px;
}
.show-on-this{
	margin:20px;
}
.show-on-this .backbtn{
}
.display-gals{
	display:none;
}
.display-gals > .gal-title{
	overflow:hidden;
	background:#002c76;
	margin-bottom:12px;
	margin-right:2px;
}
.display-gals > .gal-title h2{
	float: left;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0;
	color: #ffffff;
}
.display-gals > .gal-title p{
	margin: 0;
	line-height: 2.5em;
	float: right;
	font-size:16px;
	color:#ffffff;
	background:#2188d1;
	font-family:Verdana, Geneva, sans-serif;
}
/******search-result*********/
.search-title{
	margin-bottom:0px;
}
#s-found{
	font-size:14px;
	color:#999999;
}
.se-wrapper{
	
}
.se-wrapper .se-title{
	text-decoration:underline;
	display:block;
	line-height:1.4;
	font-weight:100;
	font-family:Century Gothic,Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
.se-wrapper .se-link{
	font-size:15px;
	color:#006621;
}
.se-wrapper .se-title a{
	color:#002c76;
}
.se-wrapper p{
	font-size:13px;
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
	color:#1E1E1F;
	text-align:justify;
}
.highlight{
	font-weight:bold;
}
.se-wrapper p .highlight{
	color:#000000;
}
.se-wrapper .se-link .highlight{
	color:#006621;
}
.s-paginate{
	text-align:center;
}
.active-gal{
	display:block !important;
}