/*!****
(c) 1995-2016  Healthwise, Incorporated. Healthwise, Healthwise for every health decision,
and the Healthwise logo are trademarks of Healthwise, Incorporated.
Healthwise Resource Package Version: 10.9.306.26 (alpine.api)
For use with the Healthwise XML
*****/

/* Default */
/* Reset margin/padding: safest way to avoid browser differences for some elements */
.HwElement,
.HwElement form,
.HwContentWrapper *,
.HwContainer *,
.HwPopout * {
  margin: 0;
  padding: 0; }

.HwElement {
  background-color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .86em;
  color: #363942;
  text-align: left; }
  .HwElement a:focus, .HwElement input:focus, .HwElement button:focus, .HwElement .HwDarkFocus:focus {
    -moz-outline: solid 2px #000000;
    outline: solid 2px #000000; }
  .HwElement .HwLightFocus:focus {
    -moz-outline: solid 2px #FFFFFF;
    outline: solid 2px #FFFFFF; }
  .HwElement input, .HwElement button, .HwElement .HwLightFocus, .HwElement .HwDarkFocus {
    -ms-outline-offset: 4px;
    outline-offset: 4px; }
  .HwElement *[tabindex='-1']:focus {
    outline: none; }
  .HwElement h1,
  .HwElement h2,
  .HwElement h3,
  .HwElement h4,
  .HwElement h5,
  .HwElement dd,
  .HwElement li,
  .HwElement caption,
  .HwElement tr,
  .HwElement th,
  .HwElement td {
    line-height: normal; }
  .HwElement p {
    line-height: 1.5em; }
  .HwElement img {
    border: 0; }
  .HwElement td {
    font-size: 98%; }
  .HwElement th {
    padding: .2em;
    color: #000000; }
  .HwElement h1 {
    font-size: 2em;
    line-height: normal;
    font-weight: bold;
    color: #000000; }
  .HwElement h3,
  .HwElement h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
    margin: 0 0 0.3em 0; }
  .HwElement h5 {
    font-size: 1em;
    font-weight: bold;
    padding-top: .32em; }
  .HwElement dl {
    padding-bottom: .3em; }
  .HwElement dd {
    padding-bottom: 0.42em; }
  .HwElement a, .HwElement a:hover, .HwElement a:focus, .HwElement a:active {
    color: #015C9A;
    text-decoration: underline; }
  .HwElement a:visited {
    color: #61116A; }
  .HwElement a[name], .HwElement a[name]:hover, .HwElement a img:hover {
    text-decoration: none; }
  .HwElement p {
    margin: 0;
    padding: 0.2em 0 0.83em; }
  .HwElement .HwUnderline {
    text-decoration: underline; }
  .HwElement .HwProgressPlaceholderWrapper {
    height: 20px;
    width: 20px; }
  .HwElement .HwProgressPlaceholder {
    background: transparent url(images/progress.gif) no-repeat 5px 0;
    overflow: hidden; }
  .HwElement .HwProgressPlaceholderText {
    margin-left: 25px; }

.HwNotInContent {
  display: none; }

.HwAccessibilityText {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: transparent; }

.HwClear {
  clear: both;
  height: 0; }

/* Needed for JavaScript to determine if CSS has been disabled */
#HwCssDisabledChecker {
  background-color: #fefefe;
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

img.HwHcMode,
.HwHighContrastMode img.HwNoHcMode {
  display: none; }

img.HwNoHcMode,
.HwHighContrastMode img.HwHcMode {
  display: block; }

/*  This is the dialog css for Healthwise HTML  */
/*  Created by Healthwise, Incorporated          */
#HwDialogElement {
  z-index: 3000;
  position: absolute;
  width: 50%;
  background-color: #EDE9E5; }

.HwDialogElementHeadingWrapper {
  margin: 1%;
  margin-left: 2%;
  display: table;
  width: 96%; }

.HwDialogElementHeadingTextWrapper {
  display: table-cell;
  vertical-align: top;
  margin: 0; }

.HwDialogElementCloseButtonWrapper {
  width: 30px;
  display: table-cell;
  vertical-align: top;
  margin: 0; }

.HwDialogElementCloseButton {
  display: block;
  height: 34px;
  width: 30px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-align: center;
  vertical-align: middle; }

.HwDialogElementCloseButton:focus {
  -ms-outline-offset: 0;
  outline-offset: 0; }

.HwDialogElementCloseIcon {
  font-size: 2.5em;
  background-color: transparent;
  border: none; }

.HwDialogElementBodyWrapper {
  width: 96%;
  min-height: 80px;
  overflow: auto;
  border: 1px solid;
  margin: 10px 2%;
  padding: 10px 2%;
  clear: both;
  background-color: #FFFFFF;
  border-color: #A8A9AC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#HwDialogElementButtonWrapper {
  text-align: right;
  margin: 1%;
  background-color: #EDE9E5; }

.HwDialogCredits {
  font: bold 0.83em Verdana; }

div.HwDialogCredits p {
  margin-top: 0;
  margin-bottom: 0; }

.HwCommonDialog .HwContentInformation {
  font-size: 0.83em;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: left; }

.HwCommonDialog .HwContentInformation p {
  margin: 0; }

.HwCommonDialog .HwContent p {
  margin: 0;
  padding: 0.2em 0 .83em 0;
  line-height: 1.33em; }

/* Overlay
-------------------------------------------*/
#HwModalDialogOverlay {
  /* IE9-10 fallback*/
  background: #1a1a1a;
  filter: alpha(opacity=50);
  background: rgba(26, 26, 26, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2000; }

#HwDialogElement {
  z-index: 3000; }

#HwDialogElement {
  position: absolute; }

#HwDialogElement.HwMediaDialogElement {
  width: 790px; }

.HwMediaDialogElement .HwDialogElementBodyWrapper {
  padding: 0;
  clear: both;
  overflow: visible;
  width: 96%; }

.HwMediaDialogElement .HwClear {
  clear: both;
  width: 100%;
  height: 0; }

.HwElement .HwMediaDialogTitleWrapper {
  margin: 0; }

.HwElement .HwMediaDialogControlNumberWrapper {
  background-color: transparent;
  border: none;
  border-right: 1px solid #A8A9AC; }

.HwElement .HwMediaDialogControlNumberWrapper:hover,
.HwElement .HwMediaDialogControlNumberWrapper:focus,
.HwElement .HwMediaDialogControlNumberWrapper:active,
.HwElement .HwMediaDialogControlForward:hover,
.HwElement .HwMediaDialogControlForward:focus,
.HwElement .HwMediaDialogControlForward:active,
.HwElement .HwMediaDialogControlBack:hover,
.HwElement .HwMediaDialogControlBack:focus,
.HwElement .HwMediaDialogControlBack:active {
  outline: solid 2px #f0f1f4;
  -ms-outline-offset: 0;
  outline-offset: 0; }

/* Images
    -------------------------------------------*/
.HwNavigationSection > div.HwMedicalImageOptional {
  display: none; }

/* MediaGallery
    -------------------------------------------*/
.HwLinkText:hover {
  text-decoration: underline; }

#HwMediaItems {
  display: none; }

#HwMediaItems {
  padding-left: 2em;
  padding-top: 1em; }

ol.HwMediaItemList {
  list-style-type: none;
  list-style-image: none; }

li.HwMediaItem {
  margin-top: 1.5em;
  text-align: center;
  width: 130px; }

/* Gallery
    -------------------------------------------*/
#HwMediaGalleryControlWrapper {
  float: right;
  margin-left: 1em;
  margin-top: 0.8em;
  margin-bottom: 1em; }

.HwMediaTitle {
  display: block; }

#HwMediaGalleryBox {
  min-height: 224px;
  width: 200px; }

#HwMediaGalleryHeader {
  padding: 10px 0 0 10px; }

#HwMediaGalleryHeaderTitle {
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  font-weight: bold;
  font-size: 1.1em;
  display: block; }

#HwMediaGalleryHeaderSubtitle {
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  display: block;
  font-style: italic;
  font-size: 0.9em; }

#HwMediaGalleryWindowWrapper {
  width: 176px;
  margin: 5px 10px; }

#HwMediaGalleryWindow {
  min-height: 143px;
  width: 174px;
  margin-left: 1px;
  overflow: hidden;
  position: relative; }

#HwMediaGalleryWindowViewer {
  height: 92px;
  margin-top: 5px; }

img.HwScrollMediaImage,
img.HwGalleryMediaImage,
img.HwMediaImage {
  border: none;
  margin: 3px;
  margin-bottom: 1.5px; }

img.HwCurrentMediaGalleryImage {
  margin: 4px;
  margin-bottom: 2px; }

img.HwCurrentMediaScrollImage {
  margin-bottom: 2px; }

.HwMediaGalleryImageWrapper {
  margin: 6px;
  position: relative;
  float: left;
  cursor: pointer; }

.HwMediaScrollImageIcon {
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  bottom: 0;
  right: 0;
  -ms-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -ms-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.HwMediaScrollImageWrapper:hover .HwMediaScrollImageIcon,
.HwMediaScrollImageWrapper:focus .HwMediaScrollImageIcon,
.HwMediaScrollImageWrapper:active .HwMediaScrollImageIcon {
  background: #000000 url("images/media.dialog.icons.png") -15px 0 no-repeat;
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

.HwMediaScrollImageWrapper:hover .HwMediaScrollImageIconMediaType_video,
.HwMediaScrollImageWrapper:focus .HwMediaScrollImageIconMediaType_video,
.HwMediaScrollImageWrapper:active .HwMediaScrollImageIconMediaType_video {
  background: #000000 url("images/media.dialog.icons.png") -30px 0 no-repeat; }

.HwMediaScrollImageWrapper:hover .HwMediaScrollImageIconMediaType_slideshow,
.HwMediaScrollImageWrapper:focus .HwMediaScrollImageIconMediaType_slideshow,
.HwMediaScrollImageWrapper:active .HwMediaScrollImageIconMediaType_slideshow {
  background: #000000 url("images/media.dialog.icons.png") 0 0 no-repeat; }

.HwCurrentMediaScrollImageWrapper .HwMediaScrollImageIcon,
.HwCurrentMediaScrollImageWrapper:hover .HwMediaScrollImageIcon,
.HwCurrentMediaScrollImageWrapper:focus .HwMediaScrollImageIcon,
.HwCurrentMediaScrollImageWrapper:active .HwMediaScrollImageIcon {
  height: 20px;
  width: 20px;
  background: #146C9A url("images/media.dialog.selected.icons.png") -20px 0 no-repeat;
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

.HwCurrentMediaScrollImageWrapper .HwMediaScrollImageIconMediaType_video,
.HwCurrentMediaScrollImageWrapper:hover .HwMediaScrollImageIconMediaType_video,
.HwCurrentMediaScrollImageWrapper:focus .HwMediaScrollImageIconMediaType_video,
.HwCurrentMediaScrollImageWrapper:active .HwMediaScrollImageIconMediaType_video {
  background: #146C9A url("images/media.dialog.selected.icons.png") -40px 0 no-repeat; }

.HwCurrentMediaScrollImageWrapper .HwMediaScrollImageIconMediaType_slideshow,
.HwCurrentMediaScrollImageWrapper:hover .HwMediaScrollImageIconMediaType_slideshow,
.HwCurrentMediaScrollImageWrapper:focus .HwMediaScrollImageIconMediaType_slideshow,
.HwCurrentMediaScrollImageWrapper:active .HwMediaScrollImageIconMediaType_slideshow {
  background: #146C9A url("images/media.dialog.selected.icons.png") 0 0 no-repeat; }

/* Offset should be the same as the image margins */
.HwMediaGalleryImageCover {
  display: block;
  height: 49px;
  width: 67px;
  top: 3px;
  left: 3px;
  background: url("images/transparent.gif") no-repeat left top;
  position: absolute;
  z-index: 10;
  cursor: pointer; }

#HwMediaGalleryWindowTitleWrapper {
  min-height: 2.5em;
  line-height: 1.25em;
  text-align: center;
  width: 166px;
  margin: 5px 5px 0 5px; }

#HwMediaGalleryWindowTitle {
  font-family: Arial; }

#HwMediaGalleryNavigationWrapper {
  margin-left: 62px;
  margin-top: 5px; }

.HwMediaGalleryControl {
  display: block;
  width: 32px;
  height: 22px;
  float: left;
  cursor: pointer;
  border: none; }

.HwMediaGalleryControl:focus {
  -ms-outline-offset: 2px;
  outline-offset: 2px; }

.HwMediaGalleryNavigateLeft {
  background: url("images/InlineImageNavigation.png") -1px -2px no-repeat; }

.HwMediaGalleryNavigateRight {
  background: url("images/InlineImageNavigation.png") -1px -52px no-repeat;
  margin-left: 10px; }

.HwMediaGalleryNavigateLeftIcon, .HwMediaGalleryNavigateRightIcon {
  display: none; }

.HwMediaGalleryNavigateLeft:hover {
  background: url("images/InlineImageNavigation.png") -1px -27px no-repeat; }

.HwMediaGalleryNavigateRight:hover {
  background: url("images/InlineImageNavigation.png") -1px -77px no-repeat; }

.HwMediaGalleryNavigateLeftDisabled, .HwMediaGalleryNavigateLeftDisabled:hover {
  background: url("images/InlineImageNavigation.png") -1px -102px no-repeat;
  cursor: default; }

.HwMediaGalleryNavigateRightDisabled, .HwMediaGalleryNavigateRightDisabled:hover {
  background: url("images/InlineImageNavigation.png") -1px -127px no-repeat;
  cursor: default; }

.HwHighContrastMode .HwMediaGalleryNavigateLeftIcon, .HwHighContrastMode .HwMediaGalleryNavigateRightIcon {
  display: inline;
  width: 32px;
  height: 22px;
  display: inline-block;
  overflow: hidden; }

.HwHighContrastMode .HwMediaGalleryNavigateLeftIcon:before {
  content: url("images/InlineImageNavigation.png");
  position: relative;
  left: -1px;
  top: -2px; }

.HwHighContrastMode .HwMediaGalleryNavigateRightIcon:before {
  content: url("images/InlineImageNavigation.png");
  position: relative;
  left: -1px;
  top: -52px; }

.HwHighContrastMode .HwMediaGalleryNavigateLeftIcon:before:hover {
  left: -1px;
  top: -27px; }

.HwHighContrastMode .HwMediaGalleryNavigateRightIcon:before:hover {
  left: -1px;
  top: -77px; }

.HwHighContrastMode #HwMediaGalleryNavigateLeft {
  background: none; }

.HwHighContrastMode #HwMediaGalleryNavigateRight {
  background: none;
  margin-left: 10px; }

.HwHighContrastMode .HwMediaGalleryNavigateRightDisabled .HwMediaGalleryNavigateRightIcon:before,
.HwHighContrastMode .HwMediaGalleryNavigateRightDisabled:hover .HwMediaGalleryNavigateRightIcon:before {
  left: -1px;
  top: -127px; }

.HwHighContrastMode .HwMediaGalleryNavigateLeftDisabled .HwMediaGalleryNavigateLeftIcon:before,
.HwHighContrastMode .HwMediaGalleryNavigateLeftDisabled:hover .HwMediaGalleryNavigateLeftIcon:before {
  left: -1px;
  top: -102px; }

.HwMediaGalleryMediaTypeIcon {
  -ms-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 30px;
  width: 30px;
  bottom: 0;
  right: 0;
  background: #146C9A url("images/media.gallery.icons.png") -30px 0 no-repeat;
  position: absolute;
  z-index: 5;
  -ms-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.HwMediaGalleryMediaType_video {
  background: #146C9A url("images/media.gallery.icons.png") -60px 0 no-repeat; }

.HwMediaGalleryMediaType_slideshow {
  background: #146C9A url("images/media.gallery.icons.png") 0 0 no-repeat; }

.HwCurrentMediaGalleryImageWrapper .HwMediaGalleryMediaTypeIcon {
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

/* Scroll
    -------------------------------------------*/
.HwMediaScrollOuterWrapper {
  height: 71px; }

.HwMediaScrollWindowWrapper {
  float: left; }

.HwMediaScrollWindow {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 311px; }

.HwMediaScrollWindowViewer {
  position: absolute;
  left: 0; }

.HwMediaScrollImageWrapper {
  display: block;
  padding: 0;
  margin-top: 7px;
  margin-left: 3px;
  margin-right: 2px;
  position: relative;
  float: left;
  cursor: pointer; }

.HwMediaScrollImageWrapper:focus, .HwMediaScrollNavigation:focus {
  -ms-outline-offset: 2px;
  outline-offset: 2px; }

.HwMediaScrollNavigation {
  display: block;
  width: 27px;
  height: 62px;
  float: left;
  cursor: pointer; }

.HwMediaScrollNavigationLeft {
  background: url("images/InlineImageNavigation.png") -2px -220px no-repeat; }

.HwMediaScrollNavigationRight {
  background: url("images/InlineImageNavigation.png") -2px -154px no-repeat; }

.HwMediaScrollNavigationLeftDisabled {
  background: url("images/InlineImageNavigation.png") -2px -352px no-repeat;
  cursor: default; }

.HwMediaScrollNavigationRightDisabled {
  background: url("images/InlineImageNavigation.png") -2px -286px no-repeat;
  cursor: default; }

.HwMediaScrollNavigationIcon {
  display: none; }

.HwHighContrastMode .HwMediaScrollNavigationLeft, .HwHighContrastMode .HwMediaScrollNavigationRight,
.HwHighContrastMode .HwMediaScrollNavigationLeftDisabled, .HwHighContrastMode .HwMediaScrollNavigationRightDisabled {
  background: none; }

.HwHighContrastMode .HwMediaScrollNavigation {
  overflow: hidden;
  border: none; }

.HwHighContrastMode .HwMediaScrollNavigationIcon {
  display: block;
  border: none; }

.HwHighContrastMode .HwMediaScrollNavigationIcon:before {
  content: url("images/InlineImageNavigation.png");
  position: relative;
  left: -2px;
  top: -220px; }

.HwHighContrastMode .HwMediaScrollNavigationRight .HwMediaScrollNavigationIcon:before {
  left: -2px;
  top: -154px; }

.HwHighContrastMode .HwMediaScrollNavigationLeftDisabled .HwMediaScrollNavigationIcon:before {
  left: -2px;
  top: -352px; }

.HwHighContrastMode .HwMediaScrollNavigationRightDisabled .HwMediaScrollNavigationIcon:before {
  left: -2px;
  top: -286px; }

/*
    .HwMediaScrollWindowTitleWrapper
    {
        position:absolute;
        top:42px;
        padding:2px 10px 2px 10px;
    }

    .HwMediaScrollWindowTitle
    {
        white-space:nowrap;
        font-family:Arial;
        font-size: 1em;
    }
    */
#HwMediaDialogHeadingTextWrapper {
  padding: 15px 10px;
  width: 230px;
  margin: 0;
  font-size: 1em;
  float: left;
  display: block;
  box-sizing: border-box; }

#HwMediaDialogHeadingTextWrapper.HwVideoDialogHeadingTextWrapper {
  width: 480px; }

#HwMediaDialogContentMobileTextWrapper {
  display: none; }

#HwMediaDialogHeadingText {
  font-weight: bold;
  font-size: 1em;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

#HwMediaDialogHeadingScrollerWrapper {
  margin-top: 5px;
  margin-left: 0;
  float: left; }

#HwMediaDialogHeadingCloseButtonWrapper {
  margin-top: 2px;
  margin-right: 2px;
  float: right; }

#HwMediaDialogHeadingCloseButton {
  display: block;
  height: 21px;
  width: 21px;
  background: url("images/InlineImageControl.jpg") -11px -32px no-repeat;
  cursor: pointer; }

