
/* Comment Generated by Combres - Resource '/less/app/pages/multimedia.css' (Mode: Static) */
/* Moved to _site.less
// Microsite Search (branded) Navbar
// -------------------------

@mnsb:										@siteColor;
@micrositeNavbarSearchBackground:			@siteColor; 
@micrositeNavbarSearchBackgroundHighlight:	@siteColor;
@search-btn:								#CB0000;
//@micrositeNavbarSearchBackground: hsla( hue(@mnsb), saturation(@mnsb * .8), lightness(@mnsb), 0.15 );
//@micrositeNavbarSearchBackgroundHighlight:	lighten(@micrositeNavbarSearchBackground, 20%);
@micrositeNavbarSearchBackgroundFocus:		@white;
@micrositeNavbarSearchBorder:				darken(@grayLightest, 12%);
@micrositeNavbarSearchPlaceholderColor:		#666666;
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.bold {
  font-weight: bold;
}
.upper-case {
  text-transform: uppercase;
}
.ir {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.noshadow-noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0px transparent;
  -moz-box-shadow: 0 0 0px transparent;
  box-shadow: 0 0 0px transparent;
}
.bordered-bottom {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bordered-top {
  padding-top: 10px;
  margin-top: 10px;
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-top-style: solid;
}
.bordered-all {
  padding: 10px;
  margin: 10px;
  border: solid 1px #dddddd;
}
.multi-tier-navigation [data-level] {
  display: none;
}
.multi-tier-navigation [data-level="1"] {
  display: block;
}
.multi-tier-navigation .tab-header {
  border-bottom: none;
}
.multi-tier-navigation ul[class^="nav nav-"] {
  margin-bottom: 0;
}
.multi-tier-navigation ul[class^="nav nav-"] li {
  float: none;
}
.multi-tier-navigation ul[class^="nav nav-"] li a {
  margin: 0 0 0 0;
  padding: 8px 0 8px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multi-tier-navigation ul[class^="nav nav-"] li a.open {
  color: #333;
  font-weight: bold;
}
.multi-tier-navigation ul[class^="nav nav-"] li a.open .caret {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #333;
  margin-right: 10px;
}
.multi-tier-navigation ul[class^="nav nav-"] li a .left {
  max-width: 85%;
}
.multi-tier-navigation ul[class^="nav nav-"] li a.ChildCatBrowse {
  padding: 8px 10px 8px 20px;
}
.multi-tier-navigation ul[class^="nav nav-"] li .caret {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #006699;
  border-bottom: 7px solid transparent;
  margin-right: 10px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="1"] {
  border: 1px solid #dddddd;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="1"] li {
  border-bottom: 1px solid #dddddd;
  border-top: none;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="1"] li:last-child {
  border: none;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="1"].second-level li a.ChildCatBrowse {
  max-width: 100%;
  padding: 8px 10px 8px 30px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="1"].second-level li a.ChildCatBrowse .tier-bullet {
  float: left;
  margin-left: -10px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li {
  border-top: none;
  border-bottom: none;
  margin-bottom: -1px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li a {
  border-bottom: none;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li a .tier-bullet {
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal!important;
  margin-right: 5px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li a .caret {
  margin-left: 15px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li:last-child a {
  margin-bottom: -1px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third {
  padding-left: 50px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  font-weight: bold;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third ul {
  margin: 0 0 0 15px;
  list-style: disc;
  color: #999999;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third ul li {
  padding: 0 0 0 0;
  border: none;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third ul li a {
  padding: 0 0 0 0;
  font-weight: normal;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li {
  padding-left: 80px;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  font-weight: bold;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li ul {
  margin: 0 0 0 15px;
  list-style: disc;
  color: #999999;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li ul li {
  padding: 0 0 0 0;
  border: none;
}
.multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li ul li a {
  padding: 0 0 0 0;
  font-weight: normal;
}
.multi-tier-navigation ul[class^="nav nav-"] ul.nav.nav-pills.stacked {
  list-style: none;
}
.multi-tier-navigation.multimedia ul.nav.nav-tabs.third-level li {
  padding: 0 0 0 0;
}
.multi-tier-navigation.multimedia ul.nav.nav-tabs.third-level li a {
  padding-left: 50px;
}
.multi-tier-navigation .with-subs ul li {
  border: none !important;
}
body.mgh .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #e31c23;
}
body.mgh .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #e31c23;
}
body.aca .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #ff5a1b;
}
body.aca .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #ff5a1b;
}
body.aem .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #eb2027;
}
body.aem .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #eb2027;
}
body.acm .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #252874;
}
body.acm .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #252874;
}
body.apd .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #5c2a78;
}
body.apd .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #5c2a78;
}
body.acp .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link,
body.ppp .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #006838;
}
body.acp .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link,
body.ppp .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #006838;
}
body.apt .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #00abb9;
}
body.apt .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #00abb9;
}
body.sgy .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #f5aa01;
}
body.sgy .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #f5aa01;
}
body.omm .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #849a66;
}
body.omm .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #849a66;
}
body.ca .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #999999;
}
body.ca .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #999999;
}
body.neuro .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #000033;
}
body.neuro .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #000033;
}
body.obgyn .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #5d2e8f;
}
body.obgyn .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #5d2e8f;
}
body.cfc .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #252874;
}
body.cfc .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #252874;
}
body.murtagh .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #967b35;
}
body.murtagh .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #967b35;
}
body.csm .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #4e8c35;
}
body.csm .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #4e8c35;
}
body.cardio .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #ef4136;
}
body.cardio .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #ef4136;
}
body.hemonc .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #901923;
}
body.hemonc .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #901923;
}
body.fadavispt .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #28805c;
}
body.fadavispt .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #28805c;
}
body.bio .multi-tier-navigation ul[class^="nav nav-"][data-level="2"] li.no-third .not-link {
  color: #05bfa7;
}
body.bio .multi-tier-navigation ul[class^="nav nav-"][data-level="3"] li .not-link {
  color: #05bfa7;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
}
.print-section-container {
  float: right;
  margin: 8px 0 0 0;
}
.print-section-container a {
  color: #333333;
}
.btn-print-section .search-popup {
  display: none;
  position: absolute;
  z-index: 15;
  background: #f6f6f6;
  border: 1px solid #ccc;
  width: 120px;
  margin: 10px 0 0 -100px;
  padding: 10px;
  line-height: 1.4;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  -moz-box-shadow: 3px 3px 3px #999999;
  -webkit-box-shadow: 3px 3px 3px #999999;
  box-shadow: 3px 3px 3px #999999;
  text-align: center;
}
.btn-print-section i:hover + .search-popup {
  display: block;
}
.span12.span6 {
  width: 100% !important;
}
.span12.span6 .saveMyStuffs {
  float: left !important;
  margin-right: 5px;
}
.span12.span6 a.printThis {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content .page-header h1 {
  display: inline;
}
.content .contentJump .contentJumpLinks.left {
  width: 0px;
}
.header-wrap {
  padding: 1px;
  border: 1px solid #dddddd;
}
.header-wrap .widgets-header {
  color: #ffffff;
  text-align: center;
}
.add-favorite-container {
  display: inline-block;
}
.iconfont-star-o:hover,
.iconfont-star {
  color: #e89005;
  cursor: pointer;
}
.favorite {
  width: 20px;
  text-align: center;
}
.favorite .iconfont-star-o {
  line-height: 20px !important;
}
.favorite .iconfont-star-o:hover {
  font-size: 18px;
}
.contentJump .favorite {
  margin-left: 10px;
}
.myaccess .header-wrap {
  border-color: #c9c9c9;
}
.myaccess .header-wrap .widgets-header {
  background: #dddddd !important;
  text-align: left;
  height: 40px;
  overflow: hidden;
}
.myaccess .header-wrap .widgets-header img {
  max-height: 60px;
  margin: -10px 0 0 10px;
}
.myaccess .header-wrap .widgets-header a.right {
  margin: 12px 10px 0 0;
  color: #e31c23;
  font-size: 12px;
}
.myaccess .wm-wrap {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 15px;
}
.myaccess .wm-header {
  font-weight: bold;
  font-size: 16px;
}
.myaccess .wm-header i {
  margin-right: 10px;
}
.myaccess .widget-MyFavorites .wm-col1,
.myaccess .widget-MyFavorites .wm-col3 {
  display: none;
}
.indented {
  padding-left: 5pt;
  padding-right: 5pt;
}
.temporary {
  text-align: center;
}
.contentNav {
  margin-bottom: 10px;
}
#content-navbar:not(.is-sticky) {
  width: 100% !important;
}
.clinical-pearl {
  background-color: #E6F0F5;
  border: 1px solid #CCCCCC;
  padding: 10px 5px;
  margin: 20px 0;
}
.clinical-pearl p {
  margin: 0 0;
}
.clinical-pearl span {
  color: #0C7278;
  font-weight: bold;
  margin-right: 10px;
  line-height: 115%;
}
.clinical-pearl .alpha-lower + .tableCaption {
  margin-bottom: 15px;
}
.clinical-pearl .contentBody {
  display: table-row;
}
.btn {
  color: #ffffff;
  text-align: center;
}
.thumb-nail {
  max-width: 140px;
  background: #CCC;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.thumb-nail ~ .btn {
  min-width: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.span100 {
  width: 100% !important;
}
article .contentBody li {
  font-size: 14px;
  margin-left: 20px;
}
.portletColumn {
  width: 330px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  padding-bottom: 40px;
}
.refSectionTitle {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.refContent {
  margin: 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.refRow,
.lettersRowNarrow {
  border-bottom: 1px dashed #CCCCCC;
  padding: 5px 0;
}
.noListType {
  list-style-type: none !important;
}
.bl {
  list-style: disc;
}
.ulOutline {
  list-style-type: none;
}
.BookCoverContainer {
  max-width: 260px;
  border: 1px solid #DDDDDD;
  display: block;
  line-height: 20px;
  padding: 4px;
  float: left;
}
.supclass {
  font-size: 11px;
  display: inline;
}
.subclass {
  font-size: 11px;
  display: inline;
}
#chapter-nav {
  text-align: center;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-top: none;
}
#chapter-nav .chapter-title-btn-wrap {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
  height: 40px;
  line-height: 40px;
}
#chapter-nav .chapter-title-btn-wrap span {
  display: block;
  font-weight: bold;
}
#chapter-nav .prev,
#chapter-nav .next {
  height: 40px;
  width: 40px;
  float: left;
  box-sizing: border-box;
}
#chapter-nav .prev a,
#chapter-nav .next a {
  height: 40px;
  line-height: 40px;
  display: block;
}
#chapter-nav .prev {
  border-right: 1px solid #dddddd;
}
#chapter-nav .next {
  border-left: 1px solid #dddddd;
}
.contentPrevNext .prev {
  width: 30px;
  height: 24px;
  background-position: 0 -288px;
}
.contentPrevNext .next {
  width: 30px;
  height: 24px;
  background-position: 0 -312px;
}
.contentSectionTab .contentPrevNext .expand {
  display: block;
  margin-top: 8px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-position: 0 -25px;
  background-color: transparent;
}
.contentSectionTab.collapsed .contentPrevNext .expand {
  background-position: 0 0;
}
.chapterContent {
  overflow: hidden;
  text-align: left;
  max-width: 660px;
  margin-left: 275px;
}
.Title {
  padding-left: 10px;
  margin-top: -1px;
  border-bottom-color: Aqua;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.disp-quote {
  margin-left: 20px;
}
.accordion-toggle {
  cursor: pointer;
  font-weight: bold !important;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 0px solid #e5e5e5;
}
.divWiget {
  height: 650px;
  width: 280px;
  border: 2px solid #999999;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right ;
}
.ChapterTitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  width: 100%;
}
.widget-AddFavorites {
  display: inline-block;
  font-size: 16px;
}
.content h2 + .widget-AddFavorites {
  float: right;
  margin: 0;
}
.lblTabs {
  cursor: pointer;
  float: left;
  padding: 10px;
  margin: 1px;
  width: 60px;
  text-align: center;
  background-color: #D9D3C5;
  margin-top: 10px;
  border: 1px outset #333333;
}
.lblTabs:hover {
  background-color: #053183;
  color: White;
  font-weight: bold;
}
.lblTabs.selected {
  background-color: #053183;
  color: White;
  font-weight: bold;
}
.inlineFigureImageContainer img {
  cursor: pointer;
}
tr td .inlineFigureImageContainer img {
  cursor: pointer;
  width: auto;
}
.figureLinks {
  *zoom: 1;
  margin-top: 10px;
  text-align: center;
}
.figureLinks:before,
.figureLinks:after {
  display: table;
  content: "";
  line-height: 0;
}
.figureLinks:after {
  clear: both;
}
.figureLinks a,
.figureLinks .pipe,
.figureLinks .widget-AddFavorites,
.figureLinks .widget-AddFavorites div {
  display: inline-block;
}
.figureLinks a:hover {
  text-decoration: none;
}
.figureLinks .pipe {
  margin: 0 1em;
  font-size: 16px;
}
.figureLinks .widget-AddFavorites {
  margin-left: 0;
  line-height: 1;
}
.figureLinks .widget-AddFavorites i {
  vertical-align: middle;
}
.contentSectionTab.collapsed .contentSection {
  display: none;
  transition: all 0.2s ease;
}
div#pop-up {
  display: none;
}
div#pop-upTable {
  display: none;
  width: 700px;
  overflow: auto;
}
div#pop-up .popUpFigure {
  display: none;
}
.footnote-popover {
  font-family: inherit;
  font-size: 11px !important;
  font-weight: normal;
}
.contentBody p a,
.filterTitle,
.widgetViewMore a,
.figureLinks a {
  color: #053183;
  cursor: pointer;
}
.inlineFigure .contentFigures {
  background: none repeat scroll 0 0 #ffffff;
}
.inlineFigure .contentFigures1 {
  background: none repeat scroll 0 0 #ffffff;
  width: 100%;
}
.figureDialog {
  display: none;
}
.contentPrevNext .notes {
  display: block;
  background: url('/Images/137_16_black.png') no-repeat;
  /* background-color:Red;*/
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notesSection {
  padding-left: 25px;
}
.portletColumn a {
  cursor: pointer;
}
.no-stick {
  position: absolute!important;
}
.content .bookcover-wrapper {
  border: 1px solid #dddddd;
}
.content .bookcover-wrapper .bookcover {
  padding: 10px 0;
}
.bookcover-wrapper {
  padding: 1px;
}
.bookcover {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#eeeeee, #ffffff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#eeeeee, #ffffff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#eeeeee, #ffffff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#eeeeee, #ffffff);
  /* the standard */
  zoom: 1;
}
.bookcover .imgContainer {
  position: relative;
  width: 220px;
  margin: 0 auto;
  text-align: center;
}
.bookcover .imgContainer span {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-weight: bold;
}
.bookcover .imgContainer:hover {
  text-decoration: none;
}
.bookcover img {
  margin: 0 auto;
  display: block;
}
#content-toc .accordion-inner {
  border: none;
}
#content-toc .accordion-group {
  position: relative;
  border: none;
}
#content-toc .accordion-group .gradient-bottom {
  position: absolute;
  height: 80px;
  bottom: 0;
  background: url('/Images/sprites/gradient_sidebar_toc.png') repeat-x;
  width: 100%;
}
#content-toc.no-scroll {
  margin-top: 0px!important;
}
.inlineFigure {
  background-color: whitesmoke;
  border: 1px solid #E3E3E3;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 20px;
  padding: 15px;
  overflow: auto;
}
.tableContainer {
  font-size: 11px;
  margin-right: 10px;
  padding: 0;
}
.tableContainer table td {
  border: 1px solid #F2F5F9;
}
.tableContainer tbody td {
  border: 1px solid #F2F5F9;
}
.tTable {
  background: none repeat scroll 0 0 #F2F5F9;
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 15px;
}
.Hrebs-wrapper table {
  width: 100%;
}
.Hrebs-wrapper tr {
  border-bottom: 1px dotted #CCCCCC;
  width: 100%;
}
.Hrebs-wrapper td {
  line-height: 20px;
  width: 50%;
}
.tableContainer table {
  background: none repeat scroll 0 0 #F2F5F9;
  border-collapse: collapse;
  font-size: 11px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.tableContainer p {
  font-size: 11px;
}
.tableContainer li {
  font-size: 11px  !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content .tableSection .inlineFigureImage {
  float: left;
}
.tableSection .inlineFigureImage {
  width: 48px;
}
.figureDescription {
  padding: 0 10px;
  width: -webkit-calc(100% - 68px);
  width: -moz-calc(100% - 68px);
  width: calc(100% - 68px);
  float: left;
}
.figureDescription > .tableLabel {
  display: block;
  clear: both;
  font-size: 0 !important;
}
.figureDescription > .tableLabel > .tableCaption {
  display: block;
  clear: both;
  margin-top: 5px;
}
.figureDescription > .tableLabel > .tableLabel {
  display: block;
  clear: both;
  font-size: 12px;
}
.figureSection,
.tableSection {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 1px dotted #c9c9c9;
  border-top: 1px dotted #c9c9c9;
  margin: 0 0 18px;
  padding: 10px;
}
.figureSection p.para,
.tableSection p.para,
.figureSection .tableLabel,
.tableSection .tableLabel {
  font-size: 12px;
}
.tabl2 {
  padding: 0 10px !important;
}
.tabl3 {
  padding: 0 20px !important;
}
.tabl4 {
  padding: 0 30px !important;
}
.tabl5 {
  padding: 0 40px !important;
}
.tabl6 {
  padding: 0 50px !important;
}
.tableLabel {
  font-weight: bold;
}
.tableCaption {
  display: inherit;
  font-weight: bold;
  font-size: 14px;
}
.boxSection .tableCaption {
  min-height: inherit !important;
}
.tableContainer tr td {
  border: 1px solid #CCCCCC;
  padding: 1px 2px 1px 1px;
  word-wrap: break-word;
  text-align: left;
  vertical-align: top;
  min-width: 40px;
}
.tableContainer th {
  border: 1px solid #CCCCCC;
  padding: 1px 2px 1px 1px;
  word-wrap: break-word;
  text-align: left;
}
.ui-dialog .ui-dialog-content {
  overflow: auto;
}
.wm-content-row {
  display: none;
  margin: 0 0 10px 0;
}
.wm-content-row:first-of-type {
  margin: 10px 0;
}
.wm-content-row:nth-of-type(-n+3) {
  display: block;
}
.contentJump {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contentJump h2 {
  *zoom: 1;
  cursor: pointer;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  float: left !important;
}
.contentJump h2:before,
.contentJump h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.contentJump h2:after {
  clear: both;
}
.contentJump h2 .sec-title {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  display: inline-block;
}
.contentJump h2 .sec-title:hover {
  text-decoration: underline;
}
.contentJump .add-favorite-container {
  float: right !important;
  margin-top: 13px;
}
article b a {
  font-weight: bold !important;
}
.UpdatecontentSectionTab {
  padding-bottom: 10px;
}
.casecontent .content .accordion-heading span {
  line-height: 40px;
}
[role="navigation"] #book-cover {
  max-width: 260px;
}
[role="navigation"] .accordion-heading {
  border-bottom: 0;
}
[role="navigation"] .accordion-inner {
  padding: 9px;
}
[role="navigation"] .accordion-inner .nav-list {
  padding-left: 9px;
  padding-right: 9px;
}
[role="navigation"] .accordion-heading,
[role="navigation"] .nav li {
  position: relative;
}
[role="navigation"] .badge {
  padding: 4px 7px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 9px;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  right: -6px;
}
.affix {
  top: 10px;
  float: none !important;
}
.affix #book-cover {
  display: none;
}
.author {
  margin: 10px 0;
  font-size: 11.9px;
  line-height: 17px;
}
.content span.author {
  display: block;
  clear: left;
}
.Updateauthor {
  margin: 10px 0;
  font-size: 12.6px;
  line-height: 17px;
}
.Updateauthor .UpdateAuthors {
  margin-bottom: 5px;
  display: block;
}
.authornotes {
  margin: 8px 0;
  font-size: 10.5px;
  line-height: 15px;
}
article {
  margin-bottom: 20px;
}
article p {
  line-height: 150%;
}
@media all and (min-width: 1025px) {
  article p {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  article p {
    font-size: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  article p {
    font-size: 1.15em;
  }
}
#text1.selected {
  color: #F6F6F6 !important;
  font-weight: bold;
}
#text2.selected {
  color: #F6F6F6 !important;
  font-weight: bold;
}
#text3.selected {
  color: #F6F6F6 !important;
  font-weight: bold;
}
#text1 {
  font-size: 11px;
}
#text2 {
  font-size: 13px;
}
#text3 {
  font-size: 15px;
}
.tablelegend {
  font-size: 11px !important;
  line-height: normal !important;
  text-align: left;
}
/* Component containers
----------------------------------*/
.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 {
  border: 1px solid #ccc;
  background: #fff;
}
.ui-widget-header {
  border: none;
  background: #ccc;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-corner-all {
  -moz-border-radius: 0px;
}
.popUpTable:hover {
  cursor: pointer;
}
span.ui-dialog-title {
  cursor: pointer;
}
.ui-dialog .ui-dialog-title {
  margin: 0px;
  margin-top: 5px;
  vertical-align: middle;
}
.ui-dialog .ui-dialog-titlebar-close {
  font-size: 11px;
  float: right;
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: 'X Close';
}
.ui-dialog .ui-dialog-titlebar-close span {
  /*margin-left:-50px;*/
  font-weight: bold;
  display: block;
  margin: 1px;
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ui-widget .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
}
.ui-icon {
  width: 50px;
  color: #333;
  text-indent: 0px;
}
.ui-dialog {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  z-index: 3;
  *zoom: 1;
}
.ui-dialog:before,
.ui-dialog:after {
  display: table;
  content: "";
  line-height: 0;
}
.ui-dialog:after {
  clear: both;
}
.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/b_resize.gif') no-repeat right 0;
  height: 11px;
  width: 11px;
  float: right;
  cursor: nw-resize;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0px 10px;
  margin: 0px;
  height: 30px;
}
.ui-dialog .ui-dialog-content {
  padding: 0px;
  margin: 10px;
  width: auto;
  text-align: center;
}
.ui-dialog .ui-dialog-content img {
  margin-top: 10px;
}
.getCitationPopupDialog .citationCopyPaste {
  margin: 10px;
  text-align: left;
}
.getCitationPopupDialog .copyrightInfo {
  display: none;
}
.absolute-dialog {
  position: absolute;
}
.tableBottomClose {
  color: #333;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  cursor: pointer;
}
.ui-icon-closethick {
  float: right;
  font-weight: bold;
  background-position: -96px -128px;
}
.addthis_toolbox a {
  display: block;
}
.toggle-info .icon-chevron-left {
  display: none;
}
.toggle-info.state .icon-chevron-left {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.toggle-info.state .icon-chevron-right {
  display: none;
}
.toggle-widgets .icon-chevron-right {
  display: none;
}
.toggle-widgets.state .icon-chevron-right {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.toggle-widgets.state .icon-chevron-left {
  display: none;
}
p.highlight {
  background: #fe7;
  transition: 1.25s all ease;
  -webkit-transition: 1.25s all ease;
  -moz-transition: 1.25s all ease;
  -o-transition: 1.25s all ease;
  -ms-transition: 1.25s all ease;
}
.ui-dialog-content .tableIcon {
  display: none;
}
.ui-dialog-content .tableLabel {
  display: none;
}
.printThis {
  cursor: pointer;
}
.saveMyStuffs {
  cursor: pointer;
}
.hidden-phone .emailPopupDialog,
.hidden-phone .getCitationPopupDialog,
.mgh-share-modal {
  display: none;
}
.hidden-phone .getCitationPopupDialog {
  display: none;
}
.figureLinks .tableDialog {
  display: none;
}
.printPage .figureLinks {
  display: none;
}
.printPage .figureSection,
.printPage .tableSection {
  background: none;
  border: none !important;
}
.printPage .ui-widget-content {
  border: none !important;
}
.printPage .contentBody {
  display: inline !important;
}
.leftSideDisplay {
  background: none repeat scroll 0 0 #CFCECF;
  margin-top: -15px;
}
.ListHideItem {
  display: none !important;
}
.ListhHideItem {
  display: none;
}
.noListType > li {
  margin-bottom: 14px;
}
.printPage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  margin-bottom: 100px;
}
.amacitation {
  padding-bottom: 20px;
}
.apacitation {
  padding-bottom: 20px;
}
.configure {
  padding-bottom: 10px;
}
.configure .portlet-title {
  color: Black;
  font-weight: bold;
  font-size: 16px;
}
.contentInfo {
  padding-bottom: 10px;
  font-weight: bold;
}
.contentInfo a {
  color: #006699;
}
.contentInfo a:hover,
.contentInfo a:visited {
  color: #006699;
}
.viewAll a {
  color: #006699;
}
.viewAllMultimedia {
  padding-top: 8px;
}
.viewAllMultimedia a {
  color: #006699;
}
.icon-toggle {
  background: url('/Images/sprites/sidebar-toggles-white.png') no-repeat;
  width: 27px;
  height: 12px;
}
.icon-toggle.chapter-info {
  background-position: 0px 0px;
}
.icon-toggle.widgets {
  background-position: -76px 0px;
}
#chapter1 {
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1025px) {
  #chapter1 {
    height: 160px !important;
    overflow-y: auto;
  }
}
.nav-list.chapter1 > li > a {
  padding: 8px 15px;
  line-height: 1.5;
}
.nav-list.chapter1 > li > span {
  line-height: 1.5;
  padding: 8px 15px;
}
.nav > li > span {
  display: block;
}
.nav-list.chapter1 > li ul {
  list-style-type: none;
  margin-left: 5px;
}
.nav-list.chapter1 > li ul li {
  padding-left: 5px;
  margin-bottom: 8px;
}
.nav-list.chapter1 > li ul li a {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}
.nav-list.chapter1 > li ul li a:hover {
  text-decoration: none;
}
.nav-list.chapter1 > li ul li:hover {
  background: #eeeeee;
}
.nav-list.chapter1 > li > span + ul {
  margin-left: 20px;
}
.nav-list.chapter1 > li > span + ul li:hover {
  background: none;
}
.nav-list.chapter1 > li > span + ul li span {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}
.RelatedMultimediawrapper {
  padding-top: 10px;
  width: 100%;
}
.RelatedMultimediawrapper:first-of-type {
  padding-top: 0;
}
.RelatedMultimediawrapper div {
  width: 100%;
}
i.clip-icon {
  display: inline-block;
  width: 17px;
  height: 20px;
  line-height: 14px;
  vertical-align: middle;
  background: url('/UIComponents/Clipper/icon_clip.png') no-repeat 0 0;
}
.fancybox-skin {
  background-color: #ffffff !important;
}
.fancybox {
  padding: 10px;
}
.fancybox .widget-buttons {
  margin-bottom: 30px;
}
.fancybox .widget-buttons .btn {
  margin-right: 5px;
}
.fancybox .widget-buttons .btn i {
  margin-right: 5px;
}
.fancybox h6 {
  margin-bottom: 20px;
}
.fancybox p {
  margin-top: 10px;
}
.tiered-parent.active a span.tier-caret.right {
  margin-right: 4px;
}
.fancybox-skin {
  background-color: #ffffff !important;
}
.fancybox {
  padding: 10px;
}
.fancybox .fancybox {
  padding: 0;
}
.fancybox .widget-buttons {
  margin-bottom: 30px;
}
.fancybox .widget-buttons .btn {
  margin-right: 5px;
}
.fancybox .widget-buttons .btn i {
  margin-right: 5px;
}
.fancybox h6 {
  margin-bottom: 20px;
}
.fancybox p {
  margin-top: 10px;
}
.ca-ad-wrap {
  background-image: url('/Images/img_CAad_small.png');
  background-repeat: no-repeat;
  height: 141px;
  width: 270px;
  margin: 0 auto 20px auto;
  padding-top: 70px;
}
.ca-ad-wrap .textArea {
  width: 80%;
  Background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #ffffff;
  padding: 10px 10px 23px 10px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
}
.ca-ad-wrap .textArea p {
  margin-bottom: 0 !important;
}
.ca-ad-wrap .learnLink {
  background: #EC1B23;
  width: 100px;
  margin: -17px auto 0 auto;
  padding: 5px 0;
  text-align: center;
}
.ca-ad-wrap .learnLink a {
  color: #ffffff;
  font-weight: bold;
}
.stickNavbarAnchorFix {
  position: absolute;
  margin-top: -42px;
}
.topLevelPart.open .expand {
  background-color: #999999;
}
.viewLargePage {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.viewLargePage a {
  color: #006699;
  text-decoration: none;
}
.viewLargePage a:hover {
  text-decoration: underline;
}
.viewLargePage .page-header h1 {
  margin: 10px 0 !important;
}
.viewLargePage .page-header h1 .ChapterTitle {
  line-height: 22px;
}
.viewLargePage span.tableCaption {
  background: #ffffff;
  padding-bottom: 10px;
  float: left !important;
  width: 100% !important;
}
.viewLargePage .widget-buttons,
.viewLargePage .author,
.viewLargePage p.para {
  font-size: 14px;
}
.viewLargePage th,
.viewLargePage td {
  padding: 10px !important;
  font-size: 14px;
  line-height: 150%;
}
.viewLargePage td[align="center"] {
  text-align: center !important;
}
.viewLargePage td[align="left"] {
  text-align: left !important;
}
.viewLargePage td[align="right"] {
  text-align: right !important;
}
.viewLargePage table {
  float: left !important;
}
.viewLargePage sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.viewLargePage .contentBody .contentSection .tableSection {
  border: none;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.viewLargePage .contentBody .contentSection .tableSection .widget-buttons .printThis {
  color: #053183;
}
.viewLargePage .contentBody .contentSection .tableSection .inlineFigure {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.viewLargePage .contentBody .contentSection .tableSection .inlineFigure h6 {
  margin: 10px 0 !important;
  font-size: 16px !important;
}
.viewLargePage .contentBody .contentSection .tableSection .tTable {
  float: left !important;
}
.viewLargePage .contentBody .contentSection .tableSection .tTable table {
  float: none !important;
}
.viewLargePage .contentBody .contentSection .tableSection .tTable table p {
  margin: 0;
}
.viewLargePage .contentBody .contentSection .tableSection .tableFoot {
  float: left !important;
  width: 100%;
}
.viewLargePage .contentBody .contentSection .tableSection span.tablelegend,
.viewLargePage .contentBody .contentSection .tableSection legend {
  display: block;
  float: left !important;
  width: 100%;
}
.viewLargePage .contentBody .contentSection .tableSection .tableAttrib {
  float: left !important;
}
.viewLargePage .contentBody .contentSection .figureSection {
  border: none;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.viewLargePage .contentBody .contentSection .figureSection .inlineFigure {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.viewLargePage .contentBody .contentSection .figureSection .inlineFigure h6.figureLabel {
  margin: 10px 0 !important;
  font-size: 16px !important;
}
.viewLargePage .contentBody .contentSection .figureSection .inlineFigure .inlineFigureImage {
  text-align: left;
  margin: 0;
}
.viewLargePage .contentBody .contentSection .figureSection .inlineFigure .inlineFigureImage .figureLinks .widget-buttons {
  margin-bottom: 10px;
}
.viewLargePage .contentBody .contentSection .figureSection .inlineFigure .inlineFigureImage .figureLinks p.para {
  line-height: 18px;
  font-size: 14px;
}
body.mgh .header-wrap .widgets-header {
  background: #e31c23;
}
body.mgh .btn {
  background: #e31c23;
  color: #ffffff;
  text-align: center;
}
body.mgh #aTakeTest1.btn,
body.mgh .build-resource-quiz .btn {
  background: #e31c23 !important;
  color: #ffffff;
  text-align: center;
}
body.mgh .contentSectionTab h2 {
  padding-left: 0;
}
body.mgh .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.mgh .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #e31c23 url('/Images/icons/plus_minus.png') 0 0;
}
body.aca .header-wrap .widgets-header {
  background: #ff5a1b;
}
body.aca .btn {
  background: #ff5a1b;
  color: #ffffff;
  text-align: center;
}
body.aca #aTakeTest1.btn,
body.aca .build-resource-quiz .btn {
  background: #ff5a1b !important;
  color: #ffffff;
  text-align: center;
}
body.aca .contentSectionTab h2 {
  padding-left: 0;
}
body.aca .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.aca .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #ff5a1b url('/Images/icons/plus_minus.png') 0 0;
}
body.aem .header-wrap .widgets-header {
  background: #eb2027;
}
body.aem .btn {
  background: #eb2027;
  color: #ffffff;
  text-align: center;
}
body.aem #aTakeTest1.btn,
body.aem .build-resource-quiz .btn {
  background: #eb2027 !important;
  color: #ffffff;
  text-align: center;
}
body.aem .contentSectionTab h2 {
  padding-left: 0;
}
body.aem .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.aem .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #eb2027 url('/Images/icons/plus_minus.png') 0 0;
}
body.acm .header-wrap .widgets-header {
  background: #252874;
}
body.acm .btn {
  background: #252874;
  color: #ffffff;
  text-align: center;
}
body.acm #aTakeTest1.btn,
body.acm .build-resource-quiz .btn {
  background: #252874 !important;
  color: #ffffff;
  text-align: center;
}
body.acm .contentSectionTab h2 {
  padding-left: 0;
}
body.acm .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.acm .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #252874 url('/Images/icons/plus_minus.png') 0 0;
}
body.apd .header-wrap .widgets-header {
  background: #5c2a78;
}
body.apd .btn {
  background: #5c2a78;
  color: #ffffff;
  text-align: center;
}
body.apd #aTakeTest1.btn,
body.apd .build-resource-quiz .btn {
  background: #5c2a78 !important;
  color: #ffffff;
  text-align: center;
}
body.apd .contentSectionTab h2 {
  padding-left: 0;
}
body.apd .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.apd .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #5c2a78 url('/Images/icons/plus_minus.png') 0 0;
}
body.acp .header-wrap .widgets-header,
body.ppp .header-wrap .widgets-header {
  background: #006838;
}
body.acp .btn,
body.ppp .btn {
  background: #006838;
  color: #ffffff;
  text-align: center;
}
body.acp #aTakeTest1.btn,
body.ppp #aTakeTest1.btn,
body.acp .build-resource-quiz .btn,
body.ppp .build-resource-quiz .btn {
  background: #006838 !important;
  color: #ffffff;
  text-align: center;
}
body.acp .contentSectionTab h2,
body.ppp .contentSectionTab h2 {
  padding-left: 0;
}
body.acp .contentSectionTab h2 .expandable-touchpoint,
body.ppp .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.acp .contentSectionTab.collapsed h2 .expandable-touchpoint,
body.ppp .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #006838 url('/Images/icons/plus_minus.png') 0 0;
}
body.apt .header-wrap .widgets-header {
  background: #00abb9;
}
body.apt .btn {
  background: #00abb9;
  color: #ffffff;
  text-align: center;
}
body.apt #aTakeTest1.btn,
body.apt .build-resource-quiz .btn {
  background: #00abb9 !important;
  color: #ffffff;
  text-align: center;
}
body.apt .contentSectionTab h2 {
  padding-left: 0;
}
body.apt .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.apt .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #00abb9 url('/Images/icons/plus_minus.png') 0 0;
}
body.sgy .header-wrap .widgets-header {
  background: #f5aa01;
}
body.sgy .btn {
  background: #f5aa01;
  color: #ffffff;
  text-align: center;
}
body.sgy #aTakeTest1.btn,
body.sgy .build-resource-quiz .btn {
  background: #f5aa01 !important;
  color: #ffffff;
  text-align: center;
}
body.sgy .contentSectionTab h2 {
  padding-left: 0;
}
body.sgy .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.sgy .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #f5aa01 url('/Images/icons/plus_minus.png') 0 0;
}
body.omm .header-wrap .widgets-header {
  background: #849a66;
}
body.omm .btn {
  background: #849a66;
  color: #ffffff;
  text-align: center;
}
body.omm #aTakeTest1.btn,
body.omm .build-resource-quiz .btn {
  background: #849a66 !important;
  color: #ffffff;
  text-align: center;
}
body.omm .contentSectionTab h2 {
  padding-left: 0;
}
body.omm .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.omm .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #849a66 url('/Images/icons/plus_minus.png') 0 0;
}
body.ca .header-wrap .widgets-header {
  background: #999999;
}
body.ca .btn {
  background: #999999;
  color: #ffffff;
  text-align: center;
}
body.ca #aTakeTest1.btn,
body.ca .build-resource-quiz .btn {
  background: #999999 !important;
  color: #ffffff;
  text-align: center;
}
body.ca .contentSectionTab h2 {
  padding-left: 0;
}
body.ca .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.ca .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 0;
}
body.med6 .header-wrap .widgets-header {
  background: #252874;
}
body.med6 .btn {
  background: #252874;
  color: #ffffff;
  text-align: center;
}
body.med6 #aTakeTest1.btn,
body.med6 .build-resource-quiz .btn {
  background: #252874 !important;
  color: #ffffff;
  text-align: center;
}
body.med6 .contentSectionTab h2 {
  padding-left: 0;
}
body.med6 .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.med6 .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #252874 url('/Images/icons/plus_minus.png') 0 0;
}
body.neuro .header-wrap .widgets-header {
  background: #000033;
}
body.neuro .btn {
  background: #000033;
  color: #ffffff;
  text-align: center;
}
body.neuro #aTakeTest1.btn,
body.neuro .build-resource-quiz .btn {
  background: #000033 !important;
  color: #ffffff;
  text-align: center;
}
body.neuro .contentSectionTab h2 {
  padding-left: 0;
}
body.neuro .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.neuro .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #000033 url('/Images/icons/plus_minus.png') 0 0;
}
body.obgyn .header-wrap .widgets-header {
  background: #5d2e8f;
}
body.obgyn .btn {
  background: #5d2e8f;
  color: #ffffff;
  text-align: center;
}
body.obgyn #aTakeTest1.btn,
body.obgyn .build-resource-quiz .btn {
  background: #5d2e8f !important;
  color: #ffffff;
  text-align: center;
}
body.obgyn .contentSectionTab h2 {
  padding-left: 0;
}
body.obgyn .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.obgyn .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #5d2e8f url('/Images/icons/plus_minus.png') 0 0;
}
body.cfc .header-wrap .widgets-header {
  background: #252874;
}
body.cfc .btn {
  background: #252874;
  color: #ffffff;
  text-align: center;
}
body.cfc #aTakeTest1.btn,
body.cfc .build-resource-quiz .btn {
  background: #252874 !important;
  color: #ffffff;
  text-align: center;
}
body.cfc .contentSectionTab h2 {
  padding-left: 0;
}
body.cfc .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.cfc .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #252874 url('/Images/icons/plus_minus.png') 0 0;
}
body.amed .header-wrap .widgets-header {
  background: #252874;
}
body.amed .btn {
  background: #252874;
  color: #ffffff;
  text-align: center;
}
body.amed #aTakeTest1.btn,
body.amed .build-resource-quiz .btn {
  background: #252874 !important;
  color: #ffffff;
  text-align: center;
}
body.amed .contentSectionTab h2 {
  padding-left: 0;
}
body.amed .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.amed .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #252874 url('/Images/icons/plus_minus.png') 0 0;
}
body.murtagh .header-wrap .widgets-header {
  background: #967b35;
}
body.murtagh .btn {
  background: #967b35;
  color: #ffffff;
  text-align: center;
}
body.murtagh #aTakeTest1.btn,
body.murtagh .build-resource-quiz .btn {
  background: #967b35 !important;
  color: #ffffff;
  text-align: center;
}
body.murtagh .contentSectionTab h2 {
  padding-left: 0;
}
body.murtagh .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.murtagh .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #967b35 url('/Images/icons/plus_minus.png') 0 0;
}
body.csm .header-wrap .widgets-header {
  background: #4e8c35;
}
body.csm .btn {
  background: #4e8c35;
  color: #ffffff;
  text-align: center;
}
body.csm #aTakeTest1.btn,
body.csm .build-resource-quiz .btn {
  background: #4e8c35 !important;
  color: #ffffff;
  text-align: center;
}
body.csm .contentSectionTab h2 {
  padding-left: 0;
}
body.csm .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.csm .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #4e8c35 url('/Images/icons/plus_minus.png') 0 0;
}
body.cardio .header-wrap .widgets-header {
  background: #ef4136;
}
body.cardio .btn {
  background: #ef4136;
  color: #ffffff;
  text-align: center;
}
body.cardio #aTakeTest1.btn,
body.cardio .build-resource-quiz .btn {
  background: #ef4136 !important;
  color: #ffffff;
  text-align: center;
}
body.cardio .contentSectionTab h2 {
  padding-left: 0;
}
body.cardio .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.cardio .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #ef4136 url('/Images/icons/plus_minus.png') 0 0;
}
body.hemonc .header-wrap .widgets-header {
  background: #901923;
}
body.hemonc .btn {
  background: #901923;
  color: #ffffff;
  text-align: center;
}
body.hemonc #aTakeTest1.btn,
body.hemonc .build-resource-quiz .btn {
  background: #901923 !important;
  color: #ffffff;
  text-align: center;
}
body.hemonc .contentSectionTab h2 {
  padding-left: 0;
}
body.hemonc .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.hemonc .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #901923 url('/Images/icons/plus_minus.png') 0 0;
}
body.fadavispt .header-wrap .widgets-header {
  background: #28805c;
}
body.fadavispt .btn {
  background: #28805c;
  color: #ffffff;
  text-align: center;
}
body.fadavispt #aTakeTest1.btn,
body.fadavispt .build-resource-quiz .btn {
  background: #28805c !important;
  color: #ffffff;
  text-align: center;
}
body.fadavispt .contentSectionTab h2 {
  padding-left: 0;
}
body.fadavispt .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.fadavispt .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #28805c url('/Images/icons/plus_minus.png') 0 0;
}
body.bio .header-wrap .widgets-header {
  background: #05bfa7;
}
body.bio .btn {
  background: #05bfa7;
  color: #ffffff;
  text-align: center;
}
body.bio #aTakeTest1.btn,
body.bio .build-resource-quiz .btn {
  background: #05bfa7 !important;
  color: #ffffff;
  text-align: center;
}
body.bio .contentSectionTab h2 {
  padding-left: 0;
}
body.bio .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.bio .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #05bfa7 url('/Images/icons/plus_minus.png') 0 0;
}
body.jama .header-wrap .widgets-header {
  background: #01497d;
}
body.jama .btn {
  background: #01497d;
  color: #ffffff;
  text-align: center;
}
body.jama #aTakeTest1.btn,
body.jama .build-resource-quiz .btn {
  background: #01497d !important;
  color: #ffffff;
  text-align: center;
}
body.jama .contentSectionTab h2 {
  padding-left: 0;
}
body.jama .contentSectionTab h2 .expandable-touchpoint {
  background: #999999 url('/Images/icons/plus_minus.png') 0 -25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
body.jama .contentSectionTab.collapsed h2 .expandable-touchpoint {
  background: #01497d url('/Images/icons/plus_minus.png') 0 0;
}
body.jama .link.JEPodcasts {
  font-weight: normal !important;
}
body.jama .link.JEPodcasts b {
  font-weight: bold !important;
}
body.jama .accordion-inner a.worksheetList {
  font-size: 14px;
}
body.jama .refContent br:nth-last-of-type(1) {
  display: none;
}
body.jama .jamanetworklinks {
  padding-left: 5px;
}
body.jama .myaccess,
body.jama .favorite,
body.jama .widget-AddFavorites {
  display: none;
}
.widget-RelatedContent .article-title {
  font-size: inherit;
  line-height: 23px;
  margin: 8px 0;
}
.widget-RelatedContent .breadcrumb {
  background-color: #fff;
  font-weight: normal;
  overflow: hidden;
  text-align: left;
  padding: 0 !important;
  text-decoration: none !important;
}
.widget-RelatedContent .article-title > a {
  color: #006699;
  overflow: hidden;
}
.widget-RelatedBookContent .articleWidgetHead {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.imgLeft {
  float: left;
  margin: 6px 10px 20px 0;
}
.imgLeftpdcast {
  float: left;
  margin: 6px 10px 25px 0;
}
.worksheetswrapper {
  padding: 5px 0 5px 10px;
}
.viewLargePage .btn {
  background: none;
}
.viewLargePage .inlineFigureImage .contentFigures {
  width: auto !important;
}
.tableContainer thead td {
  font-weight: bold;
}
.contentBody i .GlossaryRef {
  font-style: italic;
}
.tTable td sub {
  display: inline;
}
a > comment {
  display: none;
}
#toolbox-widgets .widget-CME-Show {
  border: 1px solid #e5e5e5;
}
#toolbox-widgets .widget-CME-Show .accordian-group {
  border: none;
}
#toolbox-widgets .cme-bg {
  background: url("/Images/icons/icon-cme.png") no-repeat scroll 0 0;
  padding-left: 40px;
  height: 40px;
}
#toolbox-widgets .cme-bg div {
  font-weight: bold;
}
.widget-CmeClinicalQuestions h2 {
  padding-left: 0px;
}
.widget-CmeClinicalQuestions .newclassCA {
  margin-top: 10px;
}
.widget-CmeClinicalQuestions input.newCA {
  margin-top: 0;
}
.widget-CmeClinicalQuestions .newCAName {
  margin-top: 5px;
}
.cme-mycme.right {
  float: left !important;
  margin-left: 5px;
}
.cme-mycme.right:before {
  content: "|";
  margin-right: 5px;
}
.omm #toolbox-widgets .widget-CME-Show {
  display: none;
}
@media (min-width: 1200px) {
  article.span9 {
    width: 570px !important;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  article.span9 {
    width: 460px !important;
  }
}
.widget-Gbosdisplay .header {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.widget-Gbosdisplay .caption {
  margin-bottom: 10px;
}
.widget-Gbosdisplay .boxed-content {
  font-weight: bold;
}
.widget-Gbosdisplay .boxed-content .para {
  font-weight: normal;
}
.span3 .widget-Gbosdisplay .boxed-Categories {
  border: 1px solid #c9c9c9;
}
.span3 .widget-Gbosdisplay .boxed-Categories .bc-header {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background: #252874;
  font-weight: bold;
}
.span3 .widget-Gbosdisplay .boxed-Categories .relatedCategories {
  padding: 15px;
}
.span3 .widget-Gbosdisplay .boxed-Categories .relatedCategories a {
  font-weight: bold;
}
.row-fluid.openResult {
  border-radius: 4px;
  padding: 8px 10px 6px;
  margin: 20px 0px 15px 0;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.row-fluid.openResult .spnFromMcMaster .caret {
  vertical-align: middle;
  margin-left: 10px;
}
.divMcMasters {
  padding: 15px 10px 10px 10px;
  margin: 0px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
img.lnkHookMcMasters {
  margin-right: 10px;
}
img.lnkHookMcMasters + span {
  line-height: 30px;
  font-size: 18px;
  color: #000000;
}
.spnFromMcMaster + .caret {
  vertical-align: middle;
  margin-left: 10px;
}
.mcmasters-content {
  *zoom: 1;
  margin: 8px 0 5px 0;
}
.mcmasters-content:before,
.mcmasters-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcmasters-content:after {
  clear: both;
}
.mcmasters-content__header {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 8px 5px;
  color: #000000;
}
.divMcMastersContent .hlMcMasterArticle {
  margin: 0 5px 10px 5px;
}
.divMcMastersContent .hlMcMasterArticle i {
  float: left;
  margin-top: 2px;
}
.divMcMastersContent .hlMcMasterArticle .link-text {
  display: inline-block;
  margin-left: 5px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.divMcMastersContent #spnViewMoreInformation {
  margin: 0 5px;
}
.no-show,
.no-show a {
  height: 0px !important;
  padding: 0 !important;
  border-bottom: none !important;
}
.tab-header {
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.tab-header p {
  margin-top: 10px;
}
.breadcrumb-header {
  margin-bottom: 5px;
}
.cc-message {
  margin-bottom: 10px;
  font-style: italic;
}
.main-nav {
  border: 1px solid #dddddd;
}
.multimedia-help {
  float: right;
}
.mainleftnav .caret {
  display: none;
}
.mainleftnav.expandable .caret {
  position: absolute;
  display: block;
  top: 13px;
  right: 5px;
  border-top: 7px solid transparent;
  border-left: 10px solid #006699;
  border-bottom: 7px solid transparent;
}
.mainleftnav.expandable.expanded .caret {
  right: 10px;
  border-top: 10px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.mainleftnav a {
  position: relative;
  padding: 10px 23px 10px 10px;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.mainleftnav .childnav-wrap {
  display: none;
  background: #ffffff;
}
.mainleftnav.is-active .childnav-wrap {
  display: block;
}
.mainleftnav.is-active > a:hover {
  text-decoration: none;
}
.mainleftnav > .mm-link.is-active {
  color: #ffffff;
}
.mainleftnav > .mm-link.is-active:hover {
  text-decoration: none;
}
.mainleftnav .childnav .caret {
  display: none;
}
.mainleftnav .childnav.expandable .caret {
  display: block;
  right: 2px;
  border-top: 7px solid transparent;
  border-left: 10px solid #313A87;
  border-bottom: 7px solid transparent;
}
.mainleftnav .childnav.expandable a.is-active .caret {
  border-left: 10px solid #313A87;
}
.mainleftnav .childnav.expandable.expanded {
  background: #D6D6D6;
  color: #333;
}
.mainleftnav .childnav.expandable.expanded a.is-active .caret {
  right: 10px;
  border-top: 10px solid #313A87;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.mainleftnav .childnav a {
  padding-left: 20px;
}
.mainleftnav .childnav a.is-active {
  background: #D6D6D6;
  color: #333;
  font-weight: bold;
}
.mainleftnav .childnav .grandchildnav-wrap {
  background: #F3F1F1;
  margin: 0;
  display: none;
  *zoom: 1;
}
.mainleftnav .childnav .grandchildnav-wrap:before,
.mainleftnav .childnav .grandchildnav-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.mainleftnav .childnav .grandchildnav-wrap:after {
  clear: both;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav {
  *zoom: 1;
  padding: 10px 0;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav:before,
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav:after {
  clear: both;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav .bullet {
  float: left;
  margin-left: 25px;
  width: 3%;
  color: #006699;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav a {
  padding: 0 0 0 10px !important;
  margin-left: -3%;
  max-width: 84%;
  float: left;
  border-bottom: none !important;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav.is-active a {
  color: #333333;
  font-weight: bold;
  background: transparent;
}
.mainleftnav .childnav .grandchildnav-wrap .grandchildnav.is-active .bullet {
  color: #333333;
}
.mainleftnav .childnav .grandchildnav-wrap.expanded {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.mainleftnav a,
.childnav.expandable > a {
  font-weight: bold;
}
a.title h3 {
  float: left !important;
}
.frsm .headlevel1 a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.frsm .headlevel2 {
  display: none;
}
.frsm .headlevel2.open {
  display: block;
}
.frsm .headlevel2 a.contentVideo span.tableCaption {
  font-weight: normal;
}
.frsm .tTable,
.frsm table,
.frsm tbody {
  width: 100%;
}
.frsm .tTable {
  background: #ffffff;
}
.frsm .tTable td {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.frsm .tTable td ul.noListType {
  margin: 0;
}
.frsm .tTable td ul.noListType li {
  margin-bottom: 8px;
}
.frsm .tTable .childlist ul.noListType {
  margin-left: 25px;
}
.frsm .tTable .childlist ul.noListType .tableCaption:before {
  content: "\2022";
  margin-left: -10px;
}
.frsm .tTable td:first-child {
  width: 29%;
  margin-right: 1%;
  float: left;
  float: none\9;
}
.frsm .tTable td:nth-child(2) {
  width: 70%;
}
.frsm .tTable span.inlineFigureImageContainer + div {
  margin-top: 5px;
}
.mainrightnav {
  margin-bottom: 10px;
}
.mm-content .row {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.mm-content .row .span2,
.mm-content .row .span6 {
  margin-left: 0;
}
.mm-content .span6 {
  line-height: 25px;
}
.mm-content .span6 .title,
.mm-content .span6 .context {
  font-weight: bold;
}
.tab-header {
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding: 5px 0;
  *zoom: 1;
}
.tab-header:before,
.tab-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab-header:after {
  clear: both;
}
.tab-header p {
  margin-top: 10px;
}
.tab-header .breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff;
  float: left;
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}
.what-is-this-alert-trigger {
  position: relative;
}
.what-is-this-alert {
  display: none;
  position: absolute;
  z-index: 15;
  background: #f6f6f6;
  border: 1px solid #ccc;
  width: 185px;
  margin: 2px 0 0 0;
  padding: 10px;
  line-height: 1.4;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  -moz-box-shadow: 3px 3px 3px #999999;
  -webkit-box-shadow: 3px 3px 3px #999999;
  box-shadow: 3px 3px 3px #999999;
  right: 5px;
}
.what-is-this-alert-trigger:hover + .what-is-this-alert {
  display: block;
}
.fingertipheader,
.outcomemeasureheader {
  border-top: 2px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 10px;
}
.breadcrumb-header {
  margin-bottom: 5px;
}
#topic-nav .accordion-group {
  border: none;
}
#topic-nav .accordion-group ul {
  margin: 0 0 0 0;
}
#topic-nav .accordion-group ul li {
  list-style: none;
}
#topic-nav .accordion-toggle {
  padding: 0;
  color: #D61637;
  font-weight: bold;
}
#topic-nav .accordion-toggle.collapsed {
  color: #006699;
  margin-bottom: 10px;
}
#topic-nav .accordion-inner {
  border: none;
}
#no-sub-topics {
  margin: 0 0 0 0;
}
#no-sub-topics li {
  margin-bottom: 10px;
}
#no-sub-topics a {
  font-weight: bold;
}
.topic-nav {
  width: 23%;
}
.topic-nav.anatomy-physiology {
  border-right: 1px solid #DDDDDD;
  margin-right: 20px;
  width: 150px;
}
.topic-content {
  margin-left: 0%;
}
.topic-content h2 {
  line-height: 15px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.ppt-overflow-content {
  margin-bottom: 20px;
}
.ppt-overflow-content .authors {
  display: block;
}
.ppt-overflow-content:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.multimedia-content {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.multimedia-content .thumb-nail {
  max-width: 140px;
  min-width: 140px;
  background: #CCC;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.multimedia-content .thumb-nail img {
  cursor: pointer;
}
.multimedia-content .headertext {
  display: block;
  padding-bottom: 5px;
}
.multimedia-content .multisections {
  overflow: hidden;
  padding-top: 10px;
}
.multimedia-content .left {
  margin-right: 10px;
}
.multimedia-content button,
.multimedia-content a.btn {
  color: #ffffff;
  max-width: 225px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multimedia-content .btn {
  color: #ffffff;
  text-align: center;
}
.multimedia-content .btn.labeled {
  margin-right: 8px;
}
.multimedia-content .print {
  margin-top: 10px;
  margin-bottom: 10px;
}
.multimedia-content .title,
.multimedia-content .context {
  font-weight: bold;
}
.multimedia-content .date,
.multimedia-content .duration,
.multimedia-content .authors,
.multimedia-content .editors,
.multimedia-content .context {
  display: block;
  line-height: 25px;
}
.multimedia-content .editors .para legend {
  border: none;
}
.multimedia-content .title {
  display: block;
  line-height: 25px;
  cursor: pointer;
}
.multimedia-content .fingettiptitle {
  line-height: 25px;
  cursor: pointer;
  font-weight: bold;
}
.multimedia-content .GGauthorAffiliation {
  display: block;
  line-height: 25px;
  padding-bottom: 10px;
}
.multimedia-content .GGdate {
  display: block;
  line-height: 25px;
  font-weight: bold;
}
.multimedia-content .GrandRoundauthors {
  display: block;
  line-height: 25px;
}
.multimedia-content .GrandRoundauthors.btn {
  margin: 5px 0px;
}
.multimedia-content .audio {
  display: block;
  line-height: 25px;
}
.multimedia-content .multimediaright {
  overflow: hidden;
}
.multimedia-content .show-source {
  display: block;
  line-height: 25px;
  cursor: pointer;
  margin-top: 10px;
}
.multimedia-content .desciption {
  margin-bottom: 10px;
}
.multimedia-content.grand-rounds .title,
.multimedia-content.grand-rounds .source {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.multimedia-content.ms-exams a.large {
  display: block;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}
.multimedia-content.ms-exams img {
  margin-bottom: 20px;
}
.multimedia-content .multimediaRight {
  float: right !important;
  width: 480px;
}
.multimedia-content.ees .ees-right-rail .ees-videos,
.multimedia-content.ees .ees-right-rail .ees-figures {
  margin-top: 10px;
}
.multimedia-content.ees .ees-right-rail .ees-videos h4,
.multimedia-content.ees .ees-right-rail .ees-figures h4 {
  margin-bottom: 10px;
}
.multimedia-content.ees .ees-right-rail .ees-videos .thumb-nail,
.multimedia-content.ees .ees-right-rail .ees-figures .thumb-nail {
  display: none;
}
.multimedia-content.ees .ees-right-rail .ees-videos .btn {
  margin-bottom: 10px;
}
.multimedia-content.ees .ees-right-rail a.enlargeImg {
  display: none;
}
.multimedia-content.ees .ees-right-image {
  display: block;
}
.multimedia-content.ees .inlineFigureImage .inlineFigureImageContainer img {
  display: none;
}
.multimedia-content.ees .inlineFigureImage .figureLinks {
  display: none;
}
.multimedia-content.eer [class*="span"] {
  min-height: 1px !important;
  margin-left: 0;
}
.multimedia-content.eer .amazon iframe {
  width: 515px !important;
  height: 530px !important;
}
.multimedia-content.eer .topic-contentEER {
  *zoom: 1;
}
.multimedia-content.eer .topic-contentEER:before,
.multimedia-content.eer .topic-contentEER:after {
  display: table;
  content: "";
  line-height: 0;
}
.multimedia-content.eer .topic-contentEER:after {
  clear: both;
}
.multimedia-content.eer .topic-contentEER a.enlargeImg {
  float: left;
  line-height: 10px;
}
.multimedia-content.eer .topic-contentEER a.enlargeImg span {
  background: url("/Images/icons/plus_minus.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.multimedia-content.eer .topic-contentEER a.enlargeImg.open span {
  background-position: 0 -25px;
  width: 24px;
  margin-top: -1px;
}
.multimedia-content.eer .topic-contentEER .contentBody {
  margin-bottom: 15px;
}
.multimedia-content.eer .topic-contentEER .contentBody.figureSection {
  margin-bottom: 15px !important;
}
.multimedia-content.eer .topic-contentEER .contentBody p {
  margin-bottom: 0;
}
.multimedia-content.eer .topic-contentEER .figureSection {
  padding: 15px;
  margin: 0;
  border: none;
}
.multimedia-content.eer .topic-contentEER .figureSection .figureLabel {
  margin-bottom: 10px;
}
.multimedia-content.eer .topic-contentEER .figureSection .inlineFigure {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.multimedia-content.eer .topic-contentEER .figureSection .inlineFigure .inlineFigureImage {
  padding: 0;
  margin: 0;
  text-align: left;
}
.multimedia-content.eer .topic-contentEER .figureSection .inlineFigure .inlineFigureImage .inlineFigureImageContainer {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 96%;
}
.multimedia-content.eer .topic-contentEER .figureSection .inlineFigure .inlineFigureImage .inlineFigureImageContainer .contentFigures {
  max-height: 150px;
}
.multimedia-content.eer .topic-contentEER .figureSection .inlineFigure .inlineFigureImage .inlineFigureImageContainer .contentFigures.large {
  max-height: 100%;
}
.multimedia-content.eer .topic-contentEER .figureLinks {
  display: none;
}
.multimedia-content.eer .topic-contentEER .tableContainer .tableCaption {
  margin-bottom: 5px;
}
.multimedia-content.eer .topic-contentEER .thumb-nail.contentVideo {
  max-height: 180px;
  min-height: 180px;
  max-width: 150px;
  min-width: 150px;
  margin-bottom: 0;
}
.multimedia-content.eer .topic-contentEER a.contentVideo {
  margin-bottom: 20px;
  max-width: 150px;
  min-width: 150px;
}
#UpdateRightSideContent h4.dataobject,
.eer h4.dataobject {
  display: none;
}
.row.interactive-guide {
  margin-bottom: 20px;
}
.row.interactive-guide a {
  cursor: pointer;
}
.row.interactive-guide a span {
  display: block;
}
.multimedia-content.audio-content .content-information .context {
  display: inline;
}
.audio-content .left {
  width: 100%\9;
}
.audio-content .left .left {
  width: auto\9;
}
.audio-content .left .right {
  margin-right: 9px\9;
  margin-right: -4px;
}
.mask {
  background: #ffffff;
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
}
.mask img {
  opacity: 1.0;
}
.divBrightCovePlayer {
  display: none;
}
.interactive-guide .span3 {
  margin-bottom: 20px;
  width: 270px;
}
ul#anp {
  list-style: none;
}
ul#anp .top.open a {
  font-weight: bold;
  color: #333;
}
ul#anp .sub {
  display: none;
}
ul#anp .sub a {
  display: block;
}
ul#anp .sub a.selected {
  font-weight: bold;
  color: #333;
}
.divAPRdetails {
  margin-left: -3%;
}
.headtitle {
  font-weight: bold;
  padding-left: 10px;
}
.Lectureeditor {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
[class*="divSGYRadiology"] .multimedia-content .span6 {
  margin-left: 20px;
}
.ees-categories,
.ees-sub-category {
  display: none;
}
.EES .contentFigures,
.EES figureLinks,
.EES .thumb-nail {
  display: none;
}
.contentBodyMultimedia.collapsed {
  display: none;
}
.grand-round-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.contentBody #tableDiv {
  display: inline-table;
  margin-left: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
}
#tableDiv li {
  list-style: none;
}
select#section-filterddl {
  width: 250px;
}
select#section-filterddl option.isChild {
  padding-left: 15px;
}
#ddlDetails {
  padding-bottom: 5px;
  padding-top: 10px;
}
.reloadMMDropDown {
  font-weight: normal !important;
  color: #006699;
  cursor: pointer;
}
.reloadMMDropDown.active {
  color: #333 !important;
  font-weight: bold !important;
}
.reloadMMDropDown.open {
  font-weight: bold !important;
}
.reloadMMDropDown.open.active {
  font-weight: bold !important;
}
.reloadMMDropDown ~ .nav.nav-tabs .reloadMMDropDown.active {
  background: #eeeeee;
}
.expandcolapseonly.open {
  color: #333;
}
.tiered-parent.active a span.tier-caret.right {
  margin-right: 4px;
}
.SpecialCats {
  margin-bottom: 15px;
}
.SpecialCats a {
  color: #333;
}
.SpecialCats .aViewAll,
.SpecialCats .aProcedural,
.SpecialCats .aLoops,
.SpecialCats .aOthers,
.SpecialCats .aAudio {
  color: #006699;
  cursor: pointer;
}
.SpecialCats .aViewAll.active,
.SpecialCats .aProcedural.active,
.SpecialCats .aLoops.active,
.SpecialCats .aOthers.active,
.SpecialCats .aAudio.active {
  color: #333 !important;
  font-weight: bold !important;
}
.ACMsecondHeader {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.newtag {
  color: #990000;
}
.divInnerAPRdetails {
  overflow: hidden;
}
.GGIndividual {
  height: auto;
  margin-bottom: 10px;
}
#FingertipddlDetails,
#outcomemeasureddlDetails {
  padding: 10px;
  background: #E3E3E3;
}
#FingertipddlDetails h3,
#outcomemeasureddlDetails h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
#FingertipddlDetails h3 .tier-bullet,
#outcomemeasureddlDetails h3 .tier-bullet {
  display: none;
}
#FingertipddlDetails .showing,
#outcomemeasureddlDetails .showing {
  font-size: 16px;
}
.vertical-active-tabs.multi-tier-navigation.multimedia {
  display: none;
}
.vertical-active-tabs .nav-tabs li .tier-caret.right {
  border-top-color: #ffffff !important;
}
.divAudioVideoDetail,
.divACMSecondTabAudioVideoDetail .divSecondTabAudioVideoDetail {
  padding-top: 10px;
}
div#pop-up {
  display: none;
}
.hitarea {
  width: 0;
  height: 0;
}
.hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
  margin-top: 8px;
  float: left;
  cursor: pointer;
}
.hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
  margin-top: 2px;
  float: left;
  cursor: pointer;
}
.expand-colapse-text {
  cursor: pointer;
}
#divRadiology .multimedia-content {
  border-bottom: none;
}
.row .coverImage {
  height: 250px;
  margin-bottom: 20px;
}
.row .title {
  display: block;
  word-wrap: break-word;
  text-align: left;
}
#divnoFigureIndex {
  padding-bottom: 20px;
  font-weight: bold;
}
.no-link {
  cursor: default;
  color: #333;
  font-weight: bold;
}
.vertical-active-tabs .nav-tabs li .tier-caret.right {
  margin-right: 6px;
}
#pop-up.ui-widget-content {
  border: none !important;
  margin: 10px 10px 0 10px !important;
}
#pop-up.ui-widget-content .figureSection {
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#pop-up.ui-widget-content .figureSection .inlineFigure {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 !important;
  margin: 0 !important;
}
.embed {
  width: 400px;
  margin: 10px 0 20px;
}
.apr-image-wrap {
  margin-bottom: 15px;
}
body.aca .mainleftnav.is-active,
body.aca .mainleftnav > .mm-link.is-active {
  background: #ff5a1b;
}
body.aca .mainleftnav.is-active > a,
body.aca .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.aem .mainleftnav.is-active,
body.aem .mainleftnav > .mm-link.is-active {
  background: #eb2027;
}
body.aem .mainleftnav.is-active > a,
body.aem .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.acm .mainleftnav.is-active,
body.acm .mainleftnav > .mm-link.is-active {
  background: #252874;
}
body.acm .mainleftnav.is-active > a,
body.acm .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.amed .mainleftnav.is-active,
body.amed .mainleftnav > .mm-link.is-active {
  background: #252874;
}
body.amed .mainleftnav.is-active > a,
body.amed .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.apd .mainleftnav.is-active,
body.apd .mainleftnav > .mm-link.is-active {
  background: #5c2a78;
}
body.apd .mainleftnav.is-active > a,
body.apd .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.acp .mainleftnav.is-active,
body.acp .mainleftnav > .mm-link.is-active {
  background: #006838;
}
body.acp .mainleftnav.is-active > a,
body.acp .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.apt .mainleftnav.is-active,
body.apt .mainleftnav > .mm-link.is-active {
  background: #00abb9;
}
body.apt .mainleftnav.is-active > a,
body.apt .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.fadavipst .mainleftnav.is-active,
body.fadavipst .mainleftnav > .mm-link.is-active {
  background: #28805c;
}
body.fadavipst .mainleftnav.is-active > a,
body.fadavipst .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.sgy .mainleftnav.is-active,
body.sgy .mainleftnav > .mm-link.is-active {
  background: #f5aa01;
}
body.sgy .mainleftnav.is-active > a,
body.sgy .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.omm .mainleftnav.is-active,
body.omm .mainleftnav > .mm-link.is-active {
  background: #849a66;
}
body.omm .mainleftnav.is-active > a,
body.omm .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.med6 .mainleftnav.is-active,
body.med6 .mainleftnav > .mm-link.is-active {
  background: #252874;
}
body.med6 .mainleftnav.is-active > a,
body.med6 .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.neuro .mainleftnav.is-active,
body.neuro .mainleftnav > .mm-link.is-active {
  background: #000033;
}
body.neuro .mainleftnav.is-active > a,
body.neuro .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.obgyn .mainleftnav.is-active,
body.obgyn .mainleftnav > .mm-link.is-active {
  background: #5d2e8f;
}
body.obgyn .mainleftnav.is-active > a,
body.obgyn .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.cfc .mainleftnav.is-active,
body.cfc .mainleftnav > .mm-link.is-active {
  background: #252874;
}
body.cfc .mainleftnav.is-active > a,
body.cfc .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.murtagh .mainleftnav.is-active,
body.murtagh .mainleftnav > .mm-link.is-active {
  background: #967b35;
}
body.murtagh .mainleftnav.is-active > a,
body.murtagh .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.csm .mainleftnav.is-active,
body.csm .mainleftnav > .mm-link.is-active {
  background: #4e8c35;
}
body.csm .mainleftnav.is-active > a,
body.csm .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.cardio .mainleftnav.is-active,
body.cardio .mainleftnav > .mm-link.is-active {
  background: #ef4136;
}
body.cardio .mainleftnav.is-active > a,
body.cardio .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.hemonc .mainleftnav.is-active,
body.hemonc .mainleftnav > .mm-link.is-active {
  background: #901923;
}
body.hemonc .mainleftnav.is-active > a,
body.hemonc .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.bio .mainleftnav.is-active,
body.bio .mainleftnav > .mm-link.is-active {
  background: #05bfa7;
}
body.bio .mainleftnav.is-active > a,
body.bio .mainleftnav > .mm-link.is-active > a {
  color: #ffffff;
}
body.mgh .multimedia-content button,
body.mgh .multimedia-content a.btn {
  background: #e31c23;
}
body.mgh .multimedia-content .btn {
  background: #e31c23;
}
body.mgh .hitarea {
  border: 10px solid #e31c23;
}
body.mgh .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.mgh .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.aca .multimedia-content button,
body.aca .multimedia-content a.btn {
  background: #ff5a1b;
}
body.aca .multimedia-content .btn {
  background: #ff5a1b;
}
body.aca .hitarea {
  border: 10px solid #ff5a1b;
}
body.aca .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.aca .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.aem .multimedia-content button,
body.aem .multimedia-content a.btn {
  background: #eb2027;
}
body.aem .multimedia-content .btn {
  background: #eb2027;
}
body.aem .hitarea {
  border: 10px solid #eb2027;
}
body.aem .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.aem .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.acm .multimedia-content button,
body.acm .multimedia-content a.btn {
  background: #252874;
}
body.acm .multimedia-content .btn {
  background: #252874;
}
body.acm .hitarea {
  border: 10px solid #252874;
}
body.acm .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.acm .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.amed .multimedia-content button,
body.amed .multimedia-content a.btn {
  background: #252874;
}
body.amed .multimedia-content .btn {
  background: #252874;
}
body.amed .hitarea {
  border: 10px solid #252874;
}
body.amed .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.amed .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.apd .multimedia-content button,
body.apd .multimedia-content a.btn {
  background: #5c2a78;
}
body.apd .multimedia-content .btn {
  background: #5c2a78;
}
body.apd .hitarea {
  border: 10px solid #5c2a78;
}
body.apd .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.apd .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.acp .multimedia-content button,
body.ppp .multimedia-content button,
body.acp .multimedia-content a.btn,
body.ppp .multimedia-content a.btn {
  background: #006838;
}
body.acp .multimedia-content .btn,
body.ppp .multimedia-content .btn {
  background: #006838;
}
body.acp .hitarea,
body.ppp .hitarea {
  border: 10px solid #006838;
}
body.acp .hitarea.open,
body.ppp .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.acp .hitarea.expandable-hitarea,
body.ppp .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.apt .multimedia-content button,
body.apt .multimedia-content a.btn {
  background: #00abb9;
}
body.apt .multimedia-content .btn {
  background: #00abb9;
}
body.apt .hitarea {
  border: 10px solid #00abb9;
}
body.apt .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.apt .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.sgy .multimedia-content button,
body.sgy .multimedia-content a.btn {
  background: #f5aa01;
}
body.sgy .multimedia-content .btn {
  background: #f5aa01;
}
body.sgy .hitarea {
  border: 10px solid #f5aa01;
}
body.sgy .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.sgy .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.omm .multimedia-content button,
body.omm .multimedia-content a.btn {
  background: #849a66;
}
body.omm .multimedia-content .btn {
  background: #849a66;
}
body.omm .hitarea {
  border: 10px solid #849a66;
}
body.omm .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.omm .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.ca .multimedia-content button,
body.ca .multimedia-content a.btn {
  background: #999999;
}
body.ca .multimedia-content .btn {
  background: #999999;
}
body.ca .hitarea {
  border: 10px solid #999999;
}
body.ca .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.ca .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.neuro .multimedia-content button,
body.neuro .multimedia-content a.btn {
  background: #000033;
}
body.neuro .multimedia-content .btn {
  background: #000033;
}
body.neuro .hitarea {
  border: 10px solid #000033;
}
body.neuro .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.neuro .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.obgyn .multimedia-content button,
body.obgyn .multimedia-content a.btn {
  background: #5d2e8f;
}
body.obgyn .multimedia-content .btn {
  background: #5d2e8f;
}
body.obgyn .hitarea {
  border: 10px solid #5d2e8f;
}
body.obgyn .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.obgyn .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.cfc .multimedia-content button,
body.cfc .multimedia-content a.btn {
  background: #252874;
}
body.cfc .multimedia-content .btn {
  background: #252874;
}
body.cfc .hitarea {
  border: 10px solid #252874;
}
body.cfc .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.cfc .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.cardio .multimedia-content button,
body.cardio .multimedia-content a.btn {
  background: #ef4136;
}
body.cardio .multimedia-content .btn {
  background: #ef4136;
}
body.cardio .hitarea {
  border: 10px solid #ef4136;
}
body.cardio .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.cardio .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.hemonc .multimedia-content button,
body.hemonc .multimedia-content a.btn {
  background: #901923;
}
body.hemonc .multimedia-content .btn {
  background: #901923;
}
body.hemonc .hitarea {
  border: 10px solid #901923;
}
body.hemonc .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.hemonc .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.fadavispt .multimedia-content button,
body.fadavispt .multimedia-content a.btn {
  background: #28805c;
}
body.fadavispt .multimedia-content .btn {
  background: #28805c;
}
body.fadavispt .hitarea {
  border: 10px solid #28805c;
}
body.fadavispt .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.fadavispt .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
body.bio .multimedia-content button,
body.bio .multimedia-content a.btn {
  background: #05bfa7;
}
body.bio .multimedia-content .btn {
  background: #05bfa7;
}
body.bio .hitarea {
  border: 10px solid #05bfa7;
}
body.bio .hitarea.open {
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid inherit !important;
}
body.bio .hitarea.expandable-hitarea {
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid inherit;
}
@media (max-width: 767px) {
  [class*="span"],
  .row-offcanvas [class*="span"] {
    float: left !important;
  }
  .row-offcanvas.on-canvas .multimedia-content .span2 {
    width: auto !important;
    margin-right: 2% !important;
  }
  .row-offcanvas.on-canvas .multimedia-content .span5 {
    width: auto !important;
    float: none !important;
    display: table-cell;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .row-offcanvas .multimedia-content .span2 {
    width: auto !important;
    margin-right: 2% !important;
  }
  .row-offcanvas .multimedia-content .span5 {
    width: auto !important;
    float: none !important;
    display: table-cell;
  }
}
body.aem .ommbidimageindex .page-header h1,
body.apd .ommbidimageindex .page-header h1,
body.acm .ommbidimageindex .page-header h1,
body.sgy .ommbidimageindex .page-header h1 {
  margin-bottom: 10px;
}
body.aem li.image-index,
body.apd li.image-index,
body.acm li.image-index,
body.sgy li.image-index {
  display: block!important;
}
body.aem .a-z-navigation.image-index,
body.apd .a-z-navigation.image-index,
body.acm .a-z-navigation.image-index,
body.sgy .a-z-navigation.image-index {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
body.aem .a-z-navigation.image-index li,
body.apd .a-z-navigation.image-index li,
body.acm .a-z-navigation.image-index li,
body.sgy .a-z-navigation.image-index li,
body.aem .a-z-navigation.image-index a,
body.apd .a-z-navigation.image-index a,
body.acm .a-z-navigation.image-index a,
body.sgy .a-z-navigation.image-index a {
  margin-bottom: 0;
}
body.aem .tiled-image,
body.apd .tiled-image,
body.acm .tiled-image,
body.sgy .tiled-image {
  background: #ffffff;
  border: solid 1px #999;
  width: 173px;
  height: 143px;
  padding: 5px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  box-shadow: 1px 1px 5px #888;
}
body.aem .tiled-image a,
body.apd .tiled-image a,
body.acm .tiled-image a,
body.sgy .tiled-image a {
  display: block;
}
body.aem .row-fluid.ommbid.image-index .coverImage,
body.apd .row-fluid.ommbid.image-index .coverImage,
body.acm .row-fluid.ommbid.image-index .coverImage,
body.sgy .row-fluid.ommbid.image-index .coverImage {
  height: 100%;
}
body.aem .row-fluid .coverImage,
body.apd .row-fluid .coverImage,
body.acm .row-fluid .coverImage,
body.sgy .row-fluid .coverImage {
  height: 250px;
  margin-bottom: 20px;
}
body.aem .row-fluid .title,
body.apd .row-fluid .title,
body.acm .row-fluid .title,
body.sgy .row-fluid .title {
  display: block;
  text-align: left;
}
body.aem .row-fluid .description,
body.apd .row-fluid .description,
body.acm .row-fluid .description,
body.sgy .row-fluid .description {
  display: block;
}
body.aem .row-fluid .thumb-nail,
body.apd .row-fluid .thumb-nail,
body.acm .row-fluid .thumb-nail,
body.sgy .row-fluid .thumb-nail {
  height: 170px;
  position: relative;
  margin-bottom: 10px;
}
body.aem .row-fluid .thumb-nail .tiled-image a img,
body.apd .row-fluid .thumb-nail .tiled-image a img,
body.acm .row-fluid .thumb-nail .tiled-image a img,
body.sgy .row-fluid .thumb-nail .tiled-image a img {
  height: 140px!important;
}
body.aem .row-fluid .span3,
body.apd .row-fluid .span3,
body.acm .row-fluid .span3,
body.sgy .row-fluid .span3 {
  padding-right: 70px;
}
body.aem .thumb-nail img,
body.apd .thumb-nail img,
body.acm .thumb-nail img,
body.sgy .thumb-nail img {
  max-height: 180px;
}
body.aem .a-z-navigation,
body.apd .a-z-navigation,
body.acm .a-z-navigation,
body.sgy .a-z-navigation {
  margin: 0 0 0 0;
}
body.aem .a-z-navigation span,
body.apd .a-z-navigation span,
body.acm .a-z-navigation span,
body.sgy .a-z-navigation span {
  display: block;
}
body.aem .a-z-navigation li,
body.apd .a-z-navigation li,
body.acm .a-z-navigation li,
body.sgy .a-z-navigation li,
body.aem .a-z-navigation a,
body.apd .a-z-navigation a,
body.acm .a-z-navigation a,
body.sgy .a-z-navigation a {
  display: block;
  text-align: center;
  float: left !important;
  font-size: 24px;
  margin-bottom: 20px;
  margin-right: 1.3%;
  white-space: nowrap;
}
body.aem .a-z-navigation li:hover,
body.apd .a-z-navigation li:hover,
body.acm .a-z-navigation li:hover,
body.sgy .a-z-navigation li:hover,
body.aem .a-z-navigation a:hover,
body.apd .a-z-navigation a:hover,
body.acm .a-z-navigation a:hover,
body.sgy .a-z-navigation a:hover {
  text-decoration: none;
}
body.aem .a-z-navigation li.active,
body.apd .a-z-navigation li.active,
body.acm .a-z-navigation li.active,
body.sgy .a-z-navigation li.active,
body.aem .a-z-navigation a.active,
body.apd .a-z-navigation a.active,
body.acm .a-z-navigation a.active,
body.sgy .a-z-navigation a.active {
  color: #000000;
}
body.aem .a-z-navigation li.active a,
body.apd .a-z-navigation li.active a,
body.acm .a-z-navigation li.active a,
body.sgy .a-z-navigation li.active a,
body.aem .a-z-navigation a.active a,
body.apd .a-z-navigation a.active a,
body.acm .a-z-navigation a.active a,
body.sgy .a-z-navigation a.active a {
  color: #000000;
}
body.aem .a-z-navigation.numbers li,
body.apd .a-z-navigation.numbers li,
body.acm .a-z-navigation.numbers li,
body.sgy .a-z-navigation.numbers li,
body.aem .a-z-navigation.numbers a,
body.apd .a-z-navigation.numbers a,
body.acm .a-z-navigation.numbers a,
body.sgy .a-z-navigation.numbers a {
  margin-right: 1.7%;
}
body.aem .a-z-navigation.condense li,
body.apd .a-z-navigation.condense li,
body.acm .a-z-navigation.condense li,
body.sgy .a-z-navigation.condense li,
body.aem .a-z-navigation.condense a,
body.apd .a-z-navigation.condense a,
body.acm .a-z-navigation.condense a,
body.sgy .a-z-navigation.condense a {
  margin-right: 1.5%;
}
body.aem .internal .a-z-navigation.condense,
body.apd .internal .a-z-navigation.condense,
body.acm .internal .a-z-navigation.condense,
body.sgy .internal .a-z-navigation.condense {
  padding: 0 10px;
}
body.aem .internal .a-z-navigation.condense li,
body.apd .internal .a-z-navigation.condense li,
body.acm .internal .a-z-navigation.condense li,
body.sgy .internal .a-z-navigation.condense li,
body.aem .internal .a-z-navigation.condense a,
body.apd .internal .a-z-navigation.condense a,
body.acm .internal .a-z-navigation.condense a,
body.sgy .internal .a-z-navigation.condense a {
  margin-right: 1.44%;
}
body.aem div#pop-upTable,
body.apd div#pop-upTable,
body.acm div#pop-upTable,
body.sgy div#pop-upTable {
  display: none;
  border: 1px solid black;
  width: 700px;
  overflow: auto;
}
body.acm .loader#psm,
body.aca .loader#psm,
body.sgy .loader#psm {
  display: none;
}
body.acm .column-img,
body.aca .column-img,
body.sgy .column-img {
  display: block;
  margin-bottom: 10px;
}
body.acm #nav-wrapper,
body.aca #nav-wrapper,
body.sgy #nav-wrapper {
  display: none;
}
body.acm #nav-wrapper .psm-navigation,
body.aca #nav-wrapper .psm-navigation,
body.sgy #nav-wrapper .psm-navigation {
  margin: 10px 0;
}
body.acm #nav-wrapper .psm-navigation a,
body.aca #nav-wrapper .psm-navigation a,
body.sgy #nav-wrapper .psm-navigation a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  border: 1px solid #000000;
  color: black;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
}
body.acm #nav-wrapper .psm-navigation a:hover,
body.aca #nav-wrapper .psm-navigation a:hover,
body.sgy #nav-wrapper .psm-navigation a:hover {
  text-decoration: none;
}
body.acm #nav-wrapper .psm-navigation a.active,
body.aca #nav-wrapper .psm-navigation a.active,
body.sgy #nav-wrapper .psm-navigation a.active {
  color: #ffffff;
}
body.acm #nav-wrapper .psm-navigation a.disabled,
body.aca #nav-wrapper .psm-navigation a.disabled,
body.sgy #nav-wrapper .psm-navigation a.disabled {
  border: 1px solid #eeeeee;
  color: #eeeeee;
}
body.acm .information,
body.aca .information,
body.sgy .information {
  padding: 10px;
  background: #EFEFEF;
  border: 1px solid #dddddd;
  margin-top: 10px;
}
body.acm .results,
body.aca .results,
body.sgy .results {
  display: none;
}
body.acm .pre-test ul,
body.aca .pre-test ul,
body.sgy .pre-test ul,
body.acm .post-test ul,
body.aca .post-test ul,
body.sgy .post-test ul {
  list-style: none;
}
body.acm .pre-test ul li.correct,
body.aca .pre-test ul li.correct,
body.sgy .pre-test ul li.correct,
body.acm .post-test ul li.correct,
body.aca .post-test ul li.correct,
body.sgy .post-test ul li.correct {
  background: #CDE39E;
}
body.acm .pre-test ul li.correct.answered,
body.aca .pre-test ul li.correct.answered,
body.sgy .pre-test ul li.correct.answered,
body.acm .post-test ul li.correct.answered,
body.aca .post-test ul li.correct.answered,
body.sgy .post-test ul li.correct.answered {
  background: #cde39e url('/data/PatientSafetyModules/images/sprites/answer-sprite.png') no-repeat 5px 7px;
}
body.acm .pre-test ul li.incorrect.answered,
body.aca .pre-test ul li.incorrect.answered,
body.sgy .pre-test ul li.incorrect.answered,
body.acm .post-test ul li.incorrect.answered,
body.aca .post-test ul li.incorrect.answered,
body.sgy .post-test ul li.incorrect.answered {
  background: #ffffff url('/data/PatientSafetyModules/images/sprites/answer-sprite.png') no-repeat 5px -54px;
}
body.acm .pre-test ul li input,
body.aca .pre-test ul li input,
body.sgy .pre-test ul li input,
body.acm .post-test ul li input,
body.aca .post-test ul li input,
body.sgy .post-test ul li input {
  margin: 0 0 0 0;
}
body.acm .pre-test ul li span,
body.aca .pre-test ul li span,
body.sgy .pre-test ul li span,
body.acm .post-test ul li span,
body.aca .post-test ul li span,
body.sgy .post-test ul li span {
  padding-left: 25px;
  vertical-align: middle;
}
body.acm .psm-header,
body.aca .psm-header,
body.sgy .psm-header {
  background: url('/data/PatientSafetyModules/images/sprites/header-sprite.png') no-repeat 0 0;
  padding-left: 34px;
  text-transform: uppercase;
}
body.acm .psm-header.you-know,
body.aca .psm-header.you-know,
body.sgy .psm-header.you-know {
  background-position: 0 8px;
}
body.acm .psm-header.self-directed,
body.aca .psm-header.self-directed,
body.sgy .psm-header.self-directed {
  background-position: 0 -44px;
}
body.acm .psm-header.video-clip,
body.aca .psm-header.video-clip,
body.sgy .psm-header.video-clip {
  background-position: 0 -98px;
}
body.acm .qtip-contentWrapper,
body.aca .qtip-contentWrapper,
body.sgy .qtip-contentWrapper {
  border: 4px solid #D2DAE9!important;
}
body.acm .obituary-open,
body.aca .obituary-open,
body.sgy .obituary-open {
  cursor: pointer;
}
body.acm #obituary,
body.aca #obituary,
body.sgy #obituary,
body.acm div[id^="references"],
body.aca div[id^="references"],
body.sgy div[id^="references"] {
  display: none;
  padding-right: 25px;
}
body.acm .chapter-links-header,
body.aca .chapter-links-header,
body.sgy .chapter-links-header {
  padding: 5px 10px;
  background: #D8E1F0;
  color: #4E75B8;
  font-weight: bold;
  margin-bottom: 5px;
}
body.acm .chapter-links a,
body.aca .chapter-links a,
body.sgy .chapter-links a {
  padding: 5px 10px;
  border: 1px solid #000000;
  margin-bottom: 5px;
  display: block;
  color: #000000;
  cursor: pointer;
}
body.acm .chapter-links a:hover,
body.aca .chapter-links a:hover,
body.sgy .chapter-links a:hover {
  text-decoration: none;
  background: #D8E1F0;
}
body.acm #textarea-understandingError-8,
body.aca #textarea-understandingError-8,
body.sgy #textarea-understandingError-8 {
  max-width: 100%;
  display: block;
}
body.acm #textarea-communication-4-3,
body.aca #textarea-communication-4-3,
body.sgy #textarea-communication-4-3 {
  max-width: 100%;
  display: block;
}
body.acm a.slide-toggle,
body.aca a.slide-toggle,
body.sgy a.slide-toggle {
  display: block;
  margin-bottom: 10px;
}
body.acm .view-answers,
body.aca .view-answers,
body.sgy .view-answers,
body.acm .additional-examples,
body.aca .additional-examples,
body.sgy .additional-examples {
  display: none;
}
body.acm .view-answers,
body.aca .view-answers,
body.sgy .view-answers {
  border: 4px solid #D2DAE9;
  padding: 5px;
}
body.acm .day-accordion,
body.aca .day-accordion,
body.sgy .day-accordion {
  border: 4px solid #D2DAE9;
}
body.acm .day-accordion a,
body.aca .day-accordion a,
body.sgy .day-accordion a {
  background: #9DB3D9;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  padding: 5px;
  color: #000000;
  font-weight: bold;
}
body.acm .day-accordion .additional-examples,
body.aca .day-accordion .additional-examples,
body.sgy .day-accordion .additional-examples {
  padding: 10px;
}
body.acm .communication-table th,
body.aca .communication-table th,
body.sgy .communication-table th {
  font-weight: bold;
  background: #D2DAE9;
}
body.acm .blue-outline,
body.aca .blue-outline,
body.sgy .blue-outline {
  border: 4px solid #D2DAE9;
}
@media (max-width: 767px) {
  body.acm .psm-navigation a,
  body.aca .psm-navigation a,
  body.sgy .psm-navigation a {
    margin-bottom: 10px;
  }
  body.acm .psm-navigation a[data-number="6"],
  body.aca .psm-navigation a[data-number="6"],
  body.sgy .psm-navigation a[data-number="6"],
  body.acm .psm-navigation a[data-number="11"],
  body.aca .psm-navigation a[data-number="11"],
  body.sgy .psm-navigation a[data-number="11"],
  body.acm .psm-navigation a[data-type="references"],
  body.aca .psm-navigation a[data-type="references"],
  body.sgy .psm-navigation a[data-type="references"] {
    margin-left: 41px;
  }
}
.handwashing #patientSafetyContent .span4 .information {
  display: none;
}
.ss-af-info {
  *zoom: 1;
}
.ss-af-info:before,
.ss-af-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.ss-af-info:after {
  clear: both;
}
.ss-af-info img {
  width: 35%;
  margin: 0 15px 15px 0;
  float: left;
}
.to-right .ss-af-info {
  *zoom: 1;
}
.to-right .ss-af-info:before,
.to-right .ss-af-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.to-right .ss-af-info:after {
  clear: both;
}
.to-right .ss-af-info img {
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
}
body.mgh #nav-wrapper .psm-navigation a.active {
  background: #e31c23;
}
body.aca #nav-wrapper .psm-navigation a.active {
  background: #ff5a1b;
}
body.aem #nav-wrapper .psm-navigation a.active {
  background: #eb2027;
}
body.acm #nav-wrapper .psm-navigation a.active {
  background: #252874;
}
body.acm a.enlargeImg {
  background: #252874;
}
body.apd #nav-wrapper .psm-navigation a.active {
  background: #5c2a78;
}
body.acp #nav-wrapper .psm-navigation a.active,
body.ppp #nav-wrapper .psm-navigation a.active {
  background: #006838;
}
body.apt #nav-wrapper .psm-navigation a.active {
  background: #00abb9;
}
body.sgy #nav-wrapper .psm-navigation a.active {
  background: #f5aa01;
}
body.sgy a.enlargeImg {
  background: #f5aa01;
}
body.omm #nav-wrapper .psm-navigation a.active {
  background: #849a66;
}
body.ca #nav-wrapper .psm-navigation a.active {
  background: #999999;
}
body.neuro #nav-wrapper .psm-navigation a.active {
  background: #000033;
}
body.cardio #nav-wrapper .psm-navigation a.active {
  background: #ef4136;
}
body.hemonc #nav-wrapper .psm-navigation a.active {
  background: #901923;
}
body.fadavispt #nav-wrapper .psm-navigation a.active {
  background: #28805c;
}
body.bio #nav-wrapper .psm-navigation a.active {
  background: #05bfa7;
}
@media (max-width: 980px) {
  .vertical-active-tabs ul,
  .vertical-active-tabs {
    display: block;
  }
  .multi-tier-navigation ul[class^="nav nav-"] li a .caret,
  .vertical-active-tabs .nav-tabs li .tier-caret.right {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #333;
    margin-right: 10px;
  }
}



/* Comment Generated by Combres - Resource '/Content/jquery.fancybox.css' (Mode: Static) */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Content/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Content/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Content/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

a.fancybox-nav:hover , a.fancybox-close:hover
{
    background-color: transparent;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Content/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* Comment Generated by Combres - Resource '/Content/jquery.fancybox-buttons.css' (Mode: Static) */
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	opacity: 0.8;
	padding-left: 0;
	padding-right: 0;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


/* Comment Generated by Combres - Resource '/Content/jquery.fancybox-thumbs.css' (Mode: Static) */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}