/* 
    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Branding.less for ASME/SCM6
-------------------------------------------------------------- */

html {
  font-size: 62.5%;
}
h1 {
  color: #333333;
}
h2 {
  color: #333333;
}
h3 {
  color: #00529f;
}
h4 {
  color: #00529f;
}
h5 {
  color: #333333;
}
.sans {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.serif {
  font-family: Georgia, Cambria, Times, "Times New Roman", serif;
}
.bold {
  font-weight: bold;
}
.plaintext {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.small {
  font-size: 12px;
  font-size: 1.2rem;
}
.separator {
  font-weight: bold;
  color: #f0eee8;
}
.separatorSpecial {
  font-weight: bold;
  color: #666666;
}
.noBorder {
  border: none;
}
.no-border-top {
  border-top: 0!important;
}
.no-border-right {
  border-right: 0!important;
}
.no-border-bottom {
  border-bottom: 0!important;
}
.no-border-left {
  border-left: 0!important;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.wrap {
  word-wrap: break-word;
}
.museo-sans {
  font-family: 'Museo Sans', Arial, Sans Serif;
}
.museo-sans300 {
  font-family: 'Museo Sans-300', Arial, Sans Serif;
}
.museo-sans500 {
  font-family: 'Museo Sans-500', Arial, Sans Serif;
}
/*alerts*/

.error {
  color: #990000;
}
.info {
  color: #00559b;
}
.warning {
  color: #ffc747;
}
.asmeButton {
  background: url("/Images/backgrounds/asme_button_background.png") repeat-x top left;
  padding: 5px 10px;
  font-weight: bold;
  border: 3px solid #ffc747;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

}
.blueButton {
  background: url("/Images/backgrounds/blue_button_background.png") repeat-x top left;
  padding: 2px 10px;
  font-weight: bold;
  border: 1px solid #00559b;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

  color: white !important;
  font-size: 1.4rem;
}
/* Helpers.less for ASME/SCM6
   Based on Bootstrap.less by Mark Dotto
-------------------------------------------------------------- */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none !important;
}
.center {
  text-align: center;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block {
  display: block;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.unselected {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*Triangle*/
#flip .horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/

}
#flip .vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/

}
.mainContainer {
  zoom: 1;
  padding-bottom: 20px;
}
.mainContainer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* use .clearfix on parent div instead. */

.clearAll {
  clear: both;
  width: 100%;
  height: 0;
  overflow: none;
}
/* Default font settings
---------------------------------------------------------------- */

body {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
  background: white;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  padding-bottom: 22px;
  font-weight: bold;
}
h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-bottom: 18px;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-bottom: 18px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-bottom: 13px;
  font-weight: bold;
}
h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
}
h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
h1 span {
  color: black;
  text-align: left;
}
h5 span {
  text-align: left;
}
h3 span {
  padding: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
.bodyCopy {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: black;
  text-align: left;
}
/* Embedded content
-------------------------------------------------------------- */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Improve quality when scaled in IE7 */

svg:not(:root) {
  overflow: hidden;
}
/* Fix IE9 overflow non-hidden */

figure {
  margin: 0;
}
.tableImage {
  display: block;
}
/* Type elements
-------------------------------------------------------------- */

p {
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-size: 1em;
}
/* Pull an image at the start of a paragraph so text flows around it 
   (usage: <p><img class="left">Text</p>) */

p img.left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a {
  color: #1f9dd1;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #1f9dd1;
  text-decoration: underline;
  outline: 0 !important;
  cursor: pointer;
}
a:focus,
a:active {
  color: #1f9dd1;
  outline: 0 !important;
  cursor: pointer;
}
.linkLarge {
  font-size: 18px;
  font-size: 1.8rem;
}
blockquote,
.BlockQuote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
strong,
dfn {
  font-weight: bold;
}
em,
dfn,
i {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
small {
  font-size: 11px;
  font-size: 1.1rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0beba;
  margin: 0.5em 0;
  padding: 0;
}
/* Image replacement  per HBP */

.ir {
  display: block;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  text-indent: -999em;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}
/* Page Layout
-------------------------------------------------------------- */

.pageContentHolder {
  width: 100%;
  margin: 0 auto;
}
.navbar,
.mainContainer,
.Footer {
  margin: 0 auto;
  width: 970px;
  position: relative;
}
comment {
  display: none;
}
span.onlineFirst {
  background: url("/Images/icons/asme_icon_onlinefirst.png") no-repeat scroll 0 0 transparent;
  color: white;
  display: inline-block;
  height: 25px;
  text-indent: -999em;
  width: 146px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
span.freeArticle {
  background: url("/Images/icons/asme_icon_public.png") no-repeat scroll 0 0 transparent;
  color: #eeeeee;
  display: inline-block;
  height: 25px;
  text-indent: -999em;
  width: 125px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
span.openAccessArticle {
  background: url("/Images/icons/asme-OpenAccess.png") no-repeat scroll 0 0 transparent;
  color: #eeeeee;
  display: inline-block;
  height: 25px;
  text-indent: -999em;
  width: 125px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
span.acceptedManuscript {
  background: url("/Images/icons/asme_icon_acceptedmanuscript.png") no-repeat scroll 0 0 transparent;
  color: #eeeeee;
  display: inline-block;
  height: 25px;
  text-indent: -999em;
  width: 146px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
/* Masthead Layout
-------------------------------------------------------------- */

.bannerTop {
  width: 100%;
}
.addBanner {
  height: 90px;
  padding: 9px 0 11px;
  text-align: center;
  position: relative;
}
.mastHead,
.topNav {
  width: 100%;
  margin: 0 auto;
}
.mastHead {
  margin-bottom: 20px;
}
.topNav {
  z-index: 1001;
  width: 970px;
  background: #00559b;
  border-bottom: 3px solid #ffc747;
}
.siteHeader {
  padding-top: 8px;
  position: relative;
  zoom: 1;
  z-index: 1;
}
.viewCart:hover {
  cursor: pointer;
}
.viewCart input {
  cursor: pointer;
}
/* Microsite nav headers
-------------------------------------------------------------- */

/*
.siteHeader          { border-bottom: 5px solid @grayLight; }
*/

.accountNavWrapper {
  background: #f0eee8;
  height: 35px;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid #c0beba;
}
/* Navbar Layout
-------------------------------------------------------------- */

.navbar {
  font-size: 12px;
}
.navbar ul {
  list-style: none;
  float: left;
}
.navbar ul li {
  float: left;
  display: block;
}
.navbar ul li a {
  display: block;
}
/* Account Navigation Bar
-------------------------------------------------------------- */

.accountNavBar .brand {
  background: #22a7df;
  padding: 12px;
}
.accountNavBar .brand.viewCart {
  padding: 0 12px;
}
.accountNavBar .brand a {
  color: white;
  font-weight: bold;
}
.accountNavBar .brand a:hover,
.accountNavBar .brand a:link,
.accountNavBar .brand a:active,
.accountNavBar .brand a:visited {
  color: white;
  font-weight: bold;
}
.accountNavBar #gap_form > input {
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
  color: white;
  display: block;
  height: 35px;
}
.accountNavBar .siteUserInfo {
  float: right;
  color: white !important;
  max-width: -webkit-calc(100% - 180px);
  max-width: -moz-calc(100% - 180px);
  max-width: calc(100% - 180px);
}
.accountNavBar .siteUserInfo .divUserLoggedIn {
  width: 100%;
}
.accountNavBar .siteUserInfo .divUserLoggedOut,
.accountNavBar .siteUserInfo .divUserLoggedOut + .divUsernameLoggedIn {
  width: auto;
}
.accountNavBar .siteUserInfo .userInfo {
  background: none;
  padding: 12px;
  color: #333333;
  border-right: 1px solid white;
  float: right;
  text-align: right;
}
.accountNavBar .siteUserInfo .userInfo .title .inst-name,
.accountNavBar .siteUserInfo .userInfo .title .pipe,
.accountNavBar .siteUserInfo .userInfo .title .ind-name {
  display: inline-block;
  float: left;
}
.accountNavBar .siteUserInfo .userInfo .title .pipe {
  margin: 0 3px;
}
.accountNavBar .siteUserInfo .userInfo .title.inst-admin .inst-name,
.accountNavBar .siteUserInfo .userInfo .title.inst-admin .ind-name {
  max-width: 49%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.accountNavBar .siteUserInfo .userInfo .title.inst-admin .inst-name,
.accountNavBar .siteUserInfo .userInfo .title.inst-admin .pipe,
.accountNavBar .siteUserInfo .userInfo .title.inst-admin .ind-name {
  float: none;
}
.accountNavBar .siteUserInfo .accountInfo > div {
  float: left;
  padding: 10px;
  border-right: 1px solid white;
  border-bottom: 3px solid #ffc747;
}
.accountNavBar .siteUserInfo .accountInfo > div:hover {
  background: #1f9dd1;
}
.accountNavBar .siteUserInfo .accountInfo > div:hover a,
.accountNavBar .siteUserInfo .accountInfo > div:hover a:hover {
  color: white;
}
/* Umbrella Navigation Bar
-------------------------------------------------------------- */

.umbrellaNavBar {
  position: relative ;
}
.nav {
  padding: 0;
}
.nav > li {
  float: left;
  font-size: 13px;
  border-right: 1px solid white;
  height: 30px;
  line-height: 1.4;
}
.nav > li:first-child {
  color: white;
}
.nav > li.active,
.nav > li:hover {
  background: #ffc747;
}
.nav > li.active > a,
.nav > li:hover > a {
  color: #333333;
}
.nav > li > a {
  color: white;
  text-decoration: none;
  padding: 6px 15px;
}
.nav li ul.subNav {
  display: none;
}
.nav li:hover ul.subNav {
  display: block;
}
.subNav {
  top: 30px;
  z-index: 2000;
  background: #f5fafc;
  font-size: 12px;
  border: 2px solid #ffc747;
  border-top: 3px solid #ffc747;
  position: absolute;
  width: 634px;
  padding: 3px 0;
}
.subNav li {
  width: 302px;
  border-top: 1px solid #999999;
}
.subNav li a,
.subNav li span {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #1f9dd1;
}
.subNav li strong {
  color: #c0beba;
  font-size: 13px;
}
.subNav li a:hover {
  text-decoration: underline;
  color: #1f9dd1;
}
.subNav li.first {
  border-top: none;
}
.subNav li.first a {
  margin-right: 0;
}
.subNav li:hover,
.subNav li:hover > a,
.subNav li > a:hover,
.subNav li.active > a {
  background: #333333;
  background: transparent;
}
.subNav .searchBar {
  display: none;
}
.subNavLeft,
.subNavRight {
  width: 302px;
  margin-left: 10px;
}
.subNavLeft li,
.subNavRight li {
  line-height: 1.3em;
  padding: 7px 0;
}
.subNavLeft li:first-child,
.subNavRight li:first-child {
  border-top: none;
}
/* Microsite Navigation Bar
-------------------------------------------------------------- */

.microNavBar ul {
  width: 970px;
  height: 32px;
  background: #eeeeee;
}
.microNavBar ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 32px;
  padding: 0 7px;
}
.microNavBar ul li a:hover {
  color: #1f9dd1;
  text-decoration: underline;
}
.microNavBar ul li a.journalName {
  color: black;
  cursor: default;
}
.microNavBar ul li a.journalName:hover {
  text-decoration: none;
}
.microNavBar ul li:first-child a {
  padding: 0 15px;
}
.microNavBar .active a {
  background: white;
  color: black;
}
.microNavBar .active a:hover,
.microNavBar .active a:active,
.microNavBar .active a:focus {
  color: #333333;
}
.AJRUB7.issue .microNavBar ul,
.AJRUB7.issues .microNavBar ul,
.AJRUB7.article .microNavBar ul {
  height: auto;
}
.AJRUB7.issue .microNavBar ul li a,
.AJRUB7.issues .microNavBar ul li a,
.AJRUB7.article .microNavBar ul li a {
  margin-top: 24px;
  line-height: 32px;
}
.AJRUB7.issue .microNavBar ul li a.journalName,
.AJRUB7.issues .microNavBar ul li a.journalName,
.AJRUB7.article .microNavBar ul li a.journalName {
  width: 350px;
  margin-top: 7px;
  font-size: 13px;
  color: black;
  line-height: 20px;
}
/* Global Header Sprites
---------------text-decoration: none !important;----------------------------------------------- */

/*...Icons ...*/

.sprite-globalHeader {
  display: inline-block;
  *display: inline;
  zoom: 1;
  *padding-bottom: 1px;
  background-color: transparent;
}
.sprite-ad_label_vert {
  background-position: 0 8px;
  width: 11px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 110px;
}
.sprite-icon_user {
  background-position: 0 -1009px;
  width: 18px;
  /*height: 17px; margin: 0 4px -1px 4px;*/

}
.sprite-gradient_supernav {
  background-position: 0 -275px;
  width: 1px;
  height: 36px;
}
.sprite-logo_network_small {
  background-position: 0px -1069px;
  width: 145px;
  height: 24px;
  margin: 0;
  padding: 0 !important;
}
.sprite-button_search_network {
  background-position: 0 -201px;
  width: 24px;
  height: 24px;
}
.sprite-button_search_journal {
  background-position: 0 -123px;
  width: 28px;
  height: 28px;
}
/*...Logo ...*/

.sprite-logos {
  display: block;
  background-image: url('/Images/asme_logo.png');
  background-repeat: no-repeat;
}
.siteLogo {
  width: 350px;
  background-position: 0 0;
  margin-bottom: -6px;
  height: 70px;
}
.masthead-tag {
  display: block;
  float: left !important;
  margin: 15px 0 0 8px;
}
/*******************************
   Search
********************************/

.siteHeader {
  padding-top: 15px 0 30px 0;
  /*This is required for search box label watermark to work properly*/

}
.siteHeader input {
  height: 28px;
  width: 390px;
  padding-left: 30px;
  border: 1px solid #cccccc;
  background: url("/images/buttons/icon_search.png") 8px 12px no-repeat;
  line-height: 30px;
}
.siteHeader .watermark-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.siteHeader .watermark {
  color: #999999;
  left: 30px;
  font-size: 1em;
  font-style: italic;
  display: inline-block;
  line-height: 32px;
}
.searchBar {
  position: absolute;
  top: 5px;
  right: 0px;
}
.searchBar input {
  width: 206px;
  height: 19px;
  padding: 4px 0 2px 5px;
  background: #666666;
  border: 0;
  float: left;
  color: #c0beba;
}
input,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.searchSection {
  right: 0;
  font-size: 12px;
  color: #666666;
  z-index: 1001;
  min-height: 0;
  width: 615px;
  height: 60px;
  padding: 30px 0 15px 0;
}
.searchSection .searchTerm,
.searchSection .searchCriteria {
  float: left;
}
.searchSection select {
  width: 100px;
  padding: 2px;
  background: white;
  line-height: 100%;
}
.searchSection .socialmediaLinks {
  margin-top: 40px;
  text-align: right;
  position: absolute;
  right: 0;
}
.searchSection .socialmediaLinks a {
  margin-left: 1px;
}
.logoPlaceHolder {
  width: 350px;
  padding: 1px;
}
.searchCriteria {
  width: 183px;
}
.searchCriteria option {
  word-wrap: break;
}
.searchButton {
  float: left;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 10px;
  line-height: 16px;
  background: url("/Images/backgrounds/asme_button_background.png") repeat-x top left;
  padding: 5px 10px;
  font-weight: bold;
  border: 3px solid #ffc747;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

}
.searchLink {
  float: right;
  font-size: 9px;
  text-align: left;
  padding: 0 5px 4px 5px;
  border-bottom: 3px solid #ffc747;
}
.searchLink a {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f9dd1;
  font-weight: lighter;
}
/*******************************
   Footer
********************************/

.siteFooter {
  text-align: center;
  padding: 10px 0;
  margin: 0 0 30px;
  background: white;
  font-size: 11px;
  line-height: 150%;
  color: #333333;
  min-height: 80px;
}
.footerInner {
  background: #eae6dd;
  padding: 10px;
  margin: 0px 12px;
}
.copyright {
  float: left;
  margin: 0 0 0 300px;
  color: #666666;
}
.viewMore {
  margin-left: 280px;
}
.viewMore img {
  margin-left: 24px;
}
.viewMoreUpdateProgress {
  margin-left: 250px;
}
/***********************************/

/*         Journal Footer          */

/***********************************/

.journalFooter {
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  /*background: @bggraylightest;
	
	.column{
		padding-left:19px;
		border-left:1px solid @hrgraylight;
		h4{
			height:35px;
			.bold; 
			a{line-height:3.5;}
		}
		&:first-child{
			border-left:none;
			h4{margin-top:-10px;height:50px;}
		}
	}
	#footerNav1{width:240px;}
	#footerNav2{width:210px;}
	#footerNav3{width:210px;}
	#footerNav4{width:240px;}*/

}
#microsite-footer {
  zoom: 1;
  position: relative;
  border-top: 1px solid #999999;
  margin: 0 auto;
}
#microsite-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#microsite-footer h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#microsite-footer h4 img {
  padding-top: 13px;
}
#microsite-footer li {
  color: #999999;
  line-height: 1.8;
}
#microsite-footer li.wrap {
  line-height: 1.1;
}
#microsite-footer li a {
  font-size: 13px;
  color: #00529f;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#microsite-footer li a:visited,
#microsite-footer li a:hover,
#microsite-footer li a:active {
  color: #00529f;
}
#microsite-footer li a:visited {
  color: #00529f;
}
#microsite-footer li a:hover,
#microsite-footer li a:active {
  color: #00529f;
}
#microsite-footer li.nav-header a {
  font-size: 15px;
  color: #00529f;
  text-transform: none;
}
#microsite-footer li.nav-header a:visited,
#microsite-footer li.nav-header a:hover,
#microsite-footer li.nav-header a:active {
  color: #00529f;
}
#microsite-footer li.nav-header a:visited {
  color: #00529f;
}
#microsite-footer li.nav-header a:hover,
#microsite-footer li.nav-header a:active {
  color: #00529f;
}
#microsite-footer #footerNav3 ul li {
  padding-top: 5px;
}
#microsite-footer .col {
  float: left !important;
  padding: 0;
}
#microsite-footer .col ul {
  padding-left: 0;
}
#microsite-footer .fl-row {
  zoom: 1;
  margin-bottom: 20px;
}
#microsite-footer .fl-row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#microsite-footer .footerLogos {
  border-top: 3px solid #ffc747;
  clear: both;
  width: 100%;
  height: 0;
  overflow: none;
  left: 2%;
  padding-top: 15px;
  position: relative;
}
#microsite-footer .footerIcon {
  float: left !important;
  width: 20%;
}
#microsite-footer .footerIcon img {
  max-height: 30px;
  max-width: 100%;
}
#microsite-footer .footerIcon.center {
  text-align: center;
}
#microsite-footer .microsite {
  background: #00559b;
  color: white;
  width: 700px;
  zoom: 1;
  float: left !important;
}
#microsite-footer .microsite:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#microsite-footer .microsite a {
  font-size: 13px;
  color: white;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#microsite-footer .microsite a:visited,
