/* NantHealth responsive webhelp left-to-right common CSS styles */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900');

/*Font used for the search icon*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&icon_names=search&display=block");

: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;
}



/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   ALL TOPIC CONTENT (BODY) 
 * -----------------------------------------------------------------------------------------------------------------
 */
 
 .wh_content_area, .wh_publication_toc, .wh_topic_toc, .close-toc-button
{
    margin-top: 24px;
}

/*This is the flex box row that contains the TOC, main topic body, and right sidebar (topic toc) links*/

.row {
    padding: 4px 15px;
}


.navbar {
    background-color: transparent;
} 

.wh_topic_toc {
    border: none;
}

#wh_close_topic_toc_button {
    /*right: -37px;*/
    right: -18px;
}

.wh_topic_toc .wh_topic_label {
    margin-top: 3rem;
    font-weight: bold;
    color: var(--primary-text-color);
}



.container-fluid, .secondarytile_list {
    font-size: var(--font-size-body-large);
    line-height: var(--line-height-body-large);
    letter-spacing: var(--letter-spacing-body-large);
    font-weight: var(--font-weight-body-large);
}

/*the main topic area - add a border/box shadow and adjust spacing*/
div#wh_topic_body {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    border-radius: 8px;
    flex-grow: 1;
    padding: 2rem;
}

 .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);
    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 {
    padding: 16px;
    padding-left: 50px;
    border: 0px solid #cccccc14;
    border-radius: 0px;
    font-family: var(--font-family-caption-text);
    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);  
    margin: 0px;
    margin-right: 8px;
    background-image: url(../resources/Shield.svg);
    background-repeat: no-repeat;
    overflow: visible;
    background-position: left;
}

wh-label:visited {
    color: var(--link-color) !important;
}

.wh-label, .wh-label:hover, .wh-label:visited {
    color: var(--link-color);
}

wh-label:focus, .wh_child_links .link:focus {
    border-radius: 18px;
    border: 2px solid #273180;
/*    opacity: 0.12;*/
    background-color: #2731801F;
}

.wh-label:hover, .wh-label:active, .wh_child_links .link:hover, .wh_child_links .link:active {
    border-radius: 4px;
/*    opacity: 0.08;
*/    background-color: #27318020;
    
}


.material-symbols-outlined {  
     font-family: 'Material Symbols Outlined';  

}


.wh_search_button {
    background-color: rgb(239, 239, 239);
    height: 100%; 
    padding: 0.2em 0em;
}

.wh_search_button:after {
    content: "search";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;  
    font-style: normal;  
    font-size: 24px;  /* Preferred icon size */  
    display: inline-block;  
    line-height: 1;  
    text-transform: none;  
    letter-spacing: normal;  
    word-wrap: normal;  
    white-space: nowrap;  
    direction: ltr;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   TABLES and FIGURES
 * -----------------------------------------------------------------------------------------------------------------
 */

.table > caption {
    font-size: 1.17rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0em;
    padding-left: 0em;
}

.table .title {
    padding-left: .7em;
}

.wh_expand_btn:empty {
    display: none;
}


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-top: .5rem;
    padding:1px;
    border:1px solid #CCC;
}


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                   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;
    gap: .5rem;
}

/*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: 0em;
    margin-left: 0em;
    padding: .5em;
    padding-left: 0.7em;
    width: 100%;
    min-width: 300px;
    min-height: auto;
/*    background-color: var(--accent-color);
*/    border-radius: 8px;
    font-weight: 400;
   /* font-size: 1em;*/
    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
 * -----------------------------------------------------------------------------------------------------------------
 */
 
 
div.note {
    background-image: url(../resources/Nanthealth.svg);
    background-position: 1.4em 0.6em;
}

.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: #195BB5;
}

/*.navbar-default.scrolled {*/
/*    background-image: none;
    background-color: blue;
}*/


.ph.mainbooktitle {
    color: var(--white-color);
}
/*
.wh_publication_title {
    display: flex;
    align-items: baseline;
}*/

.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-top: 1.15em;
*/    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-left: 10%;
*/    padding-right: 10%;
}

/*@media only screen and (max-width: 767px){
.wh_publication_title a {
    display: inline-block;
    margin: 0 0;
     /\* DOCUMENTATION-9328 increased margin to bring it in line with the bottom of the logo *\/margin-top: 1.15em;
    margin-left: 0px;
    color: var(--white-color);
    align-items: stretch;
}
}*/