.HwMediaDialogTitleWrapper {
  padding-top: 5px;
  padding-left: 15px;
  min-height: 30px; }

#HwMediaDialogTitle {
  font: bold 1em Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

#HwMediaDialogContentTextWrapper {
  height: 300px;
  width: 33.3333%;
  overflow: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#HwMediaDialogContentText {
  margin: 10px 10px 10px 20px; }

#HwMediaDialogContentText p {
  line-height: 1.33em; }

#HwMediaDialogContentText ol,
#HwMediaDialogContentText ul,
#HwMediaDialogContentMobileText ol,
#HwMediaDialogContentMobileText ul {
  margin-left: 0; }

#HwMediaDialogContentMediaWrapper {
  height: 300px;
  width: 66%;
  overflow: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#HwMediaDialogContentMedia {
  margin: 10px 0 0 10px; }

#HwMediaDialogOutlineBuffer {
  clear: both; }

.HwMediaDialogOutlineBufferHidden {
  height: 0; }

#HwMediaDialogContentMediaWrapper #HwMediaDialogContentMedia.HwMediaDialogContentMediaVideo {
  margin: 0;
  overflow: hidden;
  padding: 6px 3px; }

#HwMediaDialogContentMediaWrapper.HwMediaDialogContentMediaVideoWrapper {
  margin: 0;
  overflow: hidden; }

#HwMediaDialogContentMediaWrapper #HwMediaDialogContentMediaVideoFrame {
  width: 100%;
  margin: 0;
  overflow: hidden; }

#HwMediaDialogControlWrapper {
  font: bold 1.2em Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  height: 35px;
  display: none; }

.HwMediaDialogControlNumberWrapper,
.HwMediaDialogControlBackWrapper,
.HwMediaDialogControlForwardWrapper {
  height: 35px;
  cursor: pointer;
  text-decoration: none; }

.HwMediaDialogControlNumberWrapper,
.HwMediaDialogControlBackWrapper,
.HwMediaDialogControlForwardWrapper {
  height: 35px;
  width: 35px; }

.HwMediaDialogControlNumberWrapper,
.HwMediaDialogControlBackWrapper {
  float: left; }

.HwMediaDialogControlForwardWrapper {
  float: right; }

.HwMediaDialogControlNumber {
  font: bold 1.1em Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

.HwMediaDialogControlNumberBreak {
  height: 35px;
  width: 2px;
  float: left; }

.HwMediaDialogControlNumber {
  display: block;
  text-align: center; }

.HwMediaDialogDirectionControl {
  height: 28px;
  width: 28px;
  display: block;
  margin: 3px 3px;
  border: none; }

.HwMediaDialogControlBack {
  background: url("images/left.right.arrows.png") -1px 0 no-repeat; }

.HwMediaDialogControlForward {
  background: url("images/left.right.arrows.png") -1px -69px no-repeat; }

.HwMediaDialogControlDiasbled {
  background-image: none; }

.HwDialogElementBodyWrapper {
  position: relative; }

#HwMediaDialogCreditsContent {
  padding: 10px 0; }

#HwMediaDialogCreditsContent p {
  line-height: 1.5em; }

#HwMediaDialogCredits {
  position: absolute;
  z-index: 3500;
  padding: 10px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none; }

#HwMediaDialogCreditsBar {
  position: relative;
  height: 26px; }

#HwMediaDialogCreditsBar #HwMediaDialogCreditsBarButton {
  display: block;
  position: absolute;
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 10px;
  color: #000000;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  font-size: 1em;
  font-weight: bold;
  font-family: Arial;
  right: 0; }

.HwMediaDialogCreditsCloseButton {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px; }

.HwMediaDialogCreditsCloseIcon {
  color: #000000;
  font-size: 1.7em;
  font-weight: bold; }

#HwMediaDialogCredits p {
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

/* Borders
    -------------------------------------------*/
#HwMediaGalleryWindowWrapper,
.HwMediaGalleryImageWrapper,
.HwMediaScrollWindow,
.HwMediaScrollImageWrapper,
.HwCurrentMediaScrollImageWrapper,
.HwDialogElementBodyWrapper,
#HwMediaDialogCredits {
  border: 1px solid; }

#HwMediaDialogControlWrapper {
  border-bottom: 1px solid;
  border-right: 1px solid; }

.HwMediaDialogControlForwardWrapper {
  border-left: 1px solid; }

.HwMediaDialogControlBackWrapper,
#HwMediaDialogContentTextWrapper,
#HwMediaDialogContentMobileTextWrapper,
.HwMediaDialogControlNumberWrapper {
  border-right: 1px solid; }

.HwMediaGalleryImageCover:focus {
  outline: #FFFFFF dashed 3px;
  outline-offset: 1px; }

/* Common Dialog
    -------------------------------------------*/
.HwCommonDialog .HwDialogElementBodyWrapper .HwNavigationSection {
  padding: 0;
  margin: 0; }

