@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
#content-main {
  font-size: 100%;
  line-height: 1.75em;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
#content-main {
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
  /**
 * Add the correct display in IE <10.
 */
  /**
 * Add the correct display and remove excess height in iOS 4-7.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
  /* Links
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android <4.4.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /**
 * Add the correct background and color in IE <10.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE <11.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Grouping content
   ========================================================================== */
  /**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
  /**
   * Address margins set differently in IE 6/7.
   */
  /**
     * Turn off margins on nested lists.
     */
  /**
   * Address paddings set differently in IE 6/7.
   */
  /**
   * Correct list images handled incorrectly in IE 7.
   */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
  /* Forms
   ========================================================================== */
  /**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
  /**
   * Correct margin displayed oddly in IE 6/7.
   */
  /**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
  /**
 * Show the overflow in IE.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Show the overflow in Edge.
 */
  /**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
  /**
 * Restore the font weight unset by a previous rule.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
}

#content-main article,
#content-main aside,
#content-main details,
#content-main figcaption,
#content-main figure,
#content-main footer,
#content-main header,
#content-main main,
#content-main menu,
#content-main nav,
#content-main section,
#content-main summary {
  display: block;
}

#content-main audio,
#content-main canvas,
#content-main progress,
#content-main video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#content-main audio:not([controls]) {
  display: none;
  height: 0;
}

#content-main progress {
  vertical-align: baseline;
}

#content-main template,
#content-main [hidden] {
  display: none;
}

#content-main a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

#content-main a:active,
#content-main a:hover {
  outline-width: 0;
}

#content-main abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#content-main b,
#content-main strong {
  font-weight: inherit;
}

#content-main b,
#content-main strong {
  font-weight: bolder;
}

#content-main pre,
#content-main code,
#content-main kbd,
#content-main samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  font-size: 1em;
  /* 2 */
}

#content-main dfn {
  font-style: italic;
}

#content-main h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 56px;
  line-height: 3.5rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h3 {
  font-size: 18.72px;
  font-size: 1.17rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h5 {
  font-size: 13.28px;
  font-size: 0.83rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h6 {
  font-size: 10.72px;
  font-size: 0.67rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main mark {
  background-color: #ff0;
  color: #000;
}

#content-main small {
  font-size: 80%;
}

#content-main sub,
#content-main sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#content-main sub {
  bottom: -0.25em;
}

#content-main sup {
  top: -0.5em;
}

#content-main img {
  border-style: none;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

#content-main svg:not(:root) {
  overflow: hidden;
}

#content-main blockquote {
  margin: 28px 40px;
  margin: 1.75rem 40px;
}

#content-main dl,
#content-main menu,
#content-main ol,
#content-main ul {
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main ol ol,
#content-main ol ul,
#content-main ul ol,
#content-main ul ul {
  margin: 0;
}

#content-main dd {
  margin: 0 0 0 40px;
}

#content-main menu,
#content-main ol,
#content-main ul {
  padding: 0 0 0 40px;
}

#content-main nav ul,
#content-main nav ol {
  list-style: none;
  list-style-image: none;
}

#content-main figure {
  margin: 28px 40px;
  margin: 1.75rem 40px;
}

#content-main hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

#content-main p,
#content-main pre {
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main p:first-child,
#content-main pre:first-child {
  margin-top: 0;
}

#content-main p:last-child,
#content-main pre:last-child {
  margin-bottom: 0;
}

#content-main form {
  margin: 0;
}

#content-main button,
#content-main input,
#content-main optgroup,
#content-main select,
#content-main textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  *font-family: sans-serif;
  /* 3 */
  *vertical-align: middle;
  /* 4 */
}

#content-main button {
  overflow: visible;
}

#content-main button,
#content-main select {
  /* 1 */
  text-transform: none;
}

#content-main button,
#content-main html [type="button"],
#content-main [type="reset"],
#content-main [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

#content-main button,
#content-main [type="button"],
#content-main [type="reset"],
#content-main [type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

#content-main button::-moz-focus-inner,
#content-main [type="button"]::-moz-focus-inner,
#content-main [type="reset"]::-moz-focus-inner,
#content-main [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#content-main button:-moz-focusring,
#content-main [type="button"]:-moz-focusring,
#content-main [type="reset"]:-moz-focusring,
#content-main [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#content-main input {
  overflow: visible;
  line-height: normal;
}

#content-main [type="checkbox"],
#content-main [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

#content-main [type="number"]::-webkit-inner-spin-button,
#content-main [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#content-main [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}

#content-main [type="search"]::-webkit-search-cancel-button, #content-main [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#content-main ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

#content-main ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#content-main fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#content-main legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
  *margin-left: -7px;
  /* 4 */
}

#content-main optgroup {
  font-weight: bold;
}

#content-main textarea {
  overflow: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "" !important;
}

/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/**
 * Hide an element, whilst making its content available to screen readers
 * and meeting WCAG AA guidelines
 */
.visually-hidden,
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

label {
  display: block;
  color: #767676;
  margin-bottom: 0.1875rem;
}

label .form-required {
  color: #767676;
}

@media screen and (min-width: 640px) {
  label {
    font-size: 1.125rem;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(151, 151, 151, 0.34);
  padding: 15px 35px 15px 10px;
  font-weight: bold;
  font-size: 1rem;
  background: #EFEFEF url("../images/icon-select.svg") no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
}

@media screen and (max-width: 639px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

input[type=text],
.date-input,
input[type=email],
input[type=phone],
input[type=password],
input[type=file],
textarea {
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(151, 151, 151, 0.34);
  padding: 9px 15px;
  font-size: 1.25rem;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 639px) {
  input[type=text],
  .date-input,
  input[type=email],
  input[type=phone],
  input[type=password],
  input[type=file],
  textarea {
    width: 100%;
  }
}

input[type=text]::-webkit-input-placeholder,
.date-input::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=phone]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #767676;
}

input[type=text]:-ms-input-placeholder,
.date-input:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=phone]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #767676;
}

input[type=text]::-ms-input-placeholder,
.date-input::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=phone]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #767676;
}

input[type=text]::placeholder,
.date-input::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
input[type=password]::placeholder,
input[type=file]::placeholder,
textarea::placeholder {
  color: #767676;
}

input[type="submit"] {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: inherit;
  text-align: inherit;
  color: #000;
}