#microsite-footer .microsite a:hover,
#microsite-footer .microsite a:active {
  color: white;
}
#microsite-footer .microsite a:visited {
  color: white;
}
#microsite-footer .microsite a:hover,
#microsite-footer .microsite a:active {
  color: white;
}
#microsite-footer .microsite .col {
  width: 31%;
  height: 250px;
  padding-left: 2%;
}
#microsite-footer .microsite .col h4 {
  height: 50px;
  line-height: 7;
  vertical-align: bottom;
  border-bottom: 3px solid #ffc747;
  padding-bottom: 20px;
}
#microsite-footer .umbrella {
  float: right;
  width: 265px;
  height: 400px;
  margin-right: 4%;
  zoom: 1;
}
#microsite-footer .umbrella:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#microsite-footer .umbrella .col {
  width: 100%;
}
#microsite-footer .umbrella .col h4 {
  height: 50px;
  line-height: 5;
  border-bottom: 3px solid #00559b;
  padding-bottom: 20px;
}
#umbrella-footer {
  background: #c0beba;
  border-top: 1px solid #999999;
  padding: 20px 0;
}
#umbrella-footer .brand a {
  background: url('/Images/logos/logo_MGH-footer.png') no-repeat;
  background-position: 15% 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: block;
  height: 18px;
}
#umbrella-footer .copyright {
  text-align: center;
}
#umbrella-footer .ssc a {
  background: url('/Images/logos/logo_SIS_footer.png') no-repeat;
  background-position: 85% 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: block;
  height: 27px;
}
.bgPanel {
  position: absolute;
  bottom: 0;
  height: 400px;
}
.leftBackgroundPanel {
  background-color: #f0eee8;
  left: 0;
  width: 38%;
}
.rightBackgroundPanel {
  background-color: #00559b;
  right: 0;
  width: 63%;
}
/***********************************/

