/*!
 * NantHealth responsive webhelp left-to-right common CSS styles
 */
/*
 * ------------------------------------------------------------------
 *  

 */
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                  FONTS
 * Noto Sans: Primary font for extensive use (page body, paragraphs, lists, etc.)
 * Open Sans: Used with headings.  Used when light, semibold or extrabold font weights are needed, as Noto Sans does not supply these weights.
 * Roboto: Used with buttons, tabs and column headers within tables.  Used anywhere all caps is used.    
 * 
 * Refer to this page for standards: https://nhwiki.nanthealth.com/display/UX/%5BDRAFT%5D++Typography
 * -----------------------------------------------------------------------------------------------------------------
 */
/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700,300");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,300");*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900');

:root {
    --primary-color: #273180;
    --accent-color: #E2EBF6;
    --primary-text-color: #333333;
    --link-color: #0056b3;
    --special-tile-color: #26478E;
    --white-color: white;
    --sidebar-footer-text-color: #57646E;
    --shadow-color: #333333;
    --font-family: "Inter";
}


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                  FONTS
 * 
 * -----------------------------------------------------------------------------------------------------------------
 */
 
* {
  font-family: var(--font-family); 

}

/* To set "1rem" to 16px */
html {
  font-size: 16px;
}

:root {  

    /* DISPLAY FONTS (for when you need to pack a punch) */
    --display1-font-size: 4.5rem; /* 72px */
    --display1-line-height: 1.16666666667; /* 84px */
    --display1-letter-spacing: calc(-0.02em * 1);
    --display1-font-weight: 300; /* light */
    --display1-text-transform: none;

    --display2-font-size: 3.5rem; /* 56px */
    --display2-line-height: 1.2142857143; /* 68px */
    --display2-letter-spacing: calc(-0.02em * 1);
    --display2-font-weight: 300; /* light */
    --display2-text-transform: none;

    --display3-font-size: 3rem; /* 48px */
    --display3-line-height: 1.25; /* 60px */
    --display3-letter-spacing: normal;
    --display3-font-weight: 300; /* light */
    --display3-text-transform: none;

    --display4-font-size: 2.25rem; /* 36px */
    --display4-line-height: 1.22222222222; /* 44px */
    --display4-letter-spacing: normal;
    --display4-font-weight: 500; /* medium */
    --display4-text-transform: none;

     /* HEADING FONTS */
    --heading1-font-size: 1.75rem; /* 28px */
    --heading1-line-height: 1.2857142857; /* 36px */
    --heading1-letter-spacing: normal;
    --heading1-font-weight: 500; /* medium */
    --heading1-text-transform: none;

    --heading2-font-size: 1.5rem; /* 24px */
    --heading2-line-height: 1.33333333333; /* 32px */
    --heading2-letter-spacing: normal;
    --heading2-font-weight: 500; /* medium */
    --heading2-text-transform: none;

    --heading3-font-size: 1.1875rem; /* 19px */
    --heading3-line-height: 1.2631578947; /* 24px */
    --heading3-letter-spacing: normal;
    --heading3-font-weight: 500; /* medium */
    --heading3-text-transform: none;

    --heading4-font-size: 1rem; /* 16px */
    --heading4-line-height: 1.5rem; /* 24px */
    --heading4-letter-spacing: calc(0.01em * 1);
    --heading4-font-weight: 700; /* bold */
    --heading4-text-transform: none;

    --heading5-font-size: 0.875rem; /* 14px */
    --heading5-line-height: 1.4285714286; /* 20px */
    --heading5-letter-spacing: calc(0.01em * 1);
    --heading5-font-weight: 700; /* bold */
    --heading5-text-transform: none;

    --heading6-font-size: 0.8125rem; /* 13px */
    --heading6-line-height: 1.4285714286; /* 20px */
    --heading6-letter-spacing: calc(0.015em * 1);
    --heading6-font-weight: 700; /* bold */
    --heading6-text-transform: none;

  /* BODY FONTS - LARGE-LOOSE, LARGE, SMALL */
  --font-family-body-large-loose: 'Inter', sans-serif;
  --font-size-body-large-loose: 1rem; /* 16px */
  --line-height-body-large-loose: 1.75rem; /* 28px */
  --letter-spacing-body-large-loose: normal;
  --font-weight-body-large-loose: normal;
  --text-transform-body-large-loose: none;

  --font-family-body-large: 'Inter', sans-serif;
  --font-size-body-large: 1rem; /* 16px */
  --line-height-body-large: 1.5rem; /* 24px */
  --letter-spacing-body-large: normal;
  --font-weight-body-large: normal;
  --text-transform-body-large: none;

  --font-family-body-small-loose: 'Inter', sans-serif;
  --font-size-body-small-loose: 0.875rem; /* 14px */
  --line-height-body-small-loose: 1.7142857143rem; /* 24px */
  --letter-spacing-body-small-loose: normal;
  --font-weight-body-small-loose: normal;
  --text-transform-body-small-loose: none;

  --font-family-body-small: 'Inter', sans-serif;
  --font-size-body-small: 0.875rem; /* 14px */
  --line-height-body-small: 1.4285714286rem; /* 20px */
  --letter-spacing-body-small: normal;
  --font-weight-body-small: normal;
  --text-transform-body-small: none;

  /* BUTTON, CAPTION, OVERLINE FONTS */
  --font-family-button: 'Inter', sans-serif;
  --font-size-button: 0.875rem; /* 14px */
  --line-height-button: 1.25rem; /* 20px */
  --letter-spacing-button: 0.09em; /* 9% */
  --font-weight-button: bold;
  --text-transform-button: uppercase;

  --font-family-caption-text: 'Inter', sans-serif;
  --font-size-caption-text: 0.75rem; /* 12px */
  --line-height-caption-text: 1.125rem; /* 18px */
  --letter-spacing-caption-text: 0.02em; /* 2% */
  --font-weight-caption-text: normal;
  --text-transform-caption-text: none;

  --font-family-overline-text: 'Proxima Nova', sans-serif;
  --font-size-overline-text: 0.78125rem; /* 12.5px */
  --line-height-overline-text: 1rem; /* 16px */
  --letter-spacing-overline-text: 0.167em; /* 16.7% */
  --font-weight-overline-text: bold;
  --text-transform-overline-text: none;
}