#container,
#container1 {
  background-image: none !important;
  padding-bottom: 0;
}

#tier4innerContent {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: initial;
  position: relative;
}

/* REMOVING PAGE TITLE */
h2.page-title {
  display: none;
}

#main-header {
  position: relative;
}

#content-main .ptheader {
  display: none;
}

#content-main .content-full#main-content-column {
  padding: 0 20px;
}

@media screen and (min-width: 640px) {
  #content-main .content-full#main-content-column {
    padding: 0 40px;
  }
}

@media screen and (min-width: 640px) {
  #content-main .content-rightcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 220px;
    grid-template-columns: 1fr auto;
  }
}

#content-main .content-column {
  padding: 0;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media screen and (min-width: 640px) {
  #content-main .content-column {
    width: auto;
    margin-bottom: 0;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

#content-main .content-column#main-content-column {
  padding: 0 20px;
}

@media screen and (min-width: 640px) {
  #content-main .content-column#main-content-column {
    padding: 0 40px;
  }
}

#content-main .related-column {
  background: #EFEFEF;
  padding-top: 1.25rem;
}

@media screen and (max-width: 639px) {
  #content-main .related-column {
    min-height: auto;
  }
}

@media screen and (min-width: 640px) {
  #content-main .related-column {
    padding: 1.25rem 0.875rem 2.5rem;
    -ms-grid-column: 2;
    grid-column: 2;
    width: auto;
    width: 220px;
  }
  #content-main .related-column::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EFEFEF;
    width: 220px;
    height: 200px;
  }
}

#content-main .related-column ul {
  padding: 0;
}

.patients #content-main .related-column {
  background: #F8F1E8;
}

.patients #content-main .related-column::after {
  background: #F8F1E8;
}

#content-main .related-column .searchbox {
  display: none;
}

#content-main .related-column .browse {
  display: none;
}

#content-main .intro {
  margin: 1.25rem 0;
}

.top_link {
  padding-left: 20px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
}

@media screen and (min-width: 640px) {
  .top_link {
    margin-top: 2.5rem;
    padding-left: 40px;
  }
}

.align-left {
  float: left;
  margin: 0 10px 28px 0;
}

@media screen and (min-width: 640px) {
  .align-left {
    margin: 0 20px 32px 0;
  }
}

.align-right {
  float: right;
  margin: 0 0 28px 10px;
}

@media screen and (min-width: 640px) {
  .align-right {
    margin: 0 0 32px 20px;
  }
}

.return-course {
  position: absolute;
  right: 0;
  bottom: -58px;
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 1.5em;
    color: #212121;
  }
}

#content-main {
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content-main a {
  cursor: pointer;
  color: #0B72BC;
  text-decoration: underline;
}

#content-main a:focus, #content-main a:active, #content-main a:hover {
  color: #003F72;
  text-decoration: underline;
}

#content-main button {
  cursor: default;
  font-size: 0.9375rem;
}

@media screen and (min-width: 640px) {
  #content-main button {
    font-size: 1rem;
  }
}

#content-main button:focus {
  outline: 2px dotted #c30000;
}

#content-main .related-column .widget h3,
#content-main .related-column .widget h4, #content-main .faq-callout h2, #content-main .faq-menu h2, #content-main .content-column .listing h2,
#content-main .content-column .listing h3, #content-main .content-column .toc h2, #content-main .box-callout h2,
#content-main .content-column .toc h3, #content-main .searchbox label, .searchbox #content-main label {
  margin: 0 0 .75rem;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 640px) {
  #content-main .related-column .widget h3,
  #content-main .related-column .widget h4, #content-main .faq-callout h2, #content-main .faq-menu h2, #content-main .content-column .listing h2,
  #content-main .content-column .listing h3, #content-main .content-column .toc h2, #content-main .box-callout h2,
  #content-main .content-column .toc h3, #content-main .searchbox label, .searchbox #content-main label {
    font-size: 1rem;
  }
}

.level-1 #content-main h1,
.level-2:not(.basics) #content-main h1 {
  margin: 1.125rem 0 1.25rem;
  font-size: 1.875rem;
  line-height: 1.1;
}

.level-1 #content-main h1 span, .level-2:not(.basics) #content-main h1 span {
  font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
  .level-1 #content-main h1,
  .level-2:not(.basics) #content-main h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.875rem;
    font-size: 3.125rem;
  }
  .level-1 #content-main h1 span, .level-2:not(.basics) #content-main h1 span {
    font-size: 2.25rem;
  }
}

#content-main h1 {
  margin-top: 1.125rem;
  color: #212121;
  font-size: 1.625rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
  padding: 0;
}

#content-main h1 span {
  display: block;
  color: #767676;
  font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
  #content-main h1 span {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 640px) {
  #content-main h1 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 960px) {
  #content-main h1 {
    margin-top: 1.5rem;
  }
}

.patients #content-main h1 span {
  color: #9B8E69;
}

#content-main h1 .separator {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#content-main h2 {
  margin-top: 3rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #212121;
  letter-spacing: -0.015em;
	margin-bottom:0
}



@media screen and (ax-width: 640px) {
  #content-main h2 {
    margin-top: 2.25rem;
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}

#content-main h3 {
  margin: 1.5rem 0 0.5rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.2223;
  color: #003f72;
}

@media screen and (min-width: 640px) {
  #content-main h3 {
    margin: 1.875rem 0 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

#content-main h4 {
  margin: 1.5rem 0 0.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #212121;
}

@media screen and (min-width: 640px) {
  #content-main h4 {
    margin: 1.875rem 0 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.2223;
  }
}

#content-main h5,
#content-main h6 {
  margin: 1.5rem 0 0.5rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.2858;
  color: #212121;
}

@media screen and (min-width: 640px) {
  #content-main h5,
  #content-main h6 {
    margin: 1.875rem 0 0.9375rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

#content-main p,
#content-main .byline,
#content-main ul,
#content-main ol,
#content-main li {
  	margin-top: .75rem;
    margin-bottom: 1.6rem;
    padding: 0;
    font-size: .97rem;
    color: #212121;
    line-height: 1.55 !important;
}





@media screen and (max-width: 640px) {
  #content-main p,
  #content-main .byline,
  #content-main ul,
  #content-main ol,
  #content-main li {
    margin-top: 1.35rem;
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.55rem !important;
  }
}


