/* -----------------------------------------------------------
	Top bar in header background colour
----------------------------------------------------------- */
#header-top {
	background: none repeat scroll 0 0 #5BB1D2;
}

/* -----------------------------------------------------------
	Logo text colour
----------------------------------------------------------- */
#logo h1 span {
	color: #3B5998;
}

/* -----------------------------------------------------------
	Top right social icon background hover colour
----------------------------------------------------------- */
.twitter-icon:hover,
.facebook-icon:hover,
.gplus-icon:hover,
.pinterest-icon:hover,
.flickr-icon:hover,
.youtube-icon:hover,
.vimeo-icon:hover,
.skype-icon:hover,
.rss-icon:hover {
	background-color: #5BB1D2;
}

/* -----------------------------------------------------------
	5 colour blocks on homepage, 1 = left, 5 = right
----------------------------------------------------------- */
.header-block-style-1 {
	background: none repeat scroll 0 0 #505050;
}

.header-block-style-2 {
	background: none repeat scroll 0 0 #404040;
}

.header-block-style-3 {
	background: none repeat scroll 0 0 #303030;
}

.header-block-style-4 {
	background: none repeat scroll 0 0 #3E97B7;
}

.header-block-style-5 {
	background: none repeat scroll 0 0 #348BAA;
}

/* -----------------------------------------------------------
	Border colour for current/hover main menu items
----------------------------------------------------------- */
#main-menu li.current_page_item,
#main-menu li:hover {
	border-color: #FD0F16;
}

/* -----------------------------------------------------------
	Homepage slideshow arrow colour
----------------------------------------------------------- */
.slider .flex-direction-nav .flex-prev {
	/*border-color: #5BB1D2;
	background-color: #5BB1D2;*/
}

.slider .flex-direction-nav .flex-next {
	/*border-color: #5BB1D2;
	background-color: #5BB1D2;*/
}

/* -----------------------------------------------------------
	Page slideshow arrow colour
----------------------------------------------------------- */
.page-slider .flex-direction-nav .flex-prev {
	border-color: #5BB1D2;
	background-color: #5BB1D2;
}

.page-slider .flex-direction-nav .flex-next {
	border-color: #5BB1D2;
	background-color: #5BB1D2;
}

/* -----------------------------------------------------------
	Blockquote border colour
----------------------------------------------------------- */
.page-content blockquote {
	border-color: #5BB1D2;
}

/* -----------------------------------------------------------
	Table head colour
----------------------------------------------------------- */
.page-content table th {
	background: #5BB1D2;
}

/* -----------------------------------------------------------
	Table text link colour
----------------------------------------------------------- */
table tr a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Tab border colour
----------------------------------------------------------- */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-color: #5BB1D2;
}

/* -----------------------------------------------------------
	Content block title background colour
----------------------------------------------------------- */
.block-title {
	background: #5BB1D2;
}

/* -----------------------------------------------------------
	Event month background colour
----------------------------------------------------------- */
.event-m {
	background: #5BB1D2;
}

/* -----------------------------------------------------------
	Event title link colour
----------------------------------------------------------- */
.event-info h4 a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.news-content h4 a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Blog date background colour
----------------------------------------------------------- */
.blog-entry .blog-info .blog-date {
	background: #5BB1D2;
}

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.blog-entry .blog-content h3 a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Pagination hover/current colour
----------------------------------------------------------- */
.pagination-wrapper .selected,
.pagination-wrapper a:hover {
	background: #5BB1D2;
	border-color: #5BB1D2;
}

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
.course-finder-full .course-finder-icon {
	background-color: #5BB1D2;
}

/* -----------------------------------------------------------
	Teacher title background colour
----------------------------------------------------------- */
.teacher-4 li h3.teacher-title {
	background: #5BB1D2;
}

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
.sidebar-right #twitter_update_list li a,
.sidebar-right #twitter_update_list li a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Latest post title colour
----------------------------------------------------------- */
.widget .latest-posts-list li .lpl-content h6 a {
	color: #5BB1D2;
}

/* -----------------------------------------------------------
	Footer background colour
----------------------------------------------------------- */
#footer-wrapper {
	background: none repeat scroll 0 0 #303030;
}

