@import url(responsive.css);
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
html{
	position: relative;
	min-height: 100%;
}
body{
	font-family: Trebuchet MS;
}
.topHeader{
	background: #ed7000;
	padding: 2px 0;
}
.header{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaa12c+1,eac58c+100 */
	background: #eaa12c; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaa12c 1%, #eac58c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaa12c 1%,#eac58c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaa12c 1%,#eac58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa12c', endColorstr='#eac58c',GradientType=0 ); /* IE6-9 */

}
/*.headerBg{
	background: url(../images/headerBg.png) no-repeat right top;
}*/
.topHeader .theme0{
	background: transparent;
	padding: 0 5px;
	border:solid 1px rgba(255,255,255,0.5);
}
.topHeader .theme1{
	background: #fff;
	padding: 0 5px;
}
.topHeader .theme2{
	background: #000;
	padding: 0 5px;
}
.topHeader .theme3{
	background: #0d84e0;
	padding: 0 5px;
}
.menuPanel{
	background: rgb(56,49,112);
	background: -moz-linear-gradient(top,  rgba(56,49,112,1) 0%, rgba(9,0,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,49,112,1)), color-stop(100%,rgba(9,0,78,1)));
	background: -webkit-linear-gradient(top,  rgba(56,49,112,1) 0%,rgba(9,0,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(56,49,112,1) 0%,rgba(9,0,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(56,49,112,1) 0%,rgba(9,0,78,1) 100%);
	background: linear-gradient(to bottom,  rgba(56,49,112,1) 0%,rgba(9,0,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383170', endColorstr='#09004e',GradientType=0 );
}
.navbar{
	margin-bottom: 0;
	border: 0;
	min-height: auto!important;
}
.navbar-nav{
    text-align:center;
    width:100%;
}
.navbar-nav > li{
    display:inline-block;
    *display:inline; /*IE7*/
    float: left;
    *float: left;
}
.navbar-nav > li > a{
	font-family: arial;
	font-weight: lighter;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-nav > li:last-child > a{
	border: 0;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a{
	background: #000!important;
	color: #ed7000;
}
.navbar-brand{
	color: #fff;
}
.navbar-nav.navbar-right:last-child{
	margin-right:0;
}
.navbar-nav.navbar-right{
	margin-top:3px;
}
.navbar-toggle{
	border:solid 1px #080046;
	padding:9px 10px 15px 9px;
}
.navbar-toggle .icon-bar{
	color:#fff;
	font-size:16px;
}
.dropdown-menu{
	z-index: 99999;
	background: #000;
	padding: 0;
}
.dropdown-menu > li > a{
	color: #fff;
	border-bottom: solid 1px #4b0000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-menu > li > a:hover{
	background: #2e2669!important;
	color: #fff!important;
}
.dropdown-menu > li > a:before{
	font-family: 'fontAwesome';
	content: "\f105";
	margin-right: 7px;
	color: #685cc3;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    display:none!important;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block!important;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.InnerContainer{
	margin: 20px 0;
	min-height: 65vh;
}
a{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-khtml-transition: 0.5s ease;
}
.btn{
	border-radius: 0;
}
.btn-warning{
	background: #ed7000;
}
.topFooter{
	background: #670001;
	padding: 15px 0;
	color: #fff;
}
.topFooter h2{
	border-bottom: solid 1px #ddd;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #fff;
	margin-top: 0;
}
.topFooter h2 span{
	display: inline-block;
	border-bottom: solid 3px #fff;
	padding-bottom: 10px;
}
.topFooter ul li a{
	color: #fff;
	display: block;
	border-bottom: solid 1px #810000;
	padding: 7px 0;
}
.topFooter ul li a:hover{
	color: #f8c100;
	text-decoration: none;
}
.topFooter ul li a:before{
	font-family: 'fontAwesome';
	content: "\f105";
	margin-right: 5px;
	color: #f8c100;
}
.topFooter .media .media-body{
	font-size: 16px;
}
.topFooter i{
	font-size: 20px;
}
.topFooter .media .media-body a{
	color: #fff;
}
.footer{
	background: #670001;
	padding: 10px 0;
	color: #fff;
	border-top: solid 1px #510100;
}
.footer a{
	color: #f8c100;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
h1{
	font-family: 'Oswald', sans-serif;
	border-bottom: solid 3px #080046;
	background: #efefef;
	font-size: 22px;
	color: #080046;
	margin-top: 0;
	padding: 13px 10px;
}
.stCornePanel, .cndPanel, .stActivitiesPanel{
	padding: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
}
.stCornePanel:hover, .cndPanel:hover, .stActivitiesPanel:hover{
	color: #fff;
	text-decoration: none;
}
.stCornePanel{
	background: rgb(65,138,251);
	background: -moz-linear-gradient(top,  rgba(65,138,251,1) 0%, rgba(24,132,195,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,138,251,1)), color-stop(100%,rgba(24,132,195,1)));
	background: -webkit-linear-gradient(top,  rgba(65,138,251,1) 0%,rgba(24,132,195,1) 100%);
	background: -o-linear-gradient(top,  rgba(65,138,251,1) 0%,rgba(24,132,195,1) 100%);
	background: -ms-linear-gradient(top,  rgba(65,138,251,1) 0%,rgba(24,132,195,1) 100%);
	background: linear-gradient(to bottom,  rgba(65,138,251,1) 0%,rgba(24,132,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418afb', endColorstr='#1884c3',GradientType=0 );
}
.cndPanel{
	background: rgb(211,45,87);
	background: -moz-linear-gradient(top,  rgba(211,45,87,1) 0%, rgba(176,26,64,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,45,87,1)), color-stop(100%,rgba(176,26,64,1)));
	background: -webkit-linear-gradient(top,  rgba(211,45,87,1) 0%,rgba(176,26,64,1) 100%);
	background: -o-linear-gradient(top,  rgba(211,45,87,1) 0%,rgba(176,26,64,1) 100%);
	background: -ms-linear-gradient(top,  rgba(211,45,87,1) 0%,rgba(176,26,64,1) 100%);
	background: linear-gradient(to bottom,  rgba(211,45,87,1) 0%,rgba(176,26,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32d57', endColorstr='#b01a40',GradientType=0 );
}
.stActivitiesPanel{
	background: rgb(19,149,153);
	background: -moz-linear-gradient(top,  rgba(19,149,153,1) 0%, rgba(6,117,126,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,149,153,1)), color-stop(100%,rgba(6,117,126,1)));
	background: -webkit-linear-gradient(top,  rgba(19,149,153,1) 0%,rgba(6,117,126,1) 100%);
	background: -o-linear-gradient(top,  rgba(19,149,153,1) 0%,rgba(6,117,126,1) 100%);
	background: -ms-linear-gradient(top,  rgba(19,149,153,1) 0%,rgba(6,117,126,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,149,153,1) 0%,rgba(6,117,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#139599', endColorstr='#06757e',GradientType=0 );
}
.headingtopGap{
	margin-top: 15px;
}
.headingbotNone{
	margin-bottom: 0;
}
.phGalPanel{
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #dfdfdf;
	font-size: 15px;/*
	min-height: 250px;*/
}
.carousel{
    margin-bottom: 10px;
    overflow: hidden;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: #777;
}
.carousel-inner > .item > img {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-control{
	padding-top: 10%;
	width: 8%;
}
.footer{
	padding: 10px 0;
	background: #07003d;
	color: #fff;
	font-size: 12px;
}
.footer p{
	margin-top: 7px;
	margin-bottom: 0;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ed7000;
}
.nav-tabs{
	border-bottom: solid 3px #080046;
	background: #efefef;
}
.tab-content{
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #dfdfdf;
}
.nav-tabs > li > a{
	background: #ed7000;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	border: 0;
	font-size: 17px;
	padding: 8px 15px;
	margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover{
	background: #080046!important;
	color: #fff;
	border: 0;
}
.media-body .media-heading{
	color: #ed7000;
	font-size: 16px;
}
.form-horizontal .control-label{
	text-align: left;
}
.brocLink, .apFormLink, .workshopLink, .publicationsLink, .studentNoticeLink{
	display: block;
	padding: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.brocLink{
	background: rgb(106,73,199);
	background: -moz-linear-gradient(top,  rgba(106,73,199,1) 0%, rgba(62,31,152,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,73,199,1)), color-stop(100%,rgba(62,31,152,1)));
	background: -webkit-linear-gradient(top,  rgba(106,73,199,1) 0%,rgba(62,31,152,1) 100%);
	background: -o-linear-gradient(top,  rgba(106,73,199,1) 0%,rgba(62,31,152,1) 100%);
	background: -ms-linear-gradient(top,  rgba(106,73,199,1) 0%,rgba(62,31,152,1) 100%);
	background: linear-gradient(to bottom,  rgba(106,73,199,1) 0%,rgba(62,31,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a49c7', endColorstr='#3e1f98',GradientType=0 );
}
.brocLink:hover{
	text-decoration: none;
	color: #fff;
	background: rgb(62,31,152);
	background: -moz-linear-gradient(top,  rgba(62,31,152,1) 0%, rgba(106,73,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,31,152,1)), color-stop(100%,rgba(106,73,199,1)));
	background: -webkit-linear-gradient(top,  rgba(62,31,152,1) 0%,rgba(106,73,199,1) 100%);
	background: -o-linear-gradient(top,  rgba(62,31,152,1) 0%,rgba(106,73,199,1) 100%);
	background: -ms-linear-gradient(top,  rgba(62,31,152,1) 0%,rgba(106,73,199,1) 100%);
	background: linear-gradient(to bottom,  rgba(62,31,152,1) 0%,rgba(106,73,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1f98', endColorstr='#6a49c7',GradientType=0 );
}
.apFormLink{
	background: rgb(107,182,29);
	background: -moz-linear-gradient(top,  rgba(107,182,29,1) 0%, rgba(86,154,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,182,29,1)), color-stop(100%,rgba(86,154,16,1)));
	background: -webkit-linear-gradient(top,  rgba(107,182,29,1) 0%,rgba(86,154,16,1) 100%);
	background: -o-linear-gradient(top,  rgba(107,182,29,1) 0%,rgba(86,154,16,1) 100%);
	background: -ms-linear-gradient(top,  rgba(107,182,29,1) 0%,rgba(86,154,16,1) 100%);
	background: linear-gradient(to bottom,  rgba(107,182,29,1) 0%,rgba(86,154,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb61d', endColorstr='#569a10',GradientType=0 );
}
.apFormLink:hover{
	text-decoration: none;
	color: #fff;
	background: rgb(86,154,16);
	background: -moz-linear-gradient(top,  rgba(86,154,16,1) 0%, rgba(107,182,29,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,154,16,1)), color-stop(100%,rgba(107,182,29,1)));
	background: -webkit-linear-gradient(top,  rgba(86,154,16,1) 0%,rgba(107,182,29,1) 100%);
	background: -o-linear-gradient(top,  rgba(86,154,16,1) 0%,rgba(107,182,29,1) 100%);
	background: -ms-linear-gradient(top,  rgba(86,154,16,1) 0%,rgba(107,182,29,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,154,16,1) 0%,rgba(107,182,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569a10', endColorstr='#6bb61d',GradientType=0 );
}


.workshopLink{
	background: rgb(210,45,86);
	background: -moz-linear-gradient(top,  rgb(210,45,86) 0%, rgb(126,3,34) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(210,45,86)), color-stop(100%,rgb(126,3,34)));
	background: -webkit-linear-gradient(top,  rgb(210,45,86) 0%,rgb(126,3,34) 100%);
	background: -o-linear-gradient(top,  rgb(210,45,86) 0%,rgb(126,3,34) 100%);
	background: -ms-linear-gradient(top,  rgb(210,45,86) 0%,rgb(126,3,34) 100%);
	background: linear-gradient(to bottom,  rgb(210,45,86) 0%,rgb(126,3,34) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22d56', endColorstr='#7e0322',GradientType=0 );
}
.workshopLink:hover{
	text-decoration: none;
	color: #fff;
	background: rgb(126,3,34);
	background: -moz-linear-gradient(top,  rgb(126,3,34) 0%, rgb(210,45,86) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(126,3,34)), color-stop(100%,rgb(210,45,86)));
	background: -webkit-linear-gradient(top,  rgb(126,3,34) 0%,rgb(210,45,86) 100%);
	background: -o-linear-gradient(top,  rgb(126,3,34) 0%,rgb(210,45,86) 100%);
	background: -ms-linear-gradient(top,  rgb(126,3,34) 0%,rgb(210,45,86) 100%);
	background: linear-gradient(to bottom,  rgb(126,3,34) 0%,rgb(210,45,86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0322', endColorstr='#d22d56',GradientType=0 );
}


.publicationsLink{
	background: rgb(17,144,149);
	background: -moz-linear-gradient(top,  rgb(17,144,149) 0%, rgb(13,92,114) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(17,144,149)), color-stop(100%,rgb(13,92,114)));
	background: -webkit-linear-gradient(top,  rgb(17,144,149) 0%,rgb(13,92,114) 100%);
	background: -o-linear-gradient(top,  rgb(17,144,149) 0%,rgb(13,92,114) 100%);
	background: -ms-linear-gradient(top,  rgb(17,144,149) 0%,rgb(13,92,114) 100%);
	background: linear-gradient(to bottom,  rgb(17,144,149) 0%,rgb(13,92,114) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119095', endColorstr='#0d5c72',GradientType=0 );
	}
.publicationsLink:hover{
	text-decoration: none;
	color: #fff;
	background: rgb(14,93,122);
	background: -moz-linear-gradient(top,  rgb(14,93,122) 1%, rgb(18,135,155) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(14,93,122)), color-stop(100%,rgb(18,135,155)));
	background: -webkit-linear-gradient(top,  rgb(14,93,122) 1%,rgb(18,135,155) 100%);
	background: -o-linear-gradient(top,  rgb(14,93,122) 1%,rgb(18,135,155) 100%);
	background: -ms-linear-gradient(top,  rgb(14,93,122) 1%,rgb(18,135,155) 100%);
	background: linear-gradient(to bottom,  rgb(14,93,122) 1%,rgb(18,135,155) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5d7a', endColorstr='#12879b',GradientType=0 );
}

.studentNoticeLink{
	background: #ff9502;
	background: -moz-linear-gradient(top,  #ff9502 0%, #8e3400 100%);
	background: -webkit-linear-gradient(top,  #ff9502 0%,#8e3400 100%);
	background: linear-gradient(to bottom,  #ff9502 0%,#8e3400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9502', endColorstr='#8e3400',GradientType=0 );
	}
.studentNoticeLink:hover{
	text-decoration: none;
	color: #fff;
	background: #e58a02;
	background: -moz-linear-gradient(top,  #e58a02 0%, #db5f00 100%);
	background: -webkit-linear-gradient(top,  #e58a02 0%,#db5f00 100%);
	background: linear-gradient(to bottom,  #e58a02 0%,#db5f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58a02', endColorstr='#db5f00',GradientType=0 );
}





.marbottom15{
	margin-bottom:10px !important;
	}
.ulStyle li{
	background: url(../images/bulletIcon.jpg) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 8px;
}
.ulStyle li a{
	color: #333;
}
.ulStyle li a:hover{
	color: #ed7000;
	text-decoration: none;
}
.ulStyle li ul li{
	background: none;
	padding-left: 0;
}
.topRight{ 
	color:#ffc087;
	font-size:14px;
}
.topRight a{
	color:#fff;
	text-decoration:none;
	}
.topRight a:hover{
	color:#333;
}
.topRight input{background:#fff; color:#333; border:1px solid #c15c02 !important;}
.backBtn{
	border:1px solid #fff !important;
	color:#fff;
	padding:10px ; 
	border-radius:4px; 
	border:8px; 
	margin-top:32px; 
	float:right;}
	
.backBtn:hover{
	background: #ed7000; 
	color:#fff !important;
	text-decoration:none;
}
.owl-carousel{
	margin: 15px 0;
}
.owl-controls{
	display: none;
}