#content-main p:first-child,
#content-main .byline:first-child,
#content-main ul:first-child,
#content-main ol:first-child,
#content-main li:first-child {
  margin-top: 0 !important;
}

#content-main p:last-child,
#content-main .byline:last-child,
#content-main ul:last-child,
#content-main ol:last-child,
#content-main li:last-child {
  margin-bottom: 0 !important;
}

#content-main li {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  #content-main li {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

#content-main li > ul li:first-child,
#content-main li > ol li:first-child {
  margin-top: 0.75rem !important;
}

@media screen and (min-width: 640px) {
  #content-main li > ul li:first-child,
  #content-main li > ol li:first-child {
    margin-top: 1rem !important;
  }
}

#content-main ul li:last-child,
#content-main ol li:last-child {
  margin-bottom: 0;
}

#content-main ul li p,
#content-main ol li p {
  display: block;
}


#content-main ol {
  padding-left: 1.25rem;
}

#content-main strong {
  font-weight: bold;
}

#content-main blockquote {
  position: relative;
  padding: 0 1.25rem 0 1.25rem;
  margin: 1.25rem 0;
  font-size: 1.125rem;
  line-height: 1.3334;
  font-style: italic;
}

@media screen and (min-width: 640px) {
  #content-main blockquote {
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 1.25rem 0 2.25rem;
  }
}

@media screen and (min-width: 960px) {
  #content-main blockquote {
    font-size: 2.25rem;
    line-height: 1.1945;
    margin: 2.5rem 0 2.875rem;
  }
}

#content-main blockquote p {
  font-size: 1.125rem;
  line-height: 1.3334;
}

@media screen and (min-width: 640px) {
  #content-main blockquote p {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

#tier4innerContent li {
  margin-left: 0;
}

#tier4innerContent .content-column ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



@media screen and (min-width: 640px) {
  #tier4innerContent .content-column ul {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

#tier4innerContent .content-column ul:first-of-type, #tier4innerContent .content-column ul:first-child {
  margin-top: 0 !important;
}

#tier4innerContent .content-column ul:last-child {
  margin-bottom: 0 !important;
}

#content-main .content-column h2 + ul,
#content-main .content-column h2 + ul:first-of-type,
#content-main .content-column h2 + ol,
#content-main .content-column h2 + ol:first-of-type {
	margin-top:1rem !important;
}

#tier4innerContent .content-column li {
  line-height: 1.55 !important;
}

@media screen and (max-width: 640px) {
  #tier4innerContent .content-column li {
    line-height: 1.55 !important;
  }
}

#tier4innerContent .content-column ol li {
  font-size: 0.97rem;
  line-height: 1.55;
}

@media screen and (max-width: 640px) {
  #tier4innerContent .content-column ol li {
    font-size: 1rem;
    line-height: 1.55;
  }
}

#tier4innerContent .related-column li {
  font-size: 0.97rem;
  line-height: 1.55 !important;
  margin: 1rem 0 !important;
  padding: 0 !important;
}

#tier4innerContent .related-column li:first-of-type {
  margin-top: 0 !important;
}

#tier4innerContent .related-column li:last-of-type {
  margin-bottom: 0 !important;
}

a[href$=".pdf"],
a[href$=".ppt"],
a[href$=".pptx"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".csv"],
a[href$=".vsd"],
a[href$=".vdw"],
a[href$=".mp3"],
a[href$=".zip"],
a[href$=".rar"] {
  display: inline;
  line-height: inherit;
}

#content-main table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  font-size: 0.97rem;
  line-height: 1.4;
  /**
    * Header Columns
    */
  /**
    * Body Cells
    */
  /**
    * Mobile only
    */
}

@media screen and (min-width: 640px) {
  #content-main table {
    font-size: 1rem;
  }
}

#content-main table p,
#content-main table li {
  font-size: 0.97rem;
  line-height: 1.4;
}

@media screen and (min-width: 640px) {
  #content-main table p,
  #content-main table li {
    font-size: 1rem;
  }
}

#content-main table tr:nth-child(even) {
  background-color: #F2F2F2;
}

#content-main table tr:nth-child(even) td.active {
  background: #F2F2F2;
}

#content-main table tr.colorrow {
  border-color: #ddd;
}

#content-main table th {
  margin: 0;
  background: #F2F2F2;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0.625rem;
  color: #212121;
  text-align: left;
  font-weight: bold;
}

#content-main table th a {
  color: #0B72BC;
}

#content-main table th a:focus, #content-main table th a:active, #content-main table th a:hover {
  color: #003F72;
  text-decoration: none;
}

#content-main table th.active {
  background: #EFEFEF;
}

#content-main table td {
  margin: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0.625rem;
}

#content-main table td.active {
  background: #fff;
}

#content-main table td p,
#content-main table td li,
#content-main table td ol,
#content-main table td ul,
#content-main table td h1,
#content-main table td h2,
#content-main table td h3,
#content-main table td h4,
#content-main table td h5 {
  line-height: 1.4;
}

#content-main table td p:first-of-type,
#content-main table td li:first-of-type,
#content-main table td ol:first-of-type,
#content-main table td ul:first-of-type,
#content-main table td h1:first-of-type,
#content-main table td h2:first-of-type,
#content-main table td h3:first-of-type,
#content-main table td h4:first-of-type,
#content-main table td h5:first-of-type {
  margin-top: 0;
}

#content-main table td p:last-child,
#content-main table td li:last-child,
#content-main table td ol:last-child,
#content-main table td ul:last-child,
#content-main table td h1:last-child,
#content-main table td h2:last-child,
#content-main table td h3:last-child,
#content-main table td h4:last-child,
#content-main table td h5:last-child {
  margin-bottom: 0;
}

#content-main table tfoot tr {
  background: #fff;
}

#content-main table tfoot tr td {
  border: 0;
  font-style: italic;
}