/*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: 30px;
}

a.supportcenter {
    color: white;
    font-size: var(--font-size-caption-text);
    line-height: var(--line-height-caption-text);
    letter-spacing: var(--letter-spacing-caption-text);
    font-weight: 500;
    text-transform: var(--text-transform-caption-text);
    display: block;
    min-width: 120px;
    height: 100%;
}

.wh_logo+.wh_publication_title {
/*    margin-left: -1.5em;
*/    /* align-items: flex-start; */
    display: none;
}

.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: var(--white-color);
}

/*Navbar links when you hover*/
.wh_top_menu ul li a:hover {
    display: inline-block;
    padding: 0.25em 1em;
    color: var(--primary-color);
}

.wh_top_menu ul li a:active {
    display: inline-block;
    padding: 0.25em 1em;
    color: var(--primary-color);
}

@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-large);
    line-height: var(--line-height-body-large);
    letter-spacing: var(--letter-spacing-body-large);
    font-weight: var(--font-weight-body-large);
}



#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;
}*/


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         Home Page Tiles, etc.
 * -----------------------------------------------------------------------------------------------------------------
 * */

.wh_main_page, .secondary_links_container {
    background-color: #f4f4f4;
}

/*SPECIAL TILES - this is a custom tile area.
 *********************************************/

 /* commented out to hide this for now */
.wh_content_flex_container_special {
    display: none;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;*/
}

  
/* display only special tiles in the first flex container*/
 .wh_content_flex_container_special .wh_tile:not([data-id*='special']){
    display: none;
}

/* Don't show short descriptions in the special tiles. */
.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: var(--special-tile-color);
    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: var(--special-tile-color);
    width: 80%;
    min-width: 80%;
}
}


.wh_content_flex_container_special .wh_tiles [data-id='special-tile-2']:not(a) {
order: -2;
background-color: var(--special-tile-color);
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: var(--special-tile-color);
    width: 80%;
    min-width: 80%;
}
}


.wh_content_flex_container_special .wh_tiles [data-id='special-tile-3']:not(a) {
    order: -1;
    background-color: var(--special-tile-color);
    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: var(--special-tile-color);
    width: 80%;
    min-width: 80%;
}
}

.wh_content_flex_container_special .wh_tiles [data-id*='special']:not(a):hover {
    background-color: var(--accent-color);
    width: 20%;
}

.wh_content_flex_container_special .wh_tiles [data-id*='special']:not(a):active {
    background-color: var(--accent-color);
    box-shadow: 0px 6px 14px var(--shadow-color); 
}

.wh_content_flex_container .wh_tiles .wh_tile_title a {
    color: white;
    font-size: var(--font-size-caption-text);
    line-height: var(--line-height-caption-text);
    letter-spacing: var(--letter-spacing-caption-text);
    font-weight: 500;
    text-transform: var(--text-transform-caption-text);
    display: block;
    width: 100%;
    height: 100%;
}

/*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 {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}


/* 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%;
    height: 100%;
}

.wh_tile_shortdesc {
    
    /*display: inline-block;*/
    /* hiding this element for now. */
    display: none;
    text-align: center;
    padding-top: 0px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    width: 100%;
    min-height: 150%
}


.wh_tile {
    max-width: 200px;
    min-width: 200px;
    min-height: 0px;
    padding: .5rem;
    margin: .5rem;
    border: .5px solid white;
    color: white;
    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_tile_supportcenter {
    padding: .5rem;
    margin: .5rem;
    border: .5px solid white;
    color: white;
    background: 0 0;
    border-radius: 24px;
    float: right;
    transition: all .2s;
    
}


.wh-label:active, .wh_tile:hover, .wh_tile:focus {

    border-radius: 0;

}

.wh_tile:active, .wh_tile:hover, .wh_tile:focus, .wh_tile_supportcenter:active, .wh_tile_supportcenter:hover, .wh_tile_supportcenter:focus {

    border-radius: 0;

}


 /************
  * 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 {
     height: 100%;
/*     width:100%;
*/     -webkit-appearance: none;
     display: block;
 }
  
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}



/* HOME PAGE SECONDARY LINKS */


.wh_main_page .wh_content_area {
    min-height: auto;
}

.secondary_links_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 24px;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
   
}
.secondarytile {
    display: flex;
    align-items: anchor-center;
    flex-direction: row;
    background-color: var(--white-color);
    padding: 1.75rem;
    flex: 1 1;
}

.secondarytile img {
    margin-right: 1rem;
    margin-bottom: 10px;
        flex: 1;
}

.secondarytile_content {
  display: flex;
  flex-direction: column;
  /*  take up 3 times the space as the other flex column (image)*/
  flex: 3;
}

