@charset "utf-8";
/* CSS Document */
/* general*/
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img,
html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
	padding:0;
	border: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
body {
  background:#ffffff;
  color: #000000;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
img{
    border:none;
	-ms-interpolation-mode: bicubic;
	outline:none;
	max-width:100%;
	height:auto;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}


ul{
    padding:0 0 20px 45px; 
}



h2{
	font:700 20px/24px "Times New Roman", Times, serif;
	color:#033884;
	background-color:transparent;
	padding:0 0 12px 0;	
}
h3{
	font:400 20px/24px "Times New Roman", Times, serif;
	color:#1ca7ea;
	background-color:transparent;
	padding:0 0 10px 0;	
}
p{
	padding:0 0 22px 0;
}
a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color:#1ca7ea;
	background-color:transparent;
	outline:none; 
	text-decoration:none;		
}
a:hover{
	color:#d81a05;
	background-color:transparent;
}	
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}
.nomar{
	margin-right:0 !important;		
}
.nopadd{
	padding-right:0 !important;	
}
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	float: right;
	margin:0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

input[type="text"],
input[type="email"],input[type="password"]{
	background:rgba(0, 0, 0, 0.9);
    border: 1px solid #5b5b5b;
	color:#ffffff;
	padding:0 5px 0 5px;	
	margin:0 0 8px 0;
	font:14px/18px 'Lato', sans-serif;
	height:22px;
	outline:none;
}
textarea{
	background:rgba(0, 0, 0, 0.9);
    border: 1px solid #5b5b5b;
	color:#ffffff;
	padding:9px;	
	margin:0 0 8px 0;
	font:14px/18px 'Lato', sans-serif;
	height:130px;
	outline:none;
	resize:vertical;
}
textarea:focus{
	border:1px solid #000;	
}
input[type="text"]:focus,
input[type="email"]:focus{
	border:1px solid #000;
}
.error{
	/*border:1px solid red !important;*/
	color:red;
	font-size: 13px;
    font-weight: 300;
	line-height:16px;
	display:block;	
}