/*.body, .wh_tools, .wh_tile_shortdesc, .search-autocomplete-proposal-label, .shortdesclink, .searchItemAdditionalData, .related_link{
    font-family: 'Noto Sans', regular;

}

.wh_header, .wh_publication_toc, .wh_tile_title, .wh_search_results_header, .foundResult, .wh_related_links {
font-family: 'Open Sans', regular;
}

.thead, .chhead, .sthead {
font-family: 'Roboto', regular;
}*/




/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   ALL TOPIC CONTENT (BODY) 
 * -----------------------------------------------------------------------------------------------------------------
 */
 
 /* DOCUMENTATION-9328 */
 
/* .wh_topic_content {
    padding-left: .7em;
}*/
.wh_content_area, .wh_publication_toc, .wh_topic_toc, .close-toc-button
{
    margin-top: 24px;
}

.container-fluid, .secondarytile_list {
    font-size: var(--font-size-body-small);
    line-height: var(--line-height-body-small);
    letter-spacing: var(--letter-spacing-body-small);
    font-weight: var(--font-weight-body-small);
}
/*the main topic area - add a border/box shadow and adjust spacing*/
div#wh_topic_body {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
/*    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
*/    padding-top: 12px;
/*    border-radius: 8px;
*/}

 .wh_topic_content {
    padding-left: .7em;
}

.wh_topic_content, .wh_content_area {
    color: var(--primary-text-color);
}

a, a:hover, a:visited {
    color: var(--link-color);
}