@media screen and (max-width: 639px) {
  #content-main table.responsive {
    border: 0;
    border-top: 1px solid #ddd;
  }
  #content-main table.responsive tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  #content-main table.responsive tr:nth-child(even) {
    background-color: #fff;
  }
  #content-main table.responsive tr:nth-child(even) td.active {
    background: #fff;
  }
  #content-main table.responsive tr.colorrow {
    background: transparent;
    border-top: 0;
  }
  #content-main table.responsive > tr:first-of-type {
    display: none;
  }
  #content-main table.responsive > thead > tr:first-of-type {
    display: none;
  }
  #content-main table.responsive > tbody:only-child > tr:first-of-type {
    display: none;
  }
  #content-main table.responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
    min-height: 52px;
  }
  #content-main table.responsive td::before {
    content: attr(data-label) ": ";
    float: left;
  }
  #content-main table.responsive td:last-child {
    border-bottom: 0;
  }
  #content-main table.responsive td:first-child {
    background-color: #EFEFEF;
    color: #212121;
    font-weight: bold;
  }
  #content-main table.responsive td:first-child::before {
    display: none;
  }
  #content-main table.responsive td:not(:first-child) p:only-child, #content-main table.responsive td:not(:first-child) p:first-child,
  #content-main table.responsive td:not(:first-child) ul:only-child,
  #content-main table.responsive td:not(:first-child) ul:first-child,
  #content-main table.responsive td:not(:first-child) ol:only-child,
  #content-main table.responsive td:not(:first-child) ol:first-child,
  #content-main table.responsive td:not(:first-child) h1:only-child,
  #content-main table.responsive td:not(:first-child) h1:first-child,
  #content-main table.responsive td:not(:first-child) h2:only-child,
  #content-main table.responsive td:not(:first-child) h2:first-child,
  #content-main table.responsive td:not(:first-child) h3:only-child,
  #content-main table.responsive td:not(:first-child) h3:first-child,
  #content-main table.responsive td:not(:first-child) h4:only-child,
  #content-main table.responsive td:not(:first-child) h4:first-child,
  #content-main table.responsive td:not(:first-child) h5:only-child,
  #content-main table.responsive td:not(:first-child) h5:first-child,
  #content-main table.responsive td:not(:first-child) h6:only-child,
  #content-main table.responsive td:not(:first-child) h6:first-child {
    margin-top: 1.875rem !important;
  }
  #content-main table.responsive td ul,
  #content-main table.responsive td ol {
    padding-left: 1.25rem;
  }
  #content-main table.responsive.datatable td,
  #content-main table.responsive.datatable th {
    border-top: 0;
  }
  #content-main table.responsive tfoot tr {
    background: #fff;
    border: 0;
  }
  #content-main table.responsive tfoot tr td {
    background: #fff !important;
    border: 0;
    font-weight: normal !important;
  }
}

#content-main table.datatable td,
#content-main table.datatable th {
  border-color: #ddd;
}

#content-main .button, #content-main input[type="submit"], #content-main .module-nav a {
  display: inline-block;
  height: auto;
  padding: 0.9375rem 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #003F72;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  background-clip: padding-box;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

@media screen and (max-width: 640px) {
  #content-main .button, #content-main input[type="submit"], #content-main .module-nav a {
    padding: 1.0625rem 30px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 639px) {
  #content-main .button, #content-main input[type="submit"], #content-main .module-nav a {
    width: 100%;
  }
}

#content-main .button:focus, #content-main .button:active, #content-main .button:hover, #content-main input:focus[type="submit"], #content-main .module-nav a:focus, #content-main input:active[type="submit"], #content-main .module-nav a:active, #content-main input:hover[type="submit"], #content-main .module-nav a:hover {
  text-decoration: none;
  background-color: #0B72BC;
  color: #fff;
}

.byline {
  display: none;
  color: #212121;
  font-weight: normal;
  font-style: normal;
}

.byline p {
  color: #212121;
  font-style: normal;
}

.bylinedate {
  font-style: italic !important;
}

.bylinedocsource {
  display: none;
}

#content-main .expand-all {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: inherit;
  text-align: inherit;
  color: #000;
  float: right;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  #content-main .expand-all {
    font-size: 1rem;
    margin-top: -4px;
  }
}

#content-main .expand-all:focus, #content-main .expand-all:active, #content-main .expand-all:hover {
  color: #003F72;
}

#content-main .expand-all span {
  font-size: 1.25rem;
}

.module-nav {
  border: 0;
  padding: 0;
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .module-nav {
    margin: 2.5rem 0;
  }
}

@media screen and (max-width: 639px) {
  #content-main .module-nav a {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 640px) {
  #content-main .module-nav a {
    min-width: 152px;
  }
}

#content-main .module-nav a:first-child {
  float: left;
}

#content-main .module-nav a:nth-child(2) {
  display: none;
}

#content-main .module-nav a:nth-child(3) {
  float: right;
}

.related-column .widget {
  margin-bottom: 1.25rem;
  padding: 0;
  float: none;
  min-width: auto;
  border: 0;
  background: none;
}

@media screen and (min-width: 640px) {
  .related-column .widget {
    margin-bottom: 2.5rem;
  }
}

.related-column .widget ~ .widget {
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .related-column .widget ~ .widget {
    margin: 2.5rem 0;
  }
}

#content-main .related-column .widget .widget-title {
  padding: 0;
}

#content-main .related-column .widget h3,
#content-main .related-column .widget h4 {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 0.875rem;
}

#content-main .related-column .widget ul li {
  float: none !important;
}

.prboxcontent {
  padding: 0;
  font-size: 0.97rem;
  line-height: 1.6;
}

@media screen and (min-width: 640px) {
  .prboxcontent {
    min-width: 184px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.boxes {
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .boxes {
    margin: 1.5rem 0;
  }
}

#content-main .boxes {
  padding: 1.25rem;
  border: solid 2px #cccccc;
}


#content-main .boxes .boxcontent {
	border:none !important;
}


#content-main .boxes h2 {
	margin-bottom: 0;
    margin-top: 0;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #003f72;
}

#content-main .boxes .boxcontent h3,
#content-main .boxes .boxcontent > b {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0;
  margin: 1.25rem 0 0.625rem;
}

#content-main .boxes .boxcontent h3:first-of-type,
#content-main .boxes .boxcontent > b:first-of-type {
  margin-top: 0;
}

.related-column .promo,
.related-column .promo-home {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
}

@media screen and (min-width: 640px) {
  .related-column .promo,
  .related-column .promo-home {
    margin-bottom: 2.5rem;
  }
}

.related-column .promo ~ .promo,
.related-column .promo ~ .promo-home,
.related-column .promo-home ~ .promo,
.related-column .promo-home ~ .promo-home {
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .related-column .promo ~ .promo,
  .related-column .promo ~ .promo-home,
  .related-column .promo-home ~ .promo,
  .related-column .promo-home ~ .promo-home {
    margin: 2.5rem 0;
  }
}