.HwCommonDialog .HwDialogElementBodyWrapper {
  font-size: 1em;
  padding: 0;
  width: 96%;
  background-color: #FFFFFF; }

.HwCommonDialog .HwDialogElementBodyWrapper .HwContent {
  padding: 10px 10px 0; }

.HwCommonDialog .HwDialogElementBodyWrapper .HwContentInformation {
  padding: 0 10px 10px; }

.HwCommonDialog .HwDialogElementBodyWrapper ol,
.HwCommonDialog .HwDialogElementBodyWrapper ul {
  padding-left: 30px; }

.HwCommonHeadingTextWrapper {
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  padding: 10px 1% 5px 0.1%; }

/* Colors
    -------------------------------------------*/
/* Font colors */
/*.HwMediaScrollWindowTitle,*/
#HwMediaDialogTitle,
.HwMediaDialogControlNumber,
#HwMediaDialogCredits {
  color: #FFFFFF; }

#HwMediaGalleryHeaderTitle,
#HwMediaGalleryHeaderSubtitle,
#HwMediaDialogHeadingText {
  color: #000000; }

#HwMediaDialogContentText,
#HwMediaDialogContentMobileText {
  color: #363942; }

#HwMediaGalleryWindowTitle {
  color: #146C9A; }

/* Background colors */
#HwMediaDialogContentMediaWrapper,
.HwMediaGalleryImageWrapper,
.HwMediaScrollImageWrapper,
.HwCommonDialog .HwDialogElementBodyWrapper,
#HwMediaGalleryWindow {
  background-color: #FFFFFF; }

#HwMediaDialogContentMediaWrapper.HwMediaDialogContentMediaVideoWrapper,
#HwMediaDialogContentMediaWrapper .HwMediaDialogContentMediaVideo,
.HwMediaScrollImageWrapper:hover,
.HwMediaScrollImageWrapper:focus,
.HwMediaScrollImageWrapper:active,
#HwMediaDialogCredits {
  background-color: #000000; }

#HwMediaDialogControlWrapper {
  background-color: #5A595E; }

.HwCurrentMediaGalleryImageWrapperHighlight,
.HwCurrentMediaScrollImageWrapper:hover,
.HwCurrentMediaScrollImageWrapper:active,
.HwCurrentMediaScrollImageWrapper:focus,
.HwCurrentMediaScrollImageWrapper {
  background-color: #146C9A; }

#HwMediaGalleryBox,
#HwDialogElement {
  background-color: #EDE9E5; }

.HwMediaScrollWindow,
#HwMediaDialogContentTextWrapper {
  background-color: #D8D5D4; }

.HwMediaDialogControlNumberWrapper:focus {
  background-color: #A8A9AC; }

.HwMediaDialogTitleWrapper,
#HwMediaDialogControlNumberViewer .HwMediaDialogControlNumberWrapper:hover,
#HwMediaDialogControlNumberViewer .HwMediaDialogControlNumberWrapperSelected,
#HwMediaDialogControlNumberViewer .HwMediaDialogControlNumberWrapperSelected:focus {
  background-color: #146C9A;
  text-decoration: none; }

/* Border colors */
#HwMediaGalleryWindowWrapper,
.HwMediaGalleryImageWrapper,
.HwMediaScrollWindow,
.HwMediaScrollImageWrapper,
.HwCurrentMediaScrollImageWrapper,
.HwMediaDialogControlNumberWrapper,
.HwDialogElementBodyWrapper,
#HwMediaDialogCredits,
#HwMediaDialogControlWrapper,
.HwMediaDialogControlForwardWrapper,
.HwMediaDialogControlBackWrapper,
#HwMediaDialogContentTextWrapper,
#HwMediaDialogContentMobileTextWrapper {
  border-color: #A8A9AC; }

.HwMediaGalleryImageCover:focus {
  outline-color: #FFFFFF; }

#HwDialogElement.HwVideoDialogElement {
  width: 560px; }

.HwElement.HwTypeVideoCategory, .HwElement.HwTypeVideoCategoryList {
  font-size: 1.2em; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  width: 20%;
  padding: 5px;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-left: none; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList li:first-child {
  border-left: 1px solid #000000; }

.HwVideoLibraryFilterBarContainer .HwVideoBar,
.HwVideoLibraryFilterBarContainer .HwVideoBar:visited {
  color: #000000;
  font-size: 0.80em;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected {
  background-color: #006498;
  border-bottom: none; }

.HwVideoLibraryFilterBarContainer .HwVideoBarText {
  display: block; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList li:hover .HwVideoBarText {
  color: #000000; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected .HwVideoBar,
.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected .HwVideoBar:visited,
.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected:active .HwVideoBarText,
.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected:focus .HwVideoBarText,
.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected:hover .HwVideoBarText {
  color: #FFFFFF;
  font-weight: 500; }

.HwVideoLibraryFilterBarContainer .HwHighContrastMode .HwVideoBarSelected {
  background-color: #FFFFFF;
  border: solid 4px #FFFFFF; }

.HwVideoLibraryFilterBarContainer .HwHighContrastMode .HwVideoBarSelected .HwVideoBarText,
.HwVideoLibraryFilterBarContainer .HwHighContrastMode .HwVideoBarSelected:active .HwVideoBarText,
.HwVideoLibraryFilterBarContainer .HwHighContrastMode .HwVideoBarSelected:focus .HwVideoBarText,
.HwVideoLibraryFilterBarContainer .HwHighContrastMode .HwVideoBarSelected:hover .HwVideoBarText {
  color: #000000;
  font-weight: 500; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBar:focus,
.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected .HwVideoBar:focus {
  outline: none; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBar:focus .HwVideoBarText {
  outline: solid 2px #767676; }

.HwVideoLibraryFilterBarContainer .HwVideoLibraryFilterBarList .HwVideoBarSelected .HwVideoBar:focus .HwVideoBarText {
  outline: solid 2px #FFFFFF; }

.HwVideosStandaloneFrameBlock .HwVideosStandaloneEmpty {
  color: #363942;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  font-style: italic;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #dde0e6 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px; }

.HwVideoDialogElement #HwGalleryControl {
  display: none; }

.HwVideoDialogElement #HwMediaDialogContentWrapper {
  background-color: #000000;
  padding: 8px 0 5px 3px; }

#HwMediaDialogContentVideoWrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #000000; }

#HwMediaDialogVideoIframe {
  width: 527px;
  height: 318px; }

.HwVideoDialogElement .HwDialogElementBodyWrapper {
  width: auto;
  padding: 0;
  margin: 10px;
  clear: both;
  overflow: visible; }

.HwVideoCategoryListContainer {
  clear: both; }

.HwTypeVideoCategory .HwCategoryListContent li,
.HwTypeVideoCategoryList .HwCategoryListContent li {
  line-height: normal; }

.HwVideoCategoryListContainer .HwCategoryListContent {
  margin-bottom: 30px; }

.HwVideoBreadcrumbWrapper {
  margin-left: 5%; }

.HwVideoCategoryListContainer .HwCategoryList {
  margin-top: 20px;
  margin-left: 5%; }

.HwVideoCategoryListContainer .HwCategoryListMaster {
  margin-left: 0; }

.HwVideoDialogElement .HwClear {
  clear: both;
  width: 100%;
  height: 0; }

.HwVideoLibraryPrincipal #HwColumnContent {
  width: 700px; }

.HwVideoCategoryContainer .HwCategoryList {
  background-color: transparent;
  border: none; }

.HwVideoLibraryContainer {
  position: relative; }

.HwVideoLibraryContentArea,
.HwVideoCategoryContainer {
  border: solid 1px #dde0e6; }

.HwVideoCategoryContainer {
  padding: 0; }

.HwVideoLibraryContentArea {
  padding: 30px 0 0 4.3478%; }

.HwVideoLibraryContainer .HwSearchWrapper {
  font-family: Helvetica, Arial, sans-serif;
  font-size: .875em;
  color: #006498; }

.HwVideoHome,
.HwVideoLearningCenters {
  margin: 7px 0; }

.HwVideoHome {
  float: left; }

.HwVideoLearningCenters {
  float: right;
  margin-right: 11px; }

.HwVideoHomeLinkText {
  padding-left: 25px; }

.HwVideoHomeGraphic {
  background: url("images/home.png") no-repeat;
  height: 21px;
  width: 20px;
  float: left; }

.HwLearningCenterButton {
  padding-bottom: 25px;
  margin-right: 5px; }

.HwVideoLearningCenterLinkText {
  float: right;
  padding-right: 5px; }

.HwVideoLearningCenterGraphic {
  background: url("images/learningcenter.png") no-repeat;
  float: right;
  height: 21px;
  width: 20px; }

.HwVideoLibraryContainerWrapper {
  margin-top: 15px; }

.HwVideoLibraryContainerWrapper .HwHighlightedVideosTitleText {
  font-size: 1.6em;
  padding-bottom: 10px; }

.HwHighlightedVideosSubText {
  font-size: 0.8em;
  color: #363942;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ABB2C1;
  margin-bottom: 35px;
  margin-right: 30px; }

.HwHighlightedVideosSubTitle {
  color: #146C9A; }

.HwVideosFrameBlockText {
  padding-bottom: 3px;
  display: table-cell;
  vertical-align: top; }

.HwVideosFrameBlockText a:hover {
  text-decoration: none; }

.HwVideoFrameAbstractWrapper {
  display: inline; }

.HwVideosFrameAbstractBlockText {
  display: block;
  padding-top: 4px;
  font-size: .75em; }

.HwVideosFrameBlockTitle,
.HwVideosFrameBlockDuration,
.HwVideoCategoryContainer .HwCategoryListContent a {
  font-weight: bold;
  font-size: .75em; }

.HwVideoCategoryContainer .HwCategoryListMaster li {
  margin-left: 1em;
  list-style: none; }

.HwVideosFrameBlockThumbnailImage {
  margin-bottom: 3px; }

.HwFilterByText {
  margin: 20px 0 12px 0;
  font-weight: bold;
  font-size: .8em;
  color: #5A595E;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

.HwVideoCategoryContainer {
  padding-top: 0; }

.HwVideoLibraryFilterBarContainer {
  margin: 0 0 10px 0; }

.HwVideoLibraryFilterBarArrow {
  position: absolute;
  left: 58px;
  /* Set left pos with javascript */
  background: url("images/tab_selected_arrow.png") no-repeat;
  height: 11px;
  width: 21px;
  z-index: 10; }

.HwVideosFrameBlock {
  float: left;
  width: 27.826%;
  padding: 0 5.21739% 30px 0; }

.HwVideosFrameBlockWrapper {
  min-height: 165px; }

.HwVideosFrameBlockWrapper .HwLinkCategoryItem,
.HwVideoCategoryContainer .HwLinkCategoryItem {
  visibility: hidden; }

.HwVideosFrameBlockLoading {
  background: url("images/smallprogress.gif") no-repeat;
  height: 16px;
  width: 16px;
  position: absolute; }

.HwPlayLinkWrapper,
.HwVideosFrameBlockText {
  -ms-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.HwVideosBlockShow .HwPlayLinkWrapper,
.HwVideosBlockShow .HwVideosFrameBlockText {
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

.HwVideosFrameBlockGutter {
  display: none; }

.HwVideosFrameBlockClear {
  clear: both; }

img.HwVideosFrameBlockThumbnailImage {
  height: auto;
  width: 100%;
  border: 1px solid #A8A9AC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.HwVideosStandaloneFrameBlock {
  width: 100%;
  max-width: 527px;
  padding: 0;
  height: auto; }

.HwVideosStandaloneFrameBlockText {
  margin-top: 1em;
  font-size: 1em; }

#HwVideoIframe {
  width: 100%;
  height: 100%; }

img.HwVideosFrameBlockThumbnailImageBroken {
  height: 100px; }

.HwPlayLinkWrapper {
  display: block;
  width: 100%;
  min-height: 53px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 107px; }

.HwPlayLinkWrapper:focus {
  outline: solid 2px #000000;
  outline-offset: 2px; }

.HwVideosFrameBlockThumbnailWrapper {
  position: relative;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.HwPlayLink {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 34px;
  width: 34px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -ms-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  -ms-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden; }

.HwPlayLinkWrapper:hover .HwPlayLink,
.HwPlayLinkWrapper:focus .HwPlayLink,
.HwPlayLinkWrapper:active .HwPlayLink,
.HwSpLinkMultiMedia:focus .HwSpPlayLink,
.HwSpLinkMultiMedia:hover .HwSpPlayLink {
  border: solid #f0f1f4 2px;
  background: #006498 url(images/left.right.arrows.png) no-repeat 0 -68px;
  -ms-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.HwVideosFrameBlockEmbedText {
  width: 120px; }

.HwVideoBreadcrumbWrapper .HwVideoBreadcrumbText {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #363942; }

.HwVideoBreadcrumbText a {
  color: #015C9A; }

.HwVideoBreadcrumbTitle:before {
  content: " > ";
  font-weight: normal; }

.HwVideoBreadcrumbText .HwVideoBreadcrumbTitle {
  display: inline-block;
  font-size: 1em; }

.HwTypeVideoCategory .HwContentTitle,
.HwTypeVideoCategoryList .HwContentTitle {
  display: none; }

.HwProgressVideoLoading {
  margin: 10px; }

/* Video Search */
.HwVideoSearchWrapper {
  width: 94%;
  margin-top: 25px; }

.HwVideoSearchBar {
  margin-bottom: 25px;
  display: table;
  width: 100%;
  padding-left: 1em; }

.HwVideoSearchBarInput {
  display: table-cell;
  position: relative;
  width: 89%; }

.HwVideoSearchBarInputWrapper {
  position: relative;
  border: solid 1px #dde0e6;
  display: table;
  background-color: #FFFFFF;
  width: 100%; }

.HwVideoSearchBarInputVideoLabel,
.HwVideoSearchBarInputTextWrapper,
.HwVideoSearchBarInputGoWrapper {
  padding: 6px 5px 7px 5px;
  border: none;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.HwVideoSearchBarInputTextWrapper {
  padding: 0; }

.HwVideoSearchBarInputVideoLabel {
  background: #f0f1f4;
  color: #363942;
  border: solid 1px #f0f1f4;
  border-right: solid 1px #ABB2C1; }

.HwVideoSearchBarInputVideoLabel,
.HwVideoSearchBarInputGoWrapper {
  text-align: center;
  vertical-align: middle; }

#HwVideoSearchBarInputTextBox {
  padding: 5px;
  margin: 3px 0.5%;
  width: 99%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#HwVideoSearchBarInputTextBox:focus {
  -ms-outline-offset: 0;
  outline-offset: 0; }

.HwVideoSearchBarInputGoWrapper {
  background: #006498;
  border: solid 1px #000000;
  /*border-left: solid 1px $border-color-med-light;*/ }

#HwVideoSearchBarInputGoButton {
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  background: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

#HwVideoSearchBarInputGoButton:focus {
  outline: solid 2px #FFFFFF; }

#HwVideoSearchBarInputGoButton:hover {
  color: #FFFFFF; }

#HwVideoSearchBarInputGoButton:focus {
  -ms-outline-offset: 0;
  outline-offset: 0; }

.HwVideoBarSearchIcon {
  display: inline-block;
  background: transparent url("images/search_white.png") scroll no-repeat 5px 1px;
  width: 25px;
  height: 17px;
  border-left: solid 1px #363942; }

.HwVideoCategoryContainer {
  position: relative; }

#HwCategoryListOverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ABB2C1;
  position: absolute;
  z-index: 10; }

#HwCategoryListOverlayWait {
  position: absolute;
  top: 50px;
  left: 50%;
  height: 16px;
  width: 16px;
  background: url("images/progress.gif"); }

.HwVideoBlockRemoved {
  display: none; }

.HwNoVideoSearchResultsLabel {
  font-size: 1.2em;
  padding-right: 20px;
  word-wrap: break-word; }

/* END Video Search */
/*Spanish Video Page*/
.HwTypeNonEnglishVideoList .HwSubSectionWrapper {
  background: #f0f1f4 none repeat scroll 0 0;
  padding-bottom: 1.0em;
  -moz-min-width: 320px;
  -ms-min-width: 320px;
  -webkit-min-width: 320px;
  min-width: 320px; }

.HwTypeNonEnglishVideoList .HwSpanishVideoListWrapper ul li {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0.1em 0.4em; }

.HwTypeNonEnglishVideoList .HwSpanishVideoListWrapper {
  background: #FFFFFF none repeat scroll 0 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative; }

.HwTypeNonEnglishVideoList .HwSubSectionTitle {
  background: #FFFFFF none repeat scroll 0 0;
  padding-top: 0.5em;
  padding-left: 0.35em; }

.HwTypeNonEnglishVideoList h3.HwSubSectionTitle:nth-of-type(1) {
  background: #f0f1f4 none repeat scroll 0 0;
  padding-bottom: 0.8em; }

.HwSpanishVideoHidden,
ul.HwSpanishVideoLinkHidden,
ul li.HwSpanishVideoLinkHidden,
h3.HwSpanishVideoLinkHidden {
  display: none; }

.HwSpanishVideoLess {
  overflow: hidden; }

.HwSpanishMore {
  padding-bottom: 10px; }

.HwSpLinkMultiMedia {
  display: table;
  border-collapse: collapse;
  width: 100%;
  -ms-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.HwSpLinkMultiMedia .HwSpLinkMultiMediaThumbnail,
.HwSpLinkMultiMedia .HwLinkText {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 2px 2px 0; }

.HwSpLinkMultiMediaThumbnail {
  position: relative;
  width: 130px; }

.HwSpLinkMultiMediaThumbnail img {
  width: 130px;
  height: 73px;
  border: solid 2px #dde0e6; }

.HwSpLinkMultiMedia .HwLinkText {
  padding: 10px 15px; }

.HwSpLinkMultiMediaThumbnail .HwSpPlayLink {
  top: 24px;
  left: 52px;
  position: absolute;
  height: 34px;
  width: 34px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-border-radius: 17px;
  border-radius: 17px;
  -ms-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.HwSpLinkMultiMedia:focus,
.HwSpLinkMultiMedia:hover {
  background-color: #f0f1f4; }

.HwSpLinkMultiMedia:focus .HwSpPlayLink,
.HwSpLinkMultiMedia:hover .HwSpPlayLink {
  -ms-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -ms-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.HwSpanishVideoMoreLessWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 20px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, white 66%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.3)), color-stop(66%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, white 66%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, white 66%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, white 66%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, white 66%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.HwSpanishVideoMoreLessWrapper.HwExpanded {
  background: transparent; }

button.HwButtonLink {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #015C9A;
  text-decoration: underline; }

/*End Spans Video Page*/
/* Transcripts */
.hw-video-standalone-transcript-set {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  border: none; }

.hw-video-standalone-transcript-set legend {
  font-size: 1.5em;
  font-weight: bold; }

.hw-video-standalone-transcript {
  margin: 0;
  padding: 0 10px; }

.hw-video-transcript {
  margin-top: 0.5em; }

.hw-video-standalone-transcript .hw-video-transcript-item {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.7em; }

.hw-video-transcript {
  max-height: 500px;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.hw-video-transcript-link-button {
  background: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer; }

.hw-video-transcript-close {
  text-align: right; }

.hw-video-transcript-link-button-right,
.hw-video-transcript-link-button-left {
  width: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.hw-video-transcript-footer {
  margin-bottom: 15px; }

.hw-video-transcript-print-button:before {
  margin-right: 5px;
  content: url("images/MenuPrint.png"); }

.hw-media-dialog-meta-button-separator {
  border-left: 1px solid #000000;
  display: inline-block; }

.hw-media-dialog-meta-button-wrapper {
  text-align: right;
  margin: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hw-video-transcript-collapsed {
  display: none; }

.hw-media-dialog-meta {
  text-align: left;
  margin: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hw-media-dialog-meta-collapsed {
  display: none; }

/* End Transcripts */
/*************************************************************************
    DocType: Definitions specific to a doctype
*************************************************************************/
.HwTypeDefinition {
  padding: 0;
  margin: 0; }

.HwTypeDefinition #HwContainer,
.HwTypeMultiMedia #HwContainer {
  background: none; }

.HwTypeDefinition div#HwHeader {
  display: none; }

/*************************************************************************
 HwContentHader/HwContentTitle
*************************************************************************/
.HwContentHeader {
  display: none; }

.HwContentTitle {
  padding: 10px 0; }

.HwContentTopNavigation {
  display: none; }

/*************************************************************************
 HwContent: Main content area
*************************************************************************/
.HwContent {
  position: relative; }

.HwTypeMultiMedia div.HwContent {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px; }

#HwCustomContentBottom {
  clear: both; }

/*************************************************************************
    Navigation: 
*************************************************************************/
#HwNavStackHeader {
  font-size: 1.33em;
  font-weight: bold;
  color: #000000;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  white-space: nowrap;
  border-bottom: 1px solid #000000; }

/*************************************************************************
 HwContentNavigation: Prev/Next area under content
*************************************************************************/
.HwContentNavigationNoSections {
  /* do not display section navigation if there are no sections
       (with no sections, there is just the 'top' link. */
  display: none; }

.HwContentNavigation {
  padding-top: 1em;
  padding-bottom: 2em;
  clear: both; }

.HwContentNavigation li {
  list-style: none; }

.HwContentNavigationPrev {
  float: left;
  width: 35%; }

li.HwContentNavigationTop {
  visibility: hidden;
  float: left;
  width: 20%; }

.HwContentNavigationNext {
  float: right;
  width: 35%;
  text-align: right; }

.HwContentNavigation .HwClear {
  height: 1px; }

.HwContentNavigationPrev p,
.HwContentNavigationNext p {
  /* Don't display 'Previous section'/'Next section' text -- only arrow */
  display: none; }

p.NoWebPrint {
  clear: both;
  padding-top: 10px; }

table.HwStripAlignCenter td {
  padding-right: .2em;
  padding-left: .3em;
  padding-top: .3em;
  padding-bottom: .2em; }

.HwSectionTitle {
  padding-top: 0.5em; }

.HwSectionTitle > img {
  vertical-align: bottom; }

.HwNavigationSection .HwSectionTitle {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: solid 1px #000000; }

.HwSubSectionTitle {
  padding-top: 0.8em; }

/*************************************************************************
 HwContentInformation: credits and last updated information
*************************************************************************/
.HwContentInformation {
  text-align: left;
  padding: 10px 0 10px 0;
  font-weight: bold;
  font-weight: bold; }

.HwInfoLabel {
  padding-right: 5px; }

.HwContentInformation a {
  font-weight: normal; }

/**************************************************************************
This is a fix for new Cam documents to add some spacing in for a couple 
tables.
**************************************************************************/
.HwCam * div[id$="interactions"] td, .HwCam * div[id$="interactions"] th {
  padding-top: 0.4em;
  padding-bottom: 0.4em; }

/*************************************************************************
 Remove credits for doctypes without navstacks
*************************************************************************/
.HwCreditsWithoutNavstack {
  display: none; }

/*************************************************************************
 HwFooter: Layout of elements inside footer
*************************************************************************/
.HwLogo {
  float: left;
  width: 101px;
  height: 61px;
  padding-top: 20px; }

.HwDisclaimer {
  padding: 5px 10px 15px 150px;
  border-top: 1px solid #dde0e6; }

.HwCopyright {
  padding-bottom: 10px;
  padding-left: 150px; }

/* Main navigation */
.HwNavigationEmpty {
  display: none; }

.HwNavigation {
  padding-top: 1em;
  padding-left: 2em;
  line-height: 1.42em;
  /*17px*/ }

.HwNavigation ul {
  padding-left: 0.2em;
  padding-top: 1em; }

.HwNavigation ul li {
  list-style-type: none;
  padding: 0.25em 0;
  margin: 0.25em 0; }

.HwSkipNavigation {
  display: block;
  width: 10px;
  height: 5px; }

.HwMainSkipNavigation {
  position: absolute;
  display: inline;
  background: transparent;
  width: 1px;
  height: 1px;
  z-index: 10; }

.HwMainSkipNavigation:active,
.HwMainSkipNavigation:focus {
  width: auto;
  height: auto;
  position: static; }

.HwMainSkipNavigation:focus .HwAccessibilityText,
.HwMainSkipNavigation:active .HwAccessibilityText {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background: #FFFFFF;
  z-index: 10; }

.HwMainSkipToNavigation {
  display: inline;
  border: none;
  height: 1px;
  width: 1px;
  background: transparent;
  position: absolute; }

.HwMainSkipToNavigation:focus,
.HwMainSkipToNavigation:active {
  width: auto;
  height: auto;
  position: static; }

.HwMainSkipToNavigation:focus .HwAccessibilityText,
.HwMainSkipToNavigation:active .HwAccessibilityText {
  display: inline;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible; }

/*************************************************************************
 Prevent NCI document overflowing the content area
(adds scroll bars to tables that are two wide)
*************************************************************************/
.HwNciTableWrapper {
  overflow-x: auto;
  width: 100%; }

.HwActionset {
  margin-top: 10px; }

.HwContentWrapper ol,
.HwContentWrapper ul {
  padding-bottom: .75em; }

.HwContentWrapper td ol,
.HwContentWrapper td ul {
  padding-bottom: .25em; }

.HwContentWrapper li {
  margin-top: 5px;
  margin-left: 2em;
  padding: .1em 0 .42em;
  display: list-item; }

.HwContentWrapper ul li {
  list-style: disc outside none; }

.HwContentWrapper li ul li {
  list-style-type: square; }

.HwContentWrapper li ol li {
  list-style-type: lower-alpha; }

/* ------------------------------- ContentHeader -------------------------------  */
.HwOrderedList div.HwMedicalImage img, div.HwMedicalImage {
  font-weight: normal;
  vertical-align: top;
  text-align: right;
  padding-left: 1em; }

.HwLastUpdated p,
.HwCredits p {
  padding: 0; }

/* ------------------------------- Standard page elements -------------------------------  */
.HwDisplayNone {
  display: none; }

.HwDisplayBlock {
  display: block; }

.HwSectionNavItem ul li {
  list-style: none;
  margin: 0; }

.HwContentNavigationPrev,
.HwContentNavigationNext {
  padding: 0;
  display: inline-block; }

.HwContentNavigationPrev a:before {
  font-size: 1.1em;
  text-decoration: none;
  color: #015C9A;
  content: "\00ab  "; }

.HwContentNavigationNext a:after {
  font-size: 1.1em;
  text-decoration: none;
  color: #015C9A;
  content: "  \00bb"; }

.HwContentNavigationPrev a:focus,
.HwContentNavigationNext a:focus {
  -ms-outline-offset: 4px;
  outline-offset: 4px; }

.HwEmergencyNumber {
  color: #DF0000;
  font-weight: bold; }

/* This will wrap text to the right of a medical image */
div.HwMedicalImage img, div.HwMedicalImage {
  float: right;
  clear: left;
  text-align: left; }

.HwMultum div.HwMedicalImage img, .HwMultum div.HwMedicalImage {
  float: left;
  clear: right; }

div.HwNavigationSection div.HwMedicalImage {
  padding: 0 6px 4px 10px; }

/*TODO: get rid of this - Heimlich Maneuver Hack */
#sec-tm7220 > div.HwMedicalImage,
#sec-tm7217 > div.HwMedicalImage,
#sec-tp12034-sec > div.HwMedicalImage,
#sec-tf7236-sec > div.HwMedicalImage,
#sec-tp12038-sec > div.HwMedicalImage,
#sec-tf7235-sec > div.HwMedicalImage,
#sec-aa111963 > div.HwMedicalImage,
#sec-aa111986 > div.HwMedicalImage {
  float: none;
  clear: none; }

#sec-tm7220 > div.HwMedicalImage img,
#sec-tm7217 > div.HwMedicalImage img,
#sec-tp12034-sec > div.HwMedicalImage img,
#sec-tf7236-sec > div.HwMedicalImage img,
#sec-tp12038-sec > div.HwMedicalImage img,
#sec-tf7235-sec > div.HwMedicalImage img,
#sec-aa111963 > div.HwMedicalImage img,
#sec-aa111986 > div.HwMedicalImage img {
  float: none;
  clear: none; }

/* End Heimlich Maneuver Hack */
.HwNavigationSection {
  clear: left;
  padding-bottom: 1em; }

.Size1 {
  font-size: 0.83em;
  /* 10px */ }

/*.HwNavigationSection p br
    {
        clear:left;
    }*/
.HwNavigationSection ul li {
  margin-bottom: 6px; }

/* ------------------------------- Condition centers -------------------------------- */
#ConditionCenter {
  padding-top: 1.9em; }

.HwTypeConditionCenter .HwContentNavigation {
  display: none; }

#ConditionCenterMenu {
  display: none; }

/* TODO: remove in XSL */
.HwTypeConditionCenter #HwNavigationWrapper {
  display: none; }

.HwTypeConditionCenter {
  width: 95%; }

.HwConditionCenterSection {
  padding: .5em 0; }

/* Open/close handle */
.HwConditionCenterOpen h3 a {
  background: url(images/LearningCenterDown.png) no-repeat left center; }

.HwConditionCenterClosed h3 a {
  background: url(images/LearningCenterSide.png) no-repeat left center; }

.HwConditionCenterOpenAction h3 a {
  background: url(images/LearningCenterDown.png) no-repeat left center; }

.HwConditionCenterClosedAction h3 a {
  background: url(images/LearningCenterSide.png) no-repeat left center; }

.HwConditionCenterSection h3 {
  padding: .4em 0;
  font-size: 1.33em;
  /*16px*/
  font-weight: bold;
  line-height: normal; }

.HwConditionCenterSection h3 a {
  padding-left: 1.3em;
  margin-left: .5em; }

.HwConditionCenterClosed,
.HwConditionCenterOpen {
  padding: 0;
  background: #f0f1f4; }

/* Dark closed box */
.HwConditionCenterClosedAction,
.HwConditionCenterOpenAction {
  padding: 0;
  background: #bfd6e3; }

.HwConditionCenterActionOuterBorder,
.HwConditionCenterOuterBorder {
  padding: 2px;
  width: 99%;
  /* Keeps content from exceeding width of container on expansion of ActionSet. */ }

.HwConditionCenterContent {
  padding: .9em; }

.HwConditionCenterContentInner {
  padding: 0 0 0 1em;
  background: #FFFFFF; }

/* Rounded corner boxes. */
.HwConditionCenterClosed,
.HwConditionCenterOpen,
.HwConditionCenterClosedAction,
.HwConditionCenterOpenAction,
.HwConditionCenterActionOuterBorder,
.HwConditionCenterOuterBorder,
.HwConditionCenterContentInner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.HwConditionCenterContent ul {
  margin: 0;
  padding: 0 10px;
  list-style-type: none; }

.HwConditionCenterSection ul li {
  background-image: none;
  /* undo default bullets */
  line-height: 1.17em;
  margin: 0;
  padding: 0 0 0.5em; }

#ConditionCenterCollections .HwConditionCenterContent ul {
  padding-left: 0;
  padding-top: 3px;
  margin-left: 0; }

#ConditionCenterCollections .HwConditionCenterSection ul li {
  padding-left: 0;
  list-style: none; }

.HwConditionCenterClosed .HwConditionCenterContent,
.HwConditionCenterClosedAction .HwConditionCenterContent {
  display: none; }

.HwCreditsSection {
  display: none; }

/* -------------------------------  Actionsets -------------------------------  */
.HwAnchorOnly {
  display: block;
  position: absolute;
  height: 1px; }

/* -------------------------------  Symptom topics -------------------------------  */
.HwTypeSymptom {
  width: 95%; }

.HwNote p {
  margin-left: 0; }

.HwNote {
  vertical-align: top; }

a.Hw508Link {
  height: 1px;
  width: 1px;
  display: block; }

/* -------------------------------  Drug Details -------------------------------  */
table.HwDrugNames {
  margin-bottom: 20px;
  border-collapse: collapse;
  margin-left: 0;
  margin-right: 0; }

table.HwDrugNames tr, table.HwDrugNames td {
  border: 1px solid #006498; }

th.HwDrugHeader {
  padding: 2px 10px 2px 5px; }

.HwDrugNames th {
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-style: hidden;
  padding-left: 5px;
  padding-right: 15px;
  text-align: left; }

td.HwDrugGenericName, td.HwDrugBrandName {
  padding: 2px 10px 2px 5px; }

/* -------------------------------  Medical Tests -------------------------------  */
.HwMedicalTestSynonyms {
  padding-left: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.17em; }

/* -------------------------------  Non-Multum Slide Show -------------------------------  */
.HwSlide {
  text-align: left; }

.HwSlideButtonInformation {
  padding: 5px 0 15px; }

.HwSlideShowArea {
  text-align: center; }

.SlideShowImage {
  max-width: 520px;
  margin: 0 auto; }

.SlideShowImage img {
  height: auto;
  width: 100%; }

/* -------------------------------  Frame Tables -------------------------------  */
.HwTypeFrame table.HwStripAlignCenter caption {
  margin-top: 16px;
  margin-bottom: 8px; }

.HwTypeFrame .HwSectionFloat .HwMedicalImage {
  float: left; }

/*************************************************************************
     HwNavigation: Topic navigation area
    *************************************************************************/
.HwNavigationItemCurrent a,
.HwNavigationItemCurrent a:hover,
.HwNavigationItemCurrent a:focus,
.HwNavigationItemCurrent a:active,
.HwNavigationItemCurrent a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  cursor: default; }

/*************************************************************************
     HwContent: Content area text styling
    *************************************************************************/
.HwNavigationSection .HwStripAlignLeft {
  float: left;
  padding: 0 .83em .83em 0; }

.HwContentTitle {
  margin-top: 0.5em;
  word-wrap: break-word; }

/* Allows the word wrap style to break URLs as needed in the References section if they are too long 
    and don't contain spaces to wrap. Only needed for IE7. */
span.HwReferenceUrl {
  -ms-word-break: break-all;
  word-break: break-all;
  /* adding display: block for IE8 in JavaScript. this will make url's wrap but may move some reference text down */ }

/* IE9: this will break up long URLs which otherwise will widen the content DIV 
       and mess up the page layout. This happens especially when showing reference sections. 
    */
.HwContent {
  word-wrap: break-word \9; }

#SxChkAllLinksContainer {
  word-wrap: normal \9; }

/*************************************************************************
     HwContentInformation: Credits and last updated section
    *************************************************************************/
.HwContentInformation {
  font-size: 0.83em; }

/*************************************************************************
     HwContentNavigation: Next/Prev navigation under content area
    *************************************************************************/
.HwContentNavigation li {
  font-weight: bold; }

.HwContentNavigation a {
  font-weight: normal; }

/*************************************************************************
     HwContentMenu: Print/Email/Help functions under content area
    *************************************************************************/
.HwContentMenu {
  margin-top: 10px;
  text-transform: uppercase; }

.HwContentMenu ul {
  float: left;
  width: 100%;
  padding: 1.25em 0;
  background-color: #f0f1f4; }

.HwContentMenu ul.HwContentMenuList {
  padding: 1.25em 0; }

.HwContentMenu ul li {
  display: inline;
  width: 49%;
  float: left;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0; }

.HwContentMenu ul li + li {
  border-left: solid 1px #000000; }

.HwActionLinkPrint {
  background: transparent url(images/MenuPrint.png) no-repeat scroll center left;
  padding: 2px 0 3px 25px;
  display: inline-block; }

.HwActionLinkHelp {
  background: transparent url(images/MenuHelp.png) no-repeat scroll center left;
  padding: 2px 0 3px 20px;
  display: inline-block; }

.HwActionLinkPrint:focus,
.HwActionLinkHelp:focus {
  -ms-outline-offset: 4px;
  outline-offset: 4px; }

.HwHighContrastMode .HwActionLinkPrint, .HwHighContrastMode .HwActionLinkHelp {
  background: none;
  padding: 2px 0 3px; }

.HwHighContrastMode .HwActionLinkHelp:before {
  content: url(images/MenuHelp.png);
  padding-right: 6px; }

.HwHighContrastMode .HwActionLinkPrint:before {
  content: url(images/MenuPrint.png);
  padding-right: 6px; }

/*************************************************************************
     HwFooter: Logo, disclaimer and copyright
    *************************************************************************/
#HwFooter {
  color: #363942; }

.HwDisclaimer {
  font-size: 0.83em; }

.HwCopyright {
  font-size: 0.83em; }

/* Start A to Z List Pages */
.HwListBrowseList .HwContent p {
  padding: 0; }

#HwListTitle {
  font-size: 1.67em;
  /* 20px*/
  font-weight: bold;
  color: #000000;
  border: none; }

#HwListIndex .HwClear {
  height: 5px; }

#HwListIndex ol {
  margin: 0;
  padding: 0 .5em; }

#HwListIndex li {
  list-style-type: none;
  float: left;
  margin: .2em .1em;
  padding: .3em;
  background-color: #bfd6e3;
  background: -webkit-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -moz-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -ms-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -o-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: linear-gradient(top, #FFFFFF, #bfd6e3);
  border: solid 1px #99ccff; }

#HwListIndex a {
  display: block;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
  text-align: center; }

#HwListIndex .HwIndexItemCurrent {
  background: #705e3f;
  line-height: 1em;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF; }

#HwListIndex .HwNumberItemCurrent {
  background: #705e3f;
  line-height: 1em;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF; }

.HwListIndexInner {
  margin-bottom: 10px;
  padding: 0;
  background: #dde0e6; }

#HwContentWrapper .HwListIndexInner,
#HwContentWrapper .HwListSectionHeader {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

#HwListSubIndex {
  border-bottom: solid 2px #363942;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%; }

#HwListSubIndex li {
  list-style-type: none;
  background: none;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  white-space: nowrap; }

#HwListSubIndex li.HwLinkListLetterNumberPair {
  display: none; }

#HwListSubIndex a:link {
  text-decoration: none; }

#HwListSubIndex a:hover {
  text-decoration: underline; }

.HwListSection {
  position: relative;
  /* For positioning HwTopLink. */
  margin-top: 20px; }

.HwListSectionHeader {
  padding: 0;
  background: #dde0e6; }

.HwListSection h3 {
  padding: 0 0 0 .5em;
  font-weight: bold;
  font-size: 1em;
  line-height: normal;
  color: #015C9A; }

.HwTopLink {
  position: absolute;
  right: 10px;
  top: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: .83em;
  line-height: normal; }

.HwListSection ol {
  clear: left;
  padding: 10px 10px 0 10px; }

.HwListSection li {
  background: none;
  list-style: none;
  margin: 0;
  line-height: normal; }

.HwListSection .HwClear {
  height: 1px; }

/* End A to Z List Pages  */
/* Start Category Pages  */
.HwCategoryList {
  padding: 0;
  background: #eef4f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.HwCategoryList .HwCategoryColumn {
  margin: 0;
  padding: .5em 1em 0 1em; }

/* This will create two columns inside the category list box. 
         To have one column remove this style definition. */
.HwTypeCategoryList .HwCategoryList .HwCategoryColumn {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.HwTypeCategory .HwCategoryList .HwCategoryColumn.HwCategoryColumn2 {
  padding-top: 0; }

.HwCategoryList .HwCategoryColumn li {
  list-style: none;
  margin: 0;
  padding: 0 0 .4em 0;
  list-style: none;
  line-height: normal; }

.HwCategoryList h3 {
  padding: 0; }

.HwTypeCategoryList .HwContentNavigation,
.HwTypeCategory .HwContentNavigation {
  display: none; }

.HwCategoryListEnd {
  clear: both; }

/* End Category Pages */
.HwTypeLanding .HwLandingContent {
  padding: 5px; }

.HwTypeLanding h1 {
  margin-top: 6px;
  padding-left: 3px;
  padding-top: 6px;
  padding-bottom: 5px; }

.HwTypeLanding h2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  border: none;
  margin-bottom: 0; }

.HwTypeLanding .HwBrand {
  width: 65%;
  margin-top: 0;
  font-size: 0.9em;
  color: #363942;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 7px; }

.HwTypeLanding li {
  list-style: none;
  margin: 0; }

.HwElement .HwLandingLinksSymptomChecker,
.HwElement .HwLandingLinksDrugInteraction,
.HwElement .HwLandingLinksOSHG,
.HwElement .HwLandingLinksVideoLibrary {
  display: none; }

.HwElement .HwLandingMenuItemText:hover,
.HwElement .HwLandingMenuItemText:visited {
  text-decoration: underline;
  color: #FFFFFF; }

/* Layout specific stuff */
.HwLandingCustomBannerContainer .HwLandingCustomBanner {
  margin-left: 2px; }

/* HwLandingMenu */
.HwLandingMenu {
  width: 100%;
  min-width: 408px;
  height: 180px;
  margin-top: 7px;
  font-weight: normal;
  clear: both;
  padding: 0;
  border: none;
  background-color: #f0f1f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.HwLandingMenuItemBackground {
  width: 136px;
  height: 162px;
  margin: 10px auto 0;
  display: block;
  background-repeat: no-repeat; }

.HwLandingMenuWrapper {
  width: 100%;
  display: table; }

.HwLandingMenuItem {
  display: table-cell; }

.HwLandingMenuItemText .HwListLinkText {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;
  text-decoration: none; }

.HwLandingMenuItemTop {
  display: block;
  width: 100%;
  height: 135px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.HwLandingMenuItemBottom {
  width: 136px;
  text-align: center;
  background: #006498;
  font-size: 0.95em;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#HwLandingMenuInteractive {
  background-image: url(images/SqInteractiveTools.png); }

#HwLandingMenuInteractiveESUS {
  background-image: url(images/S_SqInteractiveTools.png); }

#HwLandingMenuTopics {
  background-image: url(images/SqHealthTopics.png); }

#HwLandingMenuTopicsESUS {
  background-image: url(images/S_SqHealthTopics.png); }

#HwLandingMenuCenters {
  background-image: url(images/SqLearningCenters.png); }

#HwLandingMenuCentersESUS {
  background-image: url(images/S_SqLearningCenters.png); }

.HwHighContrastMode .HwLandingMenuItemTop {
  height: auto; }

.HwHighContrastMode .HwLandingMenuItemBottom {
  margin-top: -3px; }

.HwHighContrastMode #HwLandingMenuInteractive:before {
  content: url(images/SqInteractiveTools.png);
  background-image: none; }

.HwHighContrastMode #HwLandingMenuInteractiveESUS:before {
  content: url(images/S_SqInteractiveTools.png);
  background-image: none; }

.HwHighContrastMode #HwLandingMenuTopics:before {
  content: url(images/SqHealthTopics.png);
  background-image: none; }

.HwHighContrastMode #HwLandingMenuTopicsESUS:before {
  content: url(images/S_SqHealthTopics.png);
  background-image: none; }

.HwHighContrastMode #HwLandingMenuCenters:before {
  content: url(images/SqLearningCenters.png);
  background-image: none; }

.HwHighContrastMode #HwLandingMenuCentersESUS:before {
  content: url(images/S_SqLearningCenters.png);
  background-image: none; }

.HwBranding {
  padding-top: 10px;
  clear: both; }

/* HwLandingBrowse and HwLandingLinks ====================== */
.HwLandingBrowseLinksWrapper {
  clear: both;
  float: left;
  padding: 5px;
  background: #f0f1f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.HwLandingBrowseLinksWrapperOuterBorder {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f0f1f4;
  padding: 5px; }

.HwLandingBrowse {
  clear: left; }

.HwLandingBrowseHeader h3,
.HwLandingLinksHeader h3 {
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #006498;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.HwLandingBrowseHeader h3,
.HwLandingLinksHeader h3 {
  padding: 0 0 0 1em;
  line-height: 2em; }

.HwLandingBrowseContent {
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 7px;
  background: #FFFFFF;
  border-bottom: solid 5px #f0f1f4; }

.HwLandingQuickPageLink:before,
.HwLandingQuickBrowseLink:before {
  color: #015C9A;
  content: "\2022  "; }

div.HwLandingBrowseContent ol li {
  margin: 0 1px 4px 1px; }

/* A-Z List */
.HwTopicsList {
  margin: 0;
  padding: 20px 5px 0; }

.HwTopicsList ol {
  margin: 0;
  padding: 0;
  border-top: solid 1px #FFFFFF; }

.HwTopicsList li {
  list-style-type: none;
  float: left;
  margin: .2em .1em;
  padding: .2em .2em;
  background-color: #bfd6e3;
  background: -webkit-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -moz-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -ms-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: -o-linear-gradient(top, #FFFFFF, #bfd6e3);
  background: linear-gradient(top, #FFFFFF, #bfd6e3);
  border: solid 1px #99ccff; }

.HwTopicsList a {
  display: block;
  font-weight: bold;
  white-space: nowrap; }

.HwLandingQuickLinks {
  padding: 1.5em 1em .3em;
  background: #FFFFFF; }

.HwLandingQuickLinks ol {
  margin: 0;
  padding: 0; }

.HwLandingQuickPageLink, .HwLandingQuickBrowseLink {
  float: left;
  margin: 0;
  padding: 0 0 .5em 1.3em;
  background: none;
  width: 50%;
  text-indent: -6px;
  height: 30px; }

/*************************************************************************
     HwSearch: Search box background images
    *************************************************************************/
.HwSearchHome {
  float: left;
  width: 70px;
  padding-top: 10px; }

.HwSearchContent {
  float: right;
  margin-right: 25px; }

#HwSearch {
  width: 100%; }

.HwiToolWrapper input[type="submit"].HwSearchButton,
.HwSearchButton {
  height: 34px;
  width: auto;
  padding: 0 17px;
  margin-left: 6px;
  font-size: 0.9em;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  font-weight: bold;
  color: #FFFFFF;
  background: #006498;
  border: solid #000000 1px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.HwiToolWrapper input[type="submit"].HwSearchButton:hover,
.HwiToolWrapper input[type="submit"].HwSearchButton:focus,
.HwSearchButton:hover,
.HwSearchButton:focus {
  background: #146C9A; }

.HwiToolWrapper input[type="submit"].HwSearchButton:focus,
.HwSearchButton:focus {
  -ms-outline-offset: 2px;
  outline-offset: 2px; }

#HwSearchBox,
.HwiToolWrapper input[type="search"]#HwSearchBox,
.HwiToolWrapper input[type="search"]#HwSearchBox:focus,
.HwiToolWrapper input[type="search"]#HwSearchBox:hover,
.HwiToolWrapper input[type="search"]#HwSearchBox:active
.HwiToolWrapper input[type="text"]#HwSearchBox,
.HwiToolWrapper input[type="text"]#HwSearchBox:focus,
.HwiToolWrapper input[type="text"]#HwSearchBox:hover,
.HwiToolWrapper input[type="text"]#HwSearchBox:active {
  float: left;
  height: 34px;
  width: 210px;
  padding: 0 8px 0 4px;
  color: #363942;
  border: solid #000000 1px;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: Verdana, "trebuchet MS", Helvetica, sans-serif, Arial; }

#HwSearchBox:focus,
.HwiToolWrapper input[type="search"]#HwSearchBox:focus,
.HwiToolWrapper input[type="text"]#HwSearchBox:focus {
  -ms-outline-offset: 2px;
  outline-offset: 2px; }

/*************************************************************************
     search.html: Styling for the search results page
    *************************************************************************/
#HwSearchResultsHeader {
  margin-top: 10px; }

.HwSearchResultsHeaderBox {
  margin-bottom: .75em;
  padding: 0;
  background: #EDE9E5; }

.HwSearchResultsHeaderBox p {
  padding-left: 1em; }

#HwSearchResultsHeader p {
  padding-top: .5em;
  padding-bottom: .5em; }

#HwSearchResultsMain {
  padding: .75em 0 1.25em; }

#HwSearchResultsFooter {
  display: none;
  float: left;
  width: 100%;
  padding: 1.25em 0;
  border-top: solid 1px #000000; }

#HwSearchSummary {
  float: left;
  width: 40%; }

#HwSearchLinks {
  float: right;
  width: 58%;
  font-size: 1.17em;
  font-weight: bold;
  text-align: right; }

#HwSearchContent ol {
  padding-bottom: 0; }

#HwSearchContent li {
  margin: 0;
  padding-bottom: 1em;
  list-style: none; }

#HwSearchContent li p {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none; }

.HwSearchResultAbstract {
  display: block;
  font-size: .83em;
  line-height: 1.2em; }

#HwSearchResultsSpecial {
  display: none;
  margin: 1.25em 0 0;
  padding-bottom: .75em;
  border-bottom: solid 1px #000000; }

#HwSearchResultsSpecial h3 {
  padding-bottom: .75em; }

#HwSearchResultsSpecial ol {
  overflow: hidden; }

#HwSearchResultsSpecial .HwSearchResultsExtra {
  height: 1%; }

#HwSearchResultsSpecial li {
  padding-bottom: .3em; }

.HwSearchTerm {
  font-weight: bold; }

.HwSearchNoResults {
  padding: 0 0 1.25em;
  border-bottom: solid 1px #000000; }

/* Actiontools */
#HwActionTools {
  text-align: center;
  padding: 10px 0 0 0; }

#HwActionTools ul {
  padding-bottom: 0; }

#HwActionTools li {
  list-style: none;
  display: block;
  margin: auto;
  margin-bottom: 10px; }

#HwTool_hwDiChk a {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background: transparent url(images/ActionTool_hwDiChk.jpg) no-repeat top center; }

#HwTool_hwDiChk a span {
  display: none; }

#HwTool_hwSxChk a {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background: transparent url(images/ActionTool_hwSxChk.png) no-repeat top center; }

a#HwTool_hwSxChkESUS {
  background: transparent url(images/S_ActionTool_hwSxChk.png) no-repeat top center; }

#HwTool_hwSxChk a span {
  display: none; }