.success{
	color: green;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 10px;
    text-align: center;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* general*/

.wrapper{
	width:100%;
	background:url(images/body.jpg) repeat;
}

.container{
	width:1080px;
	padding:0 10px;
	margin:0 auto;
	background:#ffffff;
}

.header-top{
	padding:10px 10px 10px 0px;
}

.logo{
	width:465px;
	float:left;
}

.logo a{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	text-decoration:none;
	display:block;
}

.logo img{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
}

.navigation{
	float:right;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#000000;
	text-transform:uppercase;
	position: relative;
       text-transform: uppercase;
       top: 32px;


}

.navigation ul{
	margin:0;
	padding:0;
}

.navigation ul li{
	background:url(../images/nav-divider.png) no-repeat right center;
	padding:0 11px 0 0;
	margin-right:11px;
	float:left;
	position:relative;
}

.navigation ul li:last-child{
	background:none;
	margin:0;
	padding:0;
}

.navigation ul li a{
	color:#000000;
}

.navigation ul li a:hover{
	color:#d81a05;
}

.navigation .active a{
	color:#d81a05;
}

.navigation ul li:hover ul{
	display:block;
}

.navigation ul li ul{
	left: -9px;
    min-width: 148px;
    padding: 12px 8px 8px 8px;
    position: absolute;
    top: 15px;
	background:#ffffff;
	display:none;
	z-index:999;
	text-transform:capitalize;
}

.navigation ul li ul li{
	float:none;
	padding:0 0 5px 0;
	border-bottom:1px solid #bdbdbd;
	margin-bottom:5px;
	background:none;
	margin-right:0;
}

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

.body-cont{
	padding:20px 9px 15px 9px;
	font-size:14px;
	line-height:24px;
	color:#000000;
	font-weight:400;
}

.body-cont p{
	padding-bottom:30px;
}

.body-left-part{
	width:646px;
	float:left;
}

.right-panel{
	width:258px;
	float:right;
}

.featured-programe{
	border:1px solid #d81a05;
	font-size:12px;
	line-height:18px;
	color:#332a29;
	font-weight:400;
}

.featured-programe a{
	color:#332a29;
}

.featured-programe a:hover{
	color:#d81a05;
}

.featured-programe p{
	padding-bottom:20px;
}

.featured-programe h2{
	background:#d81a05;
	padding:5px 7px 9px 7px;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:17px;
}

.featured-programe-inner{
	padding:15px;
	overflow:hidden;
}

.featured-programe-inner ul{
	padding:0;
	margin:0;
}

.featured-programe-inner ul li{
	width:296px;
	float:left;
	background:none;
	padding:0;
	margin-right:19px;
	min-height:105px;
}

.featured-programe-inner ul li:nth-child(even){
	margin-right:0;
}

.featured-programe-inner ul li h3{
	background:url(../images/featured-arrow.png) no-repeat left 7px;
	padding:0 0 10px 12px;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#fe1a00;
	font-family: 'Helvetica', sans-serif;
}

.featured-programe-inner ul li h3 a{
	color:#fe1a00;
}

.featured-programe-inner ul li h3 a:hover{
	color:#d81a05;
}



.right-panel h2{
	background:#d81a05;
	padding:5px 7px 9px 7px;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:11px;
}

.featured-box{
}

.featured-box-inner{
	overflow:hidden;
}

.featured-box-inner ul{
	padding:0;
	margin:0;
}

.featured-box-inner ul li{
	margin:0 2px 10px 0;
	float:left;
	padding:0;
	width:128px;
	background:none;
}

.featured-box-inner ul li a{
	display:block;
	font-size:0;
	line-height:0;
}

.featured-box-inner ul li a img{
	width:100%;
	height:auto;
}


.featured-box-inner ul li:nth-child(even){
	margin-right:0;
}

.featured-box-inner ul li img:hover{
	opacity:0.8;
}

.search-box{
	border:1px solid #cccccc;
	margin-bottom:9px;
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#3f3b3b;
}

.search-box h2{
	margin-bottom:0;
}

.search-box-inner{
	padding:6px 9px 0 9px;
}

.search-box .field{
	margin-bottom:10px;
	overflow:hidden;
}

.search-box span{
	padding-bottom:9px;
	display:block;
}

.search-box-check ul{
	padding:0 7px;
	margin:0;
}

.search-box-check ul li{
	float:left;
	padding:0 24px 0 0;
	background:none;
}

.search-box-check ul li:last-child{
	padding-right:0;
}

.search-box-check ul li input[type="radio"]{
	float:left;
	margin:0 7px 0 0;
}

.search-box-check ul li label{
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#4d4b4b;
}

.search-box label{
	float:left;
	margin-right:4px;
}

.search-box input[type="text"]{
	width:65px;
	border:1px solid #b9b7b7;
	height:20px;
	float:left;
	background:#ffffff;
	margin-right:4px;
	color:#000000;
	font-size:12px;
	line-height:16px;
	font-weight:400;
}

.zip{
	float:left;
}

.search-box-link{
	padding:6px 9px 0 9px;
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#312d2d;
}

.search-box-link ul{
	padding:0;
	margin:0;
}

.search-box-link ul li{
	background:url(../images/featured-arrow.png) no-repeat left 4px;
	padding:0 0 8px 14px;
}

.search-box-link ul li a{
	color:#312d2d;
}

.search-box-link ul li a:hover{
	color:#d81a05;
}

footer{
	font-size:14px;
	line-height:16px;
	font-weight:400;
	color:#424040;
}

footer .container{
	background:#ffffff;
	padding:15px 10px 10px 10px;
}

footer a{
	color:#424040;
}

.footer-nav ul{
	text-align:center;
	margin:0 0 9px 0;
	padding:0;
}

.footer-nav ul li{
	display:inline-block;
	background:url(images/nav-divider1.png) no-repeat right 4px;
	padding:0 15px 0 0;
	margin-right:9px;
}

.footer-nav ul li:last-child{
	margin:0;
	padding:0;
	background:none;
}

.footer-nav ul li a{
	color:#424040;
}

.footer-nav ul li a:hover{
	color:#d81a05;
}

.footer-nav .current a{
	color:#d81a05;
}

.copyright{
	text-align:center;
	display:block;
}

/*bachelor page start*/

.left-panel{
	width:209px;
	float:left;
	margin-right:15px;
}

.left-panel h2{
	background:#d81a05;
	padding:5px 7px 9px 7px;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:11px;
}

.mid-part{
	width:422px;
	float:left;
	
}

.mid-part-inner{
	border:1px solid #cccccc;
	padding:10px 6px;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	color:#585656;
}

.mid-part h3{
	font-size:20px;
	line-height:24px;
	font-weight:400;
	color:#d81a05;
	padding-bottom:10px;
}

.mid-part .degree-course{
	border-bottom:1px solid #cccccc;
	padding-bottom:13px;
	margin-bottom:16px;
	overflow:hidden;
}

.mid-part .degree-course:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.mid-part .degree-course p{
	padding-bottom:0;
}

.mid-part .degree-course-left{
	float:left;
	margin-right:14px;
	font-size:0;
	line-height:0;
}

.mid-part .degree-course-left img{
	font-size:0;
	line-height:0;
}

.mid-part .degree-course-right{
	float:right;
	width:240px;
}

/*bachelor page end*/

/*inner page start*/

.general-cont{
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#676767;
}

.general-cont p{
	padding-bottom:22px;
}

.general-cont h2{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#033884;
	padding-bottom:5px;
	font-family: 'Helvetica', sans-serif;
}

.general-left{
	width:550px;
	float:left;
}

.general-right{
	width:454px;
	float:right;
	border:1px solid #cccccc;
}

.request-form{
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:400;
}

.request-form-inner{
	padding:6px 9px 0;
}

.request-form .required{
	display: inline-block;
    padding-left: 3px;
	margin:0;
}

.request-form span{
	margin-bottom:18px;
	display:block;
}

/* Request Information Form Top */
.request-form h2{
	padding:5px 7px 9px 7px;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#000000;
	margin-bottom:11px;
}

.request-form .field{
	margin-bottom:14px;
	overflow:hidden;
}

.request-form label{
	font-size:15px;
	line-height:19px;
	font-weight:400;
	color:#372a2a;
	float:left;
	width:170px;
}

.request-form .txt-field{
}

.request-form input[type="text"], .request-form input[type="email"], .request-form input[type="number"]{
	width:254px;
	height:26px;
	border:1px solid #cccccc;
	background:#ffffff;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#372a2a;
	margin-bottom:0;
}

.request-form select{
	 height: 26px;
    width: 266px;
	border:1px solid #cccccc;
}

.pro_in-txt label{
	display:block;
	padding-bottom:8px;
}

.pro_in-txt select{
	width:100%;
}

.request-form input[type="submit"], .search-box input[type="button"]{
	background:#3fb7b1;
	padding:10px 25px 10px 25px;
	font-size:20px;
	line-height:22px;
	font-weight:400;
	color:#ffffff;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	border:none;
	border-radius: 4px;
	text-transform:uppercase;
}

.request-form input[type="submit"]:hover, .search-box input[type="button"]:hover{
	background:#212935;
}

.general-cont ul{
	padding-bottom:20px;
	margin:0;
}

.general-cont ul li{
	background:url(../images/listico.png) no-repeat left center;
	padding:0 0 7px 13px;
}

.general-cont ol{
	padding:0 20px 10px 20px;
}

.general-cont ol li{
	padding:0 0 10px 0px;
}

/*25.08.15*/

.degree-program-list{
	border:1px solid #cccccc;
	padding:4px;
	margin-bottom:10px;
}

.degree-program-list h2{
	font-size:18px;
	line-height:22px;
	text-align:center;
	padding-bottom:18px;
}

.degree-program-list-inner{
	background:#eaf5fd;
	padding:5px 7px;
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#004084;
	overflow:hidden;
}

.degree-program-list-inner ul{
	margin:0;
	padding:0;
}

.degree-program-list-inner ul li{
	float:left;
	width:186px;
	padding-bottom:8px;
	background-position:left 6px;
}

.degree-course{
	border-bottom:1px solid #cccccc;
	padding-bottom:13px;
	margin-bottom:16px;
	overflow:hidden;
}

.degree-course:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.degree-course p{
	padding-bottom:0;
}

.degree-course-left{
	float:left;
	margin-right:14px;
	font-size:0;
	line-height:0;
}

.degree-course-left img{
	font-size:0;
	line-height:0;
}

.degree-course-right{
	float:right;
	width:350px;
}

.field > input[type="number"] {
    width: 264px;
}
#collapse-link ul{
	transition:all 300ms;
	
}
.toggle{
	height:1234px !important;
	transition:all 300ms;
}

ul.toggle + .see_all::before {
    content: "See Less - ";
}
.see_all::before{
content: "See All +  "
}

