html{	
	padding: 0px;
	margin: 0px;
	height:100%;
}

body {
	font-family: 'Karla-Regular';
	font-size:16px;
	color:#000;
	margin: 0px;
	line-height:24px;
	height:100%;
}
select::-ms-expand { display: none;}
select {-webkit-appearance: none; -moz-appearance: none;text-indent: 1px;text-overflow: '';}
img { border: 0 none; max-width:100%;}
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0px;
}
/*  Global Formatting */

h1, h2, h3, h4, h5, h6 {
    color: #283a44;
    margin: 0 0 10px 0;
	 font-family: 'Karla-Bold';
	font-weight:normal;
}
h1 {
	font-size:36px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height:28px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 12px;
	line-height: 13px;
}
h6 {
	font-size: 11px;
	line-height: 12px;
}
a {
	color:#941B80;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#e7ce03;
}

ul {
	list-style:none;
}
fieldset {
	padding: 5px;
	border:none;
}
.both {
	clear: both;
}
body.published {
	background: #AADDFF;
}
body.mceContentfieldset {
	background: transparent!important;
	border-style: none!important;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
}
form ul, form ul li, fieldset p {
	margin:0px;
	padding:0px;
	list-style:none;
}

p{
	margin:0px 0 15px 0;
}


select::-ms-expand { display: none;}
select {-webkit-appearance: none; -moz-appearance: none;text-indent: 1px;text-overflow: '';}
/* *********************** END GENERAL SETTINGS *********************** */

#wrapper{
	width:100% !important;
	margin:0 !important;
}

.container {
	width:1170px;
}

#topline{
	background:#941B80;
}
#login-register{
	margin:0;
	color:#FFF;
	text-align:right;
	padding:5px 0;
	 font-family: 'Karla-Regular';
}
#login-register ul{
	margin:0;
}
#login-register li{
	display:inline-table;
}
#login-register li a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding:0px 10px;
	border-left:1px solid #fff;
}

#login-register li:first-child a{
	border:none;
}

#login-register p{
	margin:0;
}

.login-greeting{
	display:inline-table;
}
.login-greeting a{}

.logoutreg{
	display:inline-table;
	padding:0px 0 0 10px;
}

.logoutreg .button {
	background:#ffe300 !important;
	padding:5px;
}

#contactphone{	
	 font-family: 'Karla-Regular';
	 padding:5px 0;
}
#contactphone ul{
	margin:0;
}
#contactphone ul li{
	display:inline;
	margin-right:20px;
}
#contactphone ul li a{
	font-size:14px;	
	font-family: 'Karla-Regular';
	padding-left:30px;
	color:#FFF;
}
#contactphone ul li.phone a{
	background:url(../images/icon-phone.png) no-repeat scroll left center;
}
#contactphone ul li.email a{
	background:url(../images/icon-email.png) no-repeat scroll left center;
}
#topbanner{
	float:right;
}

div#topheader{
	width:100%;
	position:relative;
	padding:20px;
}

h1.logo{
	width:auto;
	margin:0;
}

div#sociallogin p{margin:0;}

div#sociallogin a{
	float:left;
	display:block;
	margin-left:10px;
}


#slideshow{
	position:relative;	
}
/* Edit slideshow */
#slideshow .slide-desc{
	background:none;
	top:100px !important;
}

#slideshow .slide-desc-in{
	width:1170px;
	margin:0 auto !important;
	
}
#slideshow .slide-desc-bg{
	background:none;
}
#slideshow .slide-desc-text{
	width:80%;
	background:none;
}
#slideshow .slide-desc-text .slide-title{
	font-family: 'Karla-Bold';
	font-size:54px;
	line-height:60px;
	color:#000;
	padding:10px;
	margin:0;
	text-transform:uppercase;
	background:#FFF;
}

#slideshow .slide-desc-text .slide-text{
	background:#3B5998;
	color:#FFF;
	padding:10px;
	font-family: 'Karla-Bold';
	font-size:18px;
	text-transform:uppercase;
	display:table;
}
#slideshow .container{
	position:relative;
}
#slideshow .djslider,
#slideshow .slider-container ul li{
	height:670px !important;
}
/* End slideshow */

#slideinner .custom{
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}

/* End sector*/
div#full-registration {
	width:100px;
	position:absolute;
	z-index:100;
	bottom:50px;
	right:100px;
}

div#full-registration a.readon{
	float:right;
	text-align:center;
	text-transform:uppercase;
	padding-right:20px;
	background:#29682D url(../images/arrow1.png) no-repeat scroll 95% 8px;
}
#container{
	overflow:hidden;
	width:100%;
	position:relative;
}

#topmenu {
	float:right;
	margin-top:20px;
}
#topmenu .navbar{
	margin:0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}

#topmenu li a,
#topmenu li .separator{
	color:#000;
	font-size:16px;
	display:block;
	padding:10px 15px;
	cursor:pointer;
	font-family: 'Karla-Bold';
  line-height: 20px;
}