/* -----------------------------------------------------------
	Slide caption background colour, must be in RGBA format 
	if you want to keep it transparent. You can use this
	website to convert a regular hex colour to RGBA:
	http://hex2rgba.devoth.com/
----------------------------------------------------------- */
.page-slider .slides .flex-caption p {
	background: none repeat scroll 0 0 rgba(91, 177, 210, 0.6);
}

.slider .slides .flex-caption p {
	background:none repeat scroll 0 0 rgba(48, 48, 48, 0.6);
}

/* -----------------------------------------------------------
	Slide caption background colour for IE8, change the two
	"70209B60" values, it's just a regular six digit hex
	colour but with transparency percentage added before e.g.
	
	70209B60 = The hex colour #5BB1D2 @ 70% transparency
	
----------------------------------------------------------- */
.ie8 .flex-caption p {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70209B60,endColorstr=#70209B60);
}

/* -----------------------------------------------------------
	Colour of links separators in the top left navigation
----------------------------------------------------------- */
.top-left-nav li span {
	color: #62c997;
}

/* -----------------------------------------------------------
	Hover colour of links in the top left navigation
----------------------------------------------------------- */
#header-top a:hover {
	color: #62C997;
}

/* -----------------------------------------------------------
	Widget title border/block colour
----------------------------------------------------------- */
.widget-title-block {
	background: none repeat scroll 0 0 #287E9B;
}

/* -----------------------------------------------------------
	Tag widget background colour
----------------------------------------------------------- */
.wp-tag-cloud li {
	background: none repeat scroll 0 0 #404040;
}

/* -----------------------------------------------------------
	Background colour of footer bottom bar
----------------------------------------------------------- */
#footer-bottom {
	background: none repeat scroll 0 0 #404040;
}

/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.page-title .page-title-block {
	background: #198752;
}

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
.course-finder-full .course-finder-full-form {
	background: #198752;
}

/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.title1 h4 a {
	color: #198752;
}

.title-block {
	background: #198752;
}

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
#twitter_update_list li a {
	color: #9de4c2;
}

/* -----------------------------------------------------------
	Footer bottom bar text colour
----------------------------------------------------------- */
#footer-bottom p {
	color: #94c9b0;
}
/* ------------------ css ends here ---*/
/* -----------------------------------------------------------
	Career CSS
----------------------------------------------------------- */

﻿#ContactForm {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 25px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 90%;
}
textarea {
    height: 113px;
    width: 90%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    line-height: normal;
    margin: 3px 0;
}
#ContactForm .block {
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
}
.formButtons {
    display: inline-block;
    float: left;
    margin-top: 12px;
    position: relative;
}
.formBtn {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 2px;
    position: relative;
}
#ContactForm .button, input[type="button"], input[type="submit"], button[type="button"], button[type="submit"] {
    background: none repeat scroll 0 0 #C40101;
    border: 5px solid #E7E7E7;
    border-radius: 30px;
    color: #000000;
    display: block;
    float: left;
    font: bold 1em/30px MuseoSans700,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 2px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