/*         Carousel Footer          */

/***********************************/

/*******************************
   container
********************************/

.contentColumn {
  width: 790px;
}
.portletColumn {
  width: 170px;
}
/*******************************
   Forms          
********************************/

.editableField {
  border: 1px solid #cccccc;
  padding: 5px;
  width: 220px;
}
.button {
  background: #eeeeee;
  border: 1px solid #749ab6;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
  padding: 3px 15px;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.releaseButton {
  display: inline-block;
  width: 121px;
  height: 18px;
  margin-left: 2px;
  margin-bottom: -4px;
  cursor: pointer;
}
.submitButton {
  background: url('/Images/buttons/b_submit.gif') no-repeat;
  width: 64px;
  height: 20px;
  float: left;
  cursor: pointer;
}
.subscribeButton {
  background: url('/Images/buttons/b_subscribe.gif') no-repeat;
  width: 80px;
  height: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.validationControl {
  color: #d41a1f;
}
/* Legacy styles
   Uncomment if needed for implementation
-------------------------------------------------------------- */

/*********************************************************/

/*special Sections*/

/*********************************************************/

/*Poems*/

.poemSection .stanza {
  line-height: 1.333em;
  margin: 10px 0px;
}
/*Lists*/

ol {
  list-style-type: decimal;
}
.listSection ul li {
  line-height: 150%;
}
.unord ul,
ul.unord,
.list-unord ul,
ul.list-unord,
.unordered ul,
ul.unordered,
.UNNUMBERED UL,
UL.UNNUMBERED,
.list-simple ul,
ul.list-simple,
.simple ul,
ul.simple,
.bullet ul,
ul.bullet,
.BULLETED UL,
UL.BULLETED,
.square ul,
ul.square {
  list-style-type: square;
  clear: both;
}
.NUMBEREDGTE10 UL,
UL.NUMBEREDGTE10,
.NUMBEREDLT10 UL,
UL.NUMBEREDLT10,
.ord ul,
ul.ord,
.order ul,
ul.order,
.list-ord ul,
ul.list-ord {
  list-style-type: decimal;
  clear: both;
}
ul.arabic-num {
  list-style-type: decimal!important;
}
.roman-lower ul,
ul.roman-lower {
  list-style-type: lower-roman;
  clear: both;
}
.roman-upper ul,
ul.roman-upper {
  list-style-type: upper-roman;
  clear: both;
}
.alpha-upper ul,
ul.alpha-upper {
  list-style-type: upper-alpha;
  clear: both;
}
.alpha-lower ul,
ul.alpha-lower {
  list-style-type: lower-alpha;
  clear: both;
}
.letterupper ul,
ul.letterupper {
  clear: both;
}
.tab ul,
ul.tab {
  clear: both;
}
/*Special Sections*/

.backExtraSection .role {
  font-weight: bold;
}
.pubdateHistory {
  display: none;
}
.pubdateHistory.online {
  display: inline;
}
.pubdateHistory.published {
  display: inline;
}
/*announcements*/

.announcement {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 380px;
  color: #333333;
}
.announcement span {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
}
.announcement .announcementTitle {
  margin-top: 10px;
}
.announcement .announcementRight {
  margin-top: 10px;
  margin-left: 69px;
}
.announcement .announcementRight p {
  font-size: 14px;
  font-size: 1.4rem;
}
.announcement .announcementPara {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
  width: 300px;
  zoom: 1;
}
.announcement .announcementPara:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.announcementThumb {
  width: 115px;
  height: 120px;
  margin-right: 10px;
  float: left;
  background-color: #ffc747;
}
/*No Subscription Access Dialog*/

#no-subscription-message {
  overflow: hidden;
  min-height: 150px;
  display: none;
}
#no-subscription-message .ui-icon {
  background: url('/Images/icons/info.png') no-repeat;
  height: 50px;
  float: left;
  width: 60px;
}
#no-subscription-message .infoText {
  width: 400px;
}
#no-subscription-message .infoText ul {
  list-style-type: circle;
  margin-left: 30px;
}
#no-subscription-message .infoText ul li {
  line-height: 1.5;
}
/*------------------------*/