/* underline all xrefs in topics, but nowhere else */
a.\-.topic\/xref.xref {
    text-decoration: underline;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   TITLES (BODY)
 * -----------------------------------------------------------------------------------------------------------------
 */
 
.topictitle1, .topictitle2, .topictitle3, .topictitle4, .topictitle5, .topictitle6, .wintitle, .wh_topic_toc li, .wh_publication_toc li, .wh_main_page_toc_entry, .wh_top_menu ul, .wh_breadcrumb ol  {
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.topictitle1, h1 {
    color: var(--primary-text-color);
    font-size: var(--heading1-font-size);
    line-height: var(--heading1-line-height);
    letter-spacing: var(--heading1-letter-spacing);
    font-weight: var(--heading1-font-weight);
    margin-bottom: 0.1em;
    margin-top: 0;
}

.topictitle2, h2, .sectiontitle {
    color: var(--primary-text-color);
   /* margin: 1.5em 0 .5em 0;*/
    font-size: var(--heading2-font-size);
    line-height: var(--heading2-line-height);
    letter-spacing: var(--heading2-letter-spacing);
    font-weight: var(--heading2-font-weight);
}

.topictitle3, h3 {
    color: var(--primary-text-color);
    margin: 1.3em 0 .4em 0;
    font-size: var(--heading3-font-size);
    line-height: var(--heading3-line-height);
    letter-spacing: var(--heading3-letter-spacing);
    font-weight: var(--heading3-font-weight);
    font-style: italic;
}

.topictitle4, h4 {
    color: var(--primary-text-color);
    margin: 1.2em 0 .3em 0;
    font-size: var(--heading4-font-size);
    line-height: var(--heading4-line-height);
    letter-spacing: var(--heading4-letter-spacing);
    font-weight: var(--heading4-font-weight);
}

.topictitle5, .topictitle6, h5, h6 {
    color: var(--primary-text-color);
    margin: 1.1em 0 .3em 0;
    font-size: var(--heading4-font-size);
    line-height: var(--heading4-line-height);
    letter-spacing: var(--heading4-letter-spacing);
    font-weight: var(--heading4-font-weight);
}

/* DOCUMENTATION-9328 */
.topic > .title {
    padding-left: 0em;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                              SEARCH QUERY KEYWORD LABELS (TAGS IN TOPICS)
 * 
 * We use this to show the value from health plan <platform> tags in the health plan topics. 
 * Users can click on a tag to view a search results page of all topics with the tag.  
 * 
 * -----------------------------------------------------------------------------------------------------------------
 * */
 
 
/* Hide the tags that say "the health plan"  */
a.wh-label[href*="searchQuery=label:the%20health%20plan"] {
    display:none;
}
a.wh-label[href*="searchQuery=label:the%20AllPayer%20health%20plan"] {
    display:none;
}

/* Align to the left (was reverse-row) */
.wh-label-container {
    flex-direction: row;
}

/* style the pills */
.wh-label {
    border: 1px solid rgba(40, 47, 54, 0.15);
    border-radius: 15px;
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--font-weight-body-large-loose);
    margin: 14px 8px 0px 0px;
    padding: 8px 8px;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   TABLES and FIGURES
 * -----------------------------------------------------------------------------------------------------------------
 */
.table > caption {
    font-size: 1.17rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0em;
    padding-left: 0em;
}

.wh_expand_btn:empty {
    display: none;
}

.table .title {
    padding-left: .7em;
}

table .desc {
    display: block;
    font-style: normal;
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--font-weight-body-large-loose);
    padding-left: 0em;

}

th {
    text-align: left;
}

figcaption {
    margin-bottom: 0;
    margin-top: 1em;
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--font-weight-body-large-loose);
}

.figdesc {
    display: block;
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--font-weight-body-large-loose);
    margin-left: 5px;
    
}