#ContactForm .button:hover, input[type="button"]:hover, input[type="submit"]:hover, button[type="button"]:hover, button[type="submit"]:hover, .button:focus, input[type="button"]:focus, input[type="submit"]:focus, button[type="button"]:focus, button[type="submit"]:focus {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
}
#notify {
    position: relative;
    top: -20px;
}
#messagebox {
    background-color: #C2E3F0;
    background-image: url("../images/info.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    bottom: 25px;
    color: #34667A;
    cursor: pointer;
    display: none;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    padding: 15px 25px 15px 45px;
    position: fixed;
    right: -20px;
    text-align: center;
    text-shadow: 1px 1px 1px #C8EBFB;
    text-transform: uppercase;
    width: auto;
    z-index: 100001;
}
.messagebox {
    background-color: #C2E3F0;
    background-image: url("../images/info.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #34667A;
    cursor: pointer;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 25px 12px 45px;
    text-shadow: 1px 1px 1px #C8EBFB;
    text-transform: uppercase;
    width: auto;
}
#messagebox p, .messagebox p {
    margin: 0 !important;
}
#messagebox.error, .messagebox.error {
    background-color: #FC4A48;
    background-image: url("../images/error.png");
    border: 1px solid #A93A25;
    color: #5A0000;
    text-shadow: 1px 1px 1px #E64040;
}
#messagebox.error span, .messagebox.error span {
    border-left: 1px solid #7A0202;
    border-right: 1px solid #F08C8A;
    margin-right: 10px;
    padding: 5px 0;
}
#messagebox.success, .messagebox.success {
    background-color: #9BC652;
    background-image: url("../images/checkmark2.png");
    border: 1px solid #69A44D;
    color: #324E03;
    text-shadow: 1px 1px 1px #5C9201;
}
.messagebox.success span {
    border-left: 1px solid #688901;
    border-right: 1px solid #D0E4A7;
    margin-right: 10px;
    padding: 5px 0;
}
#messagebox.warning, .messagebox.warning {
    background-color: #FCDB72;
    background-image: url("../images/help.png");
    color: #987402;
    text-shadow: 1px 1px 1px #E7B104;
}
#messagebox.warning span, .messagebox.warning span {
    border-left: 1px solid #987402;
    border-right: 1px solid #FFF0C2;
    margin-right: 10px;
    padding: 5px 0;
}
.formError {
    cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    top: 300px;
    z-index: 500000;
}
.formError .formErrorContent {
    background: url("tooltip_bg.png") repeat scroll 0 0 #EE0101;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 20px;
    margin-top: 2px;
    min-height: 20px;
    min-width: 100px;
    padding: 2px 10px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 100%;
    z-index: 500001;
}
.greenPopup .formErrorContent {
    background: none repeat scroll 0 0 #33BE40;
}
.blackPopup .formErrorContent {
    background: none repeat scroll 0 0 #393939;
    color: #FFFFFF;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
    z-index: 500006;
}
.formError .formErrorArrowBottom {
    box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px;
}
.formError .formErrorArrow div {
    background: url("tooltip_arrow.png") repeat scroll 0 0 #EE0101;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    box-shadow: 0 2px 3px #444444;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
}
.greenPopup .formErrorArrow div {
    background: none repeat scroll 0 0 #33BE40;
}
.blackPopup .formErrorArrow div {
    background: none repeat scroll 0 0 #393939;
    color: #FFFFFF;
}
.formError .formErrorArrow .line10 {
    border: medium none;
    width: 15px;
}
.formError .formErrorArrow .line9 {
    border: medium none;
    width: 13px;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    border-bottom: 0 solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    width: 1px;
}
.formError .formErrorArrow .line2 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 3px;
}
.formError .formErrorArrow .line1 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 1px;
}
#c_box .input_small {
    height: 30px;
    margin: 0 10px 10px 0;
    padding: 1px;
    width: 110px !important;
}
#c_box #c_img {
    cursor: pointer;
    height: 33px;
    width: 120px !important;
}
.loading_enq {
    background: url("../images/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 30px;
    padding-right: 100px;
    position: relative;
    top: -7px;
    width: 30px;
}

 /* superfish CSS */ 
 
/*** ESSENTIAL STYLES ***/
#main-menu, #main-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#main-menu {
	line-height:	1.0;
}
#main-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
    #main-menu ul
    {
        background:#303030;
    }
#main-menu ul li {
	width:			100%;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li {
	float:			none;
	position:		relative;
}
#main-menu a {
	display:		block;
	position:		relative;
    color:           #DFDFDF;
}
#main-menu a:hover {
	display:		block;
	position:		relative;
    color:           #FD0F16;
}
#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			0.01em;
	top:			52px; /* match top ul list item height */
	z-index:		99;
}
ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}



@media only screen and (max-width: 1050px)
{
	#c_box .input_small{width: 80px !important; float:right !important;}
}

/* superfish */

@media (min-width:993px)
{
	#main-menu-wrapper #main-menu li:hover .sub-menu
	{
		display:block !important;
		visibility:visible !important;
	}
}	

@media (max-width:992px)
{
					ul#main-menu li:hover li ul,
				ul#main-menu li.sfHover li ul {
					display:none;
				}
				/* #main-menu-wrapper #main-menu li .sub-menu
				{
					display:none!important;
		visibility:hidden !important;
				} */
				
				#main-menu-wrapper #main-menu li.select .sub-menu
				{
					display:block !important;
					visibility:visible !important;
					top:0;
					width:100%;
					position:relative;
				}
				#main-menu li li
				{
					border:0;
				}
				#main-menu li li:last-child
				{
					border:0;
				}
				#main-menu li li:last-child:hover, #main-menu li li:hover
				{
					border:0;
				}
				
}