/*--Global SignIn Styles--*/

/*------------------------*/

.SignInSectionBox {
  height: 300px;
  width: 100%;
}
.SignInSectionBox .right {
  width: 320px;
}
.SignInSectionBox .signInBox,
.SignInSectionBox .purchaseAccessbox {
  border-top: 3px solid #00559b;
}
.SignInSectionBox iframe {
  height: 100%;
  width: 100%;
}
.SignInSectionBox .globalSignIn,
.SignInSectionBox .signInBox {
  padding: 0;
  height: 265px;
  background: #f5fafc;
  height: 100%;
}
.SignInSectionBox .rightBox {
  width: 320px;
}
.globalSignIn .message {
  min-height: 200px;
}
.globalSignIn iframe {
  height: 340px;
  width: 100%;
  background: #f5fafc;
}
.globalSignIn .signInBox {
  width: 320px;
}
.globalSignIn .signInBox .signInHeader {
  color: white;
  background: #00559b;
}
#signinDialog .signInBox {
  width: 100%;
}
#signinDialog iframe {
  width: 100%;
  height: 270px;
}
.authenticationDetection {
  display: none;
}
.purchaseWrapper {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.signInHeader,
.purchaseAccessheader {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.signInHeader {
  padding: 10px;
}
.signInButton,
.purchaseAccessButton {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("/Images/backgrounds/blue_button_background.png") repeat-x top left;
  padding: 2px 10px;
  border: 1px solid #00559b;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

  color: white !important;
}
.purchaseAccessbox {
  background: #f5fafc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 195px;
  padding: 15px;
}
.purchaseAccessbox .purchaseAccessheader {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}
.purchaseAccessbox .purchaseAccessFooter {
  border-top: 1px solid #999999;
  font-size: 13px;
  clear: both;
  padding-top: 15px;
  text-align: left;
}
.purchaseAccessbox .purchaseAccessFooter a:hover {
  color: black;
  text-decoration: underline;
}
.purchaseAccessbox .description,
.purchaseAccessbox .purchaseAccess {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
  line-height: 130%;
  border-bottom: 1px solid #f0eee8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchaseAccessbox .purchaseAccess .leftBlock {
  float: left !important;
  width: 180px;
}
.purchaseAccessbox .purchaseAccess .rightBlock {
  float: right !important;
  width: 100px;
}
.purchaseAccessbox .price {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}
.purchaseAccessbox .buttonContainer {
  padding: 4% 0;
}
.purchaseAccessbox .buttonContainer.left {
  width: 105px;
  text-align: center;
}
.purchaseAccessbox #divTokenPurchase {
  background: url('/Images/icons/or.png') no-repeat 0;
  padding-left: 30px;
}
.purchaseAccessbox .innerDiv {
  padding: 0;
  height: 70px;
}
.purchaseAccessbox img {
  margin-bottom: 5px;
}
.purchaseAccessbox a {
  text-decoration: none;
}
.purchaseAccessbox a:hover {
  text-decoration: none;
  color: white;
}
.purchaseAccessbox span {
  font-size: 15px;
  font-size: 1.5rem;
}
.purchaseAccessbox span a {
  color: white;
}
.purchaseAccessbox inner {
  padding: 20px 15px 15px 15px;
}
.purchaseAccessbox inner > p > a {
  color: #1f9dd1 !important;
}
.purchaseAccessbox inner .price {
  margin-bottom: 3px;
  padding: 0px 10px;
}
.purchaseAccessbox inner .price .first {
  width: 440px;
}
.purchaseAccessbox inner .price .priceline {
  background-color: #f0eee8;
  float: left;
  margin-right: -4px;
  padding: 10px;
  width: 292px;
  height: 20px;
  color: black;
  line-height: 100%;
}
.purchaseAccessbox inner .price .priceline span {
  background: none;
  color: black;
  padding: 0px;
}
.purchaseAccessbox inner .price .pricetext {
  display: inline-table;
  padding-right: 5px;
}
.purchaseAccessbox inner .price .pricetext span {
  padding: 10px 0px 0px 5px;
  float: right;
  background: none;
  color: black;
  display: block;
}
.purchaseAccessbox inner .price .pricetext span a {
  color: black;
}
/*signinDialog*/

#signinDialog {
  background: #f5fafc;
  margin: 0;
  padding: 0;
}
#signinDialog .signInHeader {
  display: none;
}
#signinDialog .loginInfo {
  padding: 0;
}
#signinDialog .signInBox {
  background: none;
}
/* Buttons */