/*images with a gray 1 px border box. also 1px of padding between the image and the box (aka "double border").*/
.fig .image {
    height: auto;
    margin-left: 5px;
    padding:1px;
    /*border:1px solid #021a40;*/
    border:1px solid #CCC;
    /*border:1px solid #EEEFF1;*/
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   RELATED LINKS
 * -----------------------------------------------------------------------------------------------------------------
 */

.linklist {
/* decreased spacing between related link list items */
    margin-bottom: 0em;
}

.relinfo {
/* decreased spacing above related link lists (inside the box) */
    margin-top: .25em;
}

.wh_related_links, .wh_child_links {
   /* position: inherit;
    bottom: 100px;*/
    background-color: var(--white-color);
    border-top: 1px solid #cfe2f5;
    /* Padding added for DOCUMENTATION-9328 */ padding-left: .7em;
}

.wh_child_links .olchildlinks,
.wh_child_links .ullinks,
.wh_child_links li {
    list-style: none;
    padding: 0;
/*    margin: 1em 0em 1em;
*/    
}

/*child links should be bold and purple.*/
.related-links a, .related-links a:visited, .related-links a:link {
    color: var(--primary-text-color);
    padding-bottom: 0em;
    display: inline-block;
    font-weight: bold;
}

/*links in a short description that appear with child links shouldn't be bold*/
li.link.ulchildlink > span.ph > a.xref,
li.link.ulchildlink > a.xref
{
    font-weight: normal;
}

/* RELATED LINKS and CHILD LINKS FROM CONFIG OPTIONS CSS */

.li.link.olchildlink {
    padding: 0px 0px 4.2px;
}

.related-links a, .related-links a {
    color: var(--primary-text-color);
    padding-bottom: 0em;
    display: inline-block;
}

/* CHILD LINKS AS TILES */

.wh_child_links {
    border: none;
    padding: 0;
}

.wh_child_links ul {
    list-style:none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.wh_child_links .link {
    margin: 1em;
    padding: 1em;
    width: 100%;
    min-width: 300px;
    min-height: auto;
    background-color: var(--accent-color);
    border-radius: 8px;
    font-weight: 400;
   /* font-size: 1em;*/
    margin-top: 0.5em;
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .wh_child_links .link {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wh_child_links .link {
        width: 100%;
        min-width: 240px;
    }
}

.wh_child_links .link strong {
    display: block;
    width: 100%;
}

.wh_child_links .link a {
    display: inline;
    width: 100%;
    text-align: left;
    color: #3077be !important;
    font-size: var(--heading4-font-size);
    line-height: var(--heading4-line-height);
    letter-spacing: var(--heading4-letter-spacing);
    font-weight: var(--heading4-font-weight);
}

.wh_child_links .link .desc {
    text-align: left;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   INLINE/BLOCK ELEMENTS
 * -----------------------------------------------------------------------------------------------------------------
 */
 
.wintitle, .title .uicontrol, .topicref .uicontrol {
    font-weight: inherit; 
}

.uicontrol {
    font-weight: 600;
}

.filepath {
    font-style: italic;
    font-family: inherit;
}

.varname {
    font-style: inherit;
}

.msgph {
    font-family:  inherit;
}

.note {
    font-style: italic;
}

a[rel="external noopener"]:after {
    content: " ↗";
    font-size: inherit
}
  
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   HEADER
 * -----------------------------------------------------------------------------------------------------------------
 */
 


.navbar-default {
    background-image: none;
    background-color: var(--white-color);
    box-shadow: 0px 0px 0px 1px rgba(64, 87, 109, .04), 0px 6px 20px -4px rgba(64, 87, 109, .3);
}

.ph.mainbooktitle {
    color: white;
}


.wh_publication_title > a {
    font-size: var(--heading2-font-size);
    line-height: var(--heading2-line-height);
    letter-spacing: var(--heading2-letter-spacing);
    font-weight: var(--display1-font-weight);
}

.wh_publication_title a {
    display: inline-block;
    margin: 0 0;
    margin-left: 0px;
    color: var(--primary-text-color);
    align-items: stretch;
}
    

.wh_logo_and_publication_title_container {
    padding-bottom: 0em;
    display: flex;
    align-items: baseline;
    padding-right: 10%;
}


/*Center Header content on smaller screens instead of aligning left*/
@media only screen and (max-width: 767px) {
    .wh_logo_and_publication_title_container {

        justify-content: center;
        padding-left:10%;

    }
}

.wh_logo img {
    vertical-align: middle;
    height: 60px;
}

.wh_logo+.wh_publication_title {
/*    margin-left: -1.5em;
*/    /* align-items: flex-start; */
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {

    justify-content: center;
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   FOOTER
 * -----------------------------------------------------------------------------------------------------------------
 */    
    
.wh_footer {
    display: block;
    text-align: center;
    margin-top: 3em;
    padding: 1em;
    background-image: none;
    background-color: transparent;
    color:var(--sidebar-footer-text-color);
    font-size: var(--font-size-body-small);
    line-height: var(--line-height-body-small);
    letter-spacing: var(--letter-spacing-body-small);
    font-weight: var(--font-weight-body-small);
}

.wh_footer a {
    color: var(--link-color);
}

/*.wh_footer a:hover {
    color: #044FC8;
}*/

.generation_date {
    display: block;
}

footer .links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer .copyright {
    color: #57646e;
}

footer .footer-row {
    margin-bottom: 16px;
}

footer .footer-row:last-child {
    margin-bottom: 0;
}

.footer_link {
    list-style: none;
    margin: 0 16px;
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         NAVBAR
 * -----------------------------------------------------------------------------------------------------------------
 * */
  
/*Navbar links before you point to them*/
.wh_top_menu ul li a {
    display: inline-block;
    padding: 0.25em 1em;
    color: white;
}

/*Navbar links when you hover*/
.wh_top_menu ul li a:hover {
    display: inline-block;
    padding: 0.25em 1em;
    color: navy;
}

.wh_top_menu ul li a:active {
    display: inline-block;
    padding: 0.25em 1em;
    color: navy;
}

@media only screen and (min-width: 768px){
.wh_header {
    text-align: center;
}
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         SIDEBAR/TOC
 * -----------------------------------------------------------------------------------------------------------------
 * */
 
 .wh_publication_toc, .wh_tools, .wh_breadcrumb ol {
    background-color: transparent;
}

.wh_publication_toc, nav#wh_topic_toc {
    border-radius: 8px;
    padding: 0em 2em;
    font-size: var(--font-size-body-small);
    line-height: var(--line-height-body-small);
    letter-spacing: var(--letter-spacing-body-small);
    font-weight: var(--font-weight-body-small);
}

.wh_search_button {
    background-color: rgb(239, 239, 239);
    height: 100%;    
}

#wh_close_publication_toc_button {
    top: 5px;
}

.wh_search_button, .wh_publication_toc .topicref a, .wh_breadcrumb ol, .wh_breadcrumb a {
    color: var(--sidebar-footer-text-color);
}


.wh_publication_toc .active > .topicref a {
    font-weight: bold;
    color: var(--primary-text-color);
}

.nav[role=toc] {
    width: 25%;
    float: left;
}

.main {
    width: 100%
}

.wh_toc_shortdesc {
    font-size: 0px;
    line-height: 0em;
}

#wh_publication_toc_content {
    position: sticky;
}

/* DOCUMENTATION-9328 */
.wh_publication_toc li {
    word-break: break-word;
}
/*
[data-tooltip-position=right] .wh-toc-tooltip, [data-tooltip-position=right] .wh-tooltip {
/\*    left: 105%;
    top: -.5em;*\/
    background-color: var(--white-color);
    min-width: 300px;
    color: var(--sidebar-footer-text-color);  
    
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    padding-top: 12px;
    border-radius: 8px;
}*/

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         TILES
 * -----------------------------------------------------------------------------------------------------------------
 * */

.wh_content_flex_container_special {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
/*    background-color: #C1D1F0;
*/}

/*.wh_content_flex_container .wh_tiles [data-id*='special']:empty {
    display: none;
}*/

/*Insert a border line beneath the first flex container*/
  .wh_content_flex_container_special .wh_tiles {
/*      padding-bottom: 28px;
*/      /*border-bottom: 2px solid #ccc;
      margin-bottom: 28px;*/
      
}
  
/* display only special tiles in the first flex container*/
 .wh_content_flex_container_special .wh_tile:not([data-id*='special']){
    display: none;
}

.wh_content_flex_container_special  .wh_tile_shortdesc {
    display: none;
}

/* When special tiles are visible, they should follow a specific order.
 * ***************************************************************************/




.wh_content_flex_container_special .wh_tiles [data-id='special-tile-1']:not(a) {
    /*border-bottom: 2px solid #ccc;*/
    order: -3;
    background-color: 
#26478E;
    width: 20%;
    min-width: 50px;
}


@media only screen and (max-width: 767px){
    .wh_content_flex_container_special .wh_tiles [data-id='special-tile-1']:not(a) {
    /*border-bottom: 2px solid #ccc;*/
    order: -3;
    background-color: 
#26478E;
    width: 80%;
    min-width: 80%;
}
}


.wh_content_flex_container_special .wh_tiles [data-id='special-tile-2']:not(a) {
order: -2;
background-color: 
#26478E;
width: 20%;
min-width: 50px;

}


@media only screen and (max-width: 767px){
    .wh_content_flex_container_special .wh_tiles [data-id='special-tile-2']:not(a) {
    /*border-bottom: 2px solid #ccc;*/
    order: -3;
    background-color: 
#26478E;
    width: 80%;
    min-width: 80%;
}
}


.wh_content_flex_container_special .wh_tiles [data-id='special-tile-3']:not(a) {
    order: -1;
    background-color: 
#26478E;
    width: 20%;
    min-width: 50px;
}

@media only screen and (max-width: 767px){
    .wh_content_flex_container_special .wh_tiles [data-id='special-tile-3']:not(a) {
    /*border-bottom: 2px solid #ccc;*/
    order: -3;
    background-color: 
#26478E;
    width: 80%;
    min-width: 80%;
}
}

.wh_content_flex_container_special .wh_tiles [data-id*='special']:not(a):hover {
    background-color: #1B3265;
    width: 20%;
}

.wh_content_flex_container_special .wh_tiles [data-id*='special']:not(a):active {
    background-color: #1B3265;
    box-shadow: 0px 6px 14px black;

     
}


.wh_content_flex_container_special .wh_tile_title a{
    display: block;
    width: 100%;
    color: var(--primary-text-color);
    font-size: var(--font-size-caption-text);
    line-height: var(--line-height-caption-text);
    letter-spacing: var(--letter-spacing-caption-text);
    font-weight: var(--font-weight-caption-text);
    text-transform: var(--text-transform-caption-text);
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;

}



/*Don't display special tiles in the second flex container
 ******************************************************************/
 .wh_content_flex_container .wh_tiles [data-id*='special'] {
    display: none;
}


/*ALL TILES
 *********************************************/
.wh_tiles {
justify-content: center;
}

/* Make the link from the tile the entire width */
.wh_tile_text{
    position:relative;
    height:100%;
    overflow:hidden;
}

.wh_tile_title span{
    display: inline;
    width: 100%;
}

.wh_tile_shortdesc {
    
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    width: 100%;
    min-height: 150%
}


/*.wh_tile_title a{
    color: #462c7c;
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
    height: inherit;
    font-family: 'Noto Sans';
     z-index: -1;     
   padding-bottom: 100%;     
   margin: -2em; 
    
    
}*/

/*.wh_tile {

    margin: 1em;
    padding: 0em;
    width: 30%;
    min-width: 50px;
    min-height: 50px;
    background-color: var(--accent-color);
  cursor: pointer;
}*/
.wh_tile {
    width: 30%;
    min-width: 50px;
    min-height: 50px;
    padding: .5rem;
    margin: 1rem;
    border: .5px solid var(--primary-color);
    color: var(--primary-text-color);
    background: 0 0;
    border-radius: 24px;
    /*flex-direction: row;
    justify-content: center;
    flex: 1 1; */
    align-items: center;
    gap: 12px;
    transition: all .2s;
/*    display: flex;
*/    cursor: pointer !important;
}
 .wh_content_flex_container .wh_tiles .wh_tile_title a{
/*    color: var(--primary-text-color);
*/    font-size: 1.2em;
    display: block;
    width: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}


.wh_tile:hover {
/*    margin: 1em;
    padding: 0em;*/
    border-radius: 0px;
/*    background-color: #DEE0E2;
*/    cursor: pointer;

}


.wh_tile:active {
/*/\*    background-color: #DEE0E2;
*\/    box-shadow: 0px 6px 14px black;
*/    
}
@media only screen and (max-width: 767px) {
.wh_tile {
     width: 80%;
     min-width: 50px;
    }
}
/*.wh_tiles *[data-id='hide-tile-1'], .wh_tiles *[data-id='hide-tile-2'], .wh_tiles *[data-id='hide-tile-3'] {
    display:none;
}*/

 /************
  * set outputclass='no_navbar_display' on a topicref in a map. 
  * This will generate the link in all navigation, but it won't display in the top nav bar.
  *************
  */
.no_navbar_display {
    display: none;
    }

/*Set this min-height to 100% to force this div to fill the tiles, even when the short desc is short, and this fixed the dead-click 
 * issue on the bottom of tiles when the short desc doesn't fill the tile.
 * This is the div that was added for the onclick action defined in nanthealth_wt_index.html
 * 
 * also set webkit-appearance to none to get the correct button style...it was originally set to button which adds an outline*/
 
  .wh_tile div {
     min-height: 100%;
     -webkit-appearance: none;
 }
  
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         BREADCRUMBS / PRINT LINK
 * -----------------------------------------------------------------------------------------------------------------
 * */
 
 
 .wh_breadcrumb {
    display: inline-block;
    color: #7b7a7a;
}

.wh_breadcrumb ol {
    font-size: var(--font-size-body-small);
    line-height: var(--line-height-body-small);
    letter-spacing: var(--letter-spacing-body-small);
    font-weight: var(--font-weight-body-small);
}

.wh_breadcrumb ol .active {
    color: var(--link-color);
}


.breadcrumb-sticky {
    background-color: white;
    padding-bottom: 0px;
}

nav.wh_tools {
    margin-top: 10px;
    margin-bottom: 8px;
}

.wh_print_link button, .webhelp_expand_collapse_sections, .wh_hide_highlight, .wh_navigation_links a, .wh_navigation_links a:hover, .wh_navigation_links a:active, .wh_navigation_links a:visited, .wh_print_link a:before, .wh_navigation_links a:before, .wh_navigation_links a:hover:before, .wh_navigation_links a:active:before, .wh_navigation_links a:visited:before {
    color: var(--primary-color);
}


#go2top {
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         SEARCH
 * -----------------------------------------------------------------------------------------------------------------
 * */

.searchresult li a {
    color: var(--primary-text-color);
}

/*.relativePath {
    font-size: 0px;
    margin-top: 0px;
    line-height: 0px;
    
}*/

/*.wh_missing_words {
    margin-top: 0px;
}*/

/*.wh_topic_content {
   
}*/

#wh-search-pagination {
    font-size: var(--font-size-button);
    font-weight: var(--font-weight-button);
    line-height: var(--line-height-button);
    letter-spacing: var(--letter-spacing-button);
    text-transform: var(--text-transform-button);
    column-gap: 14px;
    border-width: 1px 0 0;

}
#wh-search-pagination > ul > li.active > a {
    background-color: var(--primary-color);
}

.wh_search_textfield {
    padding: 0.25em 1em;
    height: 100%;
    border-radius: 24px;
}

.wh_search_input {
    padding-top: 0px;
    margin: 0 0 0;
}

.wh_search_button {
    border-radius: 0 24px 24px 0;
}

/* Pagination numbers */
.page-link {
    color: var(--link-color);
}


/*  SEARCH instructions  */

.search_instructions {
    text-align: center;
    padding-top: 14px;
    color: var(--primary-text-color);
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--heading2-font-weight);
    }

/* font size in the search suggestions dropdown */
.ui-menu-item {
    font-size: var(--font-size-body-large-loose);
    line-height: var(--line-height-body-large-loose);
    letter-spacing: var(--letter-spacing-body-large-loose);
    font-weight: var(--font-weight-body-large-loose);
}

.wh_search_input.navbar-form.wh_topic_page_search.search, .wh_search_input {
    padding-bottom: 24px;
    padding-top: 24px;
    background: var(--accent-color);
/*    background: radial-gradient(80.76% 54.33% at 113.35% 38.75%, rgba(50, 231, 243, 0.25) 0%, rgba(50, 231, 243, 0.00) 100%), radial-gradient(58.57% 92.77% at 100% 100%, rgba(58, 75, 211, 0.30) 0%, rgba(58, 75, 211, 0.00) 100%), radial-gradient(52.44% 68.53% at 0% 100%, rgba(61, 80, 197, 0.30) 0%, rgba(61, 80, 197, 0.00) 100%), radial-gradient(87.84% 53.17% at 6.35% 9.3%, rgba(219, 41, 115, 0.25) 0%, rgba(219, 41, 115, 0.00) 100%), #FFF;
*/}


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          TABLES
 * -----------------------------------------------------------------------------------------------------------------
 * */

/*Standard tables and choice tables have the same styling*/
 .thead, .chhead, .sthead {
    background-color: #dee2e6;
    color: var(--primary-text-color);
}

/*Added padding above choice tables*/
 .simpletable-container {
     padding-top: 10px;
 }

/*removed borders between rows and columns of simpletables. Fixed alignment of value in first column.*/
.stentry {
    border-right: 0px solid;
    border-bottom: 0px solid;
    vertical-align: top;
}

/*added borders between rows and columns of choice tables*/
.choption, .chdesc {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

/*remove extra space above paragraphs in table cells.*/
.stentry .p, .entry .p {
    margin-top: 0em;
}

.body_logo {
    float: left;
    font-size: 2.5rem;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-shadow: none;
    color: #040480;
    
}

.frame-all {
    border: 1px solid #EEEFF1;
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          ADD LOGO TO WELCOME DIV
 * -----------------------------------------------------------------------------------------------------------------
 * */
#searchForm > div {
    display: flex;
    position: relative;
    margin: auto;
    width: 65%;
    max-width: 1000px;
    margin-top: 25px;
}

.wh_welcome:not(:empty) {
    font-size: var(--display2-font-size);
    line-height: var(--display2-line-height);
    letter-spacing: var(--display2-letter-spacing);
    font-weight: var(--display2-font-weight);
    margin-top: 28px;
    padding: 0 0 0 0;
    text-shadow: none;
    color: var(--primary-text-color);
    text-align: center;
}



@media only screen and (max-width: 767px){
.wh_welcome:not(:empty), .wh_welcome:empty {
    display: block;
    font-size: var(--display3-font-size);
    line-height: var(--display3-line-height);
    letter-spacing: var(--display3-letter-spacing);
    font-weight: var(--display3-font-weight);
    margin-top: 28px;
    padding: 0 0 0 0;
    text-shadow: none;
    color: var(--primary-text-color);
    text-align: center;
}
}

/*Welcome div content styling for the NaviNet configuration options online help output.
 * The content itself is stored in the navinet_config_options_fragment.xml file in the page-templates folder*/
.wh_welcome_config {
    font-size: var(--heading4-font-size);
    line-height: var(--heading4-line-height);
    letter-spacing: var(--heading4-letter-spacing);
    font-weight: var(--heading4-font-weight);
    margin-top: 10px;
    color: var(--primary-text-color);
 }
    
.wh_welcome_config a {
    font-weight: bold;
    
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          IMAGES
 * -----------------------------------------------------------------------------------------------------------------
 * */

/*scale inline images down to line height*/
.image {
    max-width: 100%;
    height: 1em;
    background-repeat: no-repeat;
}

/*images placed inside of a figure element should remain as is (do not scale)*/
.fig .image {
    height: auto;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          FEEDBACK DIV
 * -----------------------------------------------------------------------------------------------------------------
 * */

/* Step 1: Common Properties: All required to make icons render reliably
 * https://fontawesome.com/cheatsheet?from=io
 *  */
/*.icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}*/

/* Step 2: Reference Individual Icons */
/*.NH_feedback_form::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f27a";
}
*/

.NH_feedback_form {
    color: var(--primary-text-color);
    margin: 1.5em 0 .5em 0;
    text-align: center;
    font-size: var(--heading4-font-size);
    line-height: var(--heading4-line-height);
    letter-spacing: var(--heading4-letter-spacing);
    font-weight: var(--heading4-font-weight);
}

/*.NH_feedback_form {
    color: #462c7c;
    font-family: "Open Sans";
    margin: 1.5em 0 .5em 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    /\* align-content: center; *\/
}

.NH_feedback_form:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.NH_feedback_form:active {
	position:relative;
	top:1px;
}*/


/*
 * 
 * 
 * Video gallery
 * 
 * 
 * 
 * 
 * 
 * 
 * */
 .video_gallery {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.video_thumbnail {
    max-width: 295px;
}

/* Remove the black bar background onx all the video container divs */
.embed-responsive {
    background-color: transparent;
}