#topmenu li li a{background:none;}
#topmenu li:first-child a{
	background-color: #eee;
}

#topmenu li.active a,
#topmenu li a:hover{	
	color:#941B80;
}

#topmenu ul li ul {background:#eee;padding:0;}

#topmenu ul li ul ul{
	background:#F8F8F8;
}


#topmenu ul li ul li{
	padding:0px;
	border-bottom: 1px solid;
}
#topmenu ul li ul a,
#topmenu ul li ul .separator{
	background:none;
	display:block;
	cursor:pointer;
}
/* end menu*/


#socialmedia{
	padding-top:10px;
}
#socialmedia p{
	margin:0;
}
div#content {
    padding:0;
    text-align: justify;
    width:100%;
	overflow:hidden;
}

body.homepage div#content{
	display:none;
}

/******/

.white_space {
	height: 20px;
	display: block;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	


	
/* Sub Menu */
.sublevel {
	height: 18px;
	width: 160px;
}
a.sublevel {
	background: transparent;
	color: #999999;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	float: left;
	display: block;
	padding: 1px 0px 1px 30px;
}
a.sublevel:hover {
	color: #cc3300;
	text-decoration: none;
}
table.moduletable td table div {
	padding: 0px;
	margin-left: 18px;
	height: 20px;
}

/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


table.moduletable td {
	height: 18px;
	text-align: center;
}
table.moduletable p {
	text-align: left;
}

div.moduletable h3{
	padding-bottom:0px;
	margin-bottom:20px;
	font-size:32px;
	line-height:32px;
	color:#262626;
}
/* Custom Modules */

ul.latestnews, ul.mostread {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
li.latestnews, li.mostread {
	margin: 0px;
	padding: 0px;
	width: 210px;
	list-style: none;
}
li.latestnews a, li.mostread a {
	color: #333333;
	text-transform: none;
	margin-left: 0px;
	text-align: left;
	display: block;
	padding: 2px 0px 2px 0px;
}
li.latestnews a:hover, li.mostread a:hover {
	text-decoration: none;
}
#searchform form {
	vertical-align: top;
	height: 37px;
	display: block;
}
.search {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.search .button {
	background:url(../images/button-search.png) no-repeat scroll center top;
	border: none;
	color: #ffffff;
	vertical-align: middle;
	text-transform: none;
	padding:0px;
	margin-left: 5px;
	width:40px;
	height:34px;
	text-indent:-2000px;	
}

.search .inputbox {
	padding: 7px 5px;
	margin: 0px;
	width: 220px;
	background: #ffffff;
	border: 1px solid #D5D4D4;
	color: #333333;
	vertical-align: middle;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	font-size:25px;
	color: #053f87;
	height: 32px;
	text-transform: none;
}
.contentheading table td {
	letter-spacing: 0px;
	font-weight: bold;
}
/* content title and links */
.contentpagetitle {
	background-color : transparent;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.contentpagetitle:hover {
	color: #666666;
	text-decoration: none;
}
/* top box like a category description */
.contentdescription {
	background-color : transparent;
	padding: 10px 0px;
}
/* Main Body Text */
.contentpane {
	background: transparent;
}
.contentpaneopen {
	background-color: transparent;

}
/* Main Body Text */

/* article rating */
.content_rating {
	font-weight: normal;
	font-size:.8em;
}
.content_vote {
	font-weight: normal;
	font-size: .8em;
}
/* icons */
.buttonheading {
	font-size: 12px;
}
.pop-ups {
	float: right;
}
a.pop-up {
	border-bottom: 0;
}
/* Dates */
.createdate {
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
.modifydate {
	color: #cccccc;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
}
.newsfeeddate {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {
	color: #cccccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 11px;
	color: #999;
}
.pagebar {
	font-size: 11px;
	font-weight: bold;
}
.pagenav_prev {
	font-size: 11px;
	color: #999;
}
.pagenav_next {
	font-size: 11px;
	color: #999;
}
a.pagenav {
	color: #2684C1;
	text-decoration: underline;
	font-weight: normal;
}
a.pagenav:hover {
	color: #2684C1;
	text-decoration: none;
	font-weight: normal;
}
.pagenavcounter {
	height: 15px;
}
.back_button {
	font-size: 11px;
	letter-spacing: 1px;
	height: 15px;
	clear: both;
	margin: 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
/* Read more link */
.readon {
	font-weight: bold;
	text-decoration: none;
	display:block;

}
.readon:hover {
	text-decoration: underline;
}
/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
}
table.contenttoc th {
	background: transparent;
	color: #06c;
}
table.contenttoc td {
	padding: 2px;
}
/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}
/* End Article index  */

/*  component heading */
.componentheading {
	text-align: left;
	margin-top: 5px;
	background-color: #ffffff;
	line-height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	color: #231F20;
	letter-spacing: 0px;
	font-size:24px;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #eeeeee;
	color : #666666;
	border-collapse: collapse;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
/* Table odd and Even Rows */
.sectiontableentry1 {
	
	color: #666666;
	padding: 2px!important;
	text-align: left;
}
.sectiontableentry2 {	
	color: #666666;
	padding: 2px 0px !important;
	text-align: left;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 2px !important;
}
.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background: none;
	vertical-align: middle;
}

.sectiontablefooter {
	height: 18px;
}
table.poll {
	border: none;
	margin: 0px;
	padding: 0px 5px;
}
table.poll thead td {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
table.pollstableborder {
	margin: 0px;
	padding: 0px;
	border: none;
}
table.pollstableborder td {
	text-align: left;
	margin: 0px;
	padding: 0px;

}
/* End Sectiontable */

/* Category */
.category {
	color:#ccc;
}
a.category:link, a.category:visited {
	height: 15px;
	color: #cc3300;
	text-decoration: underline;
}
a.category:hover {
	height: 15px;
	color: #cc3300;
	text-decoration: none;
}
/* End category */

/* blogsection */
.blog {
	background-color: transparent;
}
.blogsection {
	height: 18px;
}
.blog_more {
	clear: both;
	display: block;
	width: 430px;
	padding: 10px 0px;
}
.blog_heading {
	height: 18px;
}
/* space from bottom of article */
.article_seperator {
	background: none;
}
/* End blogsection */

/* Search Form Module*/
.search {
	float:right;
}
/* results if not search google */
.searchintro {
	height: 22px;
}
/*Search Form keyword highlight*/
.highlight {
	background: #f0f0f0;
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrapper {
	background-color : #FFFFFF;
}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form {
	margin: 0px;
}

hr{
	height:1px;
	border-bottom:1px solid #e3e1e1;
	overflow:hidden;
	width:100%;
}
input {
	background: #FFF;
	color: #333;
	padding:6px 5px;
	border:1px solid #C6C6C6;
}


input.btn,input.button,button,
input[type="submit"]{
	background:#ffe300;
	color:#000;
	font-family: "Karla-Bold";
	font-size:14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	text-transform:uppercase;
}

input.btn:hover,input.button:hover,button:hover,
input[type="submit"]:hover{
	background:#e7ce03;
}
.inputbox {
	background: #fff;
	border: 1px solid #e3e1e1;
	color: #333;
}
.text_area, textarea {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
}
/* Pull down menu */
.selectbox {
	width: 100%;
}
/* Submit Button */

.button:hover {
	color: #fff;
}


/* Contact Email Form */
.contact_email {
	margin: 0px;
	padding: 5px;
}
#searchphraseany, #searchphraseall, #searchphraseexact {
	background: none;
}

.social_login {display:none}

/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
}

.pagetext {
	visibility: hidden;
	display: none;
}
/*Body of the form*/
.adminform {
	background-color : #FFFFFF;
}

/* *********************** End TABBED EDITING *********************** */

td.acysubbuttons input{
	background:url(../images/sub.png) no-repeat scroll 0 0;
	width:78px;
	height:20px;
}

#pathways{
	padding:20px 0px 0 0px;
	width:100%;
	margin:0 auto;
	font-size:14px;
	text-transform:uppercase;
	color:#e65a27;
}

#pathways .container{
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #FFEDDA;
}

.showHere{display:none;}

a.pathway {
	color: #550000;
	text-decoration: none;
}
a.pathway:hover {
	color:#4F4F4F;
	text-decoration: underline;
}

div#maincontent,div#maincontent-fr,
div#maincontent-f,div#maincontent-fl{
	padding:20px 0px;
	width:100%;
	overflow:hidden;
}

div#maincontent #colmain{
	padding:0 15px;
}
div#colmain{
	width:500px;
	float:left;
}
div#maincontent-fr div#colmain{
	float:right;
	width:720px;
}
div#maincontent-fl div#colmain{
	width:680px;
}
@media(min-width:1200px){
	div#maincontent-fr div#colmain{
		float:right;
		width:850px;
	}
	div#maincontent-fl div#colmain{
		width:850px;
	}
}

