/**
 * plugins/themes/coaction/coaction.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Co-Action theme stylesheet.
 *
 */

/*
Colours

Text: #333333
Links: #096f94
Banner text: #ffffff
Banner Background: #096f94
Coaction bar background: #333333
Coaction bar text: #ffffff
Journal bar text: #333333
Journal bar links: #096f94 (bold)
Footer background: #9b9891
Footer links: #e1e0de
*/

/* latin-ext */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: local('Domine'), local('Domine-Regular'), url(http://fonts.gstatic.com/s/domine/v4/kgr-Nrn5wibPqCDOBCHWq3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: local('Domine'), local('Domine-Regular'), url(http://fonts.gstatic.com/s/domine/v4/FxcR-tD_L-w7iQxsjZvwq3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: local('Domine Bold'), local('Domine-Bold'), url(http://fonts.gstatic.com/s/domine/v4/kxdP69OfpXh5jz-VlR6wIoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: local('Domine Bold'), local('Domine-Bold'), url(http://fonts.gstatic.com/s/domine/v4/BmiPqZorq0QiT-p6kf1paYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	color: #333333;
	min-width: 1180px;
}

a { color: #096f94; text-decoration: underline; }
a:link { color: #096f94; }
a:active { color: #096f94; }
a:visited { color: #096f94; }
a:hover { color: #096f94; background-color: transparent; text-decoration: none; }

label.error { color: #f60; }

label p {
	margin: 0;
}

img { border:0; text-decoration:none; outline:none; }

input.defaultButton { color: #EEEEFF; background: #069; }

input.textField, select.selectMenu, textarea.textArea, input.uploadField, input.button, a.button {
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	line-height: normal;
	box-sizing: border-box;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.textField, select.selectMenu, input.button, input.uploadField, a.button {
	padding: 3px 6px;
	height: 28px;
}

input.button, a.button {
	height: 27px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	border: 1px solid #333333;
	text-decoration: none;
}

input.button:hover, a.button:hover {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
}

.container {
	min-width: 1140px;
	margin: 0 80px 0 80px;
}

body:not(.article) .container {
	width: 1140px;
	margin: auto;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 32px;
	background-color: #069;
	color:  #fff;
}

#body { clear: both; }

#main { margin: 0; padding: 0; min-width: 830px; width: auto; float: none; display: block; }

#main h1 { margin: 20px 0 10px 0; font-size: 30px; }
#main .headerBackground { margin: 20px 0 10px 0; }
#main .headerBackground h1, #main .headerBackground h2 { display: inline; background-color: white; padding: 5px 10px 5px 0;}

#main h2 {
	text-transform: uppercase;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif;
	margin: 8px 0;
	font-size: 24px;
	padding: 0;
}

#main h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif;
}

#main h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif;
}

#breadcrumb {
	height: 18px;
	line-height: 25px;
	border-bottom: none;
	padding: 0;
	font-size: 12px;
}
#breadcrumb a { color: #333333; }
#breadcrumb a.current { color: #096f94; }
#breadcrumb a:hover { text-decoration: underline; }

#content { border-top: none; font-size: 15px; padding: 0; margin-bottom: 40px; }
#content h3 { text-transform: uppercase; }
#content h4 { text-transform: uppercase; }
#content h5 { text-transform: uppercase; }

span.highlight { border-bottom: 1px dotted #069; }

table.listing tr.highlight { background: #fcff64; }

table.listing tr.fastTracked { background-color: #EEEEFF; }

table.listing td.headseparator { border-top: 1px dotted #069; }
table.listing td.endseparator { border-top: 1px dotted #069; }

table.announcements td { padding: 0.25em 0.5em 0.25em 0; }

span.formError { color: #f60; }

ul.formErrorList { color: #f60; }

div.separator { clear: both; border-bottom: 10px solid #ebebeb; }
div.sectionArticles div.separator { margin-left: 25px; }

#rightSidebar ul, #leftSidebar ul { margin-left: 0px; padding-left: 0px; }
#rightSidebar li, #leftSidebar li { list-style-type: none; }
#rightSidebar, #leftSidebar { margin: 0; padding: 0; border-bottom: none; font-size: 16px; }
#rightSidebar { min-width: 260px; width: 20%; float: right; margin-left: 50px; }
#leftSidebar { min-width: 200px; width: 20%; float:left; }
#rightSidebar>div { margin: 30px 0; font-size: 14px; }
#rightSidebar>div:first-child, #rightSidebar>div h2 { margin-top: 0; }

/* #bannerBar */

#bannerBar { clear:both; text-transform: uppercase; color: #ffffff; background-color: #096f94; }
#bannerBar a { color: #ffffff; text-decoration: none; }
#bannerBar a:link { color: #ffffff; }
#bannerBar a:active { color: #ffffff; }
#bannerBar a:visited { color: #ffffff; }
#bannerBar a:hover { color: #ffffff; background-color: transparent; text-decoration: underline; }
#bannerBar .menu { font-weight: normal; text-align: right; line-height: 24px; font-size: 12px; }
#bannerBar .menu a { border-left: 1px solid #000000; padding: 0 10px; font-weight: bold; }
#bannerBar .menu a:first-child { border-left: none; padding-left: 0; padding-right: 8px; }
#bannerBar .menu a:last-child { padding-right: 0px; }

/* #coactionBar */

#coactionBar { clear:both; background-color: #333333; }
#coactionBar .coactionLogo { padding: 15px 15px 15px 0; float:left; }
#coactionBar .container { min-height: 82px; position:relative; }

ul#header-nav-utility { text-transform: uppercase; line-height: 24px; }
ul#header-nav-utility li.selected a { font-weight: bold; }
ul#header-nav-utility li.selected li a { font-weight: normal; }

#header-search { margin: 14px 0 0 15px; }
#header-search label { display: none; }
#header-search div { position: relative; width: 165px; }
#header-search input#s { box-sizing: border-box; font-size: 14px; line-height: 14px; height: 26px; color: #333; border: 1px solid #9b9891; padding: 3px 27px 3px 7px; width: 165px; background: #9b9891; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "Geneva", "Tahoma", sans-serif; font-weight: normal; font-stretch: normal; }
#header-search input#s::-webkit-input-placeholder { color: #ededec; }
#header-search input#s:-moz-placeholder { color: #ededec; }
#header-search input#s::-moz-placeholder { color: #ededec; }
#header-search input#s:-ms-input-placeholder { color: #ededec; }
#header-search input#s:focus { outline: none; }
#header-search input#header-search-submit { position: absolute; top: 4px; right: 5px; border: none; width: 17px; height: 16px; background: url(../img/icon/icon-search.png) no-repeat top left; display: block; overflow: hidden; text-indent: -999em; }
#header-search input#header-search-submit:hover { background-position: 0 -16px; }

#coactionBar .sf-menu ul li a:active, #coactionBar .sf-menu ul li a:hover { background: #096f94 url(../img/icon/icon-caret-white.png) 30px 10px no-repeat; }
#coactionBar .sf-menu { float:none; position: absolute; right: 0; top: 13px; }

/* for high-dpi devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#header-search input#header-search-submit { background: url(../img/icon/icon-search@2x.png) no-repeat top left; background-size: 17px 32px; }
	.no-touch #header-search input#header-search-submit:hover { background-position: 0 -16px; }
	.sf-menu ul li a:active, .sf-menu ul li a:hover { background: #096f94 url(../img/icon/icon-caret-white@2x.png) 30px 10px no-repeat;}

}

/* #journalBar (#navbar) */

#journalBar { clear:both; text-transform: uppercase; background-color: #ffffff; }
#journalBar #journalLogo { float: left; padding: 40px 40px 40px 0; }
#journalBar #journalLogo img { max-width: 550px; max-height: 90px; }
#journalBar #navbar { position:relative; border-bottom:none; }
#journalBar a { line-height: 24px; font-size: inherit; letter-spacing: inherit; color: inherit; }
#journalBar .sf-menu li a:active, #journalBar .sf-menu li a:hover { color: #096f94; }
#journalBar .sf-menu ul li a:active, #journalBar .sf-menu ul li a:hover { background: #096f94 url(../img/icon/icon-caret-white.png) 30px 10px no-repeat; color: #ffffff; }
#journalBar .sf-menu { float:none; position: absolute; right: 0; top: 50px; }
#journalBar .sf-menu>li>a { padding: 20px 0 20px 40px; }

/* #pageFooter */

#footer { background-color: #069; color:  #fff; }
#footerContent { color:  #fff; }
#pageFooter { clear:both; color: #e1e0de; background-color: #9b9891; font-size: 15px; }
#pageFooter a { color: #e1e0de; text-decoration: none; }
#pageFooter a:link { color: #e1e0de; }
#pageFooter a:active { color: #e1e0de; }
#pageFooter a:visited { color: #e1e0de; }
#pageFooter a:hover { color: #ffffff; background-color: transparent; text-decoration: underline; }
#pageFooter .container { padding: 40px 0; }
#pageFooter p { padding: 0; margin: 0; clear: both; }
#pageFooter .menu { text-transform:uppercase; font-weight: normal; text-align: left; padding-bottom: 20px; float:left; }
#pageFooter .menu a { border-left: 1px solid #e1e0de; padding: 0 10px; }
#pageFooter .menu a:first-child { border-left: none; padding-left: 0; }
#pageFooter #socialIcons { float:right; }
#pageFooter #socialIcons img { margin-left: 10px; margin-top: -7px; }
#pageFooter #socialIcons span { vertical-align: top; }

/* #notification */

#sidebar #notification.block span.blockTitle { font-size: 24px; font-weight: bold; text-transform: none; letter-spacing: normal; }
#sidebar #notification.block li { display: inline; border-left: 1px solid #e1e0de; padding-left: 3px; }
#sidebar #notification.block li:first-child { border-left: none; padding-left: 0; }

/* #homeTabs */

#homeTabs { margin: 20px 0 20px 0; }
#homeTabs.ui-corner-all { border: none; }
#homeTabs.ui-tabs { padding: 0; }
#homeTabs.ui-widget { font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif; font-size: 15px; line-height: 18px; }
#homeTabs.ui-tabs.ui-widget li a { font-size: 24px; }
#homeTabs.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
#homeTabs.ui-tabs .ui-tabs-nav li a { padding: 15px 30px; }
#homeTabs.ui-tabs .ui-tabs-panel { padding: 10px 0; }
#homeTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; }
#homeTabs.ui-widget-content { color: #333333; border: none; background: none; }
#homeTabs .ui-helper-reset { font-size: 16px; }
#homeTabs .ui-widget-header { border: none; background: none; color: #ffffff; font-weight: bold; }
#homeTabs .ui-state-default a, #homeTabs .ui-state-default a:link, #homeTabs .ui-state-default a:visited { color: #333333; display: inline-table; }
#homeTabs .ui-state-active a, #homeTabs .ui-state-active a:link, #homeTabs .ui-state-active a:visited { color: #ffffff; }
#homeTabs .ui-corner-top {
	border: none;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
#homeTabs .ui-state-default, #homeTabs .ui-widget-content .ui-state-default, #homeTabs .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	background-color: #d7d7d7;
	font-weight: normal;
	color: #333333;
	margin-right: 5px;
}
#homeTabs .ui-state-active, #homeTabs .ui-widget-content .ui-state-active, #homeTabs .ui-widget-header .ui-state-active {
	border: none;
	background: none;
	background-color: #9b9891;
	font-weight: normal;
	color: #ffffff;
}
#homeTabs #tabMostRecentArticles .article, #homeTabs #tabMostViewedArticles .article { margin: 25px 0; }
#homeTabs #tabMostRecentArticles .articleDate, #homeTabs #tabMostViewedArticles .articleDate { float: left; text-transform: uppercase; width: 120px; clear: left; line-height: 19px; }
#homeTabs #tabMostRecentArticles .articleDetails, #homeTabs #tabMostViewedArticles .articleDetails { margin: 0 0 20px 120px; }
#homeTabs #tabMostRecentArticles a.title, #homeTabs #tabMostViewedArticles a.title { font-weight: bold; color: #000000; text-decoration: none; }
#homeTabs #tabMostRecentArticles a.title:hover, #homeTabs #tabMostViewedArticles a.title:hover { text-decoration: underline; }

/* carousel */
.jcarousel-wrapper { position: relative; }

.jcarousel .caption {
	position: absolute;
	top: 100px;
	width: 100%;
	font-size: 48px;
	font-family: Domine, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	/*text-shadow: 0 0 13px #000000;*/
}

.jcarousel .caption span { display:block; margin: 40px; }

/** Carousel **/

.jcarousel { position: relative; overflow: hidden; }
.jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
.jcarousel li { float: left; position: relative; }
.jcarousel li img { width: 100%; }

/** Carousel Controls **/

a.jcarousel-control-prev, a.jcarousel-control-next {
	position: absolute;
	bottom: 10px;
	background-color: #4E443C;
	border: 3px #4E443C solid;
	border-radius: 3px;
}

.jcarousel-control-prev { right: 60px; }
.jcarousel-control-next { right: 30px; }
.jcarousel-control-prev:hover, .jcarousel-control-next:hover { opacity: .8;}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive { cursor: default; }

/** Carousel Pagination **/
.jcarousel-pagination { position: absolute; bottom: 0; left: 15px; }

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	min-width: 14px;
	background: #fff;
	color: #4E443C;
	border-radius: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 2px;
	opacity: .75;
}

.jcarousel-pagination a.active { background: #4E443C; color: #fff; opacity: 1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); }
.journalCarousel.jcarousel-wrapper { width: 100%; }

/* blocks */

#main #announcementsBlock, #metricsBlock { float: left; width: 47%; margin-bottom: 40px;}
#main #announcementsBlock { margin-right: 6%; }
#announcementsBlock .announcementPosted { text-transform: uppercase; font-size: 12px; font-weight: bold; }
#main #announcementsBlock .headerBackground { background-color: #9bc4d9; }
#metricsBlock .headerBackground { background-color: #096f94; }
#announcementsBlock h2, #metricsBlock h2, #sponsorsBlock h2, #aboutBlock h2, #publishBlock h2, #socialBlock h2 { line-height: 32px; text-transform: none; margin: 20px 0 10px 0; font-size: 30px; font-weight: bold; }
.announcementTitle a { text-decoration:none; color:black;}
.announcementTitle a:hover { text-decoration:underline; }
#aboutBlock h2 { margin-top: 0px; }
#publishBlock { background-color: #9bc4d9; padding: 15px; color: #ffffff; margin: 20px 0;}
#publishBlock h2 { text-align: center; margin: 0; }
#publishBlock ul { text-align:center; margin: 5px 0; }
#publishBlock ul li { display:inline-block; background-color: #096f94; border-radius: 3px; }
#publishBlock ul li:first-child { margin-right: 5px; }
#publishBlock ul a { border-radius: 3px; width: 100px; padding: 7px 2px 7px 2px; color: #ffffff; text-decoration: none; text-align: center; font-weight: bold; display: block; font-size: 14px;}
#publishBlock ul a:hover { background-color: #3f8fb6; }

#linksBlock a.button, #relatedBlock a.button { display: block; width: 80%; margin: auto; background: #333 url(../img/icon/icon-caret-white.png) 190px 5px no-repeat;}
#linksBlock a.button:hover, #relatedBlock a.button:hover { background-color: #666;}

.article #articleTitle h2 { margin-bottom: 10px; font-size: 30px; }
.article #main { min-width: 640px; width: auto; margin-left: 220px; }
.article #leftSidebar, .article #rightSidebar, .article #main { margin-top: 30px; }
.article #leftSidebar h4:first-child { margin-top: 0; }
.article #leftSidebar li:not(.collapse) h4 { margin-bottom: 10px; }
.article #leftSidebar { width: 200px; margin-right: 20px; }
.article #rightSidebar { width: 260px; margin-left: 20px; }
#articleNavigationBlock { width: 200px; margin-right: 20px; }
#articleNavigationAccordion h4>a { padding: 7px 15px; color: #000000; text-decoration: none; zoom: 1; background: transparent url(../img/icon/icon-caret-black.png) 0px 10px no-repeat; }
#articleNavigationAccordion ul { margin-left: 15px; }
#articleNavigationAccordion ul li { line-height: 25px; padding: 0 10px 0 10px; }
#articleNavigationAccordion ul li:hover { background-color: #ebebeb; }
#articleNavigationAccordion ul li:hover a { color: #000; }
#articleNavigationAccordion ul a { text-decoration: none; font-size: 14px; color: #5e5f5f;}
#articleHTML p:first-child { margin-top: 0px; }
#articleHTML h1 { font-size: 18px; color: #096f94; text-transform: uppercase; font-weight: bold; }
#articleHTML h2 { font-size: 16px; color: #000000; text-transform: none; font-weight: bold; }

.downloadOptionsSelect .ui-widget  { width: 100%; }
.downloadOptionsSelect .ui-button-text { text-align: left; font-size: 16px; font-weight: normal; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif; }
#downloadOptionsBlock .ui-state-default,
#downloadOptionsBlock .ui-widget-content .ui-state-default,
#downloadOptionsBlock .ui-widget-header .ui-state-default { border: none; border-radius: 3px; background: none; background-color: #9b9891; color: #ffffff; font-weight: normal; font-size: 16px; }
#downloadOptionsBlock .ui-state-default .ui-icon { content: url(../img/expanded_arrow.png); width: 13px; height: 9px; margin-top: -4px; margin-right: 5px; background: none; }
#downloadOptionsBlock .ui-state-hover,
#downloadOptionsBlock .ui-widget-content .ui-state-hover, 
#downloadOptionsBlock .ui-widget-header .ui-state-hover,
#downloadOptionsBlock .ui-state-focus,
#downloadOptionsBlock .ui-widget-content .ui-state-focus,
#downloadOptionsBlock .ui-widget-header .ui-state-focus { border: none; border-radius: 3px; background: none; background-color: #9b9891; color: #ffffff; font-weight: normal; font-size: 16px; }
#downloadOptionsBlock .ui-state-hover .ui-icon { content: url(../img/expanded_arrow_hover.png); width: 13px; height: 9px; margin-top: -4px; margin-right: 5px; background: none; }
#downloadOptionsBlock .ui-widget-content { background: none; background-color: #ffffff; border-color: #9b9891; }
#downloadOptionsBlock .ui-widget, #downloadOptionsBlock .ui-widget-content { font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif; }
#downloadOptionsBlock .ui-menu-item a { font-size: 16px; color: #9b9891; }
#downloadOptionsBlock .simpleselect .placeholder, #downloadOptionsBlock .simpleselect .options { width: 240px; background-color: #9b9891; border-radius: 3px; color: #ffffff; font-size: 16px; border: none; }
#downloadOptionsBlock .simpleselect .placeholder { padding: 10px 0px 10px 20px; }
#downloadOptionsBlock .simpleselect .placeholder:hover { background-color: #666; }
#downloadOptionsBlock .simpleselect .placeholder:after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIZJREFUeNpi+v//PwMSDgTiWGQxZEl+IH4CxJ+BWB0mzsSAAO1ALA3EPEC8FIjZwKJQlTb/MUEXzAo2IL7xHzvwYAEaIgHEfQzYAScj2Bg8gImBAABZIQfEHjjkXxN0JMiKX0CcgkV3NxDvQA7JaUg6z0BNJhzULEhGfgTiXGhQ34QJAgQYALJBy9o8wrW4AAAAAElFTkSuQmCC'); }
#downloadOptionsBlock .simpleselect .options { width: 260px; }
#downloadOptionsBlock .simpleselect .options .option { padding-left: 20px; }
#downloadOptionsBlock .simpleselect .options .option:first-child { border-top-left-radius: 3px;  border-top-right-radius: 3px; }
#downloadOptionsBlock .simpleselect .options .option:last-child { border-bottom-left-radius: 3px;  border-bottom-right-radius: 3px; }
#downloadOptionsBlock .articleOptions a { margin-top: 20px; width: 120px; display:inline-block; background-color: #9b9891; border-radius: 3px; line-height: 38px; color: #ffffff; text-decoration: none; text-align: center; font-size: 16px;}
#downloadOptionsBlock .articleOptions a:first-child {margin-right: 15px;}
#downloadOptionsBlock .articleOptions a:hover { background-color: #666; }
#downloadOptionsBlock .articleOptions #shareArticle:hover { cursor: pointer; }
#downloadOptionsBlock .articleOptions #shareArticleOptions {display:none; clear:both; margin-top: 40px; text-align:center; }

.article #rightSidebar .blockTitle, .article #sidebarRTAuthorBios .blockTitle,
.article #alm h4 { display: block; text-transform: none; margin: 20px 0 10px 0; font-size: 30px; font-weight: bold; }
.article #sidebarRTArticleTools .blockTitle:before { content: "+"; padding-right: 5px; }
.article #sidebarRTArticleTools .blockTitle.expanded:before { content: "-"; padding-right: 5px; }
.article #sidebarRTArticleTools .blockTitle:hover { cursor:pointer; }
.article #sidebarRTArticleTools .articleTools { display:none; }
.article #rightSidebar .blockTitle { font-size: 18px; }
.article #sidebarRTAuthorBios .separator { border-bottom: 1px dashed #ebebeb; }
.article #rightSidebar #sidebarRTArticleTools .articleToolItem { margin-left: 20px; }

p.sharethisIcons { margin-top: 38px; }
p.sharethisIcons>span:first-child { margin-left: 15px; }
.st_linkedin_custom { background: url(../img/linkedin_large.png) no-repeat scroll left top transparent; }
.st_googleplus_custom { background: url(../img/googleplus_large.png) no-repeat scroll left top transparent; }
.st_twitter_custom { background: url(../img/twitter_large.png) no-repeat scroll left top transparent; }
.st_facebook_custom { background: url(../img/facebook_large.png) no-repeat scroll left top transparent; }
.st_linkedin_custom, .st_googleplus_custom, .st_twitter_custom, .st_facebook_custom { padding: 17px; }
.st_linkedin_custom:hover, .st_googleplus_custom:hover, .st_twitter_custom:hover, .st_facebook_custom:hover { opacity: 0.75; cursor: pointer; }

.volumeArticles .issueSection:not(.static) .sectionArticles { display:none; }
.issueSection .sectionArticles .article { margin: 25px 0 25px 25px; }
.issueSection .sectionArticles .articleDate { float: left; text-transform: uppercase; width: 120px; clear: left;}
.issueSection .sectionArticles .articleDetails { margin: 0 0 20px 120px; }
.issueSection .sectionArticles a.title { font-weight: bold; color: #000000; text-decoration: none; }
.issueSection .sectionArticles a.title:hover { text-decoration: underline; }

#content .issueSection h4.tocSectionTitle { font-weight: bold; text-transform: none; }
#content .issueSection { margin: 20px 0; }
#content .volumeIssues .issueSection { margin-left: 25px; }
.volumeArticles .issueSection h4.tocSectionTitle:hover,
.volumeIssues h3.issueTitle:hover { cursor:pointer; }
.volumeArticles .issueSection h4.tocSectionTitle:before,
.volumeIssues h3.issueTitle:before { content: "+"; padding-right: 5px; }
.volumeArticles .issueSection h4.tocSectionTitle.expanded:before,
.volumeIssues h3.issueTitle.expanded:before { content: "-"; padding-right: 5px; }
.volumeIssues .issueSection .sectionArticles:last-child .separator { border: none; }
.volumeIssues .separator:last-child { border: none; }

body.rt, body.bio { margin: 0 80px; min-width: intrinsic; }
body.rt #header, body.bio #header { min-height: intrinsic; width: auto; }
body.rt #main, body.bio #main { min-width: intrinsic; }
body.rt #container, body.bio #container { width: auto !important; min-width: 500px !important; margin: auto; }
body.rt #header h1, body.bio #header h1 { background-color: #FFF; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Geneva, Tahoma, sans-serif; color: #333333; line-height: normal; letter-spacing: normal; text-align: left;}