.HwTypeNci table {
  max-width: 460px;
  width: 100%; }

.HwTypeShc .TopTable,
.HwTypeCam .TopTable,
.HwTypeCamSupport .TopTable {
  border: hidden; }

.HwTypeShc .TopTable td,
.HwTypeCam .TopTable td,
.HwTypeCamSupport .TopTable td {
  border: hidden; }

.HwTypeNci .HwContentTitle h1,
.HwTypeCam .HwContentTitle h1,
.HwTypeCamSupport .HwContentTitle h1 {
  margin-bottom: 10px; }

.HwTypeMultum td img {
  padding-right: 10px; }

.HwTypeCam th, .HwTypeCam td {
  font-weight: normal;
  text-align: left;
  padding: 5px; }

.HwCamShadedTable .HwCamShadedTableOddChild {
  background: #f0f1f4; }

.HwCamShadedTable th {
  background: #ABB2C1;
  color: #FFFFFF; }

.HwCamShadedTable td {
  border-bottom: 1px solid #ABB2C1;
  border-left: 1px solid #ABB2C1;
  vertical-align: top; }

.HwCamShadedTable .HwCamShadedTableBorder {
  border-left: none; }

.HwCamShadedTable .HwColumnTitle, .HwCamShadedTable .HwCamColumnTitle, .HwSubSectionLessText, .HwMainSectionMoreText {
  font-weight: bold; }

.HwSubSectionLessText, .HwMainSectionMoreText {
  background: none;
  border: none;
  text-decoration: underline;
  color: #015C9A;
  cursor: pointer; }

.HwStarRatingLessText {
  font-weight: bold;
  text-align: right;
  padding-bottom: 20px;
  display: none; }

table.HwCamShadedTable {
  border-bottom: 2px solid #ABB2C1;
  border-collapse: collapse;
  padding-bottom: 20px;
  margin-top: 10px; }

div.HwCamStars3Stars, span.HwCamStars3StarsInner {
  height: 16px;
  width: 61px;
  background: url("images/Aisle7_stars.png") 0 -53px no-repeat;
  display: inline-block; }

div.HwCamStars2Stars {
  height: 16px;
  width: 61px;
  background: url("images/Aisle7_stars.png") 0 -36px no-repeat;
  display: block; }

span.HwCamStars2StarsInner {
  height: 16px;
  width: 61px;
  background: url("images/Aisle7_stars.png") 0 -70px no-repeat;
  display: inline-block; }

div.HwCamStars1Stars {
  height: 16px;
  width: 61px;
  background: url("images/Aisle7_stars.png") 0 -19px no-repeat;
  display: block; }

span.HwCamStars1StarsInner {
  height: 16px;
  width: 61px;
  background: url("images/Aisle7_stars.png") 0 -87px no-repeat;
  display: inline-block; }

span.HwCamStars3Stars, span.HwCamStars2Stars, span.HwCamStars1Stars {
  width: 70px; }

.HwSubSectionContentWrapper, .HwStarRatingExplanationWrapper, .HwCamInteractionListItem > div {
  display: none; }

.HwStarRatingExplanationBlock span {
  display: table-cell;
  vertical-align: top; }

.HwStarRatingExplanationBlock {
  display: table-row; }

.HwStarRatingTitle, .HwCamWhatAreInteractions {
  padding: 5px 0 5px 20px;
  background: url("images/Aisle7_question.png") 0 5px no-repeat;
  display: inline-block; }

.HwTypeCam hr {
  border: none; }

.HwCamDrugInteractionsLegend {
  border: 1px solid #ABB2C1;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px; }

.HwCamDrugInteractionsLegend span.HwCamIconBeneficialImage {
  padding-left: 20px;
  background: url("images/Aisle7_icons.png") 5px 0 no-repeat; }

.HwCamDrugInteractionsLegend span.HwCamIconAdverseImage {
  padding-left: 20px;
  background: url("images/Aisle7_icons.png") 5px -14px no-repeat; }

.HwCamDrugInteractionsLegend span.HwCamIconCheckImage {
  padding-left: 20px;
  background: url("images/Aisle7_icons.png") 5px -28px no-repeat; }

.HwCamIconAdverseText, .HwCamIconBeneficialText, .HwCamIconCheckText {
  padding-left: 5px; }

.HwCamIconAdverseText, .HwCamIconBeneficialText {
  border-right: solid 1px #ABB2C1;
  padding-right: 10px; }

h3 .HwCamIconCheckImage {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  background: url("images/Aisle7_icons.png") -15px -28px no-repeat; }

h3 .HwCamIconAvoidImage {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  background: url("images/Aisle7_icons.png") -15px -14px no-repeat; }

h3 .HwCamIconBeneficialImage {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  background: url("images/Aisle7_icons.png") -15px 0px no-repeat; }

.HwCamInteractionGroup > h3 {
  background-color: #ABB2C1;
  color: #FFFFFF;
  padding: 10px; }

.HwCamInteractionGroup ul > .HwCamInteractionListItemEvenChild {
  background: #f0f1f4; }

.HwCamInteractionGroup > ul > li > p > i {
  font-style: normal;
  font-weight: bold; }

.HwCamInteractionGroup > ul > li > p {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  text-transform: capitalize; }

.HwCamInteractionGroup ul > li {
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px;
  padding-left: 10px;
  background: #FFFFFF;
  border-top: solid 1px #ABB2C1;
  list-style-type: none; }

.HwCamInteractionListItem > span {
  color: #015C9A;
  font-weight: bold;
  cursor: pointer; }

.HwCamInteractionGroup {
  border-bottom: solid 2px #ABB2C1; }

.HwCamInteractionGroup ul {
  padding: 0; }

.HwCamRelatedInformation img {
  float: right; }

.HwCamRelatedInformation ol, .HwCamRelatedInformation li {
  list-style-type: square;
  margin-left: 10px; }

.HwCamRelatedInformation {
  padding-bottom: 20px; }

.HwCamFooter {
  margin-top: 10px; }

.HwCamFooter p, .HwCamFooter img {
  padding: 5px; }

.HwCamInteractionLinkMoreWrapper {
  text-align: right; }

.HwCamDrugInteractionDisclaimer {
  padding-top: 10px;
  font-style: italic; }

.HwCamListLeadIn {
  font-weight: bold; }

.HwCamBotanicalNames, .HwCamCommonNames {
  display: inline;
  font-weight: normal;
  font-style: italic; }

.HwCamRelatedInformation img {
  padding-bottom: 10px; }

.HwOrgTitle {
  padding-bottom: 10px;
  padding-left: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 1.17em;
  /*14px*/
  border-bottom: 1px solid #dde0e6; }

.HwTypeNord .HwSectionTitle,
.HwTypeCamSupport .HwSectionTitle,
.HwTypeNci .HwSectionTitle,
.HwTypeMultum .HwSectionTitle {
  padding-top: 0.5em;
  border-bottom: none; }

.HwTypeMultum table {
  margin-left: 0;
  margin-right: auto; }

.HwTypeMultum td {
  vertical-align: middle;
  line-height: 1.5em; }

.Red {
  color: #DF0000; }

.HwSizeminus {
  font-size: .83em;
  /*10px*/ }

.Sizeminus {
  font-size: .83em;
  /*10px*/ }

.HwTypeMultum blockquote,
.HwTypeMultum .HwBlockQuote,
.HwTypeNord .HwBlockQuote,
.HwTypeNord blockquote {
  padding-left: 35px; }

.HwTypeCam ul + ul {
  padding-top: 0.83em; }

.HwTypeFdb .HwFdbContentDisclaimer, .HwTypeFdb .HwFdbContentWarning, .HwTypeFdb .HwSubSectionTitle {
  font-style: italic; }

.HwSlideTitle {
  /*font-size: 1.5em; Commented out for using with h2 tag instead of div -Accessibility reasons- */
  font-weight: bold;
  margin-bottom: 0.3em;
  padding-top: 0.8em;
  color: #000000; }

/********************************************************
Temporary css for NCI tables. Until they are fixed properly
********************************************************/
.HwNciTableWrapper table {
  border-width: 1px;
  border-spacing: 0;
  border-style: solid;
  border-color: #000000;
  border-collapse: collapse;
  background-color: #FFFFFF; }

.HwNciTableWrapper table th {
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: #363942;
  background-color: #FFFFFF; }

.HwNciTableWrapper table td {
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: #363942;
  background-color: #FFFFFF; }

.HwShelf {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-right: -50%;
  background: #363942;
  z-index: 180;
  border-left: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-opacity: 0.95;
  opacity: 0.95;
  font-family: Helvetica, Arial, sans-serif;
  display: none; }

.HwShelfClose {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: 10px;
  padding: 3px;
  cursor: pointer; }

.HwShelfCloseIcon:before {
  content: url("images/interface_icons.png");
  position: relative;
  left: -208px;
  top: -210px; }

.HwShelfOpen {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 10px;
  padding: 3px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
  display: none; }

.HwShelfOpenIcon:before {
  content: url("images/interface_icons.png");
  position: relative;
  left: -107px;
  top: -10px; }

.HwShelfContent a:focus,
.HwShelfLightFocus:focus {
  -moz-outline: solid 2px #FFFFFF;
  outline: solid 2px #FFFFFF; }

.HwShelfSearchFocus:focus {
  -moz-outline: dotted 2px #FFFFFF;
  outline: dotted 2px #FFFFFF; }

.HwElement #HwCustomHeader {
  position: relative;
  /*min-height: 60px;*/ }

.HwElement #HwCustomMiddleHeader.HwHideForShelfIcon {
  display: none; }

@media screen and (max-width: 767px) {
  .HwShelfOpen {
    display: block; }
  .HwElement .HwHideForShelf {
    display: none; }
  .HwShelfSearchContent,
  .HwShelfContent {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5%; }
  .HwShelfSearchContent {
    background-color: #FFFFFF; }
  .HwShelfContent {
    min-height: 20px; }
  .HwShelfSearchContent #HwShelfSearchBox {
    margin: 0;
    padding: 5px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
    display: inline-block;
    width: 85%;
    height: 31px; }
  .HwShelfSearchContent input.HwSearchButton {
    float: right;
    display: inline-block;
    background: #2baaeb url("images/mobile-icons.png") no-repeat -89px 7px;
    width: 44px;
    height: 31px;
    margin: 0;
    border: solid 1px #f0f1f4; }
  .HwShelfContent ul {
    margin: 0;
    padding: 0; }
  .HwShelfContent ul li,
  .HwShelfContent ul li a {
    color: #FFFFFF; }
  .HwShelfContent ul li {
    list-style-type: none;
    margin: 15px 0 0 0; }
  .HwShelfLink:before {
    content: "\2022";
    padding: 0 5px;
    text-decoration: none; }
  .HwShelf {
    width: 70%;
    margin-right: -70%; }
  .HwShelfSearchContent,
  .HwShelfContent {
    width: 94%;
    margin: 0 3%; }
  .HwShelfSearchContent #HwShelfSearchBox {
    width: 80%; } }

@media screen and (max-width: 400px) {
  .HwShelf {
    width: 90%;
    margin-right: -90%; } }

.HwCompareOptionContainer {
  padding: 4px 0px;
  margin-top: -28px !important; }

ul.HwCompareOptionContainer li {
  cursor: pointer;
  margin: 4px;
  padding: 4px 30px 4px 4px; }

.HwFAQQuestion a:hover {
  text-decoration: none; }

div.HwPersonalStoriesWindowLink a {
  color: #FFFFFF; }

#HwPersonalStoriesHeader a.HwCloseLink {
  padding-right: 20px; }

.HwGoToWeb .HwSectionTitle {
  border: none; }

.HwContent .HwGoToWeb {
  border: 2px solid #363942;
  background-color: #f0f1f4;
  padding: 20px; }

.HwContent .HwGoToWebCode {
  font-weight: bold; }

.HwContent .HwGoToWebImage {
  float: left;
  padding-right: 10px; }

.HwAfterVisit .HwDisclaimer,
.HwPI-Post-Op .HwDisclaimer,
.HwPI-Pre-Op .HwDisclaimer,
.HwPI-Pre-Test .HwDisclaimer {
  padding-top: 0;
  border-top: none;
  padding-bottom: 0; }

.HwAfterVisit .HwLegal,
.HwPI-Post-Op .HwLegal,
.HwPI-Pre-Op .HwLegal,
.HwPI-Pre-Test .HwLegal {
  border-top: 1px solid #dde0e6; }

/*
Color overrides for DecisionPoint
*/
#HwDecisionPoint .HwTypeDecisionPoint textarea,
#HwDecisionPoint .HwDecisionPointContent li,
#HwDecisionPoint .HwSectionTab,
#HwDecisionPoint .HwCitationsContent a,
#HwDecisionPoint .HwFAQQuestion,
#HwDecisionPoint .HwReferenceLabel,
#HwDecisionPoint .HwSummaryBackgroundHeader a,
#HwDecisionPoint .HwCompareSelectedValueContainer,
#HwDecisionPoint #HwPersonalStoriesHeader .HwActions a,
#HwDecisionPoint .HwBooleanQuestion a,
#HwDecisionPoint a.HwTabStopLink,
#HwDecisionPoint #HwFlatHeadlineSubtext {
  color: #000000; }

#HwDecisionPoint h3.HwSummaryBackgroundHeader {
  background: #dde0e6; }

#HwDecisionPoint #HwPersonalStoriesContentWrapper {
  background-color: #ABB2C1; }

#HwDecisionPoint #HwQuizQuestions.HwCorner,
#HwDecisionPoint .HwReferenceContainer,
#HwDecisionPoint .HwDecisionPointContent,
#HwDecisionPoint #HwComparisonTable,
#HwDecisionPoint .HwComparisonQuestionText,
#HwDecisionPoint .HwComparisonItem,
#HwDecisionPoint .HwStories,
#HwDecisionPoint .HwStoriesFooter,
#HwDecisionPoint #HwQuizQuestions,
#HwDecisionPoint #HwYourSummary * .HwSliderLabel,
#HwDecisionPoint .HwSliderFrame,
#HwDecisionPoint #HwFlatDecisionPoint,
#HwDecisionPoint #HwFlatDecisionPoint * .HwFAQBackgroundHeader {
  background-color: #FFFFFF; }

#HwDecisionPoint #HwDecisionPointBody {
  border-color: #006498; }

#HwDecisionPoint .HwDecisionPointContent a {
  color: #015C9A; }

#HwDecisionPoint .HwDecisionPointTitle,
#HwDecisionPoint .HwDecisionPointHeadline,
#HwDecisionPoint #HwNavigationFooter,
#HwDecisionPoint .HwNavigationFooterESUS,
#HwDecisionPoint .HwContentHeader {
  background-color: #006498; }

#HwDecisionPoint .HwSectionTab {
  background: #bfd6e3; }

#HwDecisionPoint .HwSectionTabSelected {
  background: #006498; }

#HwDecisionPoint .HwSectionTabLink {
  color: #000000; }

#HwDecisionPoint .HwDecisionPointTitle p,
#HwDecisionPoint .HwSectionTabNumber a:active,
#HwDecisionPoint .HwSectionTabSelected,
#HwDecisionPoint .HwSectionTabSelected .HwSectionTabNumber,
#HwDecisionPoint .HwSectionTabSelected .HwSectionTabNumber:hover,
#HwDecisionPoint .HwTypeDecisionPoint h3.HwSectionTitle,
#HwDecisionPoint #HwNavigationFooter a,
#HwDecisionPoint .HwPopupQuizText,
#HwDecisionPoint .HwPopupErrorText,
#HwDecisionPoint .HwComparisonHeading,
#HwDecisionPoint td.HwComparisonEmptyHeader,
#HwDecisionPoint .HwComparisonItemHeaderSelected,
#HwDecisionPoint ul.HwCompareOptionContainer li.HwCompareOptionItemHover,
#HwDecisionPoint ul.HwCompareOptionContainer li.HwCompareOptionViewed,
#HwDecisionPoint #HwPersonalStoriesHeadlineBorder,
#HwDecisionPoint #HwPersonalStoriesHeadline,
#HwDecisionPoint .HwPersonalStoriesWindowLink a,
#HwDecisionPoint #HwPersonalStoriesHeader,
#HwDecisionPoint .HwPersonalStoriesContent h2.HwSubSectionTitle,
#HwDecisionPoint .HwQuizSubtitleTop,
#HwDecisionPoint .HwQuizSubtitle,
#HwDecisionPoint .HwButtonSelected,
#HwDecisionPoint .HwButtonSelected a,
#HwDecisionPoint .HwContentHeader,
#HwDecisionPoint .HwContent .HwDecisionPointHeadline h1,
#HwDecisionPoint .HwContent .HwDecisionPointHeadline p {
  color: #FFFFFF; }

#HwDecisionPoint .HwPopupQuiz {
  background-image: none;
  margin-left: 0; }

#HwDecisionPoint #HwSections td + td {
  border-left-color: #dde0e6; }

#HwDecisionPoint .HwSectionTab {
  border-left-color: #f0f1f4;
  border-right-color: #f0f1f4; }

#HwDecisionPoint .HwSectionTab h2 {
  color: #000000; }

#HwDecisionPoint .grayText {
  color: #ABB2C1; }

#HwDecisionPoint .HwSliderHandleFocus,
#HwDecisionPoint .HwSliderHandleHover {
  background-color: #363942;
  outline-color: #FFFFFF; }

#HwDecisionPoint .HwSliderHandleFocus,
#HwDecisionPoint .HwSliderHandleHover,
#HwDecisionPoint #HwTooltipTextBox,
#HwDecisionPoint #HwYourSummary * .HwSliderFrame,
#HwDecisionPoint .HwFlatFAQ * td,
#HwDecisionPoint .HwFlatFAQ * th,
#HwDecisionPoint td.HwFlatSliderTableCell,
#HwDecisionPoint .HwFlatCommentCell,
#HwDecisionPoint .HwFlatCommentCellDoubleBox,
#HwDecisionPoint div.HwFlatSliderBackground,
#HwDecisionPoint textarea.HwFlatSliderComment.SliderComment,
#HwDecisionPoint textarea.HwFlatSliderComment,
#HwDecisionPoint textarea#HwFlatConcernsText,
#HwDecisionPoint .HwFlatCommentsTableCellLeft,
#HwDecisionPoint .HwFlatCommentsTableCellRight {
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000; }

#HwDecisionPoint .HwSliderHandleFocus,
#HwDecisionPoint .HwSliderHandleHover,
#HwDecisionPoint #HwTooltipTextBox,
#HwDecisionPoint #HwYourSummary * .HwSnapGuideline,
#HwDecisionPoint #HwYourSummary * .HwSliderFrame,
#HwDecisionPoint .HwFlatFAQ * td,
#HwDecisionPoint .HwFlatFAQ * th,
#HwDecisionPoint td.HwFlatSliderTableCell,
#HwDecisionPoint .HwFlatCommentCell,
#HwDecisionPoint .HwFlatCommentCellDoubleBox,
#HwDecisionPoint div.HwFlatSliderBackground,
#HwDecisionPoint textarea.HwFlatSliderComment.SliderComment,
#HwDecisionPoint textarea.HwFlatSliderComment,
#HwDecisionPoint textarea#HwFlatConcernsText,
#HwDecisionPoint .HwFlatCommentsTableCellLeft,
#HwDecisionPoint .HwFlatCommentsTableCellRight {
  border-right-color: #000000; }

#HwDecisionPoint .HwPopupErrorTextBox {
  background-color: #000000; }

#HwDecisionPoint #HwTooltipTextBox {
  background-color: #EDE9E5; }

#HwDecisionPoint .HwFAQBackgroundHeader a,
#HwDecisionPoint .HwReferenceBackgroundHeader a {
  color: #5A595E; }

#HwDecisionPoint .HwComparisonHeading,
#HwDecisionPoint .HwQuestionSet,
#HwDecisionPoint .HwCompareOptionButton,
#HwDecisionPoint .HwFAQContent table,
#HwDecisionPoint .HwFAQContent td,
#HwDecisionPoint .HwFAQContent th,
#HwDecisionPoint #HwQuizQuestions,
#HwDecisionPoint textarea.HwSliderComment {
  border-bottom-color: #006498; }

#HwDecisionPoint ul.HwCompareOptionContainer li {
  background-color: #bfd6e3; }

#HwDecisionPoint ul.HwCompareOptionContainer li.HwCompareOptionItemHover,
#HwDecisionPoint ul.HwCompareOptionContainer li.HwCompareOptionViewed {
  background-color: #006498; }

#HwDecisionPoint #HwYourSummary * textarea.HwSliderComment {
  border-color: inherit; }

#HwDecisionPoint .HwBackgroundBox,
#HwDecisionPoint .HwFAQ .HwFAQBackgroundHeader,
#HwDecisionPoint .ui-accordion-header .hasCorners,
#HwDecisionPoint .HwFAQ .selected,
#HwDecisionPoint .HwFAQBackgroundHeader,
#HwDecisionPoint .ui-accordion-header .hasCorners .selected,
#HwDecisionPoint .HwReferenceContainer .HwReferenceBackgroundHeader,
#HwDecisionPoint .ui-accordion-header .hasCorners,
#HwDecisionPoint .HwReferenceContainer .selected,
#HwDecisionPoint .HwReferenceBackgroundHeader,
#HwDecisionPoint .ui-accordion-header .hasCorners .selected,
#HwDecisionPoint .HwReferenceHR,
#HwDecisionPoint #HwComparisonWrapper,
#HwDecisionPoint #HwComparisonBorder,
#HwDecisionPoint .HwComparisonQuestions,
#HwDecisionPoint .HwComparisonQuestion,
#HwDecisionPoint .HwCompareSelectedValueContainer,
#HwDecisionPoint .HwCompareOptionContainer,
#HwDecisionPoint #HwSections,
#HwDecisionPoint #HwPersonalStoriesHeadlineWrapper,
#HwDecisionPoint #HwPersonalStoriesHeadlineBorder,
#HwDecisionPoint #HwPersonalStoriesContentWrapper,
#HwDecisionPoint #HwPersonalStoriesBorder,
#HwDecisionPoint #HwPersonalStoriesHeader .HwActions,
#HwDecisionPoint #HwQuizQuestionsWrapper,
#HwDecisionPoint #HwQuizQuestionsBorder,
#HwDecisionPoint p.HwSliderRightColor,
#HwDecisionPoint #HwYourSummary * .HwSliderBackgroundHeading,
#HwDecisionPoint .HwHorizontalSliderDivider,
#HwDecisionPoint .HwIncompleteLink,
#HwDecisionPoint .HwFAQContent th,
#HwDecisionPoint .HwQuestionSkipped {
  background-color: #dde0e6; }

#HwDecisionPoint .HwFAQBackgroundHeader:focus {
  outline: solid 2px #000000; }

#HwDecisionPoint .HwAccordionWarning {
  top: 0; }

#HwDecisionPoint .HwReferenceHR {
  color: #dde0e6; }

#HwDecisionPoint .HwCompareOptionButton,
#HwDecisionPoint .HwFAQContent table,
#HwDecisionPoint .HwFAQContent td,
#HwDecisionPoint .HwFAQContent th,
#HwDecisionPoint #HwQuizQuestions,
#HwDecisionPoint textarea.HwSliderComment {
  border-top-color: #dde0e6;
  border-right-color: #dde0e6;
  border-left-color: #dde0e6; }

#HwDecisionPoint td.HwSummaryPatientChoicesAnswer,
#HwDecisionPoint #HwYourSummary * .HwAnswerText {
  color: #015C9A; }

#HwDecisionPoint .HwSliderBackgroundSolid,
#HwDecisionPoint p.HwSliderLeftColor {
  background-color: #dde0e6; }

#HwDecisionPoint .HwComparisonHeading,
#HwDecisionPoint td.HwComparisonEmptyHeader,
#HwDecisionPoint .HwCompareOptionButton,
#HwDecisionPoint #HwPersonalStoriesHeadline,
#HwDecisionPoint #HwPersonalStoriesHeader,
#HwDecisionPoint .HwPopupQuizTextBox,
#HwDecisionPoint .HwQuizSubtitleTop,
#HwDecisionPoint .HwQuizSubtitle,
#HwDecisionPoint .HwSliderRange,
#HwDecisionPoint h3.HwSectionTitle,
#HwDecisionPoint .HwComparisonItemHeaderSelected {
  background-color: #006498; }

#HwDecisionPoint .HwComparisonItemHeaderSelected {
  background-color: #006498 !important; }

#HwDecisionPoint .HwBooleanQuestion a:hover,
#HwDecisionPoint .HwBooleanQuestion a:active {
  color: #3E4041; }

#HwDecisionPoint .HwBooleanQuestion a:active {
  border-color: #3E4041; }

#HwDecisionPoint .HwFlatDecisionPointDisclaimer {
  border-top-color: #ABB2C1;
  border-bottom-color: #ABB2C1; }

#HwDecisionPoint .HwComparisonQuestions th,
#HwDecisionPoint .HwComparisonQuestions td {
  border-color: #dde0e6; }

#HwDecisionPoint #HwYourChoices .HwAnswerTextWrapper {
  border-color: #ABB2C1;
  background-color: #FFFFFF; }

#HwDecisionPoint #HwYourChoices .HwAnswerTextWrapper a {
  font-weight: bold;
  color: #000000; }

#HwDecisionPoint #HwYourChoices .HwAnswerTextWrapper.HwAnswerTextWrapperSelected {
  background: #006498;
  color: #FFFFFF; }

#HwDecisionPoint #HwYourChoices .HwAnswerTextWrapper.HwAnswerTextWrapperSelected a {
  color: #FFFFFF; }

#HwDecisionPoint ul.SegmentedControl li.Leftsegmentbutton,
#HwDecisionPoint ul.SegmentedControl li.Rightsegmentbutton,
#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton {
  background-color: #dde0e6; }

#HwDecisionPoint ul.SegmentedControl li.highlighted.Leftsegmentbutton,
#HwDecisionPoint ul.SegmentedControl li.highlighted.Rightsegmentbutton,
#HwDecisionPoint ul.SegmentedControl li.Rightsegmentbutton.selected,
#HwDecisionPoint ul.SegmentedControl li.Leftsegmentbutton.selected,
#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.selected,
#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.righthighlighted,
#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.lefthighlighted {
  background-color: #000000; }

#HwDecisionPoint p.HwSliderLeftColor,
#HwDecisionPoint .HwSliderBackground,
#HwDecisionPoint .HwSliderBackgroundSolid,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.Rightsegmentbutton,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.Leftsegmentbutton {
  background-color: #FFFFFF; }

#HwDecisionPoint .HwSliderBackground,
#HwDecisionPoint .HwSliderBackgroundSolid {
  border-color: #ABB2C1; }

#HwDecisionPoint .HwSliderBackground.SliderTitleText {
  background-color: #ABB2C1; }

#HwDecisionPoint .HwBackgroundBox {
  background-color: #dde0e6; }

#HwDecisionPoint .HwBackgroundBox p {
  color: #000000; }

#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.highlighted.Leftsegmentbutton,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.highlighted.Rightsegmentbutton,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.Rightsegmentbutton.selected,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.Leftsegmentbutton.selected,
#HwDecisionPoint #HwYourSummary ul.SegmentedControl li.Centersegmentbutton.selected {
  background-color: #006498; }

#HwDecisionPoint .HwTypeDecisionPoint :focus,
#HwDecisionPoint .HwTypeDecisionPoint a:focus {
  outline: solid 2px #000000; }

#HwDecisionPoint ul.SegmentedControl li.highlighted.Leftsegmentbutton {
  background-image: url(images/SegmentedControl_BlueArrow_Left.png), url(images/SegmentedControl_BlueSquare_Center.png); }

#HwDecisionPoint ul.SegmentedControl li.highlighted.Rightsegmentbutton {
  background-image: url(images/SegmentedControl_BlueArrow_Right.png), url(images/SegmentedControl_BlueSquare_Center.png); }

#HwDecisionPoint ul.SegmentedControl li.Rightsegmentbutton.selected {
  background-image: url(images/SegmentedControl_BlueArrow_RightWhite.png), url(images/SegmentedControl_BlueSquare_Center.png); }

#HwDecisionPoint ul.SegmentedControl li.Leftsegmentbutton.selected {
  background-image: url(images/SegmentedControl_BlueArrow_LeftWhite.png), url(images/SegmentedControl_BlueSquare_Center.png); }

#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.righthighlighted {
  background-image: url(images/SegmentedControl_BlueArrow_Center.png), url(images/SegmentedControl_GraySquare_LeftEdge.png), url(images/SegmentedControl_BlueSquare_RightEdge.png); }

#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.lefthighlighted {
  background-image: url(images/SegmentedControl_BlueArrow_Center.png), url(images/SegmentedControl_BlueSquare_LeftEdge.png), url(images/SegmentedControl_GraySquare_RightEdge.png); }

#HwDecisionPoint ul.SegmentedControl li.Centersegmentbutton.selected {
  background-image: url(images/SegmentedControl_BlueArrow_Center_Selected.png), url(images/SegmentedControl_BlueSquare_Center.png); }

#HwDecisionPoint .HwNavigationNext button, #HwDecisionPoint .HwNavigationPrevious button {
  background: none; }

#HwDecisionPoint #HwYourSummary .HwSlider ul.SegmentedControl li.Centersegmentbutton.righthighlighted {
  background-image: url("images/SegmentedControl_right-half-shade.png"); }