div#maincontent-f div#colmain{
	width:100%;
	padding:0;	
}


div#colleft{
	width:220px;
	float:left;
}

div#colleft li{
	margin:0px 0 5px 0;
}
div#colleft li a{
	color:#000;
}

div#colleft .moduletable h3,
div#colleft .moduletable_menu h3
{
	color:#000;
	margin:0;
	font-size:14px;
	margin-bottom:5px;
	padding:0px 0 5px 0;
	font-weight:bold;
}

div#colleft .moduletable .modcontent,
div#colleft .moduletable_menu .modcontent{
	padding:0px;
}

.searchBar label,
.searchBarContainer ul.tabNav li{
	font-weight:normal;
} 

div#colright{
	width:260px;
	float:right;
}
div#colright .moduletable{
	margin-bottom:20px;
}
div#colright .moduletable h3{
	color:#000;
	margin:0;
	font-size:24px;
	margin-bottom:5px;
	padding:0px;
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
}
div#colright .moduletable .modcontent,
div#colright .moduletable_menu .modcontent{
	padding:0px;
}


div#colright li a{
	color:#424242;
	text-decoration:underline;
	font-weight:bold;
}
#colright div.k2ItemsBlock ul li a{
	text-decoration:none;
}
div#colright .rmsearch {
    width: 100%;
}
div#colright .rmsearch [class*='col-md-']{
	width:100%;
	float:none;
}
div#colright .rmsearch input{
	width:100%;
}
div#colright .rmsDropDown{
	width:100%;
}
div#colright span.featured_job{
	border-bottom:1px solid #CCC;
	border-radius:0;
}
div#colright span.featured_job,
div#colright span.featured_job.even{
	background:none;
}
div#colright span.featured_job span{
	display:block;
	width:100%;
	float:none;
	text-align:left;
}
div#colright .jobsHeader{
	display:none;
}
div.content{
	margin:0;
	overflow:hidden;
}