.related-column .promo img,
.related-column .promo-home img {
  width: 100% !important;
  height: auto !important;
}

.linkicons {
  padding-left: 5px;
}

.accordion-menu {
  margin-bottom: 20px;
}

.accordion-menu::after {
  display: block;
  clear: both;
  content: "" !important;
}

@media screen and (min-width: 640px) {
  .accordion-menu {
    margin-bottom: 40px;
  }
}

#content-main .accordion-menu h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#content-main .accordion-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

#content-main .accordion-menu > ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .accordion-menu > ul::after {
  display: block;
  clear: both;
  content: "" !important;
}

#content-main .accordion-menu > ul > li {
  position: relative;
  margin-bottom: 0.625rem;
}

#content-main .accordion-menu > ul > li::before {
  display: none;
}

#content-main .accordion-menu > ul > li > h3 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  width: 100%;
  margin: 0;
  padding: 0 0.6875rem 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.1112;
  background: #EEF7FE;
}

@media screen and (max-width: 640px) {
  #content-main .accordion-menu > ul > li > h3 {
    font-size: 1.3rem;
    line-height: 1.35;
    height: auto;
  	min-height: 64px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

#content-main .accordion-menu > ul > li > h3 > a,
#content-main .accordion-menu > ul > li > h3 > span {
  display: block;
  color: #003F72;
  text-decoration: none;
  margin-left: 70px;
  width: 100%;
  background-color: #EEF7FE;
}

@media screen and (min-width: 640px) {
  #content-main .accordion-menu > ul > li > h3 > a,
  #content-main .accordion-menu > ul > li > h3 > span {
    margin-left: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 640px) {
  #content-main .accordion-menu > ul > li > h3 > a {
    padding-right: 3.125rem;
    background: #EEF7FE url("../images/icon-arrow-button.svg") no-repeat right center;
  }
  #content-main .accordion-menu > ul > li > h3 > a:focus, #content-main .accordion-menu > ul > li > h3 > a:active, #content-main .accordion-menu > ul > li > h3 > a:hover {
    background-image: url("../images/icon-arrow-button-hover.svg");
  }
}

#content-main .accordion-menu > ul > li > h3 > span {
  color: #212121;
}

#content-main .accordion-menu > ul > li > button {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: inherit;
  text-align: inherit;
  color: #000;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: unset !important;
  display: block;
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1) url("../images/icon-plus.svg") no-repeat center center;
}

#content-main .accordion-menu > ul > li > button.active {
  background-image: url("../images/icon-minus.svg");
}

#content-main .accordion-menu > ul > li > button:focus, #content-main .accordion-menu > ul > li > button:active, #content-main .accordion-menu > ul > li > button:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

html:not(.js-enabled) #content-main .accordion-menu > ul > li > button:focus {
  background: red;
}

html:not(.js-enabled) #content-main .accordion-menu > ul > li > button:focus ~ .submenu {
  display: block;
}

#content-main .accordion-menu > ul > li.patients > h3,
#content-main .accordion-menu > ul > li.patients > h3 > a {
  background-color: #F8F1E8;
}

#content-main .accordion-menu > ul > li.patients .submenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .accordion-menu > ul > li.patients .submenu > ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .accordion-menu > ul > li.patients .submenu > ul > li {
  position: relative;
  padding-left: 28px;
}

#content-main .accordion-menu > ul > li.patients .submenu > ul > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #BCAAA4;
}

.patients #content-main .accordion-menu > ul > li.patients .submenu > ul > li::before {
  background-color: #BCAAA4;
}

#content-main .accordion-menu > ul > li .submenu {
  display: none;
  padding: 1.25rem 0.75rem 0.75rem 0.75rem;
}

@media screen and (min-width: 640px) {
  #content-main .accordion-menu > ul > li .submenu {
    padding: 1.875rem 2.5rem 1.25rem 2.8125rem;
  }
}

#content-main .accordion-menu > ul > li .submenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .accordion-menu > ul > li .submenu > ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .accordion-menu > ul > li .submenu > ul > li {
  position: relative;
  padding-left: 28px;
}

#content-main .accordion-menu > ul > li .submenu > ul > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #B5B5B5;
}

.patients #content-main .accordion-menu > ul > li .submenu > ul > li::before {
  background-color: #BCAAA4;
}

@media screen and (min-width: 640px) {
  #content-main .accordion-menu > ul > li .submenu > ul {
    -webkit-columns: 2;
            columns: 2;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #content-main .accordion-menu > ul > li .submenu > ul > li {
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-bottom: 1.375rem;
  }
}

#content-main .accordion-menu > ul > li.no-submenu > h3 > a {
  margin-left: 20px;
}

#content-main .accordion-menu > ul > li.no-submenu > button {
  display: none;
}

#content-main .related-column .contentsbox {
  width: 100%;
  margin: 0 0 0.875rem 0;
  float: none;
  border: 0;
  background: none;
}

#content-main .related-column .contentsbox h2,
#content-main .related-column .contentsbox h3 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#content-main .related-column .contentsbox .contentsboxcontent {
  width: 100%;
  margin: 0;
}

#content-main .related-column .contentsbox .contentsboxcontent > a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}

#content-main .related-column .contentsbox ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem !important;
  list-style-image: none !important;
}

@media screen and (min-width: 640px) {
  #content-main .related-column .contentsbox ul {
    margin-top: 1rem !important;
  }
}

#content-main .related-column .contentsbox ul li {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

#content-main .related-column .contentsbox ul li a {
  display: block;
  text-decoration: none;
}

#content-main .related-column .contentsbox ul li a.homeitemself {
  color: #212121;
  font-weight: bold;
}

#content-main .related-column .contentsbox ul li.expandmenu {
  position: relative;
}

#content-main .related-column .contentsbox ul li.expandmenu::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 0 0 2px;
  border-color: #0B72BC;
  border-style: solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#content-main .related-column .contentsbox ul li.expandmenu > a {
  padding-right: 1.25rem !important;
}

#content-main .related-column .contentsbox ul li.homeitem-parent::after {
  border-color: #212121;
}

#content-main .related-column .contentsbox ul li.homeitem-parents > a {
  font-weight: bold;
}