.btn-group {
  margin-top: 10px;
}
audio {
  width: 290px;
  display: block;
}
.otherResourceToc {
  background: none repeat scroll 0 0 #eeeeee;
  border-top: 2px solid #00559b;
  padding: 2%;
  margin-top: 25px;
}
.otherResourceToc .articleTitle {
  font-size: 16px !important;
}
.otherResourceToc .linkToOtherJournalIssue {
  margin-left: 25%;
  font-weight: bold;
  line-height: 3!important;
  font-size: 15px;
}
.otherResourceToc .sisterIssue {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
}
.WidgetTitleOtherToc {
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.RiskPartALink {
  padding-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.in-progress-flag {
  background-color: #1f9dd1;
  color: white;
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 10px;
}
.signin .message {
  min-height: 200px;
}
.signin iframe.signInIframe {
  height: 300px;
  width: 100%;
}
.signin .signInBox {
  width: 320px;
}
.signin .signInShibboleth,
.article .signInShibboleth,
.proceeding .signInShibboleth,
.content .signInShibboleth {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.signin .signInShibboleth a,
.article .signInShibboleth a,
.proceeding .signInShibboleth a,
.content .signInShibboleth a {
  color: #00559b;
}
.signin #btnSignInViaShibboleth,
.article #btnSignInViaShibboleth,
.proceeding #btnSignInViaShibboleth,
.content #btnSignInViaShibboleth {
  color: #00559b;
}
.signin .whatIsShibboleth,
.article .whatIsShibboleth,
.proceeding .whatIsShibboleth,
.content .whatIsShibboleth {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.signin .whatIsShibboleth #shibbolethPopUp,
.article .whatIsShibboleth #shibbolethPopUp,
.proceeding .whatIsShibboleth #shibbolethPopUp,
.content .whatIsShibboleth #shibbolethPopUp {
  display: none;
  position: absolute;
  width: 410px;
  background: white;
  border: 1px solid #00559b;
  z-index: 9999;
  text-align: left;
  left: 190px;
  margin-top: -100px;
  font-weight: normal;
}
.signin .whatIsShibboleth #shibbolethPopUp .popupHeader,
.article .whatIsShibboleth #shibbolethPopUp .popupHeader,
.proceeding .whatIsShibboleth #shibbolethPopUp .popupHeader,
.content .whatIsShibboleth #shibbolethPopUp .popupHeader {
  background: #00559b;
  color: white;
  border-bottom: 2px solid #ffc747;
  padding: 10px;
  font-size: 16px;
}
.signin .whatIsShibboleth #shibbolethPopUp .popupContent,
.article .whatIsShibboleth #shibbolethPopUp .popupContent,
.proceeding .whatIsShibboleth #shibbolethPopUp .popupContent,
.content .whatIsShibboleth #shibbolethPopUp .popupContent {
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.signin .whatIsShibboleth:hover #shibbolethPopUp,
.article .whatIsShibboleth:hover #shibbolethPopUp,
.proceeding .whatIsShibboleth:hover #shibbolethPopUp,
.content .whatIsShibboleth:hover #shibbolethPopUp {
  display: inline-block;
}
.article .whatIsShibboleth #shibbolethPopUp,
.proceeding .whatIsShibboleth #shibbolethPopUp,
.content .whatIsShibboleth #shibbolethPopUp {
  left: 250px;
}
.teaser .para {
  font-size: 16px;
  font-style: italic;
}
.widget-GdprCookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.widget-GdprCookieBanner .gdpr-cookie-wrapper {
  margin: 0 auto;
  padding: 1rem 3.5rem 1rem 1rem;
  line-height: 1.5;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
@media (min-width: 600px) {
  .widget-GdprCookieBanner .gdpr-cookie-wrapper {
    max-width: 85%;
  }
}
@media (min-width: 900px) {
  .widget-GdprCookieBanner .gdpr-cookie-wrapper {
    max-width: 767px;
    display: flex;
    justify-content: space-between;
    padding: 1rem 4.5rem 1rem 1rem;
  }
}
.widget-GdprCookieBanner .gdpr-cookie-body a,
.widget-GdprCookieBanner .gdpr-cookie-links_wrap a {
  text-decoration: underline;
}
.widget-GdprCookieBanner .js-gdpr-cookie-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: black;
}