.search_advanced{
	position:absolute;
	top:20px;
	right:15px;
}

.search_advanced a{
	background:url(../images/button.png) repeat-x scroll 0 0;
	padding:9px 12px;
	color:#FFF;
	font-weight:bold;
}

#banner .banneritem{
	float:left;
}

div.moduletable,div.moduletable_text,
div.moduletable_color1,div.moduletable_red,
div.moduletable_black,
div.moduletable_no{
	margin-bottom:0px;
}

#bottom {
	width:100%;
	padding:30px 0;
	overflow:hidden;
	background:#3B5998;
	color:#FFf;
}
#bottom p{
	margin:0;
}
#bottom  .sp-tweet-even,
#bottom .sp-tweet-item{
	background:none;
	border:none;
}

#bottom .moduletable h3{
	margin:0 0 10px 0;
	color:#fff;
	padding-bottom:10px;
	font-size:18px;
}
#bottom .moduletable{margin:0;}

#bottom ul li a{
	color:#fff;
	padding:5px 0;
}


#bottom a.email{
	color:#FFF;
	text-transform:uppercase;
}
#bottom ul li.facebook a{
	background:url(../images/facebook.png) no-repeat scroll left center;
	padding-left:30px;
}
#bottom ul li.twitter a{
	background:url(../images/twitter.png) no-repeat scroll left center;
	padding-left:30px;
}
#bottom ul li.linkedin a{
	background:url(../images/linkedin.png) no-repeat scroll left center;
	padding-left:30px;
}

.TDB-tweet-container{
	border:none !important;
	font-style:italic;
	margin:0 !important;
	background:url(../images/tweet.png) no-repeat scroll right top;
	padding:10px 100px 10px 10px !important;
	font-size:11px;
}


#footer{
	overflow:hidden;
	color:#fff;
	padding:20px 0;
	font-size:12px;
	background:#941B80;
}
#footer p{
	margin:0;
}
#footer a{
	color:#fff;
}