#content-main .related-column .contentsbox ul li.homeitem-parents::after {
  top: 4px;
  right: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#content-main .related-column .contentsbox ul li .subitems {
  margin-left: 0;
  padding-left: 1rem;
}

#content-main .related-column .contentsbox ul li .subitems li.expandmenu:focus::after, #content-main .related-column .contentsbox ul li .subitems li.expandmenu:active::after, #content-main .related-column .contentsbox ul li .subitems li.expandmenu:hover::after {
  border-color: #003F72;
}

#content-main .related-column .contentsbox ul.hep-c > li {
  display: none;
}

#content-main .related-column .contentsbox ul.hep-c > li.homeitem-parents {
  display: block;
}

.faq-callout, .box-callout {
  background: #F8F1E8;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}

@media screen and (min-width: 640px) {
  .faq-callout, .box-callout {
    padding: 40px;
    margin: 40px 0;
  }
}

#content-main .faq-callout blockquote,
#content-main .faq-callout p {
  border: 0;
  margin: 1.875rem auto;
  padding: 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3334;
  font-style: normal;
}

@media screen and (ax-width: 640px) {
  #content-main .faq-callout blockquote,
  #content-main .faq-callout p {
    max-width: 70%;
    font-size: 1.275rem;
    line-height: 1.3637;
  }
}

#content-main .faq-callout blockquote a,
#content-main .faq-callout p a {
  text-decoration: none;
}

#content-main .faq-callout blockquote a:focus, #content-main .faq-callout blockquote a:active, #content-main .faq-callout blockquote a:hover,
#content-main .faq-callout p a:focus,
#content-main .faq-callout p a:active,
#content-main .faq-callout p a:hover {
  color: #0B72BC;
}







#content-main .box-callout blockquote,
#content-main .box-callout p,
#content-main .box-callout ul li{
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.3334;
  font-style: normal;
text-align:left;
}

@media screen and (min-width: 640px) {
  #content-main .box-callout blockquote,
  #content-main .box-callout p {
    font-size: 1.375rem;
    line-height: 1.3637;
  }
}

#content-main .box-callout blockquote a,
#content-main .box-callout p a {
  text-decoration: none;
}

#content-main .box-callout blockquote a:focus, 
#content-main .box-callout blockquote a:active, 
#content-main .box-callout blockquote a:hover,
#content-main .box-callout p a:focus,
#content-main .box-callout p a:active,
#content-main .box-callout p a:hover {
  color: #0B72BC;
}











.faq-menu {
  margin-bottom: 1.875rem;
}

.faq-menu::after {
  display: block;
  clear: both;
  content: "" !important;
}

@media screen and (min-width: 640px) {
  .faq-menu {
    margin-bottom: 3.125rem;
  }
}

#content-main .faq-menu h2 {
  margin: 0;
  float: left;
  color: #003F72;
}

#content-main .faq-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

#content-main .faq-menu > ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .faq-menu > ul::after {
  display: block;
  clear: both;
  content: "" !important;
}

#content-main .faq-menu > ul > li {
  position: relative;
  margin-bottom: 0.625rem;
}

#content-main .faq-menu > ul > li::before {
  display: none;
}

#content-main .faq-menu > ul > li > button {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: inherit;
  text-align: inherit;
  color: #000;
  display: inline-block;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.125rem 0.75rem 3.5625rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.1112;
  background: #EEF7FE url("../images/icon-plus.svg") no-repeat 20px center;
}

@media screen and (min-width: 640px) {
  #content-main .faq-menu > ul > li > button {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

#content-main .faq-menu > ul > li > button.active {
  background-image: url("../images/icon-minus.svg");
}

html:not(.js-enabled) #content-main .faq-menu > ul > li > button:focus {
  background: red;
}

html:not(.js-enabled) #content-main .faq-menu > ul > li > button:focus ~ .answer {
  display: block;
}

#content-main .faq-menu > ul > li > button h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#content-main .faq-menu > ul > li .answer {
  display: none;
  padding: 1.25rem 0.75rem 0.75rem 0.75rem;
}

@media screen and (min-width: 640px) {
  #content-main .faq-menu > ul > li .answer {
    padding: 1.875rem 2.5rem 1.25rem 3.5625rem;
  }
}

.hero {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 640px) {
  .hero {
    margin-bottom: 2.5rem;
  }
}

#content-main .hero header {
  position: relative;
  height: 254px;
  padding: 20px;
  background: url("../images/hero/moustache.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 -20px;
}

@media screen and (min-width: 640px) {
  #content-main .hero header {
    margin: 0 -40px;
    padding: 2.125rem 40px;
  }
}

@media screen and (min-width: 960px) {
  #content-main .hero header {
    width: 100%;
    margin: 0;
  }
}

#content-main .hero header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 63, 114, 0.6);
}

#content-main .hero header.basics {
  background-image: url("../images/hero/basics.jpg");
}

@media screen and (min-width: 640px) {
  #content-main .hero header.basics h1 {
    width: 40%;
  }
}

#content-main .hero header.ald {
  background-image: url("../images/hero/alcohol.jpg");
}

#content-main .hero header.cirrhosis {
  background-image: url("../images/hero/patient-cirrhosis.jpg");
}

@media screen and (min-width: 640px) {
  #content-main .hero header.cirrhosis p {
    width: 90%;
  }
}

#content-main .hero header.hep-a {
  background-image: url("../images/hero/doctor-woman.jpg");
}

#content-main .hero header.hep-a h1 {
  line-height: 1.1;
}

#content-main .hero header.hep-b {
  background-image: url("../images/hero/doctor-man.jpg");
}

#content-main .hero header.hep-b h1 {
  line-height: 1.1;
}

#content-main .hero header.hep-c {
  background-image: url("../images/hero/moustache.jpg");
}

#content-main .hero header.hep-c h1 {
  line-height: 1.1;
}

#content-main .hero header.cancer {
  background-image: url("../images/hero/doctor-patient.jpg");
}

#content-main .hero header.transplant {
  background-image: url("../images/hero/doctor-transplant.jpg");
}

@media screen and (min-width: 640px) {
  #content-main .hero header.transplant p {
    width: 80%;
  }
}

#content-main .hero header.nafl {
  background-image: url("../images/hero/doctor-patient-2.jpg");
}

#content-main .hero header h1 {
  margin-top: 0.625rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media screen and (min-width: 960px) {
  #content-main .hero header h1 {
    margin-top: -0.4375rem;
  }
}

