/* Comment Generated by Combres - Resource '/CSS/Less/branding.less' (Mode: Static) */.sans {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.verdana {
  font-family: Verdana, sans-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;
}
/* Comment Generated by Combres - Resource '/CSS/Less/helpers.less' (Mode: Static) */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearAll {
  clear: both;
}
.border-box {
  box-sizing: border-box;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.block {
  display: block !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: block;
  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;
}
.separator {
  font-weight: bold;
  color: #eeeeee;
}
.separatorSpecial {
  font-weight: bold;
  color: #999999;
}
/* Comment Generated by Combres - Resource '/CSS/site-global.less' (Mode: Static) */
body {
  font-size: 13px;
  color: #333333;
  margin: 0px auto;
  font-family: "Source Sans Pro", sans-serif;
}
.mask {
  background: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 950px;
  height: 100%;
  z-index: 9000;
}
.no-scroll {
  overflow: hidden;
}
h1,
.h1 {
  font-size: 25px;
  margin: 0 0 10px 0;
}
h2,
.h2 {
  font-size: 20px;
  margin: 0 0;
}
h3,
.h3 {
  font-size: 16px;
  margin: 0 0;
}
h4,
.h4 {
  font-size: 16px;
  margin: 0 0;
}
h5,
.h5 {
  font-size: 14px;
  margin: 0 0;
}
p {
  margin: 0 0;
}
.masthead {
  width: 100%;
}
.masthead .accountNavBar {
  margin: 0 auto;
  height: 30px;
}
.icon-user {
  margin-right: 5px;
}
.navbar {
  font-size: 12px;
}
.navbar ul {
  float: left !important;
}
.navbar ul li {
  float: left !important;
}
.navbar ul li button {
  display: block;
}
.navbar ul,
.navbar ul ul {
  float: left !important;
  z-index: 10000 !important;
}
.signInTrigger {
  cursor: pointer;
}
.sign-in-area {
  position: relative;
}
.sign-in-area .signincontainer {
  display: none;
  position: absolute;
  width: 200px;
  color: #333333;
  background: white;
  border: 1px solid #cccccc;
  z-index: 100;
  padding: 3px 10px;
  right: 0;
  top: 33px;
}
.sign-in-area .signincontainer .signInLinks a {
  line-height: 1;
}
.sign-in-area .signincontainer .signIn a {
  display: block;
}
.sign-in-area .signincontainer .signIn .field {
  margin-bottom: 10px;
}
.sign-in-area .signincontainer .signIn .field label {
  width: 65px;
  float: left;
  text-align: right;
  line-height: 22px;
  margin-right: 10px;
}
.sign-in-area .register {
  display: none;
}
.mastHead {
  padding: 20px;
}
.global-nav-menu-wrap {
  background: #444444;
  display: flex;
  align-items: center;
}
.global-nav-menu {
  margin: 0 auto;
  font-weight: bold;
}
.global-nav-menu .left {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
}
.global-nav-menu .left li {
  list-style-type: none;
}
.global-nav-menu .left > li {
  position: relative;
  padding-left: 20px;
}
.global-nav-menu .left > li:first-of-type {
  background: padding-box black;
  position: relative;
  flex: 1 1 20%;
  display: inline-block;
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.global-nav-menu .left > li .user-services i {
  padding-left: .5rem;
}
.global-nav-menu .left > li > ul {
  display: none;
  position: absolute;
  top: 27px;
  background: white;
  border: 1px solid #cccccc;
  border-top: none;
  width: 255px;
  z-index: 100;
  padding: 5px 16px 16px 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.global-nav-menu .left > li > ul li {
  float: none;
}
.global-nav-menu .left > li > ul li:first-of-type {
  margin-top: 12px;
}
.global-nav-menu .left > li > ul li button {
  color: #555555;
}
.global-nav-menu .left > li > ul.user-services-dropdown {
  width: 175px;
  padding: 1rem;
}
.global-nav-menu .left > li > ul.user-services-dropdown li > a {
  font-weight: 600;
}
.global-nav-menu .left > li > ul.user-services-dropdown li > a:hover {
  color: black;
}
.global-nav-menu .left > li > ul.active {
  display: block;
  left: 0px;
  top: 2rem;
}
.global-nav-menu .left button {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #cccccc;
  border-style: none;
}
.global-nav-menu .left button.user-services {
  background: none;
}
.global-nav-menu .left button#aSitesMGH {
  line-height: 3.25;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  background: black;
}
.global-nav-menu .left button#aSitesMGH span {
  padding: 0 1rem;
}
.global-nav-menu .left button span {
  float: left;
  margin-top: 3px;
}
.global-nav-menu .left button img {
  vertical-align: text-top;
  margin: -2px 0 0 10px;
}
.global-nav-menu .left button img.middle {
  vertical-align: middle;
}
.global-nav-menu .left button:hover {
  text-decoration: none;
}
.global-nav-menu .sign-in-area {
  float: right;
  color: white;
  line-height: 32px;
  font-size: 14px;
  margin-top: 0.5rem;
}
.global-nav-menu .sign-in-area i {
  line-height: 32px;
}
.store-img_link {
  display: flex;
}
.store-img_link #masthead_navDropdownImg {
  flex: 0 1 0%;
}
.microsite-list-elements-ul li {
  margin-top: 0px !important;
  line-height: 18px;
}
.microsite-list-elements-ul li a:hover {
  color: black;
}
.cart-wrap {
  zoom: 1;
  padding: 10px;
}
.cart-wrap:before,
.cart-wrap:after {
  content: "";
  display: table;
}
.cart-wrap:after {
  clear: both;
}
.cart-wrap .cart-info-wrap {
  zoom: 1;
  padding: 10px 0;
  height: 50px;
  display: flex;
  align-items: center;
}
.cart-wrap .cart-info-wrap:before,
.cart-wrap .cart-info-wrap:after {
  content: "";
  display: table;
}
.cart-wrap .cart-info-wrap:after {
  clear: both;
}
.cart-wrap .cart-info-wrap #masthead_mastheadImg {
  max-width: 200px;
}
.cart-wrap .cart-info-wrap span.masthead-title-text {
  color: #222222;
  font-weight: 700;
  font-size: 1.5rem;
  flex: 1 1 10%;
  padding-left: 7%;
}
.cart-wrap .cart-info-wrap .cart-info {
  margin: 1rem;
  padding: .5rem .5rem 1.75rem .5rem;
  height: .6rem;
  display: flex;
  width: 10.5rem;
  justify-content: space-between;
}
.cart-wrap .cart-info-wrap .cart-info .view-cart-text {
  float: right;
  margin-right: .5rem;
}
.cart-wrap .cart-info-wrap .cart-info .cart-count {
  float: left;
  margin-left: .5rem;
}
.cart-wrap .cart-info-wrap .cart-info #masthead_lblCartItemsCount {
  border: white solid 5px;
  border-radius: 10px;
  border-width: 0 4px;
  background: white;
  color: #005e8d;
}
.cart-wrap .cart-info-wrap .cart-info #masthead_lblCartItemsCount,
.cart-wrap .cart-info-wrap .cart-info .icon-access-shoppingcart {
  vertical-align: middle;
}
.cart-wrap .cart-info-wrap .cart-info .pipe {
  border-left: 1px solid #999999;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .cart-wrap .cart-info-wrap {
    flex-wrap: wrap;
  }
  .cart-wrap .cart-info-wrap span.masthead-title-text {
    font-size: 1.2rem;
  }
  .cart-wrap .cart-info-wrap a {
    display: flex;
    flex-grow: 4;
  }
  .cart-wrap .cart-info-wrap a .cart-info.index-btn {
    flex-grow: 4;
    margin: 1rem 0;
  }
  .cart-wrap .cart-info-wrap a .cart-info.index-btn span {
    flex: 0 0 50%;
    text-align: center;
  }
}
.index-btn {
  float: right;
  background-color: #005e8d;
  font-weight: 600;
  color: white;
  border-radius: 1px;
  width: 7.3rem;
  border-style: none;
}
.siteUserInfo {
  line-height: 30px;
}
.siteUserInfo #divUsernameLoggedIn span,
.siteUserInfo #divUsernameLoggedIn div {
  line-height: 24px;
}
.accountNavBar span,
.accountNavBar a {
  font-weight: bold;
  color: white;
}
#globalHeader_divMyAccountLink a {
  font-weight: bold;
  color: #4f7fc5;
}
.siteHeader {
  position: relative;
  z-index: 2;
  background: #3e72bc;
  background-color: #0e4fab;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#397ac7), to(#0e4fab));
  background-image: -moz-linear-gradient(#397ac7, #0e4fab);
  background-image: -ms-linear-gradient(#397ac7, #0e4fab);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #397ac7), color-stop(100%, #0e4fab));
  background-image: -webkit-linear-gradient(#397ac7, #0e4fab);
  background-image: -o-linear-gradient(#397ac7, #0e4fab);
  background-image: linear-gradient(#397ac7, #0e4fab);
}
.siteHeader .header-wrap {
  margin: 0 auto;
}
.siteHeader .left {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.siteHeader .menu-wrap {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.siteHeader .menu-wrap .mobile-menu {
  display: none;
  float: right;
  padding: 10px;
  color: white;
  background: #e31c23;
  font-size: 16px;
}
.siteHeader .menu-wrap ul {
  list-style-type: none;
  background: #e31c23;
  padding: 0;
  float: right;
}
.siteHeader .menu-wrap ul li {
  float: left;
  padding: 5px 0;
}
.siteHeader .menu-wrap ul li a {
  color: white;
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px;
  border-left: 1px dotted white;
}
.siteHeader .menu-wrap ul li a:hover {
  text-decoration: none;
}
.siteHeader .menu-wrap ul li:first-of-type a {
  border-left: none;
}
.siteHeader .menu-wrap ul li:hover {
  background: #e9494f;
}
.advertisingBlocks a {
  color: #333333;
}
.advertisingBlocks a:visited,
.advertisingBlocks a:hover,
.advertisingBlocks a:active {
  color: #333333;
}
.advertisingBlocks a:visited {
  color: #1a1a1a;
}
.advertisingBlocks a:hover,
.advertisingBlocks a:active {
  color: #4d4d4d;
}
.sprite-globalHeader {
  display: inline-block;
  *display: inline;
  zoom: 1;
  *padding-bottom: 1px;
  background-color: transparent;
}
.sprite-globalHeader {
  background-image: url('/Images/sprites/sprite_globalHeader.png');
  background-repeat: no-repeat;
}
.sprite-ad_label_vert {
  background-position: 0 8px;
  width: 11px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 105px;
}
.footerWrap {
  background: #444444;
}
.footer {
  margin: 0 auto;
  color: white;
  zoom: 1;
  padding: 20px 0;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .logo-left {
  float: left;
  width: 20%;
}
.footer .divCopyright {
  width: 60%;
  text-align: center;
  float: left;
}
.footer .logo-right {
  float: right;
}
.adBanner {
  width: 100% !important;
}
.expanded-mobile-nav {
  margin-left: -1rem !important;
}
.expanded-mobile-nav .mobile-furled.left {
  display: block !important;
}
.site-dropdown-trigger {
  display: none;
}
.user-services-dropdown .nav-menu-span {
  display: none;
}
@media screen and (max-width: 760px) {
  .global-nav-menu {
    padding: 0 10px;
  }
  
  .site-dropdown-trigger {
    display: block;
  }
  
  .mobile-header-links-wrap {
    float: right;
    margin: 5px 0 4px 0;
  }
  .mobile-header-links-wrap div {
    float: left;
    margin-right: 10px;
  }
  
  .sign-in-area {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
    padding: 0 10px;
    zoom: 1;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .sign-in-area:before,
  .sign-in-area:after {
    content: "";
    display: table;
  }
  .sign-in-area:after {
    clear: both;
  }
  .sign-in-area .signInTrigger {
    width: 225px;
    color: #333333;
    display: block;
    cursor: default;
  }
  .sign-in-area .signincontainer {
    display: block !important;
    width: 225px;
    padding: 0;
    border: none;
    position: relative;
    background: none;
    top: 0;
  }
  .sign-in-area .signincontainer .signIn {
    float: none;
  }
  .sign-in-area .signincontainer .signIn a {
    display: block;
  }
  
  .global-nav-menu-wrap {
    background: none;
  }
  .global-nav-menu-wrap .global-nav-menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9001;
    padding: 0 1rem;
    margin-left: -105%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left {
    color: black;
    background: white;
    width: 100%;
    display: none;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left #aSitesMGH {
    display: none;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li:first-of-type {
    background: padding-box white;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li .dropdown-trigger {
    display: none;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li .user-services-dropdown {
    line-height: 18px;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li .user-services-dropdown .nav-menu-span {
    display: block;
  }
  .global-nav-menu-wrap .global-nav-menu .mobile-furled.left li ul.dropdown {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .siteHeader {
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .siteHeader .header-wrap {
    width: 100%;
    float: left;
  }
  .siteHeader .left {
    background-image: url('/Images/backgrounds/logo_MGH_sm.png');
    background-repeat: no-repeat;
    width: 147px;
    height: 36px;
    background-position: 0 0;
    background-size: 100%;
    margin: 0 0 10px 10px;
  }
  .siteHeader .mobile-menu {
    display: block !important;
    margin-right: 10px;
  }
  .siteHeader .menu-wrap #menuSection {
    display: none;
    margin: 0;
    width: 100%;
  }
  .siteHeader .menu-wrap #menuSection li {
    width: 100%;
    border-top: 1px dotted white;
    padding: 0;
  }
  .siteHeader .menu-wrap #menuSection li a {
    border-left: 0;
    display: block;
    padding: 8px 16px;
  }
  .siteHeader .menu-wrap #menuSection li:first-of-type {
    border-top: none;
  }
  
  .siteFooter .journal-footer-menu {
    width: 100%;
    border-bottom: 2px dotted #f3f7fb;
  }
  .siteFooter .journal-footer-menu .journal-links-trigger {
    padding: 10px 20px;
  }
  .siteFooter .journal-footer-menu .journal-links {
    width: 100%;
    box-sizing: border-box;
    background: #e31c23;
    display: none;
  }
  .siteFooter .journal-footer-menu .journal-links ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .siteFooter .journal-footer-menu .journal-links ul li {
    border-bottom: 1px dotted #f3f7fb;
  }
  .siteFooter .journal-footer-menu .journal-links ul li a {
    padding: 8px 20px;
    display: block;
  }
  .siteFooter .journal-footer-menu .journal-links ul li a:hover {
    text-decoration: none;
    background: #e9494f;
  }
  .siteFooter .journal-footer-menu .info-column {
    display: none;
  }
  .siteFooter .journal-footer-menu .info-column .journal-logo {
    display: none;
  }
  .siteFooter .journal-footer-menu .info-column .footerIssn {
    width: 100%;
    margin-top: 0;
  }
  .siteFooter .umb-footer-menu {
    margin: 0;
    width: 100%;
  }
  .siteFooter .umb-footer-menu .umb-logo-wrap > a {
    display: none;
  }
  .siteFooter .umb-footer-menu .umb-toggle-menu {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  .siteFooter .umb-footer-menu .mghPressLinks {
    margin-left: 20px;
    display: none;
  }
  .siteFooter .umb-footer-menu .social-links {
    display: none;
  }
  .siteFooter .umb-footer-menu .social-media-mobile {
    margin: 10px 0;
  }
  .siteFooter .umb-footer-menu .social-media-mobile a {
    margin-right: 15px;
  }
  .siteFooter .umb-footer-menu .social-media-mobile a:hover {
    text-decoration: none;
  }
  .siteFooter .umb-footer-menu .social-media-mobile i {
    font-size: 30px;
  }
}
@media screen and (min-width: 761px) {
  .sign-in-area {
    display: block !important;
  }
  
  .mobile-only {
    display: none;
  }
  
  .mobile-header-links-wrap {
    display: none;
  }
  
  .menu-wrap {
    float: right;
  }
  
  #menuSection {
    display: block !important;
  }
  
  .journal-links-trigger,
  .umb-toggle-menu,
  .social-media-mobile {
    display: none !important;
  }
  
  .mghPressLinks,
  .journal-links,
  .info-column {
    display: inline-block !important;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  .global-nav-menu {
    padding: 0 20px;
  }
  
  .siteHeader {
    padding: 20px 20px 0 20px;
  }
  .siteHeader .left {
    background-image: url('/Images/backgrounds/logo_MGH_med.png');
    background-repeat: no-repeat;
    width: 218px;
    height: 50px;
    background-position: 0 0;
    background-size: 100%;
  }
  .siteHeader .menu-wrap ul {
    margin: 20px 0 0 0;
  }
  
  .footer {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .siteFooter .journal-footer-menu {
    width: 100%;
    border-bottom: 2px dotted #f3f7fb;
  }
  .siteFooter .journal-footer-menu .info-column {
    width: 30%;
  }
  .siteFooter .journal-footer-menu .journal-links {
    width: 65%;
  }
  .siteFooter .umb-footer-menu {
    margin: 20px 0 10px 20px;
  }
}
.microsite-list-elements-ul li {
  margin: 8px 0;
}
@media screen and (min-width: 761px) and (max-width: 959px) {
  #store-site-dropdown {
    min-width: 799px;
    margin-top: 1rem;
  }
  
  .microsite-list-elements-ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 960px) {
  #store-site-dropdown {
    min-width: 960px;
    margin-top: 1rem;
  }
  
  .microsite-list-elements-ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.store-img_wrap img {
  margin: 12px 0 0 0 !important;
}
.nav-menu-span {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 8px 0 !important;
}
.microsite-list-elements-ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .global-nav-menu {
    width: 1024px;
  }
  
  .siteHeader {
    padding: 20px 20px 0 20px;
  }
  .siteHeader .header-wrap {
    width: 1024px;
  }
  .siteHeader .left {
    background-image: url('/Images/backgrounds/logo_MGH_lg.png');
    background-repeat: no-repeat;
    width: 35%;
    height: 70px;
    background-position: 0 0;
    background-size: 100%;
  }
  .siteHeader .menu-wrap ul {
    margin: 55px 0 0 0;
  }
  
  .footer {
    width: 1024px;
  }
  
  .siteFooter .journal-footer-menu {
    width: 100%;
  }
  .siteFooter .journal-footer-menu .info-column {
    width: 40%;
  }
  .siteFooter .journal-footer-menu .facebook {
    margin-top: 5px;
  }
  .siteFooter .umb-footer-menu {
    width: 100%;
    margin: 20px 0 0 0;
  }
  
  .external-footer-links {
    width: 1024px;
  }
}
/* Comment Generated by Combres - Resource '/CSS/global.less' (Mode: Static) */
.pageHeader h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 4px solid #cddded;
}
.pageHeader p {
  color: #cccccc;
  margin-bottom: 20px;
}
a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}
a:visited {
  color: black;
}
a:focus,
a:hover,
a:active {
  color: #3866a9;
  outline: 0 !important;
}
a.special {
  color: #006699;
}
a:hover {
  color: #3866a9;
  text-decoration: underline;
}
.button,
a.button {
  background: none repeat scroll 0 0 #e31c23;
  border: none;
  color: white;
  padding: 10px;
  display: block;
  width: auto !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
}
.button.bordered,
a.button.bordered {
  border: 4px solid #eeeeee !important;
}
.button.create,
a.button.create {
  margin-top: 10px;
}
.button:link,
a.button:link,
.button:visited,
a.button:visited,
.button:hover,
a.button:hover,
.button:active,
a.button:active {
  color: white;
  text-decoration: none;
}
.mainContainer {
  margin: 0 auto;
  background: white;
}
.mainContainer .signInContainer {
  zoom: 1;
  margin-top: 40px;
}
.mainContainer .signInContainer:before,
.mainContainer .signInContainer:after {
  content: "";
  display: table;
}
.mainContainer .signInContainer:after {
  clear: both;
}
.mainContainer .signInContainer .signIn {
  float: left;
  padding: 15px;
  border: 1px solid #cccccc;
  width: 33%;
  box-sizing: border-box;
}
.mainContainer .signInContainer .signIn .forgotPassword {
  float: left;
}
.mainContainer .signInContainer .signIn .field {
  margin-bottom: 10px;
}
.mainContainer .signInContainer .signIn .field.inline-label {
  margin-bottom: 5px;
}
.mainContainer .signInContainer .signIn .field label {
  width: 65px;
  float: left;
  text-align: right;
  line-height: 22px;
  margin-right: 10px;
}
.mainContainer .signInContainer .btn-container .left a {
  margin: 15px 0 10px 0;
}
.mainContainer .signInContainer .new-account {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.mainContainer .signInContainer .new-account h5 {
  margin-bottom: 10px;
}
.mainContainer .signInContainer .new-account a {
  float: left;
}
.mainContainer .signInContainer .new-account-form {
  display: none;
  zoom: 1;
  float: left;
  margin-top: 20px;
}
.mainContainer .signInContainer .new-account-form .red {
  color: red;
  width: 100%;
  float: left;
}
.mainContainer .signInContainer .new-account-form:before,
.mainContainer .signInContainer .new-account-form:after {
  content: "";
  display: table;
}
.mainContainer .signInContainer .new-account-form:after {
  clear: both;
}
.mainContainer .signInContainer .new-account-form .inline-label input {
  float: left;
}
.mainContainer .signInContainer .new-account-form .inline-label label {
  width: auto !important;
}
.mainContainer .signInContainer .new-account-form div {
  zoom: 1;
}
.mainContainer .signInContainer .new-account-form div:before,
.mainContainer .signInContainer .new-account-form div:after {
  content: "";
  display: table;
}
.mainContainer .signInContainer .new-account-form div:after {
  clear: both;
}
.mainContainer .signInContainer .new-account-form div label {
  width: 100% !important;
  text-align: left !important;
}
.mainContainer .signInContainer .access-subscribe {
  float: left;
  width: 62%;
  margin-left: 5%;
  box-sizing: border-box;
}
.mainContainer .signInContainer .access-subscribe p {
  line-height: 1.5;
  margin: 15px 0;
}
.mainContainerShadow {
  background-color: #eeece5;
  background-image: -moz-linear-gradient(#888888, #eeece5);
  background-repeat: repeat-x;
  height: 10px;
}
.error {
  color: #e31c23;
  font-weight: bold;
}
.contentContainer {
  padding: 20px 0;
  z-index: 1;
  position: relative;
}
.left.contentColumn {
  width: 600px;
  margin-right: 10px;
}
.right.portletColumn {
  width: 310px;
}
.arrow {
  width: 0;
  height: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin-top: 10px;
  margin-left: 10px;
}
.advertisement {
  text-align: center;
}
.advertisementHeader {
  background: url(/Images/ads/advertisement.png) no-repeat;
  margin: 0px auto 10px auto;
  display: block;
  width: 77px;
  height: 8px;
}
.breadCrumbs {
  margin-bottom: 10px;
  font-weight: bold;
}
.headerSignInContainer {
  background: #eeeeee;
}
.headerSignIn {
  color: #333333;
}
.headerSignIn span {
  font-weight: bold;
}
.headerSignIn span.user-icon {
  background: url('/Images/icons/icon_user.png') no-repeat left;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 4px -1px;
}
.requestPasswordResetContainer {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  background: #eeeeee;
  z-index: 999;
  -moz-box-shadow: 10px 10px 5px #888888;
  -webkit-box-shadow: 10px 10px 5px #888888;
  box-shadow: 10px 10px 5px #888888;
}
.requestPasswordReset {
  width: 620px;
}
.requestPasswordReset .field {
  margin-bottom: 10px;
}
.requestPasswordReset .field label {
  margin-right: 15px;
}
.requestPasswordReset .field input {
  width: 235px;
  border: 1px solid #eeeeee;
  border-top: 1px solid black;
}
.requestPasswordReset .top {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.requestPasswordReset .top h4 {
  float: left;
}
.requestPasswordReset .top a {
  font-weight: bold;
  background: url('/Images/arrow_right.png') no-repeat left;
  float: right;
  padding-left: 10px;
}
.requestPasswordReset .instructions {
  color: black;
  background: white;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  width: 215px;
}
.requestPasswordReset .instructions a {
  font-weight: bold;
  background: url('/Images/arrow_right.png') no-repeat left;
  padding-left: 10px;
  color: #006699;
}
.requestPasswordReset .left .button {
  margin-left: 90px;
}
.infoIcon {
  background: url('/Images/buttons/b_question.png') no-repeat left;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.control_validation_error {
  border: 1px solid #e31c23;
}
.gradientBorder {
  background-color: white;
  background-image: -moz-linear-gradient(#888888, white);
  background-repeat: repeat-x;
  height: 5px;
  width: 970px;
}
.empty-cart-message {
  padding-bottom: 20px;
}
.content-header.step {
  margin: 10px 0 20px 0;
}
.stepContainer {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.stepContainer:before,
.stepContainer:after {
  content: "";
  display: table;
}
.stepContainer:after {
  clear: both;
}
.stepContainer h3 {
  margin-top: 10px;
}
.stepContainer img {
  display: block;
}
.stepContainer h4 {
  margin: 10px 0;
}
ul.stepContainer {
  border: none;
  margin: 0;
  padding: 0;
}
ul.stepContainer li {
  color: #333333;
  height: 32px;
  vertical-align: middle;
  float: left;
  width: 20%;
  text-align: center;
  list-style-type: none;
  background: #eeeeee;
  border-right: 1px solid white;
  box-sizing: border-box;
  font-weight: bold;
}
ul.stepContainer li .left {
  width: 100%;
  margin-top: 8px;
}
ul.stepContainer li .bubble {
  display: none;
}
ul.stepContainer li.active {
  background: #e31c23;
  color: white;
}
ul.stepContainer li.active.last {
  border-right: none;
}
ul.stepContainer li.next {
  color: #333333;
}
ul.stepContainer li.next.last {
  border-right: none;
}
.viewMore {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  ul.stepContainer li .left {
    font-size: 11px;
  }
}
@media screen and (min-width: 641px) {
  .hide-mobile {
    display: inline;
  }
  
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
  
  .show-mobile {
    display: inline;
  }
  
  .footer {
    padding: 20px 10px;
  }
  .footer .logo-left,
  .footer .divCopyright,
  .footer .logo-right {
    width: 100% !important;
    text-align: center;
  }
  .footer .divCopyright {
    margin: 20px 0;
  }
  .footer .logo-right {
    float: none;
  }
  
  ul.stepContainer {
    margin-top: 10px;
  }
  ul.stepContainer li {
    background: none;
    height: auto;
    border-top: 1px solid #eeeeee;
  }
  ul.stepContainer li .left {
    color: #cccccc;
  }
  ul.stepContainer li .left:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #eeeeee;
    border: 1px solid #999999;
    display: block;
    margin: -20px auto 10px auto;
    content: "";
  }
  ul.stepContainer li.active {
    background: none;
  }
  ul.stepContainer li.active .left {
    display: block;
    color: #333333;
  }
  ul.stepContainer li.active .left:before {
    background: #e31c23;
    border: 1px solid #999999;
  }
}
@media screen and (min-width: 641px) and (max-width: 760px) {
  ul.stepContainer li .left {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  .left.column {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mainContainer {
    margin: 0 1%;
  }
  
  .contentContainer {
    padding: 20px 10px !important;
  }
  
  .footer {
    padding: 20px 10px;
  }
  .footer .logo-right {
    width: 20%;
  }
  .footer .logo-right img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .mainContainer {
    width: 1024px;
    min-height: 500px;
  }
  
  .cart-info-wrap {
    width: 1024px;
    margin: 0 auto;
  }
  
  ul.stepContainer {
    border: none;
    margin: 0;
    padding: 0;
  }
  ul.stepContainer li {
    color: #333333;
    height: 32px;
    vertical-align: middle;
    float: left;
    width: 20%;
    text-align: center;
    list-style-type: none;
    background: #eeeeee;
    font-weight: bold;
    border-right: none;
  }
  ul.stepContainer li .left {
    width: 150px;
    margin-top: 8px;
  }
  ul.stepContainer li .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -8px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.previous .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -40px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.active {
    background: #e31c23;
    color: white;
  }
  ul.stepContainer li.active .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -73px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.active.last .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -145px 0px;
  }
  ul.stepContainer li.next {
    color: #333333;
  }
  ul.stepContainer li.next .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -8px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.next.last .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -104px 0px;
  }
}
@media screen and (max-width: 799px) {
  #footerTop {
    display: none;
  }
  
  #footerBottom .divCopyright {
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.75;
    font-size: 15px;
  }
  #footerBottom .divCopyright .aFooterBottom {
    color: #74b6f2;
  }
}
@media screen and (min-width: 800px) {
  #footerTop {
    text-align: center;
    padding-bottom: 0;
  }
  #footerTop #navSupport {
    box-sizing: border-box;
  }
  #footerTop .navSpan {
    font-size: 15px;
    line-height: 1.75;
  }
  #footerTop .navSpan #aSupportHeading {
    color: white;
    font-weight: bold;
  }
  #footerTop .navSpan .aSupportItem {
    color: #74b6f2;
    font-size: 15px;
  }
  
  #footerBottom .divCopyright {
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.75;
    font-size: 15px;
  }
  #footerBottom .divCopyright .aFooterBottom {
    color: #74b6f2;
  }
}
.store-logo {
  height: 53px;
  width: 308px;
}
/* Comment Generated by Combres - Resource '/CSS/globalNav.less' (Mode: Static) */
.adBanner {
  height: 90px;
  padding: 9px 0 11px;
  position: relative;
  text-align: center;
  width: 970px;
  margin: 0 auto;
}
.topNav {
  z-index: 1000;
  position: relative;
}
.umbrellaNavBar {
  position: relative ;
  background: #eeece5;
  padding: 0 10px;
  height: 32px;
}
.umbrellaNavBar ul {
  list-style-type: disc;
}
.umbrellaNavBar ul li {
  color: #dddddd;
  padding: 10px 23px 10px 0;
}
.umbrellaNavBar ul li.first {
  list-style-type: none;
}
.umbrellaNavBar ul li.hasDropDown {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -143px;
  margin-right: 11px;
}
.nav {
  width: 730px;
  height: 28px;
  padding: 0;
}
.nav > li {
  float: left;
  padding: 5px 0;
  height: 15px;
}
.nav li a {
  color: #3866a9;
  font-weight: bold;
  padding: 0 0 4px 0;
}
.nav li:hover,
.nav li a:hover {
  color: #333333;
  text-decoration: none;
}
.umbrellaNavBar .subNav {
  display: none;
  padding: 1px 0 5px 0;
  position: absolute;
  top: 35px;
  left: auto;
  z-index: 1002;
  background: #333333;
  margin-left: 5px;
}
.umbrellaNavBar .subNav li {
  clear: both;
  padding: 6px 0;
  width: 265px;
  border-bottom: 1px dotted #dddddd;
  margin: 0 15px;
}
.umbrellaNavBar .subNav li a,
.umbrellaNavBar .subNav li span {
  display: block;
  color: #dddddd;
  padding: 0;
  text-decoration: none;
}
.umbrellaNavBar .subNav strong {
  color: #dddddd;
  font-size: 13px;
}
.umbrellaNavBar .subNav li a:hover {
  text-decoration: none;
  color: white;
}
.umbrellaNavBar .subNav li a:hover strong {
  color: white;
}
.umbrellaNavBar .subNav li.first {
  width: 287px;
  border-bottom: 1px solid white;
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0 7px 8px;
  line-height: 1.2;
}
.umbrellaNavBar .subNav li.first a {
  margin-right: 0;
}
.umbrellaNavBar .subNav li.archives {
  border: 0;
  padding-left: 8px;
  padding-bottom: 2px;
  margin: 0;
}
.umbrellaNavBar .subNav li.last {
  border: 0;
}
ol.order {
  list-style: decimal;
}
.microNavBar {
  width: 100%;
}
.microNavBar ul {
  width: 100%;
  height: 15px;
  background: #999999;
  border-top: 2px solid #4f7fc5;
  list-style: disc;
  padding: 5px 0 10px 0;
  margin: 0;
}
.microNavBar ul.subNav {
  background: #999999;
  z-index: 1004;
  height: auto;
  width: 225px;
  zoom: 1;
  padding: 1px 15px 5px 15px;
  position: absolute;
  left: auto;
  display: none;
  margin: 3px 0 0 0;
  -moz-box-shadow: 2px 2px 2px #cccccc;
  -webkit-box-shadow: 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px #cccccc;
}
.microNavBar ul.subNav:before,
.microNavBar ul.subNav:after {
  content: "";
  display: table;
}
.microNavBar ul.subNav:after {
  clear: both;
}
.microNavBar ul.subNav li {
  height: 20px !important;
  padding: 4px 0;
  width: 225px;
  display: block !important;
}
.microNavBar ul.subNav li span.arrow {
  margin-top: 0 !important;
}
.microNavBar ul.subNav li a {
  border: none !important;
  margin-top: none !important;
}
.microNavBar ul.subNav li:first-child {
  margin: -3px 0 0 0px !important;
  padding-top: 8px;
}
.microNavBar ul li {
  height: 18px !important;
  color: white;
  display: block;
  line-height: 19.5px;
}
.microNavBar ul li.active {
  background-image: url('/Images/sprites/article_common_sprite.png');
  background-position: -9999px -272px;
  background-repeat: no-repeat;
}
.microNavBar ul li.clearfix {
  list-style: none;
}
.microNavBar ul li:first-child {
  margin-left: 10px;
  list-style: none;
  border-left: none;
}
.microNavBar ul li:first-child a {
  border-left: 0;
}
.microNavBar ul li.hasDropDown {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -154px;
  padding: 5px 25px 5px 0;
  height: 10px !important;
  margin: 2px 0 0 0 !important;
}
.microNavBar ul li.hasDropDown a {
  margin-top: -7px;
}
.microNavBar ul li.hasDropDown:hover ul.subNav {
  display: block !important;
}
.microNavBar ul li.bookDrop {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -154px;
  padding: 5px 25px 5px 0;
  height: 10px !important;
  margin: 2px 0 0 0 !important;
}
.microNavBar ul li.bookDrop a {
  margin-top: -7px;
}
.microNavBar ul li.bookDrop:hover ul.subNav {
  display: block !important;
}
.microNavBar ul li a {
  font-size: 13px;
  padding: 0px 10px;
  border-left: 1px solid white;
  color: white;
  font-weight: bold;
}
.microNavBar ul li a:hover {
  text-decoration: none;
  color: #dddddd;
}
.microNavBar .active a {
  color: white;
  font-weight: bold;
  padding-bottom: 6px;
}
.microNavBar a:hover,
.microNavBar a:active,
.microNavBar a:focus {
  color: white;
  text-decoration: none !important;
}
.microNavBar .subNav li span {
  font-size: 13px;
  width: 200px;
  display: block;
  color: white;
  padding: 0;
  text-decoration: none;
}
.microNavBar .subNav strong {
  color: white;
}
.microNavBar .subNav li a:hover {
  text-decoration: none;
  color: #dddddd;
}
.microNavBar .subNav li a:hover strong {
  color: white;
}
.microNavBar .subNav li.first {
  margin: -1px 0 0;
  padding: 8px 0 7px 8px;
  line-height: 1.2;
}
.microNavBar .subNav li.first a {
  margin-right: 0;
  color: #eeeeee;
}
.microNavBar .subNav li.archives {
  border: 0;
  padding-left: 8px;
  margin: 0;
}
.microNavBar .subNav li.last {
  border: 0;
}
.microNavBar ul.subNav {
  border-top: none;
}
.microNavBar .subNav li span.arrow {
  width: 0;
  height: 0;
  border: 4px solid white;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin: 4px 10px 0 0;
}
.microNavBar ul li {
  height: auto;
}
/* Comment Generated by Combres - Resource '/CSS/font.css' (Mode: Static) */
@font-face {
  font-family: mgh_icons;
  src: url("/CSS/fonts/mgh_icons.eot?dgm16j");
  src: url("/CSS/fonts/mgh_icons.eot?#iefixdgm16j") format("embedded-opentype"), url("/CSS/fonts/mgh_icons.woff?dgm16j") format("woff"), url("/CSS/fonts/mgh_icons.ttf?dgm16j") format("truetype"), url("/CSS/fonts/mgh_icons.svg?dgm16j#mgh_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="icon-"] {
  font-family: mgh_icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\61";
}
.icon-search:before {
  content: "\6b";
}
.icon-share:before {
  content: "\62";
}
.icon-user:before {
  content: "\6c";
}
.icon-facebook:before {
  content: "\63";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-filter:before {
  content: "\64";
}
.icon-file-pdf:before {
  content: "\6e";
}
.icon-wrench:before {
  content: "\65";
}
.icon-arrow-up:before {
  content: "\6f";
}
.icon-linkedin:before {
  content: "\66";
}
.icon-read-more:before {
  content: "\70";
}
.icon-rss:before {
  content: "\67";
}
.icon-print:before {
  content: "\71";
}
.icon-envelope-alt:before {
  content: "\68";
}
.icon-twitter2:before {
  content: "\72";
}
.icon-facebook2:before {
  content: "\69";
}
.icon-google-plus:before {
  content: "\73";
}
.icon-pinterest:before {
  content: "\6a";
}
.icon-link:before {
  content: "\74";
}
.icon-youtube:before {
  content: "\79";
}
.icon-pointer_left:before {
  content: "\75";
}
.icon-pointer_down:before {
  content: "\77";
}
.icon-pointer_right:before {
  content: "\76";
}
.icon-institution:before {
  content: "\78";
}
.icon-menu:before {
  content: "\7a";
}
.icon-plus:before {
  content: "\e600";
}
.icon-minus:before {
  content: "\32";
}
.icon-calendar:before {
  content: "\31";
}
/* Comment Generated by Combres - Resource '/CSS/index.less' (Mode: Static) */
.bio .content-header img {
  max-height: 60px;
}
.breadcrumb {
  margin: 20px 0;
}
.content-header h3 {
  color: #e31c23;
  margin: 0 0 15px 0;
}
.content-header img {
  margin-bottom: 15px;
}
.content-header p {
  line-height: 1.5;
}
.content-header ul {
  padding-left: 20px;
  line-height: 1.5;
}
.product-wrap .product-table {
  list-style: none;
  padding-inline-start: 0;
  font-weight: 600;
}
.product-wrap .product-item {
  border: 1px solid #e6e6e6;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.product-wrap .product-item .product-link {
  flex: 0 1 65%;
}
.product-wrap .product-item .product-title {
  color: #2c7397;
  font-size: 13px;
  font-weight: 600;
}
.product-wrap .product-item .product-info {
  color: #3c3c3c;
  padding: 0 2rem;
  flex: 1 0 10%;
  text-align: center;
}
.product-wrap .product-item .product-info.product-price {
  word-spacing: -3px;
}
.product-wrap .product-item .product-info.product-price .product-cents {
  font-size: 0.7rem;
}
.product-wrap .product-item a.add-to-cart-btn {
  color: white;
  text-decoration: none;
  text-align: center;
  padding: .3rem .5rem;
}
.product-wrap .product-item a.add-to-cart-btn :visited {
  color: white;
}
@media (max-width: 575px) {
  .mainContainer {
    padding-top: 5%;
  }
  
  .product-wrap .product-item {
    flex-flow: column wrap;
    justify-content: space-evenly;
    text-align: center;
  }
  .product-wrap .product-item .product-info {
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .product-wrap .product-item .product-title {
    padding-bottom: 10px;
  }
}
.product-option-wrap {
  zoom: 1;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-option-wrap:before,
.product-option-wrap:after {
  content: "";
  display: table;
}
.product-option-wrap:after {
  clear: both;
}
.product-option-wrap .product-option.with-cover {
  flex-grow: 1;
  border: 1px solid #cccccc;
  float: left;
  margin: 0 1%;
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
}
.product-option-wrap .product-option.with-cover .cover-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.product-option-wrap .product-option.with-cover .cover-wrap img {
  max-height: 150px;
}
.product-option-wrap .product-option.with-cover .option-wrap {
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.product-option-wrap .product-option.with-cover .option-wrap .flag {
  font-weight: bold;
  border: 1px solid;
  padding: 3px;
  font-size: 11px;
  width: 60px;
  margin: 0 auto 10px auto;
  display: block;
}
.product-option-wrap .product-option.with-cover .option-wrap .title {
  font-weight: bold;
  display: block;
}
.product-option-wrap .product-option.with-cover .option-wrap .sub-info {
  margin: 10px 0;
}
.product-option-wrap .product-option.with-cover .option-wrap .sub-price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.product-option-wrap .product-option.with-cover .option-wrap .sub-price span {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
  vertical-align: super;
}
.product-option-wrap .product-option.with-cover .option-wrap .btn {
  display: block;
  padding: 3px 0;
  color: white;
  width: 95px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-option.with-cover {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .product-option.with-cover {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .product-option.with-cover {
    width: 98%;
  }
}
.site-option-wrap {
  zoom: 1;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
}
.site-option-wrap:before,
.site-option-wrap:after {
  content: "";
  display: table;
}
.site-option-wrap:after {
  clear: both;
}
.site-option-wrap .flag {
  font-weight: bold;
  float: left;
  border: 1px solid;
  padding: 3px 6px;
  font-size: 11px;
  margin-bottom: 10px;
}
.site-option-wrap .site-option-inner-left {
  float: left;
  width: 60%;
}
.site-option-wrap .site-option-inner-right {
  text-align: center;
  width: 40%;
  float: left;
}
.site-option-wrap .site-option-inner-right .btn {
  display: block;
  padding: 3px 0;
  color: white;
  width: 95px;
  margin: 0 auto;
}
.site-option-wrap .site-option-inner-right .price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.site-option-wrap .site-option-inner-right .price span {
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  vertical-align: super;
}
.site-option-wrap .site-option-inner-right .red {
  color: #e31c23;
  font-weight: bold;
  margin-bottom: 5px;
}
.site-option-wrap .site-option-left {
  float: left;
  padding: 30px 0;
  box-sizing: border-box;
}
.site-option-wrap .site-option-left .option-info {
  margin-top: 10px;
}
.site-option-wrap .site-option-right {
  float: left;
  box-sizing: border-box;
}
.site-option-wrap .site-option-right .ppv-wrap {
  padding-top: 15px;
}
.site-option-wrap .site-option-right .ppv-wrap h3 {
  text-align: center;
  margin-bottom: 5px;
}
.site-option-wrap .site-option-right .ppv-wrap .ppv-info {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-option-wrap .site-option-right .ppv-options-wrap {
  margin: 15px 0;
  zoom: 1;
}
.site-option-wrap .site-option-right .ppv-options-wrap:before,
.site-option-wrap .site-option-right .ppv-options-wrap:after {
  content: "";
  display: table;
}
.site-option-wrap .site-option-right .ppv-options-wrap:after {
  clear: both;
}
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-option-left,
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-option-right {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 5px 0;
  text-align: center;
}
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-option-left {
  border-right: 1px solid #cccccc;
}
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-option-right {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
.site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
  font-weight: bold;
  margin: 0 auto 5px auto;
  text-align: right;
}
.site-option-wrap .site-option-right .ppv-options-wrap .time-wrap.one-day {
  background: url('/Images/backgrounds/clock_24.png') no-repeat 0 1px;
}
.site-option-wrap .site-option-right .ppv-options-wrap .time-wrap.two-day {
  background: url('/Images/backgrounds/clock_48.png') no-repeat 0 1px;
}
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-option-wrap .site-option-right .ppv-options-wrap .ppv-price span {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
  vertical-align: super;
}
.site-option-wrap .site-option-right .ppv-options-wrap .btn {
  display: block;
  padding: 3px 0;
  color: white;
  width: 95px;
  margin: 0 auto;
}
.site-row {
  zoom: 1;
}
.site-row:before,
.site-row:after {
  content: "";
  display: table;
}
.site-row:after {
  clear: both;
}
.site-row .site-box {
  border: 1px solid #cccccc;
  float: left;
  margin: 0 1% 20px 1%;
  padding: 15px;
  box-sizing: border-box;
}
.site-row .site-box .cover-wrap {
  width: 45%;
  float: left;
}
.site-row .site-box .cover-wrap img {
  max-width: 100%;
  max-height: 160px;
}
.site-row .site-box .img-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.site-row .site-box .img-wrap img {
  max-height: 35px;
  max-width: 100%;
}
.site-row .site-box .option-wrap {
  display: inline-block;
  padding-left: 10px;
  float: left;
  width: 55%;
  box-sizing: border-box;
  text-align: center;
}
.site-row .site-box .option-wrap .btn-blue {
  display: block;
  padding: 8px;
  background: #252874;
  color: white;
  margin: 15px 0;
}
.site-row .site-box .option-wrap p {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .site-option-wrap .site-option-left {
    width: 60%;
  }
  .site-option-wrap .site-option-right {
    width: 40%;
  }
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 48%;
  }
  
  .site-row .site-box {
    width: 31%;
    height: 245px;
  }
}
@media (max-width: 1024px) {
  .site-option-wrap .site-option-left {
    width: 57%;
  }
  .site-option-wrap .site-option-right {
    width: 43%;
  }
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 48%;
  }
  
  .site-row .site-box {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .site-option-wrap .site-option-inner-left {
    width: 65%;
  }
  .site-option-wrap .site-option-inner-right {
    width: 35%;
  }
  .site-option-wrap .site-option-left {
    width: 53%;
  }
  .site-option-wrap .site-option-right {
    width: 47%;
  }
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .site-option-left {
    border-right: 1px solid #cccccc;
  }
  
  .site-option-right {
    border-left: 1px solid #cccccc;
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  .site-option-wrap .site-option-inner-left {
    width: 65%;
  }
  .site-option-wrap .site-option-inner-right {
    width: 35%;
  }
  .site-option-wrap .site-option-left {
    width: 100%;
    border-right: none;
  }
  .site-option-wrap .site-option-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 30%;
  }
  
  .site-row .site-box {
    width: 48%;
    height: 225px;
  }
  .site-row .site-box .cover-wrap {
    width: 35%;
  }
  .site-row .site-box .option-wrap {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 37%;
  }
  
  .site-row .site-box {
    width: 48%;
    height: 265px;
  }
  .site-row .site-box .cover-wrap {
    width: 35%;
  }
  .site-row .site-box .option-wrap {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .content-header img {
    max-width: 100%;
  }
  
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 50%;
  }
  
  .site-row .site-box {
    width: 100%;
    height: auto;
  }
  .site-row .site-box .cover-wrap {
    width: 35%;
  }
  .site-row .site-box .option-wrap {
    width: 65%;
  }
}
@media (max-width: 375px) {
  .site-option-wrap .site-option-right .ppv-options-wrap .time-wrap {
    width: 60%;
  }
}
.sites-wrap {
  margin: 30px 0 10px 0;
}
.special-offer .btn-blue {
  display: block;
  padding: 8px;
  background: #252874;
  color: white;
  border: none;
}
.special-offer .btn-div,
.special-offer .spec-offer-div {
  margin-top: 10px;
}
.special-offer .spec-offer-div div {
  margin-bottom: 10px;
}
.aca .btn {
  background: #ff5a1b;
}
.aca .flag {
  border-color: #ff5a1b;
  color: #ff5a1b;
}
.aca h3 {
  color: #ff5a1b;
}
.acd .btn {
  background: #005e70;
}
.acd .flag {
  border-color: #005e70;
  color: #005e70;
}
.acd h3 {
  color: #005e70;
}
.acm .btn {
  background: #252874;
}
.acm .flag {
  border-color: #252874;
  color: #252874;
}
.acm h3 {
  color: #252874;
}
.acp .btn {
  background: #006838;
}
.acp .flag {
  border-color: #006838;
  color: #006838;
}
.acp h3 {
  color: #006838;
}
.aem .btn {
  background: #eb2027;
}
.aem .flag {
  border-color: #eb2027;
  color: #eb2027;
}
.aem h3 {
  color: #eb2027;
}
.apd .btn {
  background: #5c2a78;
}
.apd .flag {
  border-color: #5c2a78;
  color: #5c2a78;
}
.apd h3 {
  color: #5c2a78;
}
.apt .btn {
  background: #00abb9;
}
.apt .flag {
  border-color: #00abb9;
  color: #00abb9;
}
.apt h3 {
  color: #00abb9;
}
.bio .btn {
  background: #05bfa7;
}
.bio .flag {
  border-color: #05bfa7;
  color: #05bfa7;
}
.bio h3 {
  color: #05bfa7;
}
.ca .btn {
  background: #999999;
}
.ca .flag {
  border-color: #999999;
  color: #999999;
}
.ca h3 {
  color: #999999;
}
.jama .btn {
  background: #01497d;
}
.jama .flag {
  border-color: #01497d;
  color: #01497d;
}
.jama h3 {
  color: #01497d;
}
.med6 .btn {
  background: #252874;
}
.med6 .flag {
  border-color: #252874;
  color: #252874;
}
.med6 h3 {
  color: #252874;
}
.ommbid .btn {
  background: #849a66;
}
.ommbid .flag {
  border-color: #849a66;
  color: #849a66;
}
.ommbid h3 {
  color: #849a66;
}
.sgy .btn {
  background: #f5aa01;
}
.sgy .flag {
  border-color: #f5aa01;
  color: #f5aa01;
}
.sgy h3 {
  color: #f5aa01;
}
/* Comment Generated by Combres - Resource '/CSS/scm6.popup.dialog.less' (Mode: Static) */
body {
  margin: 0px auto;
}
a.linkBold {
  color: #336699;
  font-weight: bold;
}
.logoBrand {
  padding: 10px;
  padding-right: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.recommendThis {
  cursor: pointer;
}
.tableDialog,
.figureDialog,
.printDialog,
.emailPopupDialog,
.getCitationPopupDialog,
.recommendDialog,
.alertPopupDialog {
  display: none;
}
.popUpTable {
  padding-left: 0px;
  text-align: center;
}
.tablDialog {
  width: 950px;
  height: 300px;
  min-height: 300px;
  font-weight: bold;
  padding: 0px;
  margin: 0px auto;
}
.tableContainer {
  padding: 0px;
  margin-right: 10px;
  font-size: 11px;
}
.tableContainer table {
  padding: 0px;
  background: #eeeeee;
  font-size: 11px;
  margin: 0px auto;
}
.tableContainer th {
  background: #dddddd;
  font-size: 11px;
}
.tableContainer thead th {
  border: 1px solid #eeeeee;
}
.tableContainer td {
  padding: 0px;
}
.tFooter {
  font-weight: normal;
}
.tableSection .tTable {
  display: none;
}
.tableSection .tFooter {
  display: none;
}
.figureLinks {
  cursor: pointer;
}
.emailForm input {
  padding: 10px;
  border: 1px solid #cccccc;
}
.emailFormSection {
  padding: 10px 0px;
}
.input-text {
  padding: 5px;
  border: 1px solid #333333;
}
.input-textarea {
  padding: 5px;
  border: 1px solid #333333;
  overflow: auto;
  height: 120px;
  width: 300px;
}
#emailForm div {
  margin: 10px 0px;
}
#emailForm div label {
  width: 200px;
}
#emailForm div input {
  left: 300px;
}
.emailReviewSection {
  display: none;
}
.ui-widget {
  font-family: Verdana;
  padding: 0px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana;
}
.ui-widget-content {
  background: white;
}
.ui-widget-header {
  border: none;
  background: #dddddd;
  color: #333333;
  font-weight: normal;
}
.ui-widget-header a {
  color: #333333;
}
.ui-corner-all {
  -moz-border-radius: 0px;
}
.popUpTable:hover {
  cursor: pointer;
}
span.ui-dialog-title {
  cursor: pointer;
}
.ui-widget .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
}
.ui-icon {
  width: 50px;
  color: #333333;
  text-indent: 0px;
}
.ui-dialog .ui-dialog-title {
  margin: 0px;
  margin-top: 5px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 50px;
  font-size: 11px;
  float: right;
  color: #006699;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close span {
  font-weight: bold;
  color: #006699;
}
.ui-dialog,
.ui-widget {
  -moz-box-shadow: 5px 5px 5px #cccccc;
  -webkit-box-shadow: 5px 5px 5px #cccccc;
  box-shadow: 5px 5px 5px #cccccc;
  border: 2px solid #dddddd;
  border-radius: 5px;
  background: #eeeeee;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: none;
  cursor: pointer;
}
.ui-resizable-se,
.ui-widget-content .ui-icon {
  background: url("/Images/icons/b_resize.gif") no-repeat;
}
.ui-dialog .ui-dialog-titlebar {
  margin: 10px 10px;
  height: 30px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
}
.ui-dialog .ui-dialog-content {
  padding: 0px;
  margin: 10px;
  width: auto;
}
.tableBottomClose {
  color: #333333;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  cursor: pointer;
}
.scm6-close-bottom {
  padding: 5px;
  font-size: 11px;
}
.printButton {
  float: right;
}
.copyrightInfo {
  font-size: 10px;
}
.citationLinks p {
  font-weight: bold;
}
/* Comment Generated by Combres - Resource '/CSS/storeWidgets.less' (Mode: Static) */
.secondaryProduct {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.secondaryProduct a {
  color: #006699;
}
.secondaryProduct .top {
  margin-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 10px;
}
.secondaryProduct .top .right {
  width: 174px;
}
.secondaryProduct .top .right a {
  color: #006699;
  font-weight: bold;
}
img.bordered {
  border: 4px solid #dddddd;
}
img.underlined {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.splitWidget {
  margin-bottom: 10px;
}
.splitWidget .left {
  margin-right: 10px;
}
.splitWidget .left,
.splitWidget .right {
  width: 310px;
}
.signIn .signInLinks {
  width: 195px;
  margin-left: 90px;
}
.right.portletColumn .signIn {
  border: 1px solid #dddddd;
  margin: 20px 0px;
  border: 1px solid #cccccc;
}
.right.portletColumn .signIn .header {
  height: 23px;
  background: #999999;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: white;
}
.right.portletColumn .signIn .header .img {
  float: left;
}
.right.portletColumn .signIn .header .text {
  padding: 4px 0 0 10px;
  float: left;
  font-weight: bold;
}
.right.portletColumn .signIn .field {
  margin-bottom: 10px;
  padding-left: 5px;
}
.right.portletColumn .signIn .field label {
  width: 70px;
  display: inline-block;
  font-weight: bold;
  color: #999999;
  margin-right: 15px;
  text-align: right;
}
.right.portletColumn .signIn .field input {
  border: 1px solid #dddddd;
  width: 190px;
  display: inline-block;
}
.right.portletColumn .signIn .field.last {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 15px;
}
.right.portletColumn .signIn .field.alternateLogin a {
  font-weight: bold;
}
.right.portletColumn .signIn .register {
  margin-top: 10px;
}
.right.portletColumn .signIn .register .arrow {
  padding-top: 0px;
}
.right.portletColumn .signIn .register .arrow.left {
  margin-top: 4px;
  padding: 0px;
}
.right.portletColumn .signIn .register .link {
  font-weight: bold;
  margin-left: 10px;
}
.buttonSignIn {
  margin-left: 90px;
  margin-bottom: 10px;
}
.registerMouseOver {
  padding: 10px;
  background: white;
  border: 2px solid #cccccc;
  border-radius: 5px;
  display: none;
  position: absolute;
  margin-top: -15px;
  -moz-box-shadow: 10px 10px 5px #888888;
  -webkit-box-shadow: 10px 10px 5px #888888;
  box-shadow: 10px 10px 5px #888888;
}
.validationControl {
  color: #660000;
  font-weight: bold;
}
.validationControl#lblPasswordResetRequestResult {
  width: 280px;
}
.right.portletColumn .signIn.authenticated {
  background: #eeeeee;
  border: none;
  margin-top: -10px;
  padding: 5px 10px;
}
.right.portletColumn .signIn.authenticated a {
  padding: 5px 0;
  border-top: 1px dotted #cccccc;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.right.portletColumn .signIn.authenticated a:first-child {
  margin-top: 5px;
}
.selfIdContainer {
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.selfIdContainer .productHeader {
  padding-bottom: 14px;
  border-bottom: 4px solid #3e72bc;
  font-size: 16px;
  color: #333333;
}
.selfIdContainer .productHeader a {
  color: #006699;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.selfIdContainer .topProduct .left {
  width: 155px;
  margin: 10px 10px 0 0;
}
.selfIdContainer .topProduct .left .border {
  border: 10px solid #eeeeee;
  text-align: center;
  background: #eeeeee;
}
.selfIdContainer .topProduct .left img {
  margin: 0 auto;
  border: 1px solid #dddddd;
}
.selfIdContainer .topProduct .right {
  width: 413px;
}
.selfIdContainer .topProduct .right p {
  padding: 0px;
}
.selfIdContainer .topProduct .right .ppvHeader {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  zoom: 1;
  margin-bottom: 5px;
  display: block !important;
}
.selfIdContainer .topProduct .right .ppvHeader:before,
.selfIdContainer .topProduct .right .ppvHeader:after {
  content: "";
  display: table;
}
.selfIdContainer .topProduct .right .ppvHeader:after {
  clear: both;
}
.selfIdContainer .topProduct .right .ppvTitle {
  font-size: 16px;
  font-weight: bold;
  zoom: 1;
  margin-bottom: 5px;
  display: block !important;
}
.selfIdContainer .topProduct .right .ppvTitle:before,
.selfIdContainer .topProduct .right .ppvTitle:after {
  content: "";
  display: table;
}
.selfIdContainer .topProduct .right .ppvTitle:after {
  clear: both;
}
.selfIdContainer .topProduct .right .ppvAuthors {
  font-size: 14px;
  zoom: 1;
  margin-bottom: 5px;
  display: block !important;
}
.selfIdContainer .topProduct .right .ppvAuthors:before,
.selfIdContainer .topProduct .right .ppvAuthors:after {
  content: "";
  display: table;
}
.selfIdContainer .topProduct .right .ppvAuthors:after {
  clear: both;
}
.selfIdContainer .topProduct .right .ppvCitation {
  font-size: 12px;
  color: #999999;
  zoom: 1;
  margin-bottom: 3px;
  display: block !important;
}
.selfIdContainer .topProduct .right .ppvCitation:before,
.selfIdContainer .topProduct .right .ppvCitation:after {
  content: "";
  display: table;
}
.selfIdContainer .topProduct .right .ppvCitation:after {
  clear: both;
}
.selfIdContainer .topProduct .right .ppvPublishDate {
  font-size: 12px;
  color: #999999;
  zoom: 1;
  display: block !important;
}
.selfIdContainer .topProduct .right .ppvPublishDate:before,
.selfIdContainer .topProduct .right .ppvPublishDate:after {
  content: "";
  display: table;
}
.selfIdContainer .topProduct .right .ppvPublishDate:after {
  clear: both;
}
.selfIdContainer h2 {
  padding-right: 10px;
  margin-right: 10px;
  display: inline;
}
.selfIdContainer a {
  color: #006699;
}
.selfIdContainer p {
  font-size: 12px;
  margin: 10px 0;
  padding-left: 10px;
}
.selfIdContainer p.bottom {
  padding-left: 165px;
}
.selectPricingCriteria {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  font-weight: bold;
  color: black;
  margin: 10px 0;
  font-size: 12px;
}
.selectionBox {
  border: 4px solid #eeeeee;
  width: 399px;
  margin: 0px 0 10px 0;
  padding: 3px;
  background: #eeeeee;
}
.selectionBox .top {
  postion: absolute;
  background: white;
  font-weight: bold;
  width: 155px;
  margin: -17px 0 10px 13px;
  padding-left: 3px;
}
.selectionBox .inputLine {
  display: block;
  margin-bottom: 3px;
}
.selectionBox .inputLine label {
  color: #999999;
  font-weight: bold;
  width: 75px;
  display: inline-block;
  font-size: 10px;
}
.selectionBox .inputLine select {
  border: none;
  color: #006699;
  font-weight: bold;
  font-size: 10px;
  width: 160px;
}
.selectionBox img {
  border: none;
  margin-top: -5px;
  display: inline-block;
  padding: 0;
}
.selectionBox p {
  width: 125px;
  text-align: center;
  color: #999999;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.selectionBox .left.selection {
  background: white;
  padding: 5px;
  margin-left: 5px;
  height: 63px;
}
.selectionBox .right {
  width: 145px;
}
.selectionBox .right .button {
  margin-top: 10px;
}
p.criteria {
  padding: 0;
  height: 75px;
}
p.criteria span.contents {
  background: white;
  width: 85px;
  height: 53px;
  display: inline-block;
  padding: 15px 0 5px;
}
p.criteria span.contents select {
  display: inline;
  position: relative;
}
p.criteria span.contents.noBackground {
  background: none;
  padding: 5px 0;
  height: auto;
}
p.criteria img {
  float: left;
}
.cart {
  background: #dddddd;
  padding: 10px 10px 4px;
  margin-bottom: 5px;
}
.cart .informationLine {
  padding: 1px;
}
.cart .informationLine img {
  margin-right: 10px;
  float: left;
}
.cart .informationLine .right {
  margin: 0px;
}
.cart .informationLine a {
  display: inline-block;
  font-weight: bold;
}
.cart .informationLine span {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 6px;
}
.productsFeaturedHead {
  color: #333333;
  background: #eeeeee;
  padding: 10px;
}
.productsFeaturedHead h3 {
  margin-bottom: 10px;
}
.productsFeatured {
  border: 6px solid #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
}
.productShelf {
  margin-bottom: 10px;
}
.productShelf .first {
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.productShelf .product {
  display: inline-block;
  width: 116px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.productShelf .product a {
  color: black;
}
.productShelf .product img {
  border: 4px solid #dddddd;
  margin: 10px;
  display: block;
}
.productsCME {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
  height: 175px;
  color: #999999;
  font-weight: bold;
  text-align: center;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.forInstitutions {
  padding: 20px 15px;
  background-color: #4f7fc5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3e72bc), to(#4f7fc5));
  background-image: -moz-linear-gradient(#3e72bc, #4f7fc5);
  background-image: -ms-linear-gradient(#3e72bc, #4f7fc5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e72bc), color-stop(100%, #4f7fc5));
  background-image: -webkit-linear-gradient(#3e72bc, #4f7fc5);
  background-image: -o-linear-gradient(#3e72bc, #4f7fc5);
  background-image: linear-gradient(#3e72bc, #4f7fc5);
  margin-bottom: 20px;
  box-shadow: 2px 2px 1px #333333;
  -moz-box-shadow: 2px 2px 1px #333333;
  -webkit-box-shadow: 2px 2px 1px #333333;
}
.forInstitutions.bordered {
  background: white;
  border: 1px solid #333333;
}
.forInstitutions .left {
  width: 75px;
  margin-top: 15px;
}
.forInstitutions .right {
  width: 180px;
}
.forInstitutions a {
  color: #3866a9;
  display: block;
  padding-top: 5px;
}
.reprintsPermissions h2 {
  margin-bottom: 10px;
}
.reprintsPermissions .left {
  width: 60px;
  margin-right: 10px;
}
.reprintsPermissions .right {
  width: 230px;
  padding-right: 10px;
}
.singleArticle h2 {
  margin-bottom: 10px;
}
.singleArticle .left {
  width: 60px;
  margin-right: 10px;
}
.singleArticle .right {
  width: 230px;
  padding-right: 10px;
}
.activation {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
  height: 175px;
  color: #999999;
  font-weight: bold;
  text-align: center;
  border: 1px solid #cccccc;
}
.staticWidgetHeader {
  padding: 10px;
  font-weight: bold;
  color: white;
  background: #999999;
}
.staticWidget {
  padding: 10px;
  background: #eeeeee;
  margin-bottom: 20px;
}
.staticWidget .arrow {
  width: 0;
  height: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin-top: 10px;
  margin-left: 10px;
}
.staticWidget .arrow1 {
  width: 0;
  height: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  *margin-top: 22px;
  margin-top: 20px;
  margin-left: 10px;
}
.staticWidget.bordered {
  background: #eeeeee;
  border: 1px solid #333333;
}
.staticWidget .right {
  width: 270px;
}
.staticWidget .right.text {
  margin-top: 25px;
  width: 200px;
}
.staticWidget .right.link {
  width: 185px;
}
.staticWidget a {
  color: #3866a9;
  display: block;
  padding-top: 5px;
}
.staticWidget .ileft {
  margin: 0 10px;
  width: 85px;
  float: left;
}
.staticWidget .pleft {
  padding-left: 10px;
  margin-bottom: 10px;
}
.staticWidget .tleft {
  width: 180px;
  float: right;
}
.staticWidget .rleft {
  width: 260px;
  padding-left: 10px;
}
.ppv .top {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 10px;
}
.ppv .top .button {
  display: block;
}
.ppv .top p {
  margin: 10px 0;
}
.ppv .bottom {
  font-style: italic;
}