#footer .copyright ul li{
	display:inline;
}
#footer .copyright ul li a{
	border-left:1px solid #FFF;
	padding:0 5px;
	
}
#footer .copyright ul li:first-child a{
	border:none;
}
.ram_llm_ul li,.ram_lsm_ul li{
	background:url(../images/ram-list.png) no-repeat scroll left 7px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.ram_llm_ul li a,.ram_lsm_ul li a{
	font-weight:bold;
}

.ram_llm_ul li a .number,.ram_lsm_ul li a .number{
	font-weight:normal;
	display:none;
}

select{
	padding:4px 10px;
	border:1px solid #e3e1e1;
}

/*MORE*/
.register-header {
	font-size:2em;
	font-weight:bold;
}
.regiser-fea li {
	list-style:disc inside none;
}
.register-form {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#EDEDED;
	padding:20px;
	color:#2582C0;
}
.register-form tr {
	height:50px;
	vertical-align:top;
}
.register-title {
	border-bottom:1px solid #FFFFFF;
	height:30px;
	margin:0 -20px 20px;
}
.register-title span {
	font-size:1.5em;
	font-weight:bold;
	margin:0 20px;
}
.register-data {
}
.register-button {
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	height:34px;
	margin-top:10px;
	width:122px;
	float:left;
	line-height:34px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.form-button{
	overflow:hidden;
}
a.register-button{
	display:block;
}
.login-header {
	font-size:2em;
	font-weight:bold;
	color:#2785C2;
}
.login-fea li {
	list-style:disc inside none;
}

/*contact page*/

p.contact-des{
	font-size:22px;
}

div.contactpage{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}

div.contactitem:first-child{
	margin-left:0;
}

div.contact-right{
	float:right;
	width:320px;
	border-left:1px solid #F8EDE4;
	padding-left:20px;
}
div.contactitem{
	float:right;
	width:260px;
	padding:10px;
	border:1px solid #F8EDE4;
	padding:20px 30px;
	background:#FCF6F1;
	margin-bottom:20px;
	color:#FD850A;
}

div.contactitem h3{
	background:url(../images/c.png) no-repeat scroll left 0px;
	padding-left:30px;
}

div.contact-form{
	float:left;
	width:580px;
	border:1px solid #F8EDE4;
	padding:20px 30px;
	background:#FCF6F1;
}

div.contact-form div.form-element{
	margin-bottom:20px;
	overflow:hidden;
}

div.contact-form div.form-element .inputbox{
	width:570px;
	border:none;
	color:#FD850A;
}
div.contact-form div.form-element .form-name .inputbox,
div.contact-form div.form-element .form-email .inputbox{
	width:260px;
}
div.contact-form div.form-element .form-name{
	float:left;
}
div.contact-form div.form-element .form-email{
	float:right;
}

div.contact-form div.form-element textarea{
	height:100px;
	width:570px;
	border:none;
	padding:6px;
	color:#FD850A;
}

div.contact-form .moduletable h3{
	border-bottom:1px solid #f3dbca;
	padding-bottom:10px;
	background:url(../images/b.png) no-repeat scroll left 2px;
	padding-left:30px;
}
div.contact-form .button{
	background:url(../images/button-contact.png) no-repeat scroll left top !important;
	border:none !important;
	display:block;
	width:200px;
	border-radius:0 !important;
	height:40px;
	font-weight:bold;
}

div.maincontact{
	padding:0px;
	margin-bottom:10px;

	border-bottom:1px solid #F8EDE4;
	padding-bottom:10px;
}

.RAM_SubHeading {
	color: #034083 !important; 
	font-size:25px;   
}

.wf_header{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.resuit {
    background:#2684C1 !important;
 
}

.wf_employee_line {
    border-bottom:none;
    padding:0px;
	margin-bottom:10px;
}

.wftable td {
    padding: 2px;
}

.wf_employee_photo{
	float:none;
	margin:0 !important
}

h3.wf_employee_name {
    font-size:18px;
	margin:10px 0 5px 0 !important;
	font-family: 'Karla-Regular';
}
h3.wf_employee_name a{
	color:#FFF;
	text-transform:uppercase;
}
.wf_employee_position{
	font-size:12px;
	font-style:normal
	
}

.wfrow1 {
    background: none;
}


div.branchitem td{
	padding:3px;
}

div.wf_quicksearch_optholder .button{
	margin-left:5px;
}
div#cboxOverlay{
	opacity:0.3 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
}

div.ltBlock ul.ltBlockList li {
    background: url("../images/twitter-bg.png") no-repeat scroll 0 0 transparent;
    height: 55px;
    padding: 10px;
}

p#com-form-login-remember{
	margin-top:20px;
}

p#com-form-login-remember label{
	margin-right:5px;
	float:left;
}

.content ul {
    list-style: disc outside none;
    margin-left:0;
}
a.pagenav {
	padding:5px;
}

a.advanced-search{
	color:#000;
	margin-right:10px;
	text-decoration:underline;
	font-style:italic;
}

div.list div.yoo-tweet ul li{
	border:none !important;
	border-radius:0 !important;
	background:none !important;
}

div.ltFollowUsLink{
	display:none;
}

cufon canvas {
    position: relative !important;
    /*top: 0 !important;*/
}


.contentheading{
	margin-bottom:10px;
	padding-bottom:10px;
}

a.jobsector,a.joblocation{
	position:absolute;
	top:20px;
	color:#FFF;
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:10px;
	display:block;
	width:auto;
	padding:10px;
	font-size:16px;
	text-align:center;
}
a.jobsector{
	right:195px;
}
a.joblocation{
	right:10px;
}

.searchBarContainer {
    width: 278px !important;
}


#colright a.moduleItemReadMore{
	float:right;
}


#colright div.k2ItemsBlock ul li{
	background:none;
	padding:2px 0px 2px 0px;
	margin-bottom:5px;
}

#slideshow #wrapsearch{
	position:absolute;
	left:0;
	bottom:20px;
	z-index:101;
	width:100%;
}
#topsearch {
	padding-top:105px;
}
#topsearch h3{
	color:#FFF;
	margin:0px;
	width:25%;
	padding:15px;
	height:140px;
	text-transform:uppercase;
	float:left;
	background:#941B80;
	border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-webkit-border-radius:15px 0 0 15px;
}
#topsearch h3 span{	
	/*-webkit-transform: rotate(-10deg); 
	-moz-transform: rotate(-10deg);  */
	display:block;
}