#content-main .hero header h1 span {
  color: #fff;
}

.patients #content-main .hero header h1 span {
  color: #E5E0D9;
}

#content-main .hero header p {
  position: absolute;
  z-index: 1;
  width: 90%;
  bottom: 20px;
  color: #fff;
}

@media screen and (min-width: 640px) {
  #content-main .hero header p {
    width: 50%;
  }
}

#content-main .hero header p a {
  color: #fff;
}

#content-main .hero footer {
  background: #EFEFEF;
  margin: 0 -20px;
  padding: 1.875rem 20px;
}

.patients #content-main .hero footer {
  background: #F8F1E8;
}

@media screen and (min-width: 640px) {
  #content-main .hero footer {
    margin: 0 -40px;
    padding: 1.875rem 40px 2.25rem;
  }
}

@media screen and (min-width: 960px) {
  #content-main .hero footer {
    width: 100%;
    margin: 0;
  }
}

#content-main .hero footer nav {
  margin: 0;
}

#content-main .hero footer nav h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#content-main .hero footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .hero footer nav ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .hero footer nav ul > li {
  margin-bottom: 1.625rem;
}

#content-main .hero footer nav ul h3 {
  margin: 0 0 0.25rem;
}

#content-main .hero footer nav ul p:first-of-type {
  margin-top: 0;
}

#content-main .home-menu {
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) {
  #content-main .home-menu {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

#content-main .home-menu nav {
  border-bottom: solid 3px;
  padding: 1.5rem 20px 1.875rem;
}

#content-main .home-menu nav::after {
  display: block;
  clear: both;
  content: "" !important;
}

@media screen and (max-width: 640px) {
  #content-main .home-menu nav {
    padding: 1.5rem 30px 40px;
  }
}

#content-main .home-menu nav h3 {
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0 0 1.625rem;
}

@media screen and (max-width: 640px) {
  #content-main .home-menu nav h3 {
    font-size: 1.55rem;
    line-height: 1.1334;
  }
}

#content-main .home-menu nav:first-child {
  background: #F8F1E8;
  border-color: #BCAAA4;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  #content-main .home-menu nav:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 20px;
  }
}

#content-main .home-menu nav:nth-child(2) {
  background: #EEF7FE;
  border-color: #6ABFFB;
}

@media screen and (min-width: 640px) {
  #content-main .home-menu nav:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin-left: 20px;
  }
}

#content-main .home-menu nav:last-child {
  background: #EFEFEF;
  border-color: #B5B5B5;
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  #content-main .home-menu nav:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-right: 20px;
  }
}

#content-main .home-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .home-menu ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .home-menu p,
#content-main .home-menu li {
  	font-size: .97rem;
    line-height: 1.1112;
    margin: 1rem 0;
    line-height: 1.4 !important;
}

#content-main .home-intro {
  margin-top: 0;
}

@media screen and (min-width: 640px) {
  #content-main .home-intro {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}

.section-home {
  padding: 0;
  border: 0;
  background: none;
}

.listing,
.toc {
  margin: 1.5rem 0;
  border: 0;
}

.listing::after,
.toc::after {
  display: block;
  clear: both;
  content: "" !important;
}

@media screen and (min-width: 640px) {
  .listing,
  .toc {
    margin: 1.75rem 0;
  }
}

.listing ~ .listing,
.toc ~ .listing {
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .listing ~ .listing,
  .toc ~ .listing {
    margin: 2.5rem 0;
  }
}

#content-main .content-column .listing h2,
#content-main .content-column .listing h3, #content-main .content-column
.toc h2,
#content-main .content-column
.toc h3 {
  color: #212121;
}

@media screen and (min-width: 640px) {
  #content-main .content-column .listing p, #content-main .content-column
  .toc p {
    width: 50%;
  }
}

#content-main .content-column .listing ul, #content-main .content-column
.toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .content-column .listing ul > li, #content-main .content-column
.toc ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .content-column .listing ul > li, #content-main .content-column
.toc ul > li {
  position: relative;
  padding-left: 28px;
}

#content-main .content-column .listing ul > li::before, #content-main .content-column
.toc ul > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #B5B5B5;
}

.patients #content-main .content-column .listing ul > li::before, .patients #content-main .content-column
.toc ul > li::before {
  background-color: #BCAAA4;
}

#content-main .content-column .listing ul > li, #content-main .content-column
.toc ul > li {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  #content-main .content-column .listing ul > li, #content-main .content-column
  .toc ul > li {
    margin-top: 0;
    margin-bottom: .5rem;
  }
}

#content-main .content-column .listing ul > li.active, #content-main .content-column
.toc ul > li.active {
  font-weight: bold;
}

#content-main .content-column .listing ul > li.active a, #content-main .content-column
.toc ul > li.active a {
  color: #212121;
  text-decoration: none;
}

#content-main .content-column .listing ul > li.active::before, #content-main .content-column
.toc ul > li.active::before {
  background-color: #212121;
}

.patients #content-main .content-column .listing ul > li.active::before, .patients #content-main .content-column
.toc ul > li.active::before {
  background-color: #212121;
}

#content-main .content-column .listing ul > li a.active, #content-main .content-column
.toc ul > li a.active {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  #content-main .content-column .listing ul.cols-2, #content-main .content-column
  .toc ul.cols-2 {
    -webkit-columns: 2;
            columns: 2;
  }
  #content-main .content-column .listing ul.cols-2 > li, #content-main .content-column
  .toc ul.cols-2 > li {
    overflow: hidden;
  }
}

@media screen and (min-width: 640px) {
  #content-main .content-column .listing ul.cols-3, #content-main .content-column
  .toc ul.cols-3 {
    -webkit-columns: 3;
            columns: 3;
  }
  #content-main .content-column .listing ul.cols-3 > li, #content-main .content-column
  .toc ul.cols-3 > li {
    overflow: hidden;
  }
}



.products-container,
.PRODUCTSCONTAINER {
  border: 0 !important;
  margin: 2.5rem 0 !important;
}

@media screen and (min-width: 640px) {
  .products-container,
  .PRODUCTSCONTAINER {
    margin: 3.75rem 0 !important;
  }
}

.searchbox {
  border: 0;
  margin: 0;
  margin: 2.5rem 0;
}

@media screen and (min-width: 640px) {
  .searchbox {
    text-align: left;
    margin: 3.75rem 0;
  }
}