#HwDecisionPoint #HwYourSummary .HwSlider ul.SegmentedControl li.Centersegmentbutton.lefthighlighted {
  background-image: url("images/SegmentedControl_left-half-shade.png"); }

/* 
    Symptom topic override 
*/
.HwElement #HwSxControls .HwSxStartOver,
.HwElement #HwSxControls .HwSxPrevious {
  border-color: #006498;
  background: #006498; }

.HwElement #HwSxBody .HwSxTabAnswerFocus,
.HwElement #HwSxBody .HwSxTabControlFocus,
.HwElement #HwSxBody .HwSxTabLinkFocus,
.HwElement #definition-modal .HwSxTabModalCloseFocus:hover,
.HwElement #definition-modal .HwSxTabModalCloseFocus:focus,
.HwElement #search-modal .HwSxTabModalButtonFocus:hover,
.HwElement #search-modal .HwSxTabModalButtonFocus:focus {
  border-color: #000000;
  outline-color: #000000; }

.HwElement #HwSxBody .HwSxDispositionAdditionalSteps {
  border-color: #ABB2C1; }

.HwElement #HwSxBody .HwSxPrevious,
.HwElement #HwSxBody .HwSxStartOver,
.HwElement #HwSxBody .HwSxAnswerText:focus {
  -ms-outline-offset: 2px;
  outline-offset: 2px; }