#topsearch .modcontent{
	float:left;
	width:75%;
}

#topsearch .rmsearch{
	overflow:hidden;
	border-radius:0 15px 15px 0;
	border:none;
	padding:20px;
	height:140px;
	width:100%;
	background:#FFF url(../images/bg-search.png) repeat-x scroll left top;
}

#topsearch .rmsearch .row{
	height:50px;
	margin-bottom:20px;
}

#topsearch .rmsearch .form-element.keyword,
#topsearch .rmsearch .form-element.msector {	
	width:100%;
	background-color:#FFF;
}

#topsearch .rmsearch input[type="text"],
#topsearch .rmsearch .rmsDropDown{
	border-radius:0;
	border:none;
	padding:6px 10px;
	margin:0;
	height:41px;
}
#topsearch .rmsearch input[type="text"]{
	width:100%;
}
#topsearch .rmsearch .rmsDropDown{
	width:100%;
	background:none;
}
#topsearch .rmsearch .form-element{
	float:left;
	width:100%;
	border-bottom:1px solid #cacaca;
	margin-right:10px;
}
#topsearch .rmsearch .selectbox {
    background: url("../images/bg-select.png") no-repeat scroll right center #ececec;
    height: 41px;
    overflow: hidden;

}
#topsearch .rmsearch input[type="submit"]{
	display:block;
	float:right;
	margin:0;
	width:auto;
	height:40px;
}



/* style module upload file*/

input.inputupload{
	background:url(../images/inputupload.png) no-repeat scroll left top;
	width:202px !important;
	border:none !important;
	height:32px !important;
}

span.deslabel{
	padding-left:60px;
}

div.chronoform{display:none;}

div.fileinputs {
	position: relative;
	margin:40px 0 10px 0;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile input{
	background:url(../images/inputupload.png) no-repeat scroll left top;
	width:202px;
	height:32px;
	position:relative;
	border:none;
	float:left;
}
div.fakefile img{float:left;}

input.file {
	position: relative;
	text-align: right;
	z-index: 2;
	height:44px;
	width:260px;
}

/*menu side suffix chris*/

div.moduletablemenusidemenu ul{
	background:#e8e8e8;
	padding:2px 0px 2px 9px;
	margin-bottom:5px;

}

div.moduletablemenusidemenu {margin-bottom:20px;}
div.moduletablemenusidemenu h3{color:#245626;font-size:18px;}

#content-mass-bottom .moduletable{
	margin-bottom:0;
}


/*style upload form*/
div.fileinputs {
    margin: 0px 0 0px;
    position: relative;
}
input.file {
    height:38px;
    opacity: 0;
    position: relative;
    text-align: right;
    width: 310px;
    z-index: 2;
}
div.fakefile {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
div.fakefile input {
    background: url("../images/inputupload.png") no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 26px;
    position: relative;
    width: 210px;
	margin:0;
}
div.fakefile img {
    float: left;
}

#colright .ccms_form_element{
	margin-bottom:16px;
	padding:0;
}

#colright .ccms_form_element .button{
	width:100px;
}
#colright .ccms_form_element .inputbox{
	width:298px;
	height:26px;
	margin:0;
}

#topfeatured .jobsHeader{
	display:none;
}

#topfeatured .modcontent{
	background:#ececec;
	border-radius:5px;
	font-family: 'Karla-Italic';
	font-size:16px;
}
#topfeatured span.featured_job.even{
	background:#FFF;
	border-radius:0 0 5px 5px;
}
#topfeatured .moduletable h3{
	background:#941B80;
	display:inline-table;
	padding:20px;
	border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
	color:#FFF;
	text-transform:uppercase;
	margin:0;
}

#topfeatured .moduletable h3 span{	
	/*-webkit-transform: rotate(-10deg); 
	-moz-transform: rotate(-10deg);*/
	display:block;
	width:160px;
	
}
#content-mass-bottom{
	font-size:12px;
}
#content-mass-bottom .moduletable h3{
	
}

#content-mass-bottom .gkTabsItem{
	background:none;
	padding:10px 0;
}

#content-mass-bottom .jobsHeader{
	background:#7d7b7b;
	border-radius:0;
	height:50px;
	border:none;
	margin-bottom:10px;
	display:none;
}
#content-mass-bottom .jobsHeader span{
	color:#fff;
	text-align:center;
	padding:13px 10px;
	font-size:12px;
	width:20%;
	background:url(../images/vline2.png) no-repeat scroll left center;
}
#content-mass-bottom .jobsHeader span:first-child{
	background:none;
}

#content-mass-bottom .jobsHeader span.title_col{
	
}
#content-mass-bottom .gkTabsWrap.vertical ol{
	border:none;
}