@media screen and (min-width: 640px) {
  #content-main .searchbox form {
    text-align: left;
  }
}

#content-main .searchbox form p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 640px) {
  #content-main .searchbox form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.searchbox .searchfield {
  height: auto;
}

@media screen and (max-width: 639px) {
  .searchbox .searchfield {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 640px) {
  .searchbox .searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 640px) {
  .searchbox .searchbutton {
    margin-left: 2.5rem !important;
  }
}

#content-main .search-results li.result-row {
  margin-bottom: 1.875rem !important;
}

.searchtabs {
  border: 0 !important;
}

.toolbox {
  margin-top: 1.875rem;
  margin-right: 0;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding: 0.625rem;
  border: 0;
}

@media screen and (min-width: 640px) {
  .toolbox {
    margin-bottom: 2.5rem;
  }
}

.toolbox ~ .toolbox {
  margin: 1.25rem 0;
}

@media screen and (min-width: 640px) {
  .toolbox ~ .toolbox {
    margin: 2.5rem 0;
  }
}

.toolbox:first-of-type {
  margin-top: 0;
}

#content-main .toolbox > ul > li {
  font-size: 0.875rem;
}

#content-main .toolbox > ul > li a {
  text-decoration: none;
}

#content-main .toolbox > ul > li a[href$="single-page.asp"] {
  display: inline-block;
  margin-left: 24px;
  text-indent: -24px;
}

@media print {
  .tree h2 {
    page-break-before: always;
  }
  .tree img {
    width: 72%;
    margin: 0 auto;
    display: block;
  }
}

#content-main .content-column .whats-new {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  padding: 0;
  margin: 1.25rem 0;
}

#content-main .content-column .whats-new > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  #content-main .content-column .whats-new {
    margin: 2.5rem 0;
  }
}

#content-main .content-column .whats-new > li {
  overflow: hidden;
  margin: 1.25rem 0;
  padding: 20px;
  background: #EFEFEF;
  border-bottom: solid 3px #B5B5B5;
}

#content-main .content-column .whats-new > li::after {
  display: block;
  clear: both;
  content: "" !important;
}

@media screen and (min-width: 640px) {
  #content-main .content-column .whats-new > li {
    margin: 2.5rem 0;
  }
}

@media screen and (max-width: 640px) {
  #content-main .content-column .whats-new > li {
    padding: 1.875rem 30px 3.125rem 40px;
  }
}

#content-main .content-column .whats-new > li.patients {
  background-color: #F8F1E8;
  border-color: #BCAAA4;
}

#content-main .content-column .whats-new h2,
#content-main .content-column .whats-new h3,
#content-main .content-column .whats-new h4,
#content-main .content-column .whats-new h5 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
}

#content-main .content-column .whats-new p:last-child, #content-main .content-column .whats-new p:only-child,
#content-main .content-column .whats-new ul:last-child,
#content-main .content-column .whats-new ul:only-child,
#content-main .content-column .whats-new ol:last-child,
#content-main .content-column .whats-new ol:only-child,
#content-main .content-column .whats-new li:last-child,
#content-main .content-column .whats-new li:only-child {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 640px) {
  #content-main .content-column .whats-new p:last-child, #content-main .content-column .whats-new p:only-child,
  #content-main .content-column .whats-new ul:last-child,
  #content-main .content-column .whats-new ul:only-child,
  #content-main .content-column .whats-new ol:last-child,
  #content-main .content-column .whats-new ol:only-child,
  #content-main .content-column .whats-new li:last-child,
  #content-main .content-column .whats-new li:only-child {
    margin-bottom: 1.75rem !important;
  }
}

#content-main .content-column .whats-new .fat-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content-main .content-column .whats-new .fat-bullets > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

#content-main .content-column .whats-new .fat-bullets > li {
  position: relative;
  padding-left: 28px;
}

#content-main .content-column .whats-new .fat-bullets > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #B5B5B5;
}

.patients #content-main .content-column .whats-new .fat-bullets > li::before {
  background-color: #BCAAA4;
}

.slider .scrollable {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .slider .scrollable {
    background-color: #EFEFEF;
  }
}

@media screen and (max-width: 767px) {
  .slider .scrollable .items > div .slider-info {
    background-color: #EFEFEF;
  }
}

@media screen and (min-width: 768px) {
  .slider .scrollable .items > div .slider-info {
    width: 33.33333% !important;
    background-color: #DDD;
  }
}

.slider .scrollable .items > div .slider-info h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
  margin-bottom: 0.625rem;
  text-shadow: none;
  color: #212121;
}

.slider .scrollable .items > div .slider-info p {
  font-size: 0.9375rem;
  line-height: 1.4667;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
}

.slider .scrollable .items > div .slider-info p a {
  color: #0B72BC;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .slider .slider-thumbnails .thumbnails-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .slider .slider-thumbnails .thumbnails-wrap > a {
    cursor: default;
    display: block;
    width: 33.33333%;
    font-size: 0.875rem;
    line-height: 1.1429;
    border: 0;
    background: #003F72;
    outline-color: #fff;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
  }
  .keyboard-user .slider .slider-thumbnails .thumbnails-wrap > a:focus {
    -webkit-box-shadow: 0 0 0 0.1875rem white inset;
            box-shadow: 0 0 0 0.1875rem white inset;
  }
  .keyboard-user.pointerevents .slider .slider-thumbnails .thumbnails-wrap > a:focus:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .slider .slider-thumbnails .thumbnails-wrap > a:focus {
    outline: 0;
  }
  .slider .slider-thumbnails .thumbnails-wrap > a:focus, .slider .slider-thumbnails .thumbnails-wrap > a:active, .slider .slider-thumbnails .thumbnails-wrap > a:hover {
    text-decoration: none;
    background-color: #0B72BC;
  }
  .slider .slider-thumbnails .thumbnails-wrap > a.selected {
    background: #EFEFEF;
  }
  .slider .slider-thumbnails .thumbnails-wrap > a.selected span {
    color: #212121;
    font-weight: bold;
  }
}
/*# sourceMappingURL=styles.css.map */



/* fix left menu spacing */

.sub-sub-menu li ul.sub-sub-menu > li a {
    height: auto;
    padding-left: 56px;
    padding-top: 8px;
    border: 0px;
    line-height: 1rem;
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;

}