.HwElement #HwSxBody .HwSxSelected.HwSxAnswerText,
.HwElement #HwSxControls .HwSxStartOver,
.HwElement #HwSxControls .HwSxPrevious {
  color: #FFFFFF; }

.HwElement #HwSxBody {
  border-bottom-color: #006498; }

.HwElement #HwSxBody .HwSxSelected.HwSxAnswerText {
  background: #146C9A; }

.HwElement #HwSxBody .HwSxSelected.HwSxAnswerText:hover {
  background: #146C9A; }

.HwElement #HwSxBody {
  border-bottom-color: #006498; }

.HwElement #HwSxBody .HwSxControls {
  background-color: #bfd6e3; }

.HwElement #HwSxControls .HwSxVersion {
  color: #bfd6e3; }

/* 
    Symptom checker override 
*/
a,
.SxChkOtherLinksDiv .SxChkOtherLink,
.SxChkViewAllLinks .SxChkViewAllLink,
#SxCheckerApp .SxChkHeaderTitle,
#SxCheckerApp .SxChkFamilyLabel,
#SxCheckerApp .SxchkFlipDiv {
  color: #015C9A; }

#SxCheckerApp .SxChkTabFocus {
  outline-color: #000000; }

#SxCheckerApp .SxChkPageOneContent,
#SxCheckerApp .SxChkPageTwoContent {
  background-color: #2baaeb; }