#content-mass-bottom .gkTabsWrap.vertical ol li, 
#content-mass-bottom .gkTabsWrap.horizontal ol li{
	background:#005b8d;
	border-radius:0;
	text-shadow:none;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:130px;
	text-align:center;
}
#content-mass-bottom .gkTabsWrap.vertical ol li a{
	color:#40286c;
}
#content-mass-bottom .gkTabsWrap.vertical ol li a:hover{
	color:#000;
}


#content-mass-bottom .gkTabsWrap.vertical ol li:hover, 
#content-mass-bottom .gkTabsWrap.vertical ol li.active, 
#content-mass-bottom .gkTabsWrap.horizontal ol li:hover, 
#content-mass-bottom .gkTabsWrap.horizontal ol li.active{
	color:#fff !important;
	background:#00517d;
}

#content-mass-bottom span.featured_job{
	border-radius:0;
	margin-bottom:10px;
	padding:15px 0;
	background:#FFF;
	border-bottom:1px solid #cacaca;
}
#content-mass-bottom span.featured_job.even{
	background:#FFF;
}
#content-mass-bottom span.featured_job span,
#topfeatured span.featured_job span{
	width:25%;
	color:#484848;
	text-align:center;
}
#content-mass-bottom span.featured_job span a{
	color:#484848;
}
#content-mass-bottom span.featured_job span.title_col,
#content-mass-bottom span.featured_job span.type_col{
	font-family: 'Karla-Bold';
	font-size:15px;
	color:000;
}

#content-mass-bottom span.featured_job span.apply_col{
	text-align:center;
	padding:15px 0;
	float:right;
	
}
#content-mass-bottom span.featured_job span.apply_col a,
#topfeatured span.featured_job span.apply_col a{
	color:#000;
	background:#ffe300;
	border-bottom:3px solid #e7ce03;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Karla-Bold';
	padding:5px 15px;
	font-size:14px;
	text-transform:uppercase;
	display:inline-table;
}
#content-mass-bottom span.featured_job span.apply_col a:hover{
	background:#7d7b7b;
}

a.readmore{
	color:#4A4A4A;
}


#testimonials{
	padding:50px 0;
	overflow:hidden;
	color:#646464;
}
#testimonials h3{
	font-size:28px;
	line-height:28px;
}

#testimonials div.fst_comment{
	padding:0;
	border:none;
	float:left;
	width:250px;
	clear:none;
	margin-left:100px;

}

#testimonials div.fst_comment:first-child{
	margin:0;
}
#testimonials div.fst_comment .fst_comment_commentmod{
	background:url(../images/testimonial.png) no-repeat scroll left top;
	padding:50px 40px;
	width:166px;
	height:162px;
	text-align:center;
}


.fst_comment_info{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.fst_comment_info .fst_comment_name{
	width:auto;
	font-size:16px;
	color:#ffe300;
	padding:5px 0;
}

.fst_comment_info .fst_comment_website{
	width:auto;
	font-size:12px;
	padding:5px 0;
	
}


#searchedjob{
	overflow:hidden;
}

#mainBottom{
	padding:30px 0;
	background:#f1f1f1;
}

#right-sector h4{
	background:#FFF;
	border-bottom:1px solid #cacaca;
	font-family: 'Karla-Bold';
	font-size:15px;
	text-transform:uppercase;
	padding:20px 0;
	text-align:center;
}
#right-sector h4 a{
	color:#5e626d;
	display:block;
}
#logoslider{
	padding:30px 0;
}
#logoslider .moduletable h3{
	 font-family: 'pacificoregular';
	 font-size:50px;
	 line-height:60px;
	 color:#941B80;
}

#logoslider .slider-container ul li img{
	border:1px solid #CCC !important;
	width:auto;
}
#footer-strip{
/*	background:url(../images/bg-strip.png) no-repeat scroll center top / cover;*/
  background:#f1f1f1;
	padding:30px 0;
	color:#3B5998;
}

a.moduleItemTitle {
    color: #941B80;
}

#footer-strip .moduletable h3{
	color:#941B80;
}

/* style style responsive for team page */

@media (min-width: 768px) and (max-width: 979px) {
 .wf_emp_entry{
  display:table;
  width:100%;
 }
}

@media (max-width: 767px) {
 .wf_emp_entry{
  display:table;
  width:100%;
 }
}

@media (max-width: 480px) {

 .wf_emp_entry td,
 .wftable td{
  display:table;
  width:100%;
 }
 .wf_emp_entry .wf_social_line{
  right:10px;
 }
 .wf_social_line{
  float:none;
  margin:0;
  text-align:left;
 }
}
/* end team page */

/*Use Full image article work as slideinner */
	div#content.active-image{
		padding-top:300px;
		position:relative;
	}
	div#content.active-image .item-page .img-fulltext{
		position:absolute;
		left:0;
		width:100%;
		top:0;
		height:300px;
	}
	
.wftable .wf_header{
	display:none;
}
.wf_employee_photo{
	padding:0;
	border:none;
	max-height: 249px;
    overflow: hidden;
}
#comments .fst_comment{
	background:#941B80;
	color:#FFF;
	overflow:hidden;
	margin-bottom: 20px;
	padding:20px 0 19px 25px !important;
}
#comments .fst_comment:nth-child(2n){
	background:#AAA;
}
#comments .fst_comment .fst_comment_created{
	display:none;
}
div.fst_comment_name {
  width:300px;
}
div.fst_comment_comment {
    padding-left: 303px;
}
a#commentaddbutton {
    background: #ffe300;
    color: black;
    padding: 10px;
    /* margin-bottom: 50px !important; */
}

.k2Pagination ul li a.pagenav:hover, div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover, div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a:hover, div.itemAuthorLatest ul li a:hover, div.itemRelated ul li a:hover, div.subCategory > h2 a:hover, div.subCategory:hover > h2 a, div.catItemHeader h3.catItemTitle a:hover, div.catItemHeader h3.catItemTitle a:focus, div.catItemHeader h3.catItemTitle a:active, div.itemContainer:hover div.catItemHeader h3.catItemTitle a, div.userItemHeader h3.userItemTitle a:hover, div.userItemHeader h3.userItemTitle a:focus, div.userItemHeader h3.userItemTitle a:active, div.tagItemHeader h2.tagItemTitle a:hover, div.tagItemHeader h2.tagItemTitle a:focus, div.tagItemHeader h2.tagItemTitle a:active, div.k2ItemsBlock ul li div.moduleItemAuthor a:hover, div.k2LoginBlock ul li a:hover, div.k2LoginBlock ul li a:focus, div.k2LoginBlock ul li a:active, div.k2ArchivesBlock ul li a:hover, div.k2CategoriesListBlock ul li a:hover, div.k2CategoriesListBlock ul li a:focus, div.k2CategoriesListBlock ul li a:active, div.k2CategoriesListBlock ul li.activeCategory a {
  color:#941B80 !important;
}

div.itemToolbar ul li span.itemTextResizerTitle, div.itemTagsBlock ul.itemTags li a:hover, div.itemAuthorBlock div.itemAuthorDetails h3.authorName a, div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a, div.subCategory > h2 a, div.catItemHeader h3.catItemTitle a, div.catItemTagsBlock ul.catItemTags li a:hover, div.userItemHeader h3.userItemTitle a, div.userItemTagsBlock ul.userItemTags li a:hover, div.tagItemHeader h2.tagItemTitle a, div.k2ItemsBlock ul li div.moduleItemAuthor a, div.k2ArchivesBlock ul li a {
  color:#941B80 !important;
}

div.itemListCategory h2 {
  color:#941B80 !important;
}

ul.about-col-4 {
		column-count: 4;
    column-gap: 20px;
		list-style: none;	
	}
@media (max-width: 768px) {
  ul.about-col-4 {
		column-count: 2;
	}
}

/*CHRIS*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

img.markloc.hideMob {
    margin-bottom: 0px !important;
}

#keyword {height:32px}

.wf_employee_box{
	background:#941B80;
	padding:7px;
	color:#FFF;
}

.rm-apply, .rm-textInput, .rm-yesNo-grayed, .rm-chooseFile-button, .rm-sidebar, .rm-jobInformation, .rm-jobDetails, .rm-jobHeading, .rm-fieldTitle, .rm-inputWrapper input, .rm-remindLater-field input, .rm-remindLater-field select {
    background: #f5edf4 !important;
}


#content-bottom {
  background: #941B80;
  min-height: 100px;
  position: relative;
  width: 100%;
}

#content-bottom .container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#content-bottom .container p {
  margin: 0;
  padding: 0;
}
#content-bottom .container a {
    padding: 20px 50px;
    background: #3B5998;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.rm-apply, .rm-yesNo-grayed, .rm-chooseFile-button, .rm-sidebar, .rm-jobInformation, .rm-jobDetails, .rm-jobHeading, .rm-fieldTitle, .rm-inputWrapper input, .rm-remindLater-field input, .rm-remindLater-field select {
   background: none !important;
}

#stats{
	text-align:center;
	padding:50px 0;
}

#stats .moduletable h3{
	font-size:40px;
	line-height:40px;
}
#stats .box{
	background:#941b80;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	font-size:20px;

	padding:85px 50px;
	height:260px;
	max-width:260px;
	margin:10px auto;
	display:block
}
@media(min-width:992px) and (max-width:1199px){
    #stats .box{
        height:200px;
    	max-width:200px;
    	padding:50px 20px;
    }
}
#stats .box span{
	display:inline-block;
}
#stats .box span.counter,
#stats .box span.counter2{
    font-size:60px;
	line-height:50px;
		color:#ffe300;
    	font-family: 'museo_slab500';
          margin: 0 0 10px;
}
#stats .box span.text{
    display:block;
    	font-size:20px;
   color: #fff;
}