.secondarytile_title {
    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(--display1-font-weight);
    display: block;
    width: 100%;
    padding-right: 1em;
    margin-bottom: 1rem;
}

.secondarytile_list {
    flex-wrap: wrap;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    gap: 8px;
}


.secondarytile_list li {
    flex: 1 0 390px;
}
.secondarytile_list li a {
  text-decoration: none;
  color: var(--link-color);
}

.secondarytile_list li a:hover {
  text-decoration: underline;
}

/*.wh_content_flex_container .wh_tiles .wh_tile_title a {
    font-size: 1.3rem;
    height: 100%;
    font-weight: 500;
}*/

.wh_tile_title span {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .secondarytile {
        flex-direction: column;
        align-items: center;
     }
    
    .secondarytile img {
    /*    padding-left: 48px;*/
        display: none;
    }
    
    .secondarytile_list {
        flex-direction: column;
        padding-left: 0px;
        align-items: center;
    }

    .secondarytile_title {
        color: var(--primary-text-color);
        font-size: var(--heading2-font-size);
        line-height: var(--heading2-line-height);
        letter-spacing: var(--heading2-letter-spacing);
        font-weight: var(--display1-font-weight);
        padding-right: 0px;
        text-align: center;
    }

    .secondarytile_list li {
        flex: 1 0 auto;
    }
}



/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                         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 {
    padding: 1rem 0;
}

.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_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(--heading2-font-size);
    line-height: var(--heading2-line-height);
    letter-spacing: var(--heading2-letter-spacing);
    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 {
    margin: 0 0 0;
    padding-bottom: 24px;
    background: radial-gradient(56.04% 86.53% at 100% 90.8%, rgba(58, 75, 211, 0.40) 0%, rgba(58, 75, 211, 0.00) 100%), radial-gradient(128.99% 78.03% at 100.36% 98.48%, rgba(50, 231, 243, 0.40) 0%, rgba(50, 231, 243, 0.00) 100%), radial-gradient(44.26% 50% at 0% 100%, rgba(0, 27, 191, 0.40) 0%, rgba(0, 27, 191, 0.00) 100%), radial-gradient(68.8% 86.74% at 21.96% 103.66%, rgba(41, 192, 219, 0.40) 0%, rgba(41, 192, 219, 0.00) 100%), #195BB5;}

.wh_search_input.navbar-form.wh_topic_page_search.search, .wh_search_input.navbar-form.wh_search_page_search.search {
    padding-bottom: 24px;
    background: #195BB5 !important;
    padding-top: 0px;
}

/*.wh_search_input.navbar-form.wh_search_page_search.search {
    background: #195BB5 !important;
}*/

/*SEARCH BREADCRUMB*/

.search-breadcrumb ol {
    padding-top: 0.5rem;
}

.search-breadcrumb li a {
    background: #27318020;
    padding: 0.3em .6em;
}

.search-breadcrumb li .title:after {
    border-color: transparent transparent transparent #27318020;
}

.search-breadcrumb li .title:after {
 /*   border: .8em solid #27318020;*/

}

.search-breadcrumb li .title:before {
    border: .8em solid #27318020;
    border-left-color: transparent;

}


/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          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: white;
    text-align: center;
}



@media only screen and (max-width: 767px){
.wh_welcome:not(:empty), .wh_welcome:empty {
    display: block;
    font-size: var(--display4-font-size);
    line-height: var(--display4-line-height);
    letter-spacing: var(--display4-letter-spacing);
    font-weight: var(--display3-font-weight);
    margin-top: 28px;
    padding: 0 0 0 0;
    text-shadow: none;
    color: white;
    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: white;
 }
    
.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;
}



/*
 * -----------------------------------------------------------------------------------------------------------------
 *                                                          FEEDBACK DIV
 * -----------------------------------------------------------------------------------------------------------------
 * */


.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);
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * 
 * 
 * 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 on all the video container divs */
.embed-responsive {
    background-color: transparent;
}

/*
 * 
 * 
 * 
 * 
 * EXPERIMENT
 * 
 * 
 * 
 * */


/* Base header style */
/*.navbar-default {
     position: sticky;
     top: 0;
     width: 100%;
     height: 60px;
     display: flex;
     align-items: center;
     padding: 0 1rem;
     background: rgba(255, 255, 255, 0);
     /\* transparent initially *\/
     color: black;
     transition: background 0.3s ease;
     /\* smooth fade *\/
     z-index: 1000;
}

.navbar-default.scrolled {
     background: #003583;
     color: white;

     /\* opaque when scrolled *\/
}*/