#SxCheckerApp .SxChkPageLead {
  color: #000000; }

#SxCheckerApp #SxChkOtherLinksOverlayCell {
  background-color: #ABB2C1; }

.SxChkOtherLinksDiv .SxChkOtherLinksHeader,
#SxChkAllLinksContainer .SxChkLinkListHeader {
  color: #000000; }

div.SxChkOtherLinksDiv div.SxChkOtherLinkDiv,
div.SxChkViewAllLinks {
  border-top-color: #146C9A; }

div.SxChkViewAllLinks {
  border-bottom-color: #146C9A; }

#SxCheckerApp .SxChkFooterSeparator,
#SxChkAllLinksContainer .SxChkLinkDiv,
#SxCheckerApp .SxChkPageOneContent,
#SxCheckerApp .SxChkPageTwoContent {
  background-color: #FFFFFF; }

#SxCheckerApp .SxChkBackBtnDiv {
  border-color: #146C9A; }

#SxCheckerApp .SxChkBackBtnDiv:hover {
  background: #144870;
  border-color: #144870; }

#SxChkAllLinksContainer {
  border-color: #006498; }

#SxCheckerApp .SxChkHeaderTitle {
  color: #000000; }

#SxChkAllLinksContainer .SxChkLinkListHeader {
  border-bottom-color: #006498; }

#SxChkAllLinksContainer .SxChkLinkListHeader {
  background-color: #dde0e6; }

#SxCheckerApp .SxChkHeaderDiv {
  display: none; }

.HwElement #SxCheckerApp .SxchkFlipDiv:hover {
  color: #144870; }

.HwElement #SxCheckerApp .SxChkPageOneContent,
.HwElement #SxCheckerApp .SxChkPageTwoContent,
.HwElement #SxCheckerApp .SxChkBackBtnDiv {
  border-color: #146C9A; }

.HwElement #SxCheckerApp .SxChkHeader,
.HwElement #SxCheckerApp .SxChkBackBtnDiv {
  background: #146C9A; }

.HwElement #SxChkAllLinksContainer {
  box-shadow: 2px 2px 8px #006498; }

.HwElement #SxChkAllLinksHeader {
  background-color: #006498; }

.HwElement #SxChkAllLinksHeader,
.HwElement #SxCheckerApp .SxChkBackBtnDiv {
  color: #FFFFFF; }

.HwElement #SxCheckerApp .SxChkFooterDecoration {
  background-color: #146C9A; }

.HwElement #SxCheckerApp .SxChkFooterContentDiv {
  background-color: #bfd6e3; }

.HwElement {
  /*Error red line INPUT*/
  /*Error red line SELECT*/ }
  .HwElement #HwiToolHTMLContent .HwiToolCalcBody .btn.HwiToolButtonsOption.active,
  .HwElement #HwiToolHTMLContent .HwiToolCalcBody .btn.HwiToolButtonsOption.active:focus {
    background-image: -moz-linear-gradient(center top, #FFFFFF, #bfd6e3);
    background-image: -webkit-linear-gradient(top, #FFFFFF, #bfd6e3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #bfd6e3); }
  .HwElement #HwiToolHTMLContent #HwiToolContainer .HwiToolError input {
    border-color: #DF0000;
    box-shadow: 0 0 8px rgba(223, 0, 0, 0.92); }
  .HwElement #HwiToolHTMLContent #HwiToolContainer .HwiToolError .HwiToolCircle {
    border-color: #DF0000;
    box-shadow: 0 0 18px rgba(223, 0, 0, 0.92); }
  .HwElement #HwiToolHTMLContent #HwiToolContainer .HwiToolError select,
  .HwElement #HwiToolHTMLContent #HwiToolContainer .HwiToolError .HwiToolCheckContainer,
  .HwElement #HwiToolHTMLContent #HwiToolContainer .HwiToolError button {
    border-color: #DF0000; }
  .HwElement #HwiToolHTMLContent table tbody tr td h3 {
    color: #000000; }
  .HwElement #HwiToolHTMLContent input:invalid:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 204, 255, 0.6); }
  .HwElement #HwiToolHTMLContent .HwiToolDatePicker a:focus {
    border-color: #61116A;
    box-shadow: 0 0 10px #017ACD; }
  .HwElement #HwiToolHTMLContent .btn.HwiToolButtonsOption.active .HwiToolCircleCheckBox,
  .HwElement .active .HwiRadioGendersWoman,
  .HwElement .active .HwiRadioGendersMan,
  .HwElement .HwiToolCircle.active .HwiToolCircleCheckBox {
    background-color: #5292b1; }
  .HwElement #HwiToolHTMLContent .progress .bar,
  .HwElement .HwiToolMeter.progress .HwiToolBar.bar,
  .HwElement #HwiToolHTMLContent .HwiToolCalcBody .btn.HwiToolButtonsOption:active,
  .HwElement #HwiToolHTMLContent .HwiToolCalcBody .btn.HwiToolButtonsOption.active:active,
  .HwElement .HwiToolButtonText:active,
  .HwElement .HwiToolPopupPrintButton:active,
  .HwElement .accordion-heading:active,
  .HwElement .accordion-heading a:active {
    background: #5292b1; }
  .HwElement #HwiToolHTMLContent .btn.HwiToolButtonsOption:active .HwiToolCheckContainer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5292b1), to(#144870));
    background-image: -webkit-linear-gradient(top, #5292b1, #144870);
    background-image: -moz-linear-gradient(top, #5292b1, #144870);
    background-image: -ms-linear-gradient(top, #5292b1, #144870);
    background-image: -o-linear-gradient(top, #5292b1, #144870);
    background-image: linear-gradient(top, #5292b1, #144870);
    -webkit-box-shadow: 0 3px 2px #5292b1, 0 -2px 3px #144870, inset 0 0 0 #144870, inset 0 0 0 #5292b1;
    -moz-box-shadow: 0 3px 2px #5292b1, 0 -2px 3px #144870, inset 0 0 0 #144870, inset 0 0 0 #5292b1;
    box-shadow: 0 3px 2px #5292b1, 0 -2px 3px #144870, inset 0 0 0 #144870, inset 0 0 0 #5292b1;
    border: 1px solid #5292b1; }
  .HwElement table.HwiToolTblSlider div.HwiToolTblSliderContainer {
    background-color: #5292b1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#5292b1));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #5292b1);
    background-image: -moz-linear-gradient(top, #FFFFFF, #5292b1);
    background-image: -ms-linear-gradient(top, #FFFFFF, #5292b1);
    background-image: -o-linear-gradient(top, #FFFFFF, #5292b1);
    background-image: linear-gradient(top, #FFFFFF, #5292b1);
    -webkit-box-shadow: 0 2px 3px #FFFFFF, 0 -3px 2px #dadada, inset 0 -5px 10px #5292b1, inset 0 5px 10px #FFFFFF;
    -moz-box-shadow: 0 2px 3px #FFFFFF, 0 -3px 2px #dadada, inset 0 -5px 10px #5292b1, inset 0 5px 10px #FFFFFF;
    box-shadow: 0 2px 3px #FFFFFF, 0 -3px 2px #dadada, inset 0 -5px 10px #5292b1, inset 0 5px 10px #FFFFFF; }
  .HwElement #HwiToolHTMLContent #IctPage10 #HwiToolRiskSeverityLabel.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage5 #HwiToolCalc016Title.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage5 .HwiToolLabel.HwiToolYourAnswers,
  .HwElement .HwiToolResults .HwiToolMainResult,
  .HwElement #HwiToolHTMLContent #IctPage3 #HwiToolResultTitle.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage3 #HwiToolResultType.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #HwiToolCalc011Result .HwiToolSmoke,
  .HwElement #HwiToolHTMLContent #IctPage9 #HwiToolCalc010Title.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage20 #HwiToolCalc009Title.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage20 #HwiToolResultType.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #HwiToolCalc007Result .HwiToolResult,
  .HwElement #HwiToolHTMLContent #HwiToolSpanStroke.HwiToolStrokeResult,
  .HwElement #HwiToolHTMLContent #HwiToolCalc005Result .HwiToolBMI,
  .HwElement #HwiToolHTMLContent #HwiToolCalc004Result .HwiToolHearRate,
  .HwElement #HwiToolHTMLContent #HwiToolResult.HwiToolLabel {
    color: #144870; }
  .HwElement #HwiToolHTMLContent .HwiToolGroupControls .HwiToolCancelLabel,
  .HwElement h1.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #HwiToolAccordion h2.HwiToolLabel,
  .HwElement #HwiToolHTMLContent #IctPage7 .HwiToolLabel.HwiToolYourAnswers,
  .HwElement #HwiToolHTMLContent #IctPage10 .HwiToolLabel.HwiToolYourAnswers,
  .HwElement .HwiToolCalcBody .HwiToolGroupControls .HwiToolCancelLabel,
  .HwElement #HwiToolHTMLContent #IctPage3 .HwiToolLabel.HwiToolYourAnswers,
  .HwElement #HwiToolHTMLContent #IctPage20 .HwiToolLabel.HwiToolYourAnswers,
  .HwElement #HwiToolHTMLContent .btn.HwiToolCheckContainer.active .HwiToolCircleCheckBox {
    background-color: #5292b1; }

/*************************************************************************
     Layout of main page elements
    *************************************************************************/
.HwTypeCareSupport {
  font-family: Myriad Pro, Arial, Verdana, Helvetica; }

.HwCspNewspaperLayout,
.HwCspWideLayout {
  clear: both;
  margin-top: 1em; }

.HwCspTitle {
  font-size: 1.17em;
  page-break-after: avoid; }

.HwCspSubtitle {
  margin-top: 0.5em;
  font-size: 1.4em; }

.HwCspTitle,
.HwCspSubtitle,
.HwContentTitle {
  font-weight: bold;
  border: none; }

.HwCspTopicImage {
  float: right;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  margin-left: 1em;
  margin-bottom: 1em; }

.HwCspHeaderImage {
  height: 50pt;
  width: 6.5in;
  margin-bottom: 4pt;
  display: inline-block; }

.HwCspParagraph {
  margin-top: 0.3em;
  padding-top: 0; }

.HwContent p.HwCspParagraph {
  padding-top: 0; }

.HwTypeCareSupport ul {
  padding-bottom: 0.2em; }

.HwTypeCareSupport ul li,
.HwCspCalloutBox ul li,
.HwCspImportant ul li {
  padding-bottom: 0;
  margin-left: 1.75em;
  list-style-type: disc;
  padding-left: 0;
  background: none; }

.HwTypeCareSupport td p {
  margin-bottom: 0;
  padding-bottom: 0; }

.HwCspCalloutBox,
.HwCspWhenToCall,
.WhenToCall,
.HwCspImportant {
  padding: 0.4em 0.8em 0.6em 0.8em;
  margin-top: .2em;
  margin-bottom: .8em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em; }

table.HwCspQuestionList,
table.HwCspQuestionListSpanPage,
table.HwCspGenericTableSpanPage,
table.HwCspTableWithSubHeads,
table.HwCspTableProsAndCons,
table.HwCspDecisionPointTable {
  width: 99%;
  border-collapse: collapse;
  font-size: 1em; }

table.HwCspGenericTableSpanPage caption {
  text-align: left;
  font-size: 1em; }

td.TableTitle,
th.HwCspTableTitle {
  font-weight: bold;
  text-align: left;
  font-size: 1.2em; }

.HwCspBold {
  font-weight: bold; }

.HwCspItalic {
  font-style: italic;
  font-weight: normal; }

.HwCspUnderline {
  text-decoration: underline;
  font-style: normal; }

.HwCspPrintOnly {
  display: none; }

/* 
        Colors 
        @DarkBlue = rgb(0,84,164);
        @LightBlue = rgb(235,242,248);
        @Orange = rgb(254,224,204);
        @Blackish = rgb(20,19,19);
        @Gray = rgb(220,221,222);
    */
.HwTypeCareSupport {
  color: #141313; }

.HwCspTitle,
.HwCspSubtitle,
.HwContentTitle,
li.HwCspListItem {
  color: #0054a4; }

div.HwCspListText,
span.HwCspListText {
  color: #141313; }

div.HwCspWhenToCall,
.WhenToCall,
div.HwCspCalloutBox {
  background-color: #ebf2f8;
  overflow: hidden; }

div.HwCspImportant {
  background-color: #fee0cc;
  overflow: hidden; }

/* table stuff */
table.HwCspQuestionList th,
table.HwCspQuestionList td,
table.HwCspTableWithSubHeads th,
table.HwCspTableWithSubHeads td,
table.HwCspTableProsAndCons th,
table.HwCspTableProsAndCons td,
table.HwCspQuestionListSpanPage th,
table.HwCspQuestionListSpanPage td,
table.HwCspDecisionPointTable th,
table.HwCspDecisionPointTable td,
table.HwCspGenericTableSpanPage th,
table.HwCspGenericTableSpanPage td {
  border: 1pt solid #000000;
  padding: 0.2em;
  border-color: #0054a4; }

table.HwCspGenericTableSpanPage tr,
table.HwCspQuestionListSpanPage tr,
table.HwCspQuestionList tr {
  background-color: white; }

table.HwCspGenericTableSpanPage tr.HwCspAltRow,
table.HwCspQuestionList tr.HwCspAltRow,
table.HwCspQuestionListSpanPage tr.HwCspAltRow {
  background-color: #dcddde; }

td.TableTitle,
th.HwCspTableTitle {
  background-color: #0054a4;
  color: white; }

.HwTextAlign_left {
  text-align: left; }

.HwTextAlign_right {
  text-align: right; }

.HwTextAlign_center {
  text-align: center; }

.HwTextVerticalAlign_top {
  vertical-align: top; }

.HwTextVerticalAlign_bottom {
  vertical-align: bottom; }
