﻿@charset "utf-8";
/*********
TEMP
*********/
#mobileLink, #desktopLink {
    display: none!important;
}
#siteheader #TopNav {
    max-width: 756px;
    max-height: 41px;
    overflow: hidden;
}

/* New CSS, overrides and resets
*******************************************************/
#sitebody .sys_content-area div.content_page {
	width: 100%;
	float: none;
	line-height: 1.5em;
}
#sitebody .sys_breadcrumb {
	width: 100%;
}
.qmmc A, .qmmc LI {
	position: inherit;
}

/* Common css rules shared by other css files */

body, input, textarea, select, option{
    font-family: 'Arial, Helvetica, sans-serif';
	font-size: 11px;
}
h2.common{
	color: #0054A6;
	font-size: 13px;
	margin: 0;
}
a.common{
	color: #ddd;
}
a.common span{
	color: #0054A6;
}
a.common:hover{
	color: #0054A6;
}
.common_component_error{
	color: red;
}
.common_clearfix{
	zoom: 1;     /* triggers hasLayout */	
}
.common_clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.common_wrap_floats{
	overflow: hidden;	
}
.common_hidden{
	display: none;		
}
.common_padding {
	padding: 8px;	
}
.commom_padding_right {
	padding-right: 8px;	
}
.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */
.common_linespaceDown {
	padding-bottom: 6px;	
}
.common_linespaceUp {
	padding-top: 6px;	
}
.common_linespaceBoth {
	padding-top: 3px;
	padding-bottom: 3px;	
}
.common_rightAlign {
	text-align: right;	
}
.common_ellipsis {
	text-overflow: ellipsis;
}
/* Used for hiding inputs */
input.common_hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/******************** Icons ******************/
span.common_icon_16{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.pure_dimmed_container:hover span.common_icon_16{
	background-position: 0 -16px;
}
span.common_icon_24{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.pure_dimmed_container:hover span.common_icon_24 {
	background-position: 0 -24px;
}

/***************** Badge *******************/

span.common_badge{
	background: #aaa;
	color: white;
	font-size: 9px;
	padding: 1px 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
div.rendering {
	padding-bottom: 0.1px;
}
div.rendering h2 {
	margin: 0px;
	font-size: 1.1em;
}
div.rendering h3 {
	margin: 10px 0 0;
	font-size: 1em;
	color: #333;
}
div.rendering strong.title {
	font-size: 1em;
}
div.rendering p {
	font-size: 1em;
	margin: 0px;
}
div.rendering div.textblock p {
	margin: 5px 0;
}
div.rendering_long div.textblock {
	margin: 5px 0;	
}
div.rendering p.type {
	color: #999;
}
div.rendering p.type .strong {
	font-weight: bold;
}

div.rendering .minor {
	font-size: .75em;
	color: #333;
}
div.rendering .nonbold {
	font-weight: normal;
}
div.rendering .dimmed {
	color: #999;
}
div.rendering span.badge {
	font-size: 10px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0 4px;
	border: 1px solid #ddd;
	color: #aaa;
	font-weight: normal;
	border-radius: 3px;
}
div.rendering span.badge_warning {
	color: #f66;
	border-color: #faa;
}

/**************************** Highlight ***************************/

div.rendering span.highlight {
	background-color: #ff0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.rendering p.type span.highlight {
	background: none;
}

/***************************** Lists ******************************/

div.rendering ul.relations {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	font-size: 1em;
}
div.rendering ul.relations_unspaced {
	margin: 0;
}
div.rendering td ul.relations {
	margin: 0;
}
div.rendering ul.hierarchy {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
div.rendering ul.hierarchy ul.hierarchy {
	list-style: disc;
	padding-left: 20px;
}
div.rendering ul.spaced li {
	margin-bottom: 5px;
	padding-left: 0;
}
div.rendering ul.small li {
	font-size: 11px;	
}

/***************************** Properties *************************/

div.rendering table.properties {
	width: 100%;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
}
div.rendering table.properties th {
	padding: 1px 0;
	text-align: left;
	font-weight: normal;
	color: #666;
	white-space: nowrap;
	vertical-align: top;
	padding: 1px 10px 1px 0;
	width: 25%;
}
div.rendering table.rightProperties th {
	text-align: right;
}
div.rendering table.groups {
	margin-bottom: 5px;	
}
div.rendering div.compactProperties table.properties {
	width: auto;
}
div.rendering_clippingreferencesportal table.properties {
	margin-bottom: 10px;
}

/************************ Paragraph property **********************/

p.property strong {
	font-weight: normal;
	color: #666;
}

/************************** Inline *********************/

span.rendering_inline span.minor {
	font-size: .85em;
	
}
span.rendering_inline span.dimmed {
	color: #666;
	font-weight: normal;
	
}

/************************** Compact *********************/

div.rendering_compact h2 {
	margin: 0;
	font-size: 1em;
}
div.rendering_compact div.address {
	margin-top: 5px;
	font-style: italic;
}

/****************************** Short ******************************/

div.rendering_short p.type {
	margin-top: 2px;
}
div.rendering p.keywords {
	color: #999;	
}
div.rendering p.keywords span.keywords_title {
	color: #000;	
}
div.rendering_short p.jobtitles {
	margin: 5px 0;
	color: #333;	
}

/****************************** Long ******************************/

div.rendering_long p.authors {
	font-size: 1em;
	margin: 5px 0px;
}
div.rendering_long ul.organisations {
	list-style: none;
	padding: 0px;
}
div.rendering_long p.abstract {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
div.rendering_long p.type {
	margin-top: 5px;
}

/********************** Files and images ***********************/

div.rendering_imagesportal div.image {
	margin-bottom: 10px;
	text-align: center;
} 
div.rendering_imagesportal img {
	margin: 10px 0;
	max-width: 500px;
}
div.rendering div.title_graphic img {
	margin-top: 10px;
	max-width: 550px;	
}
div.rendering_imagesportal div.textblock {
	margin-bottom: 10px;
	text-align: left;		
}
div.rendering_short img.logo_icon {
	background: white;
	float: left;
	max-width: 70px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 2px 5px 0 0;	
}

/********************** Definition lists ***********************/

div.rendering dl {
	font-size: 1em;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
	line-height: 1.4em;
}
div.rendering dt {
	float: left;
	width: 180px;
	color: #666;
}
div.rendering dd {
	margin-left: 200px;
	min-height: 17px;
}
div.rendering dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.rendering dl.compact dt {
	float: none;
	width: auto;
	display: inline;
}
div.rendering dl.compact dd {
	float: none;
	width: auto;
	display: inline;
	margin: 0 0 0 5px;
}

/**************************** VCARD *********************/

div.rendering_bibtex, div.rendering_ris, div.rendering_wos {
	font-family: monospace;	
}

/**************************** VCARD *********************/

div.vcard span.type {
	display: none;
}

/************************** Compact *********************/

div.rendering_compact h2 {
	margin: 0;
	font-size: 1em;
}

/********************* Nested rendering *******************/

div.rendering div.rendering h4 {
	font-size: .9em;
	margin: 0;
}

/*********************** Dark context *******************/

/* Wrap renderings in "common_context_dark" if the background is dark */

.common_context_dark .rendering *,
.common_context_dark .rendering {
	color: #fff !important;
}
.common_context_dark div.rendering span.highlight {
	background-color: #660;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
}

/************ Links (in editors): ************/

div.rendering_link h2 {
	word-wrap: break-word;
}

/************ Press activity: ************/


div.rendering_press span.program {
	padding-right: 4px;
	margin-right: 4px;
	border-right: solid 1px silver;	
}
div.rendering_classificationcomponent h2.title {
	font-size: 12px;
}

/********** JournalArticle Short: **********/


div.rendering_writtenproduction_short h2, div.rendering_writtenproduction_short p.authors {
	display: inline;
	margin-right: 4px;	
}
div.rendering_nonwrittenproduction_short h2, div.rendering_nonwrittenproduction_short p.authors {
	display: inline;
	margin-right: 4px;
}

/************** Person Short ***************/

div.rendering_person_short ul.organisations {
	padding: 0px;
	margin-bottom: 4px;
	list-style: none;
}
div.rendering_person_short p.titles {
	font-style: italic;
	margin-bottom: 4px;	
}

/************** Person Long: **************/

div.rendering_abstractperson_long ul.organisations li {
	margin-bottom: 10px;	
}

/************ Organisation Short: ************/

div.rendering_organisation_short ul {
	margin: 4px 0;
	padding: 0;	
}
div.rendering_organisation_short ul.organisations li {
	list-style-type: none;	
}
div.rendering_organisation_short p.takenover {
	margin: 5px 0;
	color: #98999A;
}

/************* Organisation Long: *************/

div.rendering_organisation_long ul {
	margin: 4px 0;
	padding: 0;
}
div.rendering_organisation_long div.address {
	float: left;	
}

/**************** User Long: *****************/

div.rendering_user_long p.profile {
	padding: 4px 0px;
}


/************************** Portal *********************/

div.rendering_detailsportal div.textblock {
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 10px;
}
div.rendering_detailsportal table.properties {
	margin: 5px 0;
}
div.rendering_associatesparticipantsclassified li, div.rendering_linkextensionportal li {
	margin: 3px 0;
}
div.rendering_abstractperson_personorganisations li {
	margin: 10px 0;
}

/************ Curriculum Vitae (CV) ************/

div.rendering_personalinfocurriculumvitaeblock_standard img{
	float: right;
	width: 80px;
}
div.rendering_curriculumvitaeblocktext p {
	margin: 5px 0;
	line-height: 1.3em;
}
div.rendering_person_cv_long {
	font-size: 12px;
}
div.rendering_person_cv_long div.address {
	margin-bottom: 5px;
}
div.rendering_person_cv_long ul.organisations {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
div.rendering_headingcurriculumvitaeblock h1 {
	font-size: 13pt;
	margin: 10px 0 5px;
	font-weight: normal;
}
div.rendering_textcurriculumvitaeblock {
	font-size: 12px;
	line-height: 1.2em;
}
div.rendering_contentlistcurriculumvitaeblock {
	font-size: 12px;
}
div.rendering_personalinfocurriculumvitaeblock {
	overflow: hidden;
}

/********************* student project receipt ********************/

div.rendering_studentproject_receipt p {
	margin-bottom: 10px;
}
div.rendering_organisation_profileinformation h3.subheader {
	margin-top: 0;
}
div.portal_navigator {
	font-size: 9pt;
}
div.portal_navigator div.rendering {
	padding:3px 4px;
}
div.portal_navigator_group {
	font-weight: bold;
	padding-top: 3px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

div.portal_navigator_group_1 {
	color: #666;
}
div.portal_navigator_group_2 {
	color: #aaa;
}
div.portal_navigator_item {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
}
span.portal_navigator_subsets {
	color: #aaa;
	display: inline-block;
	padding: 3px 0px;
}
span.portal_navigator_subsets strong {
	color: #000;
}
div.portal_navigator_top, div.portal_navigator_bottom {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #f6f6f6;
}
div.portal_navigator_navigator_pages {
	text-align: center;
	padding: 4px 0;
}
div.portal_navigator_navigator_pages div {
	display: inline-block;	
}
div.portal_navigator_navigator_row {
	overflow: hidden;
	padding: 0 5px;
	font-size: 11px;
}
div.portal_navigator_ordering {
	float: right;
}
div.portal_navigator_rss {
	float: right;
}
div.portal_navigator_viewselector_control {
	float: right;
}
div.portal_navigator_viewselector_label {
	color: #3a3a3a;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	border-left: solid 1px #eeeeee;
	margin-left: 8px;
}
div.portal_navigator_viewselector {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	padding: 0 1px;
}
div.portal_navigator_viewselector ul {
	padding: 0;
	margin: 0;	
	position: relative;
	list-style-type: none;
}
div.portal_navigator_viewselector li {
	float: left;
}
div.portal_navigator_viewselector span.left {
	background-position: left -78px;
	left: 0;
	width: 4px;	
}
div.portal_navigator_viewselector span.right {
	background-position: right -130px;
	right: 0;
	width: 4px;	
}
div.portal_navigator_viewselector span.body {
	background-position: left -104px;
	left: 4px;
	right: 4px;
}
div.portal_navigator_viewselector a.portal_navigator_view_list {
	background-position: 2px 1px;
}
div.portal_navigator_viewselector a.portal_navigator_view_graph {
	background-position: -49px 1px;
}
div.portal_navigator_viewselector a.portal_navigator_view_selected {
	background-color: #afb6bb;
	cursor: default;	
}
div.portal_navigator_viewselector a.portal_navigator_view_border {
	border-right: 1px solid #c7d2d9;
}
span.portal_navigator_sort_ascending {
	background-position: right -1px; 	
}
span.portal_navigator_sort_descending {
	background-position: right -22px;	 	
}
a.portal_navigator_sort_ascending {
	background-position: right 0px;	
}
a.portal_navigator_sort_descending {
	background-position: right -20px; 	
}
a.portal_navigator_sort_descending:hover {
	background-position: right -40px; 	
}
a.portal_navigator_sort_ascending:hover {
	background-position: right -60px;	
}
div.portal_navigator_window_and_pagesize {
	float: left;	
}
div.portal_navigator_header {
 	float: left;
	height: 26px;
    line-height: 26px;
    vertical-align: middle;
}
div.portal_navigator_window_and_pagesize span.portal_navigator_window {
	visibility: visible; 
}
div.portal_navigator_window_and_pagesize:hover span.portal_navigator_window {
	visibility: hidden;
}
div.portal_navigator_window_and_pagesize span.portal_navigator_pagesize {
	visibility: hidden;	
}
div.portal_navigator_window_and_pagesize:hover span.portal_navigator_pagesize {
	visibility: visible;
}
div.portal_navigator_rendering {
	float: right;
}


/******************** Pages ********************/

div.portal_navigator_pages {
	padding: 3px 5px;
}
span.portal_navigator_prev_next * {
	display: inline-block;
	vertical-align: top;
}
a.portal_navigator_previous:hover {
	background-position: left -13px;
}
.portal_navigator_previous_disabled {
	background-position: left -26px;
}
a.portal_navigator_next:hover {
	background-position: left -52px;
}
.portal_navigator_next_disabled {
	background-position: left -65px;
}
span.portal_navigator_pagesize {
	display: block;	
	margin-top: -26px;
}
span.portal_navigator_paging {
	vertical-align: top;
}
span.portal_navigator_links a, span.portal_navigator_links strong, span.portal_navigator_links em {
	padding: 0px 3px;
}
span.portal_navigator_links em {
	font-style: normal;
	color: #666;
}

span.portal_navigator_links em.portal_navigator_divider {
	padding: 0px;
	color: #999;
}
span.portal_navigator_links a {
	color: #ddd;
	cursor: pointer;
}
span.portal_navigator_links a span {
	text-decoration: none;
	color: #333;
}
span.portal_navigator_links a:hover {
	background-color: #ccc;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
span.portal_navigator_links strong {
	background: #999;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 2px;
}

/**************************** List popup ****************************/

div.portal_navigator_popup:hover div.portal_navigator_popup_control{
	background-position: right -104px;
}
div.portal_navigator_popup:hover div.portal_navigator_popup_control div{
	background-position: left -78px;
}
div.portal_navigator_popup:hover div.portal_navigator_popup_control div div{
	background-position: right -130px;
}
div.portal_navigator_popup_content a span { 
	cursor: pointer;
}
div.portal_navigator_popup_content strong{
	color: #999;
	font-weight: normal;
	margin: 0px 10px;
}
div.portal_navigator_popup_content ul{
	margin: 0px;
	padding: 0px;
	color: #999;
	list-style: none;
}
div.portal_navigator_popup_content li{
	display: block;
	padding: 0px;
}
div.portal_navigator_popup_content ul strong{
	color: #000;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding: 2px 10px;
}
div.portal_navigator_popup_content ul a{
	color: #3e4b52;
	display: block;
	padding: 2px 10px;
	text-decoration: none;	
}
div.portal_navigator_popup_content ul a:hover {
	background-color: #444343;	
}
div.portal_navigator_popup_content ul a.selected{
	font-weight: bold;
}
div.portal_navigator_popup_content ul a span{
	color: #333;
	text-decoration: none;
}
div.portal_navigator_popup_content ul a:hover span{
	color: white;
}

/***** white variant */
div.portal_navigator_white div.portal_navigator_top, div.portal_navigator_white div.portal_navigator_bottom{
	background: none;
}
div.portal_hierarchynavigation ul{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
div.portal_hierarchynavigation ul ul{
	padding-left: 20px;
}
div.portal_hierarchynavigation li{
	margin-top: 3px;
}
div.portal_hierarchynavigation span.portal_selected a{
	color: #000;
	font-weight: bold;
}
ol.portal_list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.portal_list li.portal_list_item {
	border-bottom: 1px solid #EEEEEE;	
}
li.portal_list_item_group {
	border-bottom: 1px solid #D5D8DC;
	color: #333333;
	font-weight: bold;
	margin: 5px 2px 2px 2px;
	padding: 5px 0;
}
li.portal_list_item_group_first {
	margin-top: 0px;	
}
div.portal_columns{
	width: 100%;
	/* Do not put overflow hidden here */
}
div.portal_columns_body{
	width: 100.9%;
}
div.portal_columns_column{
	float: left;
}
div.portal_columns_clear_end {
	clear: left;
	font-size: 0;
	line-height: 0;
}
div.portal_content_properties {
	float: right;
	width: auto;
	min-width: 16px;	
	line-height: 14px;	
}
div.portal_content_properties span.file_attachment a {
	width: 16px;
	height: 16px;
	display: inline-block;
}
div.portal_content_properties span.external_publication, div.portal_content_properties span.workflow_step {
	clear: both;
	color: #999999;
	display: block;
	float: right;
	font-size: 10px;
	padding: 1px 0px;
}
select.custom_popup option {
	font-size: 0px;
	height: 0px;
	width: 0px;
	outline: none;			
}
div.portal_list_viewselector a.portal_list_view_hierarchical {
	background-position: -73px 1px;
}
div.portal_hierarchical_renderer {
	margin-top: 8px;	
}
div.portal_hierarchical_renderer ul, div.portal_hierarchical_renderer li {
	margin: 0;
	padding: 0;
	list-style: none;	
} 
div.portal_hd_item{
	overflow: hidden;
}
div.portal_hd_body{
	overflow: hidden;
}
div.portal_hierarchical_excluded {
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}
a.portal_hd, a.portal_hd_nochildren{
	float: left;
	width: 23px;
	height: 23px;
	cursor: default;
}
a.portal_hd:hover span{
	background-position: 0px -12px;
}
a.portal_hd_open span{
	background-position: 0px -24px;
}
a.portal_hd_open:hover span{
	background-position: 0px -36px;
}
div.portal_hd_body{
	margin-left: 24px;
	margin-bottom: 5px;
}
div.portal_hierarchical_popup {
	text-align: left;	
}
div.portal_hierarchical_popup {
	display: none;
	position: absolute;
	z-index: 1000;
	background: white;
	padding: 8px;
	border: 1px solid silver;
	max-height: 300px;
	min-height: 100px;
	min-width: 200px;
	overflow-y: auto;	
}
body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}

/** Checkbox variant **/

body div.portal_hd_check_body {
	vertical-align: middle;
	line-height: 18px;
	cursor: default;
	margin-bottom: 0;	
}
input.portal_hd_check {
	padding: 0;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
div.portal_hd_check_body label {
	vertical-align: middle;
}
div.portal_hierarchical_check a.portal_hd span{
	margin: 5px 0px 0px 7px;
}
div.portal_hierarchical_check a.portal_hd_nochildren span {
	margin: 5px 0px 0px 8px;
}
ul.portal_carousel{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
li.portal_carousel{
	margin-left: 0%;
	padding: 0px;
	width: 100%;
}
li.portal_carousel div.rendering{
	padding: 10px;
}
div.portal_carousel_header{
	background: #eee;
	font-size: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	position: relative;
}
div.portal_carousel_header h2{
	font-size: 14px;
	margin: 0;
}
span.portal_carousel_navigation{
	position: absolute;
	right: 10px;
	height: 16px;
	top: 9px;
	line-height: 0;
}
a.portal_carousel_next:hover, a.portal_carousel_previous:hover{
	background-position: 0 -16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ol, ul, li,
fieldset, form, label, legend, caption,
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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
blockquote {
    padding:4px 40px 10px;
}
html {
    overflow: -moz-scrollbars-vertical;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75%;
    color:#666;
    background:#fff;
    margin:0;
    padding:10px 0 0 0;
    text-align:center;}

img {
    border:0 none;
}

.sys_sitewrap a {color:#0665a9; text-decoration:none;}
.sys_sitewrap a:hover {text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {
    margin:0 0 .3em 0;
    padding:0;
    line-height:1em;
    /*default colour*/
    color:#00a69e;
}
h1{
    margin-bottom:.7em;
    font-size:1.9em;
    font-weight:400;
}
h2{
    margin-top:.5em;
    font-size:1.7em;
    font-weight:400;
}
h3{
    font-size:1.3em;
    font-weight:700;
    margin-top: .5em;
}
h4 {
    font-size:1.2em;
    font-weight:700;}

h5 {
    font-size:1.1em;
    font-weight:700;}

h6 {
    font-size:1em;
    font-weight:700;}

.sys_content-area ul {
    list-style: square outside none; margin: 10px 0; padding-left: 40px;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}
b, strong {
    font-weight:bold;
}

/********** Statistics **********/

div.view_statistics h2.header {
	font-weight: bold;
	font-size: 12px;
	margin-left: 0 !important;
}

/********** Search **********/

div.portal_facet_panel {	
	margin-top: 10px;
}
div.portal_facet_checkbox, span.portal_facet_checkbox {
	line-height: 20px;
}
span.portal_facet_checkbox {
	display: inline-block;
	margin-right: 10px;	
}
div.portal_facet_checkbox input, span.portal_facet_checkbox input {
	padding: 4px;
	display: inline-block;
	vertical-align: middle;		
}
div.portal_facet_checkbox input, span.portal_facet_checkbox input {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
div.portal_facet_title {
	color: #333;
	font-family: Tahoma;
	font-size: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;	
}
div.filters {
	margin-top: 10px;
	padding-left: 5px;	
}

/********** Content listing **********/

ul.content_listing, ol.content_listing {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;	
}
ol.content_listing li.content_item {
	padding-bottom: 16px;	
}

/* Top section home link */

div.sys_current_folder:first-child, div.sys_parent_folder:first-child {
    border-bottom: none;
    background: #00a69e;
    color:#fff;
}
div.sys_current_folder:first-child:after, div.sys_parent_folder:first-child:after {
    display:none;
}
div.sys_current_folder:first-child a, div.sys_parent_folder:first-child a{
    color:#fff;
}
div.sys_current_item {
    background: #e3f6ff;
}
div.front_latest {
	padding: 0;		
}
div.front_latest_item {
	margin-bottom: 10px;	
}

/*************** Search ***************/

div.front_search h2.header {
	color: #666666;
	font-weight: bold;
	font-size: 12px;	
}
div.front_search input.portal_searchfield {
	width: 400px;
}
div.front_search{
	margin-bottom: 10px;
	padding: 11px 10px 10px 10px;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/TabOff.png') bottom right no-repeat #EFEFEF;	
}
div.front_search form{
	margin-bottom: 5px;	
}
div.front_search form p{
	margin: 0;
}
div.front_search a {
	font-size: 0.9em;	
}

/************** Clippings ****************/

body a.front_clippings_more span{
	color: #666;
}

/************* Sidebar left ************/

div.menu {
	float: left;
	padding-top: 30px;
	width: 180px;	
}
div.menu ul a, div.menu ul a span {
	color: #333333;	
}
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
div.menu ul a {
	display: block;
	padding: 0.2em 8px;
	font-size: 0.9em;
	text-decoration: none;	
}
div.menu ul a.home{
	background: #B90F2C;
	color: white;
	margin-right: 4px;	
}
div.menu ul ul.submenu{
	margin: 5px 0;	
}
div.menu ul a:hover{
	text-decoration: underline;	
}
div.menu li.selected a, div.menu a.selected{
	background: #0665A9;
	color: #ffffff;
	margin-right: 4px;	
}
div.menu li.selected a span, div.menu a.selected span{
	color: #ffffff;	
}
div.menu ul ul li a{
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/NavLev2Arrow.png') no-repeat scroll 14px 0.5em transparent;
	padding: 0.2em 5px 0.2em 24px;
	color: #0665A9;
}
div.menu ul ul ul li a{
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/NavLev2Arrow.png') no-repeat scroll 26px 0.5em transparent;
	padding: 0.2em 5px 0.2em 36px;
	color: #0665A9;
}
div.menu ul ul li a span{
	color: #0665A9;	
}
div.menu ul ul li.selected a, div.menu ul ul a.selected{
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/NavLev2ArrowSelected.png') no-repeat scroll 14px 0.5em #0665A9;
	color: #ffffff;	
}
div.menu ul ul ul li.selected a, div.menu ul ul ul a.selected{
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/NavLev2ArrowSelected.png') no-repeat scroll 26px 0.5em #0665A9;
	color: #ffffff;	
}
div.menu ul ul li.selected a span{
	color: #ffffff;	
}


/************* Sidebar search right ************/

div.sidebar input.sidebar_searchfield{
	font-size: 13.33px;
	width: 143px;
}
div.sidebar input.sidebar_submit{
	font-size: 13.33px;	
}
div.sidebar form#sidebar_search_form{
	margin-top: 1em;	
}

/************* Sidebar expert right ************/

div.sidebar_expert {
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/TabOff.png') bottom right no-repeat #0073CF;
	padding: 8px;
	margin-bottom: 20px;
}
div.sidebar div.sidebar_expert h3.header {
	margin-bottom: 15px;	
}
div.sidebar_expert label {
	font-size: 10.8px;
	display: block;
	color: white;	
}

/************* Sidebar right ************/

div.sidebar h3.header {
	color: white;
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: normal;	
}
div.sidebar{
	float: right;
	width: 219px;
	background: #fff;
    margin-top: 14px;
    display:none;
}
div.sidebar form p {
	margin: 0;	
}
h2.title {
    font-weight: bold;
}
a.portal_link_disabled, a.portal_link_disabled:hover, a.portal_link_disabled span, a.portal_link_disabled:hover span{
	color: #999 !important;
}

/***************** Search field *************/ 

input.portal_searchfield{
	border: 1px solid #BBBBBB;
	border: 1px solid #ddd;
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	max-width: 350px;
	width: 85%!important;
	font-size: 14px;
}
span.portal_searchfield_date input.portal_searchfield {
	width: 100px;	
}

div.portal_example {
	color: #666;
	margin: 4px 0;
	font-style: italic;	
}

/****************** Chart ****************/

div.portal_chart{
	height: 200px;
	margin-bottom: 20px;
}
div.portal_chart_empty{
	background: none repeat scroll 0 0 #FAFAFA;
	color: #AAAAAA;
	display: none;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	text-align: center;
}

/****************** Lists ***************/

p.portal_rss a{
	padding-left: 18px;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/feed.png') left top no-repeat;
	min-height: 14px;
}
ol.portal_list li.portal_list_item{
	border-bottom: 1px solid #eee;
	font-size: 11px;
	overflow: hidden;
}
ol.portal_list li.portal_list_item_group{
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
li.portal_list_item_group{
	color:#333333;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 4px;
	font-size: 11px;
	border: none;
}

/*********************** Content properties ***********************/

div.portal_content_properties{
	float: right;
}
div.portal_content_properties span.workflow_step, div.portal_content_properties span.project_status, div.portal_content_properties span.external_publication{
	height: 14px;
	line-height: 14px;
	display: inline-block;
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 9px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 4px 0px 4px 3px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
}
div.portal_content_properties span.file_attachment{
	margin-left: 5px;
}
div.portal_navigation_panel div.portal_advanced_search {
	margin: 8px 0 0;
}
div.portal_navigation_background{
	display: none;
}
div.portal_search_body{
	padding-left: 0px;
}

/********** Navigation **********/

div.portal_navigator {
	font-size: 11px;
}
div.portal_navigator div.rendering {
	padding: 6px 4px;
}
div.portal_navigator_bottom {
	border-bottom: 1px solid #eee;
}
span.portal_navigator_prev_next *, span.portal_navigator_paging{
	vertical-align: baseline;
}
span.portal_navigator_previous_disabled {
	color: #999;
}
a.portal_navigator_rss_link {
	padding-left: 18px;
	margin-left: 10px;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/feed.png') center top no-repeat;
	line-height: 26px;
}

/*************** Filters *************/

div.core_filter_legend {
	padding-left: 2px;
	text-transform: none;
	font-family: inherit;	
}

/*links retain deafult header colour*/
.sys_sitewrap h1 a, .sys_sitewrap h2 a, .sys_sitewrap h3 a, .sys_sitewrap h4 a, .sys_sitewrap h5 a, .sys_sitewrap h6 a{
    color:#00a69e;
}
.rendering a.link{
	color: #0665A9;	
}
.rendering a.link:hover {
	text-decoration: underline;
}
div.rendering_linkextensionportal a {
	color: #0665A9;	
}
div.rendering_linkextensionportal a:hover{
	text-decoration: underline;
}
div.rendering_bibtex, div.rendering_ris, div.rendering_wos {
	font-size: 11px;	
}
div.rendering p.type{
	margin-top: 2px;
	color: #98999a;
}
body div.rendering .minor{
	font-size: .8em;
}
div.rendering_short h2.title{
	font-size: 12px;
}
div.rendering_compact h2.title{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}

/* Override strong in titles */
div.rendering_compact h2.title strong{
	font-weight: normal;
}

/* Make text blocks have more readable line height */
div.rendering div.textblock{
	line-height: 140%;
}
div.rendering h2{
	color: #004b80;
}
div.rendering h3{
	color: #333;
	margin: 20px 0 0 0;	
}
rendering_publicationrelationsportal{
	margin-top: 10px;
}
div.rendering_associatespersonsclassifiedportal{
	margin-top: 15px;
}
div.rendering_associatespersonsclassifiedportal a{
	font-weight: bold;
}

/******************** Person organisation titles ************************/

div.rendering_personorganisationstitlesportal h2 a span{
	color: #333;
}
div.rendering_personorganisationstitlesportal h2.title {
	font-size: 1em;	
}
div.rendering_personorganisationstitlesportal p{
}
div.rendering ul.persons li, div.rendering_associatesorganisationsportal ul.organisations li{
	padding-bottom: 3px;
}
div.rendering_organisation_profileinformation h3.subheader{
	margin-top: 15px;
	font-size: 12px;
}
div.rendering_projectrelationsportal li{
	padding-bottom: 3px;
}
div.rendering_appearance_detailsportal{
	margin-top: 10px;
}
div.rendering_organisationcontactportal h3.subheader{
	font-size: 12px;
	margin: 0 0 10px;
}
div.rendering_person_profileinformation {
	margin-bottom: 20px;	
}

/************** Document box ***************/

div.rendering_publicationdocumentsportal, div.rendering_documentextensionportal, div.rendering_versioneddocumentandlinkextensionportal{
	max-width: 200px;
	min-width: 160px;
	float: right;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/TabOff.png') bottom right no-repeat #F4F4F4;
	padding: 10px;
	margin-top: 10px;
	margin-left: 15px;
	overflow: hidden;
}
div.rendering_publicationdocumentsportal h3, div.rendering_documentextensionportal h3, div.rendering_versioneddocumentandlinkextensionportal h3{
	margin: 0 0 5px;
	color: #666666;
}
div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_versioneddocumentandlinkextensionportal ul.documents li{
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/document.png') 1px 2px no-repeat;
	padding-left: 34px;
	min-height: 36px;
}
div.rendering_publicationdocumentsportal p.dimmed, div.rendering_documentextensionportal p.dimmed, div.rendering_versioneddocumentandlinkextensionportal p.dimmed{
	color: #666666;
	font-size: 9px;
}
div.rendering_personorganisationsaddressportal div.address{
	margin: 5px 0;
}
body div.rendering_organisationparentsportal ul.relations{
	margin-top: 0;
}

/******************* Former organisation ******************/

div.rendering_organisationheaderportal *{
	display: inline-block;
}
div.rendering_organisationheaderportal h2{
	vertical-align: middle;
}
div.rendering_organisationheaderportal span.former{
	background: #FAFAFA;
	border: 1px solid #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 9px;
	height: 14px;
	margin-left: 10px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0px 5px;
	white-space: nowrap;
	vertical-align: middle;
}

/** Hide number of pages in lists **/
div.portal_navigator_result div.rendering_short span.numberofpages{
	display: none;
}

/**************** Wrap links *************/

div.rendering_person_personorganisationscontactportal a.link{
	word-wrap: break-word;
}
	
/********* REMOVE THIS WHEN RENDERING IS BETTER!! *********/

div.rendering .type_family, div.rendering .type_classification_parent{
	display: none;
}
div.rendering_abstractpublication .type_classification_parent{
	display: inline;
}
ul.tabs{
	border-bottom: 1px solid #E6E6E6;
	font-size: 0px;
	list-style: none;
	margin: 1em 0;
	padding: 0;
	height: 28px;	
	margin-top: 10px;
}
ul.tabs li{
	display: inline;
	vertical-align: top;
}
ul.tabs li a{
	font-weight: bold;
	font-size: 12px;
	background: #eee;
	margin-right:4px;
	padding: 4px 12px 4px 12px;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 21px;
	text-decoration:none;
}
ul.tabs li a:hover, ul.tabs li a:hover span {
	text-decoration: none;
	color: #ffffff;
}
ul.tabs li a:hover {
	background-color: #707070;
}
ul.tabs a span{
	color: #666666;
}
ul.tabs li.selected a{
	background-color: #00a69e;
	color: #ffffff;
	height: 21px;
}
ul.tabs li.selected a span {
	color: #ffffff;
}
div.searchall_tabs {
	margin-left: 0;	
}
div.searchall_tabs a {
    width: auto;
    min-width: 45px;
}
ul.tabs li.empty {
    display: none;
}
div.searchall_tabs a.all_results {
	width: auto !important;	
}
div.view_container{
	padding: 0;
	margin-top: -10px;
}
div.view_container div.portal_disclosure {
	margin-left: -4px;	
}
div.view_title{
	margin-bottom: 10px;
	margin-top: 10px;
}
body div.view_title h2.title{
	color: #0665A9;
	font-weight: normal;
	overflow: hidden;
	margin: 0;
	font-size: 18px;
}
div.view_title h2.header{
	margin: 0;
}

/**** Special pub title rendering ****/


body div.view_title div.rendering_standard strong{
	color: #57676D;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
}
p.view_id{
	color: #bbb;
	font-size: 9px;
	text-align: right;
	margin: 10px 0 0;
}
div.view_statistics{
	padding-top: 0;
	margin-top: 0;
}
body div.organisation_view_statistics{
	padding-top: 20px;
}
div.view_container ul.tabs li a{
	min-width: 45px;
}
div.person_info{
    overflow:initial;
}
div.person_info_photo{
	float: right;
	width: 133px;
	overflow: hidden;
	text-align: right;
}
div.person_info_photo img{
	max-width: 125px;
	max-height: 160px;
	background: white;
	padding: 3px;
	border: 1px solid #e6e6e6;
	border-bottom-color: #b6b6b6;
	border-right-color: #b6b6b6;
}
div.person_info_text_photo{
	width:auto;
	overflow:hidden;
    word-wrap:break-word;
}
p.person_info_profile_link{
	margin: 10px 0 0;
	font-weight: bold;
}
div.person_view_title div.view_title h2.title a {
	font-size: 24px;
	line-height: 24px;
}
div.person_view_title div.view_title h2.title {
	line-height: 24px;
}

/****************** Search ****************/

p.person_search{
	margin: 10px 0 0;
}
p.person_search span{
	margin-right: 10px;
}

/******************* Index ****************/

div.person_index{
	margin-bottom: 10px;
}
div.person_index h3{
	color: #C41230;
	font-size: 12px;
	margin: 20px 0px 5px;
}
div.person_index p{
	margin: 0 0 0 -2px;
}
div.person_index a{
	display: inline-block;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: background-color .2s linear;
}
div.person_index a:hover{
	background: #ddd;
}
div.person_index a.selected, div.person_index a:active {
	background: #777777;
	text-decoration: none;
}
div.person_index a.selected span {
	color: white;	
}

/******************* Experts ****************/

div.person_experts{
	margin-top: 20px;
}
div.person_experts h3{
	color: #C41230;
	font-size: 12px;
	margin: 0 0 5px;
}
div.person_experts p{
	margin: 0 0 10px;
}
div.person_experts a{
	display: block;
	padding: 2px 0 2px 9px;
	margin-right: 20px;
	background: url("//pure.rhul.ac.uk/portal/resources/style/gfx/NavLev2Arrow.png") no-repeat 0px 0.5em;
}
div.rendering_expertkeywordsportal ul li {
	margin-bottom: 5px;
}
div.rendering_expertkeywordsportal span.userdefined_begin {
	background: url("//pure.rhul.ac.uk/portal/resources/style/gfx/experts_userdefined.gif") no-repeat -9px center;
	padding-left: 10px; 
}
div.rendering_expertkeywordsportal span.userdefined_end {
	background: url("//pure.rhul.ac.uk/portal/resources/style/gfx/experts_userdefined.gif") no-repeat -32px center;
	padding-left: 10px; 
}
div.rendering_expertkeywordsportal span.userdefined span.separator {
	background: url("//pure.rhul.ac.uk/portal/resources/style/gfx/experts_userdefined.gif") no-repeat 1px center;
	padding-left: 4px; 
}
div.activity_view_title div.view_title h2.title a {
	font-size: 24px;
	line-height: 24px;
}
div.activity_view_title div.view_title h2.title {
	line-height: 24px;
}
body div.activity_view_small_title div.view_title h2.title a {
	font-size: 16px;
	line-height: 20px;
}
body div.activity_view_small_title div.view_title h2.title {
	line-height: 20px;
}
div.project_view_title div.view_title h2.title a {
	font-size: 24px;
	line-height: 24px;
}
div.project_view_title div.view_title h2.title {
	line-height: 24px;
}
div.organisation_title{
	margin-bottom: 5px;
}
div.organisation_title h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;	
}
div.organisation_title div.rendering_organisationparentsportal h2.title{
	font-size: 11px;
	line-height: 13px;
	color: #666;
}
div.organisation_title div.rendering_organisationparentsportal ul{
	margin: 0;
}
div.organisation_relations{
	margin-top: 25px;
}
div.organisation_top{
	margin-top: 15px;
}
h3.organisation_contact {
	font-size: 1em;
	font-weight: bold;	
	margin: 0;
	color: #333;
}
div.organisation_hierarchy{
	margin-top: 20px;
	padding-left: 3px;
}
div.organisation_header_renderings {
	font-size: 0.9em;
}
div.organisation_header_renderings a, div.organisation_header_renderings a span {
	color: #666666;	
} 
div.organisation_header_renderings a:hover, div.organisation_header_renderings a:hover span {
	color: #666666;
}
div.organisation_header_renderings div.rendering_organisation_organisationchildrenportal {
	line-height: 1.6em;
}
div.organisation_website {
	margin-top: 4px;
	margin-left: -1px;
}
div.organisation_website a {
	padding-left: 17px;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/website.png') center left no-repeat;
}
div.rendering_organisation_organisationcontactportal {
	margin-top: 15px;
}
div.rendering_organisation_organisationcontactportal h3.subheader {
	display: none;	
}
div.rendering_organisation_organisationcontactportal ul.homepage {
	/* hide website, it's shown above the tabs */
	display: none;
}
div.publication_view{
	padding-top: 10px;
}
h3.publication_export{
	font-size: 14px;
	margin: 12px 0 4px 0;
	font-weight: normal;	
}
div.publication_view_title div.view_title h2.title a {
	font-size: 24px;
	line-height: 24px;
}
div.publication_view_title div.view_title h2.title {
	line-height: 24px;
}
div.publication_view_title{
	position: relative;
}
div.publication_view_title h2 {
	/* keep the title from overlapping with the "forhcoming" label */
	padding-right: 68px;
}
div.rendering_publicationstatusportal {
	position: absolute;
	right: 0;
	background: #eee;
	padding: 0px 5px;
	height: 16px;
	line-height: 16px;
}
div.creative_commons_license {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0 10px 98px;
	background: url('//pure.rhul.ac.uk/portal/resources/style/gfx/creativecommons.png') 0px 10px no-repeat;	
	margin: 10px 0;
}
div.businesscard{
	margin-top: 10px;
	margin-bottom: 20px;
}
div.businesscard_top{
	display: none;
}
div.businesscard_body{
    overflow:initial;
}
ul.content_navigation{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	line-height: 16px;
}
ul.content_navigation li{
	float: left;
}
ul.content_navigation li.selected a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
ul.content_navigation li.selected * {
	color: #333 !important;
}
body ul.content_navigation span.separator {
	color: #ccc !important;
	padding: 0 4px;
}
div.experts_view {
	overflow: hidden;	
}
div.experts_view div.experts_listing {
	margin-top: 10px;
}
div.experts_listing div.rendering {
	line-height: 12pt;	
}
div.experts_listing span.selected {
	font-weight: bold;	
}
div.experts_listing p.keywords {
	color: #333;	
}
span.userdefined a.link, span.userdefined a.link span {
	color: #666666;
	text-decoration: none !important;
	cursor: text;
}
div.experts_hierarchy {
	margin-top: 10px;	
}
div.experts_hierarchy div.portal_columns_column a {
	display: block;
	line-height: 12pt;
	outline: none;
	margin-right: 20px;
	padding: 2px 0 2px 9px;
	background: url("//pure.royalholloway.ac.uk/portal/resources/style/gfx/NavLev2Arrow.png") no-repeat 0px 0.6em;
}
div.experts_level a {
	background: url("//pure.royalholloway.ac.uk/portal/resources/style/gfx/NavVerticalArrow.png") no-repeat scroll 58px 5px transparent;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	outline: none;
}
div.experts_level a span, div.experts_level a:hover span {
	color: #C41230;
}
body div.experts_level_first a {
	background: none;
	padding-top: 0;	
}
a.experts_recursive {
	display: inline-block;
	margin: 10px 0;
	padding-left: 0 !important;
	background: none !important;
}
p.experts_please_select {
	margin-top: 10px;
}
div.experts_latest_publications_item {
	margin-bottom: 10px;
}
div.person_experts_popup {
	position: absolute;
	background: white;
	border: 1px solid #C5C5C5;
	padding: 10px;
	display: none;
	margin: 16px 0 0 30px;
	-moz-box-shadow: 1px 2px 6px #666666;
	-webkit-box-shadow: 1px 2px 6px #666666;
	box-shadow: 1px 2px 6px #666666;	
}
div.person_experts_popup h2.header {
	font-size: 12px;
	font-weight: bold;	
}
div.person_experts_popup a {
	display: block;
	line-height: 11pt;
	padding: 2px 0 2px 9px;
	font-size: 0.9em;
	background: url("//pure.royalholloway.ac.uk/portal/resources/style/gfx/NavLev2Arrow.png") no-repeat 0px 0.5em;	
}
div.portal_showmore_open div.portal_showmore_body {
	border: 1px solid #E6E6E6;
	padding: 10px;
	background: white;
	position: relative;
	width: 540px;
	-moz-box-shadow: 0px 2px 6px #ccc;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	box-shadow: 0px 2px 6px #ccc;
	overflow: hidden;
}

/************* relationlist ***********/

div.relationlist {
	margin-bottom: 20px;
}
h2.relationlist {
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 5px;
}
h2.relationlist a span {
	color: #333;
}
ul.relationlist{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
li.relationlist{
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.2em;
}
p.relationlist{
	margin: 0;
}
a.relationlist_rss{
	float: right;
	margin-top: 4px;
	margin-right: 2px;
}
div.relationlist_header{
	position: relative;
	overflow: hidden;
}
span.relationlist_header_right{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #98999A;
	font-size: 1em;
	line-height: 22px;
	margin: 0 0 5px;
}
div.relationlist div.rendering_compact h2.title a{
	font-size: 11px;
}
div.search_box{
	padding: 10px 10px;
	background: url('//pure.royalholloway.ac.uk/portal/resources/style/gfx/TabOff.png') bottom right no-repeat #EFEFEF;
	overflow: hidden;
}
div.search_box ul.content_navigation {
	margin-top: 0;	
}
input.search_button{
	cursor: pointer;
	outline: none;
	border: none;
	background: url("//pure.royalholloway.ac.uk/portal/resources/style/gfx/SearchButton.png") no-repeat center center #CCCCCC;
	padding: 0 5px 0px;
	margin: 0;
	height: 22px;
	vertical-align: middle;
	min-width: 28px;
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
}
a.search_go_button{
	outline: none;
	display: inline-block;
	background: url('//pure.royalholloway.ac.uk/portal/resources/style/gfx/NavLev2ArrowSelected.png') no-repeat right center transparent;
	padding: 4px 8px 4px 0;
	margin: 2px 0 0 0;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
p.search_warning, div.portal_empty{
	color: #999;
	font-style: italic;
	padding: 20px;
	text-align: center;
}
div.search_body{
	padding-left: 0px;
}

/** Advanced Search **/
div.language_filter, div.publication_years_filter, div.workflow_filter, div.project_status_filter, div.project_date_filter {
	float: left;
	margin-right: 20px;
}
div.core_searchform_advanced {
	overflow: hidden;
}
div.searchall_results {
	padding-left: 0;
}
div.searchall_results div.rendering {
	padding: 4px 0;	
}
p.searchall_more {
	margin: 5px 0 15px 0;	
}
h2.searchall {
	font-size: 13px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #ddd;
}
h2.searchall_first {
	margin-top: 10px;	
}
h2.searchall a span {
	color: #333;	
}
h2.searchall span.count {
	color: #999;
	font-weight: normal;
	font-size: 11px;	
}
p.core_searchform_links{
	margin: 5px 0 0;
}
p.core_searchform_links a {
	font-size: 0.9em;	
}
p.core_searchform_text{
	margin: 0;
}
span.core_searchform_separator{
	color: #bbb;
}

@media print{
    /* Print CSS */
    /* all templates */
    #TopNav, #siteoptions, #sitebody .sys_breadcrumb, #sitefooter, #sitebody .sys_nav-area, .sys_textBoxWithRedirect {display:none !important;}
    #siteheader {margin-bottom:10px!important;}
    .sys_sitewrap, #sitebody, #siteheader, #sitefooter {width:auto;}
    #sitelogo {float:none;}
    #sitebody .sys_content-area {float:none !important; width:auto !important;}
	.tabs li {display:none!important;}
	.tabs li.selected {display:block!important;}
}


/************************************************************************/
/* Main Nav CSS */
/************************************************************************/
.sys_sitewrap {
    position: relative !important;
}
#siteheader #TopNav {
    position: static !important;
}
.mainNav UL{
    vertical-align: top;
    display: inline-block;
    *display: inline; /*DC: supports IE6/7 */
    zoom: 1; /*DC: supports IE6/7 */
}
#qm0.mainNav .homeSub A:hover,
#qm0.mainNav .aboutSub A:hover, 
#qm0.mainNav .studySub A:hover,
#qm0.mainNav .livingSub A:hover, 
#qm0.mainNav .internationalSub A:hover,
#qm0.mainNav .researchSub A:hover, 
#qm0.mainNav .alumniSub A:hover,
#qm0.mainNav .studentlifeSub A:hover, 
#qm0.mainNav .departmentsandschoolsSub A:hover,
#qm0.mainNav .givingSub A:hover{
    color: #fff;
    background-color: #202a30;
    text-decoration:none;
}
.mainNav A, .mainNav LI {
    display:block;
    float:left;
}
.mainNav DIV A, .mainNav UL A, .mainNav UL LI, .mainNav LI A {
    float:none;
}
.mainNav DIV A, .mainNav UL A {
    font-size:11px;
    color:#222;
    text-align:left;
    border-color:#fff;
    border-width:1px 0;
    padding:3px 20px 3px 10px;
}
.mainNav  A:hover {
  text-decoration:none;
}
  #TopNav > ul {
    display:block;
  }
  .sys_showHideMenu, a.sys_sectionMenu  {
    display:none;
  }
li.back {
    display:none;
}
.mainNav li.menuSectionTitle {
    display:none;   
}
.sys_dropDown ul {
    width: 235px;
    margin-right: 10px;
}


/* Responsive nav 
-------------------------------------------------------------------------------------------------------------------*/

#TopNav ul li.sys_staffstudent, #TopNav ul li.sys_staffstudent {
    display:none;
}    
.mainNav li > ul {
    border:#676767 1px solid;
    background-color:#fff;
    margin:-1px 0 0 0px;
    padding: 5px 10px;
    width:500px;
    position:absolute;
    visibility: hidden;
    z-index: 500;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
     column-count: 2;
     column-gap: 10px;  
}
.no-csscolumns .mainNav li > ul li {
    float: left;
    width:245px;
}
.mainNav ul li {
    border-bottom:1px solid #ccc;
    padding:5px 0;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    break-inside:avoid; /* ie10 */
    column-break-inside:avoid;
}
    .mainNav > li:hover > ul {
        display:block;
       visibility: visible;
    }
    .sys_dropDownReverse {
        right:0;
    }
    .sys_breadcrumb div.sys_sectionMore {
        display:none;
    }
.sys_dropDown {
	width: 745px;
	position: absolute!important;
	top: 88px;
	left: 193px!important;
	background: #fff;
	float: left;
	display: none;
	border-right: #676767 1px solid!important;
	border-top: 3px solid #eb641e!important;
	border-left: #676767 1px solid!important;
	border-bottom: #676767 1px solid!important;
	background-color: #fff;
	margin: -1px 0 0 0px!important;
	padding: 5px 0 10px 10px!important;
	z-index: 999999!important;
}

li:hover .sys_dropDown {
    display:block;   
}
.mainNav .sys_findYourCourse {
    display:none;   
}
.mainNav li.sys_mainHomeMobile {
    display:none;
}
#TopNav .mainNav.mobileNav {
    display:none;
}
#TopNav .mainNav.desktopNav {
    height:auto !important;
}


@media handheld, only screen and (max-width: 650px) {
    
    .mainNav li.menuSectionTitle {
        display:block;   
    }
    .mainNav li.sys_mainHomeMobile {
        display:block;
    }
    #TopNav ul li.sys_staffstudent {
        width: 50%;
        float: left;
        display:block;
        clear:none;
    }
    #TopNav ul li.sys_staffstudent a {
        background-color: #fff !important;
        color: #202a30 !important;
        font-weight:normal;
        border-bottom: 2px solid #8f9497 !important;
        padding: 15px !important;
    }
    #TopNav ul li.sys_staffstudent:first-of-type a {
            border-right: 2px solid #8f9497;
    }
    #TopNav ul li.sys_staffstudent a:hover, #TopNav ul li.sys_staffstudent:hover {
        background: #FFF !important;
    }
    #TopNav ul li.sys_staffstudent a:after {
        display: block;
        width: 20px;
        height: 18px;
        background-image: url('/SiteElements/MenuFiles/arrow-next.png');
        background-repeat: no-repeat;
        content: "";
        overflow: visible;
		right: 0;
        top: 33%;
        position: absolute;
        background-size: 9px 16px;
    }
       .mainNav li > ul, .mainNav li > ul.studySub, .mainNav li > ul.departmentsandschoolsSub {
            -moz-column-count: auto;
            -moz-column-gap: 0;
            -webkit-column-count: 1;
            -webkit-column-gap: 0;
            column-count: auto;
            visibility: visible;
            width:100%;
        }   
        .no-csscolumns .mainNav li > ul li {
            float: none;
            width:auto;
        
        }
    .mainNav li > ul {
        margin:0;
        padding:0;
        border-right:none;
        border-top:none;
        border-left:none;
        border-bottom:none;
        width:100%;
        display: block;
    }
    .mainNav ul li {
        padding: 0;
        display: block;
        width: auto;
        border-right:none;
        border-top:none;
        border-left:none;
        border-bottom:none;
    }    
    #TopNav{
        margin-bottom:0;
    }
    .sys_dropDownReverse {
            right:auto;
    }
    #siteheader #TopNav.sys_mainMenuActive {
        display: block;
        z-index:15000;
        width: 100%;
        position:absolute;
        top: 70px;
        background: #fff;
        padding: 0;
    }
    .mainNav {
        box-shadow: 0px 15px 10px rgba(50, 50, 50, 0.75);
        z-index:10000;
        overflow:hidden;
        position: absolute;
        width: 100%;
      }    
      
    
     /* Main nav
    -------------------------------------------------*/ 
    
    .mainNav .sys_findYourCourse {
        display:block;   
    }
    #siteheader #TopNav a.qmparent {
        background-image:none !important;   
    }
    #siteheader #TopNav a {
        border-bottom:none;  
    }
    /* menu colours DC*/  
    
    #siteheader #TopNav  a.sys_findYourCourseLink {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #about > a, #siteheader #TopNav  a.sys_aboutus {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #about li.menuSectionTitle a {
        background: #00a69e !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        padding: 15px 20px !important;
        z-index: 9;
    }
    #siteheader #TopNav #about li.back a {
        padding: 15px 20px !important;
    }
    #siteheader #TopNav #studentlife > a, #siteheader #TopNav a.sys_life {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #studentlife li.menuSectionTitle a {
        background: #009ed7 !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #study > a, #siteheader #TopNav a.sys_studyhere {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #study li.menuSectionTitle a {
        background: #00a648 !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #living > a, #siteheader #TopNav a.sys_forbusiness {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #living li.menuSectionTitle a {
        background: #f5af0a !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #international > a, #siteheader #TopNav a.sys_international {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #international li.menuSectionTitle a {
        background: #9857ae !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #research > a, #siteheader #TopNav a.sys_research {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #research li.menuSectionTitle a {
        background: #949a00 !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #alumni > a, #siteheader #TopNav a.sys_alumni {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #alumni li.menuSectionTitle a {
        background: #d72d2d !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    #siteheader #TopNav #departmentsandschools > a, #siteheader #TopNav a.sys_dept {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #departmentsandschools li.menuSectionTitle a {
        background: #eb641e !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
        padding-right: 51px !important;
    }
    /* RT Added START */
    #siteheader #TopNav #giving > a, #siteheader #TopNav a.sys_giving {
        background-color: #fff !important;
        color: #202a30 !important;
    }
    #siteheader #TopNav #giving li.menuSectionTitle a {
        background: #d72d2d !important;
        color: #fff !important;
        box-shadow: 0 4px 5px rgba(0,0,0,0.2);
        position: relative;
        z-index: 9;
    }
    /* RT Added END */
    #siteheader #TopNav a.qmparent {
        color: #202a30 !important;
        background-color: #333;
        text-align: left !important;
        border-right:none !important;
        border-bottom: 2px solid grey;
        border-bottom: 2px solid #8f9497;
    }
    #siteheader #TopNav > div > a.back {
        background:#fff !important;   
    }
    #siteheader {
         overflow:hidden;
         background-color: #fff !important;
         padding:0;
    }
    #siteheader #TopNav #about .back a, 
    #siteheader #TopNav #studentlife .back a, 
    #siteheader #TopNav #study .back a, 
    #siteheader #TopNav #living .back a, 
    #siteheader #TopNav #international .back a, 
    #siteheader #TopNav #research .back a, 
    #siteheader #TopNav #alumni .back a, 
    #siteheader #TopNav #departmentsandschools .back a,
    #siteheader #TopNav #giving .back a{
        background:#fff !important; 
    }
    #TopNav br{
        display: none;
    }
    .mainNav DIV A, .mainNav UL A {
        font-size: inherit;
        color: #222;
        font-weight: 700;
        text-align: left;
        border-color: #fff;
        border-width: 1px 0;
        padding: 3px 20px 3px 10px;
    }
    .sys_showHideMenu {
        background: #202a30;
        color: #FFFFFF;
        display: block;
        font-weight: bold;
        width: 70px;
        overflow: hidden;
        height: 68px;
        cursor: pointer;
        float: right;
        text-indent: -999999px;
        padding: 2px 0 0 0;
        border-left: 1px solid #57676e;
		font-size: 12px;
    }
    .sys_showHideMenu .sys_iconBar {
        display: block;
        background: #5c696f;
        width: 33px;
        height: 5px;
        margin: 6px 19px;
    }
    .sys_showHideMenu.sys_menuOpen .sys_iconBar {
        background: #ea641d;
    }
    .sys_showHideMenu.sys_menuOpen {
        background:#fff;   
    }
    #TopNav > ul {
        display:none;
        clear:both;
    }
    
    /* reset main styles */
    .mainNav > ul, .mainNav > ul > li > ul  {
      display: block;
    }
    .mainNav > ul > li > ul, .mainNav li ul li ul {
      display: block;
    }
    .mainNav > ul {
      border:none;
      width:100%;
      right: -120%;
      padding:0;
    }
    .mainNav > ul  > li {
      width: auto;
      display: block;
      border-bottom:none;
    }
    .mainNav > ul  > li > a{
      display: block;
    }
    .sys_menuHidden {
        display: none;
      }
    #TopNav .mainNav.mobileNav.sys_menuShown {
        display: block;
        background: #fff;
      }
    .sys_menuShown {
        display: block;
      }
    .mainNav li {
        float:none;
        width: auto;
        position: static;
        border-right:none;
        border-top:none;
        border-left:none;
        border-bottom:none;
        clear:both;
    }
    .mainNav li a{
        padding:15px 15px 11px 15px !important;
        display:block;
        background: #efefef;
        width: auto !important;
        height: auto !important;
        border-bottom:1px solid #fff;
        color: #202a30;
        font-size: 20px!important;
        font-weight: normal;
        position:relative;
    }
    #siteheader #TopNav a.qmparent {
        font-weight: normal !important;
    }
    .mainNav li ul {
        position: absolute;
        /*right: -120%;*/
        -webkit-transform: translate3d(120%, 0, 0);
        -moz-transform: translate3d(120%, 0, 0);
        -o-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
        top: 0;
        width: 100%;
        -webkit-transition:-webkit-transform 0.3s linear;
        -moz-transition:transform 0.3s linear ;
        -o-transition:-o-transform 0.3s linear ;
        transition:transform 0.3s linear ;
    }
    .no-csstransforms3d .mainNav li ul {
        right: -120%;
    }
    .mainNav li ul.active {
        /* right: 0; */
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 500;
    }
    .no-csstransforms3d .mainNav li ul.active {
        right: 0;
    }
    .navParent:after, .parentClosed:after {
        display: block;
        width: 20px;
        height: 18px;
        background-image: url('/SiteElements/MenuFiles/arrow-next.png');
        background-repeat: no-repeat;
        content: "";
        overflow: visible;
		right: 0;
        top: 33%;
        position: absolute;
        background-size: 9px 16px;
    }
    ul.active .navParent,ul.active .parentClosed, ul.active li a {
        padding-left:40px !important;
        
    }
    ul.active .navParent:after,ul.active .parentClosed:after, ul.active li a:after {
        float: left;
        top: 17px;
        left:21px;
        position:absolute;
        
    }
    ul.active li.back a:after {
        background-position: -580px -6px;
        float: right;
        top: 16px;
        position: absolute;
        right: 17px;
        left: auto;
    }
    ul.active li.menuSectionTitle:after {
        content:'';
        background-position: -628px -3px;
        float:right;
    }
    ul.active li.menuSectionTitle a:after{
        display: block;
        content: "";
        float: right;
        top: 19px;
        background: url('/SiteElements/MenuFiles/caret.png') no-repeat;
        width: 16px;
        height: 12px;
        background-size: 15px 12px;
        margin-right: 25px;
        position: absolute;
        right: -1px;
        left: auto;
    }
    li.menuSectionTitle a {
        padding-left:20px;
    }
    .parentClosed {
        cursor: pointer;
    }
    .mainNav > ul > li.back, .mainNav li.back {
      overflow: hidden;
      display: block;
      border-bottom:1px solid #fff;
    }
    .mainNav li.back {
        display:block;
    }
    .mainNav li.back a:after {
        display: block;
        width: 20px;
        height: 18px;
        background-image: url('/SiteElements/MenuFiles/arrow-prev.png');
        background-position: 0 0 !important;
        background-repeat: no-repeat;
        content: "";
        overflow: visible;
        float: right;
        top: 0;
        position: relative;
        background-size: 9px 16px;
    }
    .mainNav li.back a.backLink {
        float: left;
        padding: 15px 0 !important;
        text-align: center;
        width: 75px !important;
        border-bottom:none;
        border-right:1px solid #fff;
        background: #ccc !important;
        color: #444;
    }
    .mainNav li.back a:hover {
        color:#202a30!important;   
    }
    .mainNav li.back span{
        padding:15px 20px;
        display:block;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }
    .mainNav li a.homeLinkTop {
        font-weight: bold;
        text-align: center;
        border-bottom: none;
    }
    .homeLink {
        display: block;
    }
    .mainNav li.homeLink {
        display: block;
    }
    a.loading {
        background-image: url(/SiteElements/Images/preloader.gif) !important;
        background-position: 93% 50% !important;
        background-repeat: no-repeat !important;
        background-size:25px !important;
    }
    .menuSectionTitle a {
        background: #ddd !important;
        font-weight: bold;
    }
    .sys_dropDown {
        width: 745px;
        position: absolute;
        top: 94px;
        left: 193px;
        background: #fff;
        float: left;
        display: none;
        border-right: none;
        border-top: none;
        border-left: none;
        border-bottom: none;
        background-color: #fff;
        margin: -1px 0 0 0px;
        padding: 5px 0 10px 10px;
        z-index:999999;
    }

}


/*-----------------------------------------------------------------------------------------------------------------*/
/* Royal Holloway Website - Main CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ol, ul, li,
fieldset, form, label, legend, caption,
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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
    display: block;
}
body{
	line-height: 1;
}
ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
    padding:4px 40px 10px;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	font-size: 12px
}
i, cite, em, var, address, dfn{
    font-style: italic;
}
sup{
    vertical-align: super;
    font-size: xx-small;
}
sub{
    vertical-align: sub;
    font-size: xx-small;
}
html{
    overflow: -moz-scrollbars-vertical;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:75%;
    color:#666;
    background:#fff;
    margin:0;
    padding:10px 0 0 0;
    text-align:center;
}
img{
	border:0 none;
}
.sys_sitewrap a{
	color:#0665a9;
	text-decoration:none;
}
.sys_sitewrap a:hover{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
    margin:0 0 .3em 0;
    padding:0;
    line-height:1em;
    color:#00A69E;/*default colour*/
}
h1{
    margin-bottom:.7em;
    font-size:1.9em;
    font-weight:400;
}
h2{
    margin-top:.5em;
    font-size:1.7em;
    font-weight:400;
}
h3{
    font-size:1.3em;
    font-weight:700;
}
h4{
    font-size:1.2em;
    font-weight:700;
}
h5{
    font-size:1.1em;
    font-weight:700;
}
h6{
    font-size:1em;
    font-weight:700;
}
	/*links retain deafult header colour, RH links always grey */
    .sys_sitewrap h1 a,
    .sys_sitewrap h2 a,
    .sys_sitewrap h3 a,
    .sys_sitewrap h4 a,
    .sys_sitewrap h5 a,
    .sys_sitewrap h6 a{
        color:#00A69E;
        font-size:inherit;
	}
	.sys_small-col h1,
    .sys_small-col h2,
    .sys_small-col h3,
    .sys_small-col h4,
    .sys_small-col h5,
    .sys_small-col h6,
    .sys_sitewrap .sys_small-col h1 a,
    .sys_sitewrap .sys_small-col h2 a,
    .sys_sitewrap .sys_small-col h3 a,
    .sys_sitewrap .sys_small-col h4 a,
    .sys_sitewrap .sys_small-col h5 a,
    .sys_sitewrap .sys_small-col h6 a{
	    color:#202a30;
        font-size:18px;
	}
p{
    margin:0 0 1em 0;
    line-height: initial;
}

strong, b{
    font-weight:bold;   
}
/* Editor Classes */
	.sys_sitewrap .floatImageLeft{
	display:block;
	float:left;
	margin:0 7px 7px 0;
	padding:0;
}
.sys_sitewrap .floatImageRight{
	display:block;
	float:right;
	margin:0 0 7px 7px;
	padding:0;
}

/* Site Structure */
	.sys_sitewrap{
	width:950px;
	text-align:center;
	text-align:left;
	margin:0 auto;
	padding:0;
}
    /* RT: Cookie Declaration
    -------------------------------*/
    #rhulcookieaccept{
        background: none repeat scroll 0 0 #57676D;
        color: #FFF;
        display: none;
        margin: -10px auto 10px auto;
        padding: 16px 0 10px 0;
        text-align: center;
        width: 950px;
    }
    #removecookie{
        background: none repeat scroll 0 0 #EB641E;
        border: 1px solid #FFF;
        margin-right: 10px;
        margin-left:15px;
        padding: 5px 10px;
        cursor:pointer;
        width: 115px;
    }
    #cookiemore{
        color:#fff;
        cursor:pointer;
        text-decoration:underline;
    }
    #rhulcookieaccept p{
        margin-bottom: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }
    /* RT: Cookie Declaration END */
    
    /* Header */
	#siteheader{
	width:950px;
	height:92px;
	text-align:left;
	margin:0;
	clear:both;
	background-color:#202a30;
}
		#siteheader #sitelogo{
		width:193px;
		float:left;
		background-color:#ffffff;
		}
			#siteheader #sitelogo img{
			display:block;
			}
			#siteheader .secondaryNav{
				float:left;
				padding:43px 0 0 165px;
				font-size: 0.9em;
                display:none;
			}
			#siteheader .secondaryNav li{
				float:left;
				padding:0 6px;
				border-left: 1px solid #4263ae;
			}
			#siteheader .secondaryNav li:first-child{
				border-left: none;
			}
		#siteheader ul#siteoptions{
			float:left;
			overflow: hidden;
			margin:16px 0 13px 320px;
			padding:0;
			list-style-type:none;
			font-size: 13px;
			}
			#siteheader ul#siteoptions li{
				float:left;
				margin:0;
				padding:0;
				background:none;
			}
			#siteheader ul#siteoptions li#ContactUsLink a{
				display:block;
				padding:.8em 16px 0 0;
				color:#666;
				background:url("/SiteElements/Images/OrangeBullet1.png") 100% .9em no-repeat;
			}

    		/* Search Search*/
            
			#siteoptions a{
				background: #57676d;
				color: #fff;
				padding:5px 0;
				margin: 0 0 0 12px;
				width:75px;
				text-align: center;
				display: block;
				font-weight: normal;
			}
			#siteheader  .sys_textBoxWithRedirect{
    			margin: 0 0 8px 0;
    			clear:right;
    			float: right;
                position: relative;
    			border:1px solid #ccc;
    			width:220px;
    			overflow: hidden;
    			margin-top:15px;
    			margin-right:15px;
    			background-color:#ffffff;
				padding: 0;
				border-radius: 0;
			}
			#siteheader ul#siteoptions li#SiteSearch .sys_search-query-control,#siteheader ul#siteoptions li#SiteSearch .sys_textBoxWithRedirect{
			    position:relative;
			}
			#siteheader .sys_textBoxWithRedirect label{
			    display:none;
            }
			#siteheader .sys_textBoxWithRedirect input.sys_searchbox, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectTextBox{
			width:200px;
			height:16px;
			background: none;
			border:0 none;
			font-size:11px;
			margin:0;
			padding:3px 2px 2px;
			float: none;
			font-family: Arial;
			}
			#siteheader .sys_textBoxWithRedirect input.sys_searchbox.sys_inputfocus, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectTextBox.sys_inputfocus {
    			/* border:1px solid #ccc !important; 
    			background:#fff !important;*/
			    color:#333 !important;
            }
			#siteheader .sys_textBoxWithRedirect input.sys_search-button, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectButton{
    			float:left;
    			width:12px;
    			height:12px;
    			overflow:hidden;
    			background: url("/SiteElements/Images/search-button.png") 0 0 no-repeat;
    			border:0 none;
    			line-height:9999px;
    			text-indent:9999px;
    			cursor:pointer;
    			position: absolute; /* DC 11/4/13 - positioning correction for Opera, was relative */
    			top:5px;
		    }
			#siteheader #TopNav{
    			position:relative;
    			z-index:150;
    			width:auto;
    			float:right;
    			padding-bottom:4px;
    			background-color:#EB641E;
				clear: none;
	        }
				#siteheader #TopNav a.qmparent{
    				display:block;
    				height:19px;
    				width:82px;
    				padding:13px 0px 5px 0px;
    				font-weight:normal!important;
    				color:#fff;
					background: none;
    				background-color:#333;
    				overflow:hidden;
    				text-align:center;
    				border-right: 1px solid #424241;
                    text-decoration:none;
				}
				#siteheader #TopNav a.sys_home,
                #siteheader #TopNav a.sys_alumni,
                #siteheader #TopNav a.sys_aboutus,
                #siteheader #TopNav a.sys_studyhere,
                #siteheader #TopNav a.sys_dept,
                #siteheader #TopNav a.sys_research,
                #siteheader #TopNav a.sys_forbusiness,
                #siteheader #TopNav a.sys_livinghere,
                #siteheader #TopNav a.sys_international,
                #siteheader #TopNav a.sys_life,
                #siteheader #TopNav a.sys_giving{
				    background-color:#57676d;
				}
				#siteheader #TopNav a.sys_dept{
				    padding-top:8px;
				    height:24px;
                    width:100px;
				}
				#siteheader #TopNav a.sys_research,
                #siteheader #TopNav a.sys_alumni,
                #siteheader #TopNav a.sys_giving{
				    width:75px;
				}
                #siteheader #TopNav a.sys_international,
                #siteheader #TopNav a.sys_forbusiness{
                    width:88px;
                }
				#siteheader #TopNav a.sys_home:hover,
				#siteheader #TopNav a.sys_aboutus:hover,
				#siteheader #TopNav a.sys_studyhere:hover,
				#siteheader #TopNav a.sys_forbusiness:hover,
				#siteheader #TopNav a.sys_livinghere:hover,
				#siteheader #TopNav a.sys_international:hover,
				#siteheader #TopNav a.sys_research:hover,
				#siteheader #TopNav a.sys_alumni:hover,
				#siteheader #TopNav a.sys_dept:hover,
				#siteheader #TopNav a.sys_life:hover,
                #siteheader #TopNav a.sys_giving:hover,
				#siteheader #TopNav a.qmactive{
				background: none;
				background-color: #EB641E;
				color:#ffffff;
				}
					
					#siteheader #TopNav div div a.qmactive{
					    background-image:none;
                    }
					#siteheader #TopNav a.sys_research:hover, #siteheader #TopNav a.sys_alumni:hover, #siteheader #TopNav a.sys_giving:hover, #siteheader #TopNav a.sys_research.qmactive, #siteheader #TopNav a.sys_alumni.qmactive, #siteheader #TopNav a.sys_giving.qmactive{
					    background-image:none;
					}

		/* Site Body Area*/
		#sitebody{
    		width:100%;
    		clear:both;
            overflow:hidden;
            margin:0 0 20px;
        }
			/* Breadcrumb*/
    		#sitebody .sys_breadcrumb{
                font-size: .9em;
                padding: 14px 0 8px 0;
                color:#707070;
            }
            #sitebody .sys_breadcrumb a{
				color:#707070;
            }

			/* Content Area */
			#sitebody .sys_content-area{
			float:right;
			width:757px;}

				/* Columns and clearing sets */
				#sitebody .sys_wide-col{
					float:left;
					width:640px;
					margin:0 6px 0 0;}
					#sitebody .sys_large-col{
					float:left;
					width: 100%;
					margin:0;}
					#sitebody .sys_medplus-col{
					float:left;
					width:350px;
					margin:0 6px 0 0;}
					#sitebody .sys_med-col{
					float:left;
					width:261px;
					margin:0 6px 0 0;}
					#sitebody .sys_small-col{
					float:left;
					width:219px;
					font-size:.9em;
					margin:0 6px 0 0;
	                padding-top:15px;
	                word-wrap: break-word;
                }
                #departmentpage .sys_small-col + .sys_small-col{
                    padding-top: 0!important; /*DC fix for landing pages with duplicating RH last col html - SD issue*/
                }
                .sys_small-col h1{
                    margin-top:10px;
                }
                /*DC 25/3/13 - other Hs match new design*/
                .sys_small-col h2{
                    margin-top: .5em;
                    font-size: 18px;
                }
                .sys_small-col h3{
                    margin-top: .5em;
                    font-size: 1.4em;
                    font-weight: normal;
                }
                #sitebody .sys_small-col.sys_lastcol ul, .sys_small-col.sys_lastcol p{
                    font-size: 11px;
                    line-height: 1.35em;
                }
				#sitebody .sys_smaller-col{
				    float:left;
				    width:172px;
				    /*font-size:.9em;*/
				    margin:0 6px 0 0;
                }
                /*DC in tabbed area fix*/
                #sitebody .sys_tabbedarea-content .sys_med-col{
                    width:250px;
                }   
				/* RT: Added for last column */
				#sitebody .sys_small-col-extended{
    				float:left;
    				width:219px;
    				font-size:.9em;
    				margin:10px 6px 0 0;
                }
				/* RT: Added for last column */
				#sitebody .sys_lastcol{
				    float:right !important;
				    margin:0 0 0 0 !important;
                }
				#sitebody .sys_colset,
				#sitebody .sys_featureset{
				    width:100%;
				    float:left;
				    margin:0 0 10px 0;
                }
				#sitebody .sys_colset:after, 
				#sitebody .sys_featureset:after{
    				content: "."; 
    				display: block;
    				height: 0; 
    				clear: both; 
    				visibility: hidden;
                }
			
		/* Left-hand Navigation Area */
    		#sitebody .sys_nav-area{
			float:left;
			width:184px;
			font-size:.9em;
			padding:14px 0 0 0;}
                 
			/* RT: Added for image container under left-hand nav */
			#sitebody .sys_nav-area-extended{
			clear:left;
			float:left;
			width:170px;
			font-size:.9em;
			padding:20px 0 0 0;
			margin:10px 0 0 0;}
			/* RT: Added for image container under left-hand nav */
			
			/* CC: Added for container further under left-hand nav (for ask a librarian) */
			#sitebody .sys_nav-area-extendmore{
			clear:left;
			float:left;
			width:170px;
			font-size:.9em;
			padding:0;
			margin:0;}
			/* RT: Added for image container under left-hand nav */
			
				/* Lev 1 */
				#sitebody .sys_nav-area ul.sys_simpleListMenu,
				#sitebody .sys_nav-area ul.sys_simpleListMenu li{
    				display:block;
    				width:100%;
    				margin:0;
    				padding:0;
    				list-style-type:none;
    				background:none;
                }
				#sitebody .sys_nav-area ul.sys_simpleListMenu li,
				#sitebody .sys_nav-area ul.sys_simpleListMenu li a{
				    color:#333; /* RT: Darkened from #666*/
                }
				#sitebody .sys_nav-area ul.sys_simpleListMenu li a{
					display: block;
					padding: 11px 6px;
					border-bottom: 1px solid #D0D0D1;
					font-size: 1.2em;
					color: #767678;
				}
					#sitebody .sys_nav-area ul.sys_simpleListMenu li div.sys_selected a{
                        color: white;
                        background: #8AB500;
                        border-bottom: none;
                        margin-right:0 !important;
                    }
				
					/* Lev 2*/
					#sitebody .sys_nav-area ul.sys_simpleListMenu ul{
					    margin:5px 0;
					    padding:0;
                    }
						#sitebody .sys_nav-area ul.sys_simpleListMenu ul li a{
						color:#0665a9;
						padding:.2em 5px .2em 24px;
						background:url("/SiteElements/Images/NavLev2Arrow.png") 14px .5em no-repeat;}
							
								#sitebody .sys_nav-area ul.sys_simpleListMenu ul li div.sys_selected a{
								margin-right:5px;
								color:#fff;
								background:#0665a9 url("/SiteElements/Images/NavLev2ArrowSelected.png") 12px .5em no-repeat;
								text-decoration:none;}
								
									/* Lev 3 */
									#sitebody .sys_nav-area ul.sys_simpleListMenu ul ul{
                                        margin:0 5px 3px 0;
                                        padding:0;
                                        background:#ccd5ed;
									}
										#sitebody .sys_nav-area ul.sys_simpleListMenu ul ul li a{
                                            background:none;
                                            padding-left:24px;
                                        }
										#sitebody .sys_nav-area ul.sys_simpleListMenu ul ul li div.sys_selected a{
                                            color:#0665a9;
                                            background:none;
                                            text-decoration:underline;
                                        }
                       

/*Left Nav
----------------------------------------------*/
.sys_menu div{
    position:relative;
    color:#666;
    background: #f3fdff;
}
.sys_menu div:last-child{
    border-bottom: 1px solid #D0D0D1;
}
.sys_menu a{
    display: block;
    padding: 11px 20px 11px 6px;
	border-bottom: 1px solid #D0D0D1;
	font-size: 12px;
	color: #767678;
    line-height: 1.1em;
}
.sys_menu div.sys_parent_folder{
    position:relative;
    border-bottom: 1px solid #D0D0D1;
    background: #fff;
    *background: #fff url('/SiteElements/Images/ie7/right-arrow.png') no-repeat 95% 50%; /*DC for IE7*/
}
.sys_menu div.sys_current_folder{
    border-bottom: 1px solid #D0D0D1;
    background: #fff;
    *background: #fff url('/SiteElements/Images/ie7/down-arrow.png') no-repeat 97% 50%; /*DC for IE7*/
}
div.sys_parent_folder:after{
    content: '\25b8';
    position:absolute;
    right:0px;
    top:0px;
    font-size:34px;
    color:#00a69e;
    line-height: 1em;
}
div.sys_current_folder:after{
    content: '\25be';
    position:absolute;
    right:0px;
    top:0px;
    font-size:34px;
    color:#00a69e;
    line-height: 1em;
}
.noChild div.sys_current_folder{
    *background: #fff url('/SiteElements/Images/ie7/right-arrow.png') no-repeat 95% 50%; /*DC for IE7*/
}
.noChild div.sys_current_folder:after{
    content: '\25b8';
}
div.sys_parent_folder:after{
    color:#c0daf0;
}

/* Top section home link */
div.sys_current_folder:first-child, div.sys_parent_folder:first-child{
    border-bottom: none;
    background: #00a69e;
    color:#fff;
}
div.sys_current_folder:first-child:after, div.sys_parent_folder:first-child:after{
    display:none;
}
div.sys_current_folder:first-child a, div.sys_parent_folder:first-child a{
    color:#fff;
}  
div.sys_current_item{
    background: #dbf2f9;
}	


/* Site Footer
----------------------------------------------*/
    #sitefooter{
		overflow: hidden;
		clear:both;
		padding:20px; 
		font-size:12px;
		background: #57676d;
	}
		#sitefooter ul a{
			color:#fff;
	    }
			
			#sitefooter #footertext{
				float:left;
				width:520px;
				padding:.2em 0 0 185px;
			}
				#sitefooter #footertext p{
					margin:0 0 .2em 0;
				}
			
			#sitefooter #footerlinks{
				float:right;
				width:320px;
				margin:0;
				padding:0;
				list-style-type:none;
			}
				#sitefooter #footerlinks li{
					float:left;
					padding:.2em 10px .2em 8px;
					background:url("../Images/Divider.png") 100% 50% no-repeat;
				}
				#sitefooter #footerlinks li.sys_last{
					background:none;
				}
				.footerAddress{
					width:202px;
					float:left;
					padding:0 18px 0 12px;
					border-right: 2px solid #fff;
					margin:0 50px 0 0;
					color: #fff;
					font-size: 12px;
				}	
		.footerAddress span.firstLine{
			text-indent: -11px;
			display: block;
		}
        .footerAddress .telLinkMobile{
            display:none;
        }
		.footerLinks{
			float:left;
			padding:0 0 0 10px;
			width:155px;
			font-size: 12px;
		}
		.footerLinks li{
			margin:0 0 4px 0;
		}
        #commentFooterLink{
            display: none;    
        }
        
        
        /* AddToAny general & footer share button (DC)
        ----------------------------------------------*/
        #sitefooter .shareThis{
            float:right;
        }
        /*New CSS*/
         #sitefooter .a2a_dd {
            padding: 0;    
        }
        #sitefooter .a2a_dd > span.a2a_s__default,
        #sitefooter .a2a_dd > span.a2a_s_a2a {
            width: 80px!important;
            background: url('/SiteElements/Images/footer-buttons.gif') no-repeat 0 -40px!important;
            height: 20px;
            border-radius: 0;
        }
        #sitefooter .a2a_dd > span.a2a_s__default:hover,
        #sitefooter .a2a_dd > span.a2a_s_a2a:hover {
            background-position: 0 -60px!important;
        }
        .a2a_menu,
        .a2a_menu_inside,
        .a2a_menu a,
        .a2a_tabs div,
        .a2a_menu_find_container,
        .a2a_menu_powered_by {
            -webkit-border-radius: 0 !important;
                                                -moz-border-radius: 0 !important;
                                                border-radius: 0 !important;
                                }
        .a2a_menu.a2a_mini {
          width: 150px;
          min-width: 150px!important;
        }





/******************************************
Responsive Design
******************************************/

.sys_mobile-search,
#sitebody .sys_breadcrumb .sys_nav-area,
.shareThis + .firstLine,
.firstLine + .sys_footerTel,
.deskview,
.sys_newsSearch,
.mobileFooter .footerAddress,
.sys_sectionHomeMobile,
.sys_scrollInst,
.sys_mobileLink,
.sys_desktopLink,
.sys_hide{
    display:none;
}


@media handheld, only screen and (max-width: 650px){
    
    .sys_desktopLink,
    #siteheader .sys_textBoxWithRedirect.sys_menuShown{
        display:block;   
    }
    #CourseFinderLinkPh,
    .sys_desktopLinkActive,
    .sys_mobileLinkActive,
    #siteoptions,
    .sys_cta-findacourse{
        display:none;
    }
    body{
        padding:0;  
    }
    .sys_sitewrap{
        width: auto;
    	margin:0;
	}
    #sitebody{
        overflow: visible;
    }
    #sitebody #homepage .sys_content-area {
        margin:0;   
    }
    .sys_widepage .sys_content-area{
        position: relative;
        padding-top: 60px;
    }

/* Header
-------------------------------------------------*/

    #siteheader{
        height: auto;
        width: auto;
        padding: 0 0 10px;
    }
  
  #siteheader #sitelogo {
    width:auto;
}
  
    #siteheader #sitelogo img{
    width:140px;
    height:auto;
}
  
  #siteheader .sys_textBoxWithRedirect{
    width: 140px;
    height:20px;
}

#siteheader .sys_textBoxWithRedirect input.sys_searchbox, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectTextBox{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: none;
    font-size: 11px;
    height: 16px;
    margin: 0;
    padding: 3px 2px 2px 5px;
    width: auto;
}

	#siteoptions a{
        margin: 0 0 0 7px;
    }

#siteheader .sys_textBoxWithRedirect{
   display:none; 
   width: 97%;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   margin:10px 5px 10px 5px;
   float:left;
   height:auto;
}

.sys_mobile-search{
    width: 50px;
    padding: 11px 10px;
    text-indent: -9999px;
    background: url("/SiteElements/MenuFiles/searchIcons2.png") #202a30 15px 13px no-repeat;
    background-size: 41px;
    float: right;
    display: block;
    height: 48px;
}

.sys_mobile-search.sys_openSearch{
    background: url("/SiteElements/MenuFiles/searchIcons2.png") #fff 15px -53px no-repeat;
    box-shadow: -1px -2px 3px #999;
    background-size: 41px;
}

#siteheader .sys_textBoxWithRedirect input.sys_searchbox, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectTextBox{
    width: 89%;
    -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   height:27px;
   float:left;
   
}

#siteheader .sys_textBoxWithRedirect input.sys_search-button, #siteheader .sys_textBoxWithRedirect input#TextboxWithRedirect_redirectButton{
float: right;
padding: 0;
width: 28px;
height: 28px;
overflow: hidden;
background: url("/SiteElements/MenuFiles/sprite.png") -198px -51px no-repeat;
border: 0 none;
line-height: 9999px;
text-indent: 9999px;
cursor: pointer;
position: relative;
/* DC 11/4/13 - positioning correction for Opera, was relative; */
top: 0 !important;
}

    


/* Breadcrumb and section menu button
-------------------------------------------------*/ 

.sys_breadcrumb > div:first-child,
.sys_menu div:first-child,
.sys_sectionMenu-title,
div.sys_parent_folder:after{
    display: none;
}
.sys_breadcrumb div.sys_sectionMore{
    float: none;
    clear: both;
    color:#fff;
    display:block;
    overflow:hidden;
    padding:4px 4px 4px 8px;
}
.sys_sectionMoreTitle{
    padding: 9px 0 9px 9px;
    float: left;
    font-size: 20px;
}
div.sys_current_folder:after,
.noChild div.sys_current_folder:after{
    content: '';
}
.sys_sectionHomeMobile{
    display:block;
}
#sitebody .sys_sectionMenu{
    display: block;
    font-weight: bold;
    padding: 0 3px;
    text-align: center;
    float: right;
    cursor: pointer;
    width: auto;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    z-index: 1000;
    border-radius: 2px;
    text-indent: -9999999px;
    margin: 4px 9px 0 0;
}
.sys_iconBar{
    display: block;
    background: #fff;
    width: 33px;
    height: 2px;
    margin: 5px 0;
}
#sitebody div.sys_breadcrumb{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    color: #FFF;
    background: #00a69e;
    font-size: 12px;
    overflow: visible;
	line-height: 1.7em;
}
#sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown{
    display: block;
    position: absolute;
    top: 46px;
    z-index: 800;
    width: 100%;
    box-shadow: 0px 10px 20px rgba(50, 50, 50, 0.75);
    padding-top:0;
    background: #fff;
}

/*DC hides BR in left hand menu when in mobile*/
div.sys_nav-area.sys_menuShown > br{
    display: none;
}
/*#sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu .sys_current_folder:first-child A, #sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu .sys_parent_folder:first-child A{
    color:#fff;
    padding-right: 65px !important;
}*/
#sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu A{
    padding: 12px 40px 12px 17px;
    color: #333;
    font-size: 20px;
}
#sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu A:after{
    display: block;
    width: 8px;
    height: 13px;
    background-image: url('/SiteElements/MenuFiles/arrow-next.png');
    background-repeat: no-repeat;
    content: "";
    overflow: visible;
    float: right;
    top: 36%;
    right: 22px;
    position: absolute;
    background-size: 7px 12px;
    margin-right: 7px;
}
/*#sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu .sys_current_folder:first-child a:after, #sitebody .sys_breadcrumb .sys_nav-area.sys_menuShown .sys_menu .sys_parent_folder:first-child a:after {
    background-image: none;
}*/
.footerLinks  li a:after{
    content: '';
    float: left;
    padding-right: 0;
}
.telLinkMobile a{
    color: #fff;
}
.footerAddress .telLinkMobile{
    display:inline;
}
.footerAddress .telLinkDesk{
    display:none;
}

/* Left nav
-------------------------------------------------*/ 
#sitebody .sys_nav-area{
    display:none;
    width:auto;
    float:none;
}
#sitebody .sys_nav-area-extended{
    display:none;   
}

/* Main content
-------------------------------------------------*/

  #sitebody .sys_content-area{
    width:auto;
    float:none;
  }
  #sitebody .sys_large-col{
    width:auto;
    float:none;
    margin-bottom: 15px;
    padding: 60px 17px 0 17px;
    position: relative;
  }
    
    .sys_content-area table, .sys_content-area table th {
        width:auto !important;
    }
    
        
    .sys_content-area .sys_banner img{
        width:100%;
    }
img.fullWidth{
    width: 100%;
    height: auto;
}
.sys_sitewrap .floatImageRight, .sys_sitewrap .floatImageLeft{
    float: none;
    margin: 0 0 10px; 
}





 /* Footer
	-------------------------------------------------*/                          
    .footerAddress{
	    display: none;
	}
    .mobileFooter .footerAddress{
        display: block;
        width: auto;
        float: none;
        border-right: none;
        margin: 0;
        padding: 5px 0;
        clear: left;
        border-top: 1px solid #AAA;
    }
    .footerAddress span.firstLine{
        text-indent: 0;
        border:none;
    }
	.shareThis + .firstLine, .firstLine + .sys_footerTel {
		display:block;
	}
	.sys_cta-findacourse{
		display:none;
	}
	#sitefooter .shareThis{
	    float: right;
	    position: relative;
	    clear: both;
	    display:inline-block;
	    padding-top: 10px;
	}
	.footerLinks{
	    float: left;
	    padding: 0 0 0 10px;
    	width: 45%;
	    font-size: 12px;
	    line-height: 15px;
	}
	.footerLinks li{
	    margin: 10px 0 10px 0;
	    padding: 5px 0;
	}
	.footerLinks1{
	    margin-right: 5px;
	    border-right: 1px solid #AAA;
	    clear: left;
	    padding: 0 10px 0 0;
	}
	.footerLinks1 li:nth-child(n+4), .footerLinks2 li:nth-child(n+4){
	    display:list-item;   
	}
	.footerLinks2{
	    width: 43%;
	}
	.footerLinks3{
		display:none;
	}
	.firstLine{
		display: block;
		clear:left;
		padding-top: 10px;
		border-top: 1px solid #AAA;
	}
	a.deskview{
	    border-top:none;
	    clear: both;
	    color: #fff;
	    display: none;
	    margin: 5px 0;
	    padding-top: 5px;
	    text-align: center;
	}

    /*AddToAny share button*/
    .a2a_kit{
        float: right;
    }
    #sitefooter .a2a_dd > span.a2a_s__default, #sitefooter .a2a_dd > span.a2a_s_a2a{
        width: 46px !important;
        height: 46px !important;
        background: url(/SiteElements/Images/social-mobile-add.png) !important;
        background-size: 46px !important;
    }
    #sitefooter .a2a_dd > span.a2a_s__default, #sitefooter .a2a_dd > span.a2a_s_a2a:hover{
        background-position: 0 0!important;
    }
    #commentFooterLink{
        float: left !important;
        width: 46px !important;
        height: 46px !important;
        background: url(/SiteElements/Images/social-mobile-comment.png);
        background-size: 47px;
        clear: none; 
        margin-top: 0; 
        margin-right: 5px;
    }
    #commentFooterLink:hover{
        background-position: 0 0;
    }

	
	/*New CSS*/
	ul.tabs {
		height: auto;
	}
	input.portal_searchfield {
		width: 85%;
	}
	div.rendering p {
		margin: 3px 0;
	}
	h2.title {
		padding: 5px 0;
	}
	div.sys_parent_folder:first-child, .sys_menu div:first-child {
		display: block;
		background: none;
		color: #666;
	}
	#TopNav br  {
		content: ' ';
	}
	#TopNav br:after {
		content: ' ';
	}

}