@charset "UTF-8";
.primary-menu-bg {
  background-color: #005B94;
  margin-bottom: 0px;
}

#mainmenu-container ul#main_nav {
  flex-direction: row;
  margin-left: 5%;
}

.mm-nav-bottom-border, .mm-nav-bottom-border-mobile {
  border-bottom: 2px solid #006aaa; /**$ahrq-blue-lightest;**/
  margin-top: -1px;
}

#mainmenu-container #main_nav dropdown:hover > .dropdown-menu {
  display: block;
}

/** MOBILE MEGA-MENU HAMBURGER */
#mm-mob {
  background-color: #005B94;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  padding-left: 8px;
}

/** Hide the Hamburger **/
#mm-mob, #mm-mob img, #mm-mob div.mm-mob-icon-bgc, #page-mask {
  display: none;
}

/** Hide redundant parent menu links **/
.hide-on-desktop {
  display: none !important;
}

/* *******************
 * MOBILE DISPLAY
 * *******************/
@media only screen and (max-width: 975px) {
  body .overlay {
    z-index: 14;
  }
  #mm-mob {
    float: left;
    margin-left: 0;
  }
  #mm-mob, #mm-mob img, #mm-mob div.mm-mob-icon-bgc {
    display: block;
  }
  /* Break down menu items into vertical */
  #mm-mob ul li,
  .utility-mobile, .features-mobile {
    display: block;
  }
  #mm-mob ul li {
    border-top: 1px solid #333;
  }
  /** UTILITY MENU IN MOBILE **/
  .utility-mobile, .features-mobile {
    background-color: #e0ebf2;
  }
  .utility-mobile ul, .features-mobile ul {
    list-style-type: none;
    padding-left: 1em;
  }
  .utility-mobile li, .features-mobile li {
    line-height: 2em;
  }
  .utility-mobile li a, .features-mobile li a {
    color: #212121;
    text-decoration: none;
  }
  .utility-mobile .email-updates-item, .features-mobile .email-updates-item {
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 10px;
  }
  .utility-mobile #mm-subhead-utility-nav ul, .features-mobile #mm-subhead-utility-nav ul {
    display: block;
  }
  /* Initially hide on mobile: jQuery Toggle to  show/hide menu */
  #mainmenu-container {
    /*display: none;*/
    visibility: hidden;
    overflow: hidden;
    z-index: 3;
    position: fixed;
    background-color: #005B94;
    margin-top: -25px;
  }
  #mainmenu-container ul#main_nav {
    flex-direction: column; /* change from row to column */
    margin-top: 30px; /* adds space between close button and top of menu */
    margin-left: 10px; /* bring menu closer to left of screen and gives more room for children styling underneath */
    margin-right: 10px;
  }
  #mainmenu-container.collapse {
    visibility: hidden;
  }
  #mainmenu-container.collapse.show {
    visibility: visible;
    display: block;
    width: 70%;
    position: absolute;
    margin-top: -25px;
    transition: all 300ms ease-in;
    z-index: 9999;
  }
  #mainmenu-container.collapsing {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    overflow: hidden;
  }
  #mainmenu-container.collapsing.width {
    transition: all 300ms ease-out;
    width: 0;
    height: auto;
  }
  /** DEFINITION FOR IE **/
  /* Style items in the #main_nav */
  /* styling for the pulldown menus */
  /* Close Button for Mobile Menu */
}
@media only screen and (max-width: 975px) and (-ms-high-contrast: none), only screen and (max-width: 975px) and (-ms-high-contrast: active) {
  #mainmenu-container.collapse.show {
    right: 140px; /** if not defined, the megamenu panel will not show up **/
  }
}
@media only screen and (max-width: 975px) {
  #page-mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 975px) and (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 975px) {
  .primary-menu-bg {
    background-color: #fff;
  }
  #mainmenu-container #main_nav {
    /* Parent Nav Item - Style unselected */
    /* Parent Nav Item - style for active item only */
  }
  #mainmenu-container #main_nav .menu-item--expanded a.nav-link::after {
    border: none;
    vertical-align: 0;
    display: inline-block;
    margin-left: 0.7rem;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-down-solid_5B616C.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  #mainmenu-container #main_nav li.nav-item {
    border-bottom: 1px solid #005B94;
  }
  #mainmenu-container #main_nav li.nav-item > a {
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    color: #212121;
    font-size: 20px;
    line-height: 1.4em;
    display: inline-block;
    font-weight: 400;
    padding: 0.4em;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding: 2px;
  }
  #mainmenu-container #main_nav li.nav-item.active-nav-item > a {
    color: #005B94;
    font-weight: 600;
    line-height: 1.4em;
    border-left: 5px solid #005B94;
  }
  #main_nav .active-nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: unset;
    padding: 0.5rem 1rem;
  }
  #main_nav .active-nav-item .dropdown-menu li.dropdown-item {
    white-space: unset;
  }
  #main_nav .active-nav-item .dropdown-menu li.dropdown-item, #main_nav .active-nav-item .dropdown-menu li.dropdown-item > a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #212121;
    text-decoration: none;
    padding: 5px 0;
  }
  #main_nav .active-nav-item .dropdown-menu .dropdown-item.active, #main_nav .active-nav-item .dropdown-menu .dropdown-item:active {
    background-color: #e0ebf2;
  }
  .button-row {
    padding-top: 10px;
    background: white;
    padding-bottom: 10px;
  }
  button.btn-close {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: #005B94;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 8px 2px;
    z-index: 9999;
  }
  .btn-close:after {
    content: " ✖";
  }
}
/* **************************
 * DESKTOP DISPLAY
 * **************************/
@media only screen and (min-width: 975px) {
  .mm-nav-bottom-border-mobile {
    border-bottom: 0;
  }
  button.btn-close {
    display: none;
  }
  /** for Nav items that only display on mobile **/
  .utility-mobile, .features-mobile {
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  #mainmenu-container #main_nav {
    /*
     * MAIN NAV SUBMENU SETUP
     */
  }
  #mainmenu-container #main_nav .navbar-nav {
    padding: 0 40px;
  }
  #mainmenu-container #main_nav a.nav-link {
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    font-weight: 400;
    padding: 0.2em;
  }
  #mainmenu-container #main_nav [data-visually-hidden=true] {
    display: none;
  }
  #mainmenu-container #main_nav li.dropdown:hover > ul.dropdown-menu,
  #mainmenu-container #main_nav li.dropdown:focus > ul.dropdown-menu,
  #mainmenu-container #main_nav li.dropdown:active > ul.dropdown-menu,
  #mainmenu-container #main_nav [data-visually-hidden=false] {
    display: block;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  #mainmenu-container #main_nav li.nav-item:hover, #mainmenu-container #main_nav li.nav-item a.nav-link:hover,
  #mainmenu-container #main_nav li.nav-item:active, #mainmenu-container #main_nav li.nav-item a.nav-link:active,
  #mainmenu-container #main_nav li.nav-item:focus-within, #mainmenu-container #main_nav li.nav-item.mm-open {
    background-color: #691f74;
  }
  #mainmenu-container #main_nav .menu-item--expanded a.nav-link::after {
    border: none;
    vertical-align: 0;
    display: inline-block;
    margin-left: 0.7rem;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-down-solid_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu {
    z-index: 99999;
    background: white;
    color: black;
    position: absolute;
    border: 1px solid #691f74;
    padding: 0.1rem 0;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li + li {
    border-bottom: 1px solid #691f74;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li {
    border-bottom: 1px solid #691f74;
    padding: 5px 10px 5px 10px;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    color: #212121;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li a, #mainmenu-container #main_nav li ul.dropdown-menu li a:active, #mainmenu-container #main_nav li ul.dropdown-menu li a:visited, #mainmenu-container #main_nav li ul.dropdown-menu li a:hover {
    text-decoration: none;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li:last-child {
    border-bottom: none;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:hover, #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:focus {
    background: #e0ebf2;
    color: #212121;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item.active, #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:active {
    background-color: #e0ebf2;
  }
  /** for IE **/
  #mainmenu-container #main_nav li.nav-item:hover {
    background-color: #691f74;
  }
}
@media only screen and (min-width: 985px) {
  #mainmenu-container #main_nav li.nav-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -13.4px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainmenu-container #main_nav li.nav-item a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  #mainmenu-container #main_nav li.nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainmenu-container #main_nav li.nav-item a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  #mm-mob img, #mm-mob div.mm-mob-icon-bgc {
    display: none;
  }
  /** for Nav items that only display on mobile/tablet **/
  .utility-mobile, .features-mobile {
    display: none;
  }
  #mainmenu-container {
    display: block;
  }
  #mainmenu-container #main_nav .navbar-nav {
    padding: 0 40px;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding: 0 20px;
  }
  #mainmenu-container #main_nav li.nav-item:nth-child(1) {
    margin-left: -29px;
  }
  #mainmenu-container #main_nav a.nav-link {
    font-size: 1.1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
a.nav-link {
  color: #323a45;
}

h2.block-title, h2.block-title a {
  position: relative !important;
  height: auto;
  width: auto;
  overflow: inherit;
  word-wrap: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #323a45;
  padding: 3px 3px 3px 0;
  margin: 0 0 10px;
}

h2.block-title:hover, h2.block-title a:hover {
  background: #005B94;
  color: #fff;
}

/** for Nav items that only display on mobile **/
@media only screen and (max-width: 975px) {
  .hide-on-desktop {
    display: block !important;
  }
}
/* Image Block */
#block-megamenuimage {
  width: 100%;
}

#block-megamenuimage img {
  width: 100%;
}

/* Main menu icons 
********************* */
#main_nav a.mm-health-topics.nav-link.active.is-active::before,
#main_nav a[href$="/health-topics"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 27px;
  border: none;
  background-image: url(/sites/default/files/inline-images/HealthTopicsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a.mm-health-topics.nav-link.active.is-active::before,
  #main_nav a[href$="/health-topics"]::before {
    background-image: url(/sites/default/files/inline-images/HealthTopicsBlue.png);
    margin-right: 2px;
  }
}
#main_nav a[href$="/research-methods"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/ResearchMethodsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/research-methods"]::before {
    background-image: url(/sites/default/files/inline-images/ResearchMethodsBlue.png);
  }
}
#main_nav a[href$="/get-involved"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/inputWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/get-involved"]::before {
    background-image: url(/sites/default/files/inline-images/input-blue.png);
  }
}
#main_nav a[href$="/products"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/EvidenceReportsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/products"]::before {
    background-image: url(/sites/default/files/inline-images/EvidenceReportsBlue.png);
    margin-left: 5px;
  }
}

/*.sbf-main {
  font-family: $font-heading;
  font-weight: $fw-regular;
  font-size: 20px;
  line-height: 2.5em; !*1.4em*!
  color: $ahrq-base;
  display: none;

  a, a:visited {
    color: $ahrq-base;
    text-decoration: none;
  }

  &:hover {
    background: #005B94;
    a {
      color: #fff;
    }
  }
}*/
/** Main Left Nav header should be Dark Gray, not Blue **/
.block-sidebar-first > ul > li.sbf-level-one a.nav-link {
  font-weight: 400;
  font-size: 20px;
}

.block-sidebar-first > ul > li a.inactive {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #212121;
}

/** DELETED SBF-MAIN?  THIS WAS USED IN D8 WHEN LEFT NAV HEADER WAS A SPAN AND NOT A PART OF THE UL **/
/*.sbf-main.active {
  border-left: 5px solid #005B94;
  left: 0;
  top: 0;

  a {
    padding-left: 5px;
    color: #005B94;
    font-weight: 600;
    line-height: 1.2em;
  }

  &:hover {
    background: #005B94;
    a {
      color: #fff;
    }
  }
}*/
.col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.sbf-btn {
  width: 100vw;
  text-align: left;
  background: #e0ebf2;
  border-radius: 0;
  z-index: 1;
  position: relative;
  margin-left: -2vw;
  /*&:hover{
    color: white;
    background: #005B94;
  }*/
}

button.sbf-btn[aria-expanded=false] {
  margin-bottom: 20px;
}

button.sbf-btn[aria-expanded=false]:after {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 5px;
}

button.sbf-btn[aria-expanded=true] {
  margin-bottom: 0;
}

button.sbf-btn[aria-expanded=true]:after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 5px;
}

.sbf-col.show {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .sbf-col {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 975px) {
  .sbf-col {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 975px) {
  .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
    width: 100%;
    margin-left: -5%;
  }
}
@media (max-width: 974px) {
  .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
    width: 100%;
  }
}

.navbar-nav * {
  background: #fafcfd;
  margin-top: 0;
  margin-bottom: 0;
}

/** hide the left border until item is selected and active **/
.block-sidebar-first div.left-border {
  visibility: hidden;
}

/**
  font size for first level nav items only
 */
.block-sidebar-first > ul > ul > li[class*=-level-one] {
  font-size: 17px;
  line-height: 1.294em;
}

/*
  DEFINITIONS FOR ITEMS IN BLOCK-SIDEBAR-FIRST
 */
.block-sidebar-first {
  margin: 0;
  padding: 0;
  padding-left: 0;
  /** set initial UL for menu
   max-width must be set otherwise massive overflow onto main content
  */
  /** ALL TEXT PLACED IN BLOCK SO THEY ARE CORRECTLY ALIGNED WHEN WRAPPED **/
  /**
    DEFINE PADDING FOR NAV ITEMS
   */
  /**
   Set LI elements
  */
}
.block-sidebar-first ul {
  display: block;
  max-width: none;
}
.block-sidebar-first li[class*=sbf-level] > a {
  display: block;
}
.block-sidebar-first li[class*=sbf-level] > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 18px;
}
.block-sidebar-first li[class*=sbf-level-one] > a {
  padding-left: 18px;
}
.block-sidebar-first li[class*=sbf-level-one] > a.active {
  padding-left: 13px;
}
.block-sidebar-first li[class*=sbf-level-two] > a {
  padding-left: 27px;
}
.block-sidebar-first li[class*=sbf-level-two] > a.active {
  padding-left: 22px;
}
.block-sidebar-first li[class*=sbf-level-three] > a {
  padding-left: 37px;
}
.block-sidebar-first li[class*=sbf-level-three] > a.active {
  padding-left: 32px;
}
.block-sidebar-first li[class*=sbf-level-four] > a {
  padding-left: 47px;
}
.block-sidebar-first li[class*=sbf-level-four] > a.active {
  padding-left: 42px;
}
.block-sidebar-first li[class*=sbf-level-five] > a {
  padding-left: 57px;
}
.block-sidebar-first li[class*=sbf-level-five] > a.active {
  padding-left: 52px;
}
.block-sidebar-first li {
  font-family: "Public Sans", sans-serif;
  color: #212121;
  font-weight: 400;
}
.block-sidebar-first li a {
  color: #323a45;
  text-decoration: none;
}
.block-sidebar-first li .section-hdr {
  font-size: 20px;
  line-height: 1.4em;
  padding: 5px 8px;
}
.block-sidebar-first li .sbf-level-two, .block-sidebar-first li .sbf-level-three,
.block-sidebar-first li .sbf-level-four, .block-sidebar-first li .sbf-level-five {
  font-size: 15px;
  line-height: 1.467em;
}
.block-sidebar-first li .nav-item {
  padding: 15px 18px;
}

/** Draw Left Border in the A tag.  That way the line doesn't
    extend all the way down to the bottom of the LI when additional
    sub-navs are underneath
 **/
.block-sidebar-first a.active.is-active {
  border-left: 5px solid #005B94;
  left: 0;
  top: 0;
}

/** border-bottom on all UL LI's within the main UL **/
.block-sidebar-first ul ul li.dropdown-item.sbf-level-two {
  border-bottom: 1px solid #005B94;
}

/** add border top to first LI so that parent item has underline **/
.block-sidebar-first ul ul li:first-child {
  border-top: 1px solid #005B94;
}

/** Active Item Parent  **/
.block-sidebar-first a[class*=is-active] {
  color: #005B94;
  font-weight: 600;
  line-height: 1.2em;
}

/**
  HOVER: placed on the A tag.  If it's placed on the LI tag, then color will
      appear around any space NOT covered by the sub-child(ren) blocks.
 */
/** Hover: dark blue for top level nav items only **/
.block-sidebar-first li[class*=sbf-level-one]:hover > a {
  background: #005B94;
  color: #fff;
}

/** Hover: light blue for all non-main nav items **/
.block-sidebar-first li[class*=sbf-level-two]:hover > a,
.block-sidebar-first li[class*=sbf-level-three]:hover > a,
.block-sidebar-first li[class*=sbf-level-four]:hover > a,
.block-sidebar-first li[class*=sbf-level-five]:hover > a {
  background: #e0ebf2;
  color: #212121;
}

.block-sidebar-first ul a.nav-link {
  text-decoration: none;
}

/**
  DROPDOWN OVERRIDES AND ADDITIONS
 */
.block-sidebar-first .dropdown-menu {
  border: none; /** testing -- 1px solid gray **/
  border-radius: 0.05rem; /** override from _dropdown.css **/
  position: static; /* override from _dropdown.css so child UL's won't sit on top of main nav */
  width: 100%;
}

.block-sidebar-first .dropdown-item {
  white-space: normal; /* override from _dropdown so words will wrap */
  padding: 0; /*removes all default padding so elements can line up on left (for active border) and we apply own */
  width: 100%;
}

@media (max-width: 575px) {
  /*  .sbfLeftNavMobile {
      padding-left: 25px;
    }*/
  /*  .sbfMobileButton {
      background-color: $blue-primary-alt-lightest;
      width: 100%;
      !*visibility: visible;*!
    }*/
}
@media (min-width: 768px) {
  /*
  .collapse.dont-collapse-sm {
     display: block;
     height: auto !important;
     visibility: visible;
   }
  */
  /*  .sbfLeftNavMobile {
      padding-left: 0;
    }*/
  /*.sbfMobileButton {
    !*visibility: hidden;*!
  }*/
}
@media (min-width: 975px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sbf-btn {
    display: none;
  }
  .sbf-main {
    display: block;
    border-bottom: 1px solid #005B94;
  }
  .navbar-nav * {
    background: none;
  }
  .block-sidebar-first .dropdown-item.active, .dropdown-item:active {
    color: #005B94;
    text-decoration: none;
    background-color: #fff;
  }
}
.note {
  background-color: #E0EBF2;
  display: block;
  position: relative;
  padding: 25px 20px;
  margin-bottom: 20px;
}

.dropdown-menu.menu-level-two,
.dropdown-menu.menu-level-three {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.block-sidebar-first ul ul ul li:first-child {
  border-top: none;
}

.pg-sb2 .view-secondary-callouts .views-row {
  width: 100%;
}

.page-sidebar-second {
  background-color: #FFD971;
  border-color: #FFC425;
  padding: 20px 15px 20px 15px;
}
.page-sidebar-second a {
  color: #205493;
}
@media (max-width: 1023px) and (min-width: 975px) {
  .page-sidebar-second {
    width: 206px;
    margin-left: 5px;
  }
}

.page-sidebar-second-b, .block-topics-2nd-callout .inner .item {
  background-color: #e0ebf2;
  border-color: #d6d7d9;
  padding: 20px 15px 20px 15px;
  margin-top: 20px;
}
@media (max-width: 1023px) and (min-width: 975px) {
  .page-sidebar-second-b, .block-topics-2nd-callout .inner .item {
    margin-bottom: 20px;
    margin-left: 5px;
    width: 206px;
  }
}
.page-sidebar-second-b a, .block-topics-2nd-callout .inner .item a {
  color: #205493;
  font-size: 16px;
}
.page-sidebar-second-b a:hover, .block-topics-2nd-callout .inner .item a:hover {
  color: #112e51;
}
.page-sidebar-second-b a:visited, .block-topics-2nd-callout .inner .item a:visited {
  color: #691f74;
}

.views-field-field-related-links-1 {
  padding: 5px 0;
}

.page-sidebar-second h2, .page-sidebar-second h3,
.page-sidebar-second-b h2, .page-sidebar-second-b h3,
.page-sidebar-second .field--name-field-main-callout h2,
.page-sidebar-second .field--name-field-secondary-callout h2,
.page-sidebar-second-b .field__item h2,
.page-sidebar-second .field--name-field-main-callout h3,
.page-sidebar-second .field--name-field-secondary-callout h3,
.page-sidebar-second-b .field__item h3,
.block-topics-2nd-callout .inner .item h3,
.block-topics-2nd-callout .inner .item h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
  color: #212121;
}
.page-sidebar-second h2 .sidebar-second-title, .page-sidebar-second h3 .sidebar-second-title,
.page-sidebar-second-b h2 .sidebar-second-title, .page-sidebar-second-b h3 .sidebar-second-title,
.page-sidebar-second .field--name-field-main-callout h2 .sidebar-second-title,
.page-sidebar-second .field--name-field-secondary-callout h2 .sidebar-second-title,
.page-sidebar-second-b .field__item h2 .sidebar-second-title,
.page-sidebar-second .field--name-field-main-callout h3 .sidebar-second-title,
.page-sidebar-second .field--name-field-secondary-callout h3 .sidebar-second-title,
.page-sidebar-second-b .field__item h3 .sidebar-second-title,
.block-topics-2nd-callout .inner .item h3 .sidebar-second-title,
.block-topics-2nd-callout .inner .item h2 .sidebar-second-title {
  margin-bottom: 15px;
  padding-left: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4em;
}

.field--name-field-main-callout p,
.field--name-field-secondary-callout p,
.page-sidebar-second-b .field__item p,
.block-topics-2nd-callout .inner .item p .field--name-field-main-callout li,
.field--name-field-main-callout li a,
.field--name-field-secondary-callout li,
.field--name-field-secondary-callout li a,
.page-sidebar-second-b .field__item li,
.page-sidebar-second-b .field__item li a,
.page-sidebar-second-b p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
}

@media (max-width: 1023px) {
  .mobile-col-md {
    padding-right: 0;
  }
}

@media (min-width: 1023px) {
  .mobile-row-node-sb2 {
    padding-right: 0;
    padding-left: 5vw;
  }
}
@media (max-width: 1023px) {
  .mobile-row-node-sb2 {
    /** margin-left: -30px; -32px **/
  }
}

[id^=block-views-block-custom-block-please-reference].page-sidebar-second {
  margin-top: 10px;
}

.please-reference-wrapper h3 {
  padding-top: 0px;
}
.please-reference-wrapper .type-date {
  margin-bottom: 10px !important;
  padding-top: 10px !important;
}

/*
  Dexi: You Might Also Like formatting/styles
 */
#recommended-items-wrapper {
  margin-top: 20px;
}
#recommended-items-wrapper .recommended-items {
  background-color: #e0ebf2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
#recommended-items-wrapper .recommended-items .recommended-items-title {
  margin-bottom: 0;
  padding-left: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
}
#recommended-items-wrapper .recommended-items ul {
  list-style-type: none;
  padding-left: 5px;
}
#recommended-items-wrapper .recommended-items ul li {
  margin-bottom: 10px;
}
#recommended-items-wrapper .recommended-items ul li a {
  font-size: 16px;
}
#recommended-items-wrapper .recommended-items ul .status-divider {
  border-right: 1px solid #212121;
  margin-left: 2px;
  margin-right: 5px;
}
#recommended-items-wrapper .recommended-items ul .date, #recommended-items-wrapper .recommended-items ul .ri-prodType {
  font-size: 0.85em;
  display: inline-block;
}
#recommended-items-wrapper .recommended-items ul .ri-prodType {
  font-weight: 600;
}
#recommended-items-wrapper .recommended-items ul .status {
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid #aeb0b5;
  color: #5b616b;
  background-color: white;
  padding: 2px;
  font-size: 0.75em;
  font-weight: 500;
}

#related-collection-wrapper {
  margin-top: 20px;
}
#related-collection-wrapper .related-collection {
  background-color: #FFD971;
  border-color: #FFC425;
  padding: 0px 15px 20px 15px;
}
#related-collection-wrapper .related-collection .related-collection-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
}
#related-collection-wrapper .related-collection .rc-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}
#related-collection-wrapper .related-collection .products {
  line-height: 1.3em;
}
#related-collection-wrapper .related-collection .products .product-date, #related-collection-wrapper .related-collection .products .product-type {
  font-size: 0.85em;
  display: inline-block;
}
#related-collection-wrapper .related-collection .products .product-type {
  font-weight: 600;
}
#related-collection-wrapper .related-collection .products a {
  font-size: 16px;
}
#related-collection-wrapper .related-collection .view-more {
  padding-top: 10px;
  text-align: right;
  padding-right: 20px;
}
#related-collection-wrapper .related-collection .view-more a {
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  color: #005B94;
}
@media (max-width: 767px) {
  #related-collection-wrapper .related-collection .view-more a {
    top: 0;
  }
}
#related-collection-wrapper .related-collection .view-more ahover {
  color: #112e51;
}
#related-collection-wrapper .related-collection .view-more a::after {
  position: absolute;
  margin-right: 10px;
  content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png);
  width: 8px;
  height: 8px;
  transform: scale(0.015);
}
@media (max-width: 767px) {
  #related-collection-wrapper .related-collection .view-more a::after {
    top: 0;
  }
}

#created-reviewed-citation {
  margin-top: 30px;
}

#project-timeline {
  border: 2px solid #e0ebf2;
  padding-left: 15px;
  padding-right: 5px;
  padding-bottom: 20px;
}
#project-timeline .project-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
#project-timeline h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8em;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}
#project-timeline .product-date, #project-timeline .product-type {
  font-size: 0.75em;
}
@media (min-width: 1400px) and (max-width: 1950px) {
  #project-timeline .product-date, #project-timeline .product-type {
    font-size: 0.85em;
  }
}
@media (min-width: 1951px) {
  #project-timeline .product-date, #project-timeline .product-type {
    font-size: 1em;
  }
}
#project-timeline .product-type .status {
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid #aeb0b5;
  color: #5b616b;
  background-color: white;
  padding: 1px;
  font-size: 0.7em;
  font-weight: 500;
}
#project-timeline .circle {
  margin-top: 3px;
}
#project-timeline .timeline-line.col-1 {
  padding-left: 0;
  padding-right: 0;
}
#project-timeline .product.row {
  line-height: 1em;
  padding-top: 20px;
}
#project-timeline .product.row .col-4, #project-timeline .product.row .col-6 {
  padding-left: 0;
  padding-right: 0;
}
#project-timeline .product.row .product-type {
  padding-left: 10px;
}
#project-timeline .form-indent {
  display: inline-block;
  padding-left: 20px;
  z-index: 444;
  margin-top: -20px;
}
@media (max-width: 1023px) {
  #project-timeline {
    max-width: 350px;
  }
}
#project-timeline .project-timeline-data {
  position: relative;
  box-sizing: border-box;
  /* inactive circle color*/
  /* active circle color */
  /* Set up the line that connects the circles */
}
#project-timeline .project-timeline-data .timeline-line .circle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #323a45;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#project-timeline .project-timeline-data .timeline-line.inactive .circle {
  background: white;
}
#project-timeline .project-timeline-data .timeline-line.active .circle {
  background: #005B94;
}
#project-timeline .project-timeline-data .product.row:not(:last-child) .timeline-line .circle-line::after {
  display: block;
  content: " ";
  width: 2px;
  height: calc(100% + 20px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  background: #323a45;
  background-repeat: no-repeat;
}
#project-timeline .project-timeline-data .product.row .timeline-line.indent .circle-line::after {
  display: block;
  content: " ";
  width: 70%;
  height: 2px;
  position: absolute;
  left: calc(50% - 1px);
  top: 5px;
  background: #323a45;
  background-repeat: no-repeat;
}
#project-timeline .project-timeline-data .timeline-line.indent.active .circle,
#project-timeline .project-timeline-data .timeline-line.indent.inactive .circle {
  top: 0;
  left: 100%;
  margin-top: 0;
}
#project-timeline .project-timeline-data .product-type.form-display .product-type-text {
  margin-left: 10px;
  width: 80%;
  position: relative;
}

/* adding max-width on the timeline b/c it shouldn't expand full page (on projects page) */
#block-timeline {
  max-width: 450px;
}

/* set margins for mobile */
@media screen and (max-width: 767px) {
  #project-timeline {
    margin-top: 20px;
  }
}
#block-ahrq-subtitle .subtitle {
  padding-bottom: 20px;
}

#block-views-block-health-topic-term-page-product-list-block-1 h2 {
  border-bottom: 1px solid #005B94;
  margin: 20px 0;
  padding: 20px 0;
}

#block-product-page-top, #block-nomtopic-page-top,
#block-project-page-top, #block-product-list, #block-collection-page-top,
#hp-row2, #hp_row1, .please-reference-wrapper, .ahrq-faceted-search,
.view-sead-projects-listing, .view-draft-key-products-listing {
  /* TABLE OF CONTENTS BUTTON */
  /* override _focus.scss */
}
#block-product-page-top .status-divider, #block-nomtopic-page-top .status-divider,
#block-project-page-top .status-divider, #block-product-list .status-divider, #block-collection-page-top .status-divider,
#hp-row2 .status-divider, #hp_row1 .status-divider, .please-reference-wrapper .status-divider, .ahrq-faceted-search .status-divider,
.view-sead-projects-listing .status-divider, .view-draft-key-products-listing .status-divider {
  border-right: 1px solid #212121;
  margin-left: 2px;
  margin-right: 5px;
}
#block-product-page-top .product-list, #block-nomtopic-page-top .product-list,
#block-project-page-top .product-list, #block-product-list .product-list, #block-collection-page-top .product-list,
#hp-row2 .product-list, #hp_row1 .product-list, .please-reference-wrapper .product-list, .ahrq-faceted-search .product-list,
.view-sead-projects-listing .product-list, .view-draft-key-products-listing .product-list {
  border-bottom: 1px solid #005B94;
  width: 100%;
  padding-bottom: 15px;
}
#block-product-page-top .product-date-wrapper, #block-nomtopic-page-top .product-date-wrapper,
#block-project-page-top .product-date-wrapper, #block-product-list .product-date-wrapper, #block-collection-page-top .product-date-wrapper,
#hp-row2 .product-date-wrapper, #hp_row1 .product-date-wrapper, .please-reference-wrapper .product-date-wrapper, .ahrq-faceted-search .product-date-wrapper,
.view-sead-projects-listing .product-date-wrapper, .view-draft-key-products-listing .product-date-wrapper {
  width: 100%;
}
#block-product-page-top .product-list-title-wrapper, #block-nomtopic-page-top .product-list-title-wrapper,
#block-project-page-top .product-list-title-wrapper, #block-product-list .product-list-title-wrapper, #block-collection-page-top .product-list-title-wrapper,
#hp-row2 .product-list-title-wrapper, #hp_row1 .product-list-title-wrapper, .please-reference-wrapper .product-list-title-wrapper, .ahrq-faceted-search .product-list-title-wrapper,
.view-sead-projects-listing .product-list-title-wrapper, .view-draft-key-products-listing .product-list-title-wrapper {
  width: 100%;
  padding-top: 10px;
}
#block-product-page-top .type-date, #block-nomtopic-page-top .type-date,
#block-project-page-top .type-date, #block-product-list .type-date, #block-collection-page-top .type-date,
#hp-row2 .type-date, #hp_row1 .type-date, .please-reference-wrapper .type-date, .ahrq-faceted-search .type-date,
.view-sead-projects-listing .type-date, .view-draft-key-products-listing .type-date {
  font-size: 0.85em;
}
#block-product-page-top .type-date .type-date-product-type, #block-nomtopic-page-top .type-date .type-date-product-type,
#block-project-page-top .type-date .type-date-product-type, #block-product-list .type-date .type-date-product-type, #block-collection-page-top .type-date .type-date-product-type,
#hp-row2 .type-date .type-date-product-type, #hp_row1 .type-date .type-date-product-type, .please-reference-wrapper .type-date .type-date-product-type, .ahrq-faceted-search .type-date .type-date-product-type,
.view-sead-projects-listing .type-date .type-date-product-type, .view-draft-key-products-listing .type-date .type-date-product-type {
  font-weight: 600;
}
#block-product-page-top .header-blue-button-row, #block-nomtopic-page-top .header-blue-button-row,
#block-project-page-top .header-blue-button-row, #block-product-list .header-blue-button-row, #block-collection-page-top .header-blue-button-row,
#hp-row2 .header-blue-button-row, #hp_row1 .header-blue-button-row, .please-reference-wrapper .header-blue-button-row, .ahrq-faceted-search .header-blue-button-row,
.view-sead-projects-listing .header-blue-button-row, .view-draft-key-products-listing .header-blue-button-row {
  float: right;
}
#block-product-page-top .header-blue-button-row .external-link a:before, #block-nomtopic-page-top .header-blue-button-row .external-link a:before,
#block-project-page-top .header-blue-button-row .external-link a:before, #block-product-list .header-blue-button-row .external-link a:before, #block-collection-page-top .header-blue-button-row .external-link a:before,
#hp-row2 .header-blue-button-row .external-link a:before, #hp_row1 .header-blue-button-row .external-link a:before, .please-reference-wrapper .header-blue-button-row .external-link a:before, .ahrq-faceted-search .header-blue-button-row .external-link a:before,
.view-sead-projects-listing .header-blue-button-row .external-link a:before, .view-draft-key-products-listing .header-blue-button-row .external-link a:before {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/weblink-005B94.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
#block-product-page-top .type-date, #block-product-page-top .external-link,
#block-product-page-top .open-sead-bblink, #block-product-page-top .download-bblink, #block-nomtopic-page-top .type-date, #block-nomtopic-page-top .external-link,
#block-nomtopic-page-top .open-sead-bblink, #block-nomtopic-page-top .download-bblink,
#block-project-page-top .type-date,
#block-project-page-top .external-link,
#block-project-page-top .open-sead-bblink,
#block-project-page-top .download-bblink, #block-product-list .type-date, #block-product-list .external-link,
#block-product-list .open-sead-bblink, #block-product-list .download-bblink, #block-collection-page-top .type-date, #block-collection-page-top .external-link,
#block-collection-page-top .open-sead-bblink, #block-collection-page-top .download-bblink,
#hp-row2 .type-date,
#hp-row2 .external-link,
#hp-row2 .open-sead-bblink,
#hp-row2 .download-bblink, #hp_row1 .type-date, #hp_row1 .external-link,
#hp_row1 .open-sead-bblink, #hp_row1 .download-bblink, .please-reference-wrapper .type-date, .please-reference-wrapper .external-link,
.please-reference-wrapper .open-sead-bblink, .please-reference-wrapper .download-bblink, .ahrq-faceted-search .type-date, .ahrq-faceted-search .external-link,
.ahrq-faceted-search .open-sead-bblink, .ahrq-faceted-search .download-bblink,
.view-sead-projects-listing .type-date,
.view-sead-projects-listing .external-link,
.view-sead-projects-listing .open-sead-bblink,
.view-sead-projects-listing .download-bblink, .view-draft-key-products-listing .type-date, .view-draft-key-products-listing .external-link,
.view-draft-key-products-listing .open-sead-bblink, .view-draft-key-products-listing .download-bblink {
  display: inline-block;
}
#block-product-page-top .type-date .status, #block-nomtopic-page-top .type-date .status,
#block-project-page-top .type-date .status, #block-product-list .type-date .status, #block-collection-page-top .type-date .status,
#hp-row2 .type-date .status, #hp_row1 .type-date .status, .please-reference-wrapper .type-date .status, .ahrq-faceted-search .type-date .status,
.view-sead-projects-listing .type-date .status, .view-draft-key-products-listing .type-date .status {
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid #aeb0b5;
  color: #5b616b;
  background-color: white;
  padding: 3px;
  font-size: 0.85em;
  font-weight: 600;
}
#block-product-page-top .download-bblink a::before, #block-nomtopic-page-top .download-bblink a::before,
#block-project-page-top .download-bblink a::before, #block-product-list .download-bblink a::before, #block-collection-page-top .download-bblink a::before,
#hp-row2 .download-bblink a::before, #hp_row1 .download-bblink a::before, .please-reference-wrapper .download-bblink a::before, .ahrq-faceted-search .download-bblink a::before,
.view-sead-projects-listing .download-bblink a::before, .view-draft-key-products-listing .download-bblink a::before {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/icon-download-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
#block-product-page-top .download-bblink, #block-product-page-top .open-sead-bblink, #block-nomtopic-page-top .download-bblink, #block-nomtopic-page-top .open-sead-bblink,
#block-project-page-top .download-bblink,
#block-project-page-top .open-sead-bblink, #block-product-list .download-bblink, #block-product-list .open-sead-bblink, #block-collection-page-top .download-bblink, #block-collection-page-top .open-sead-bblink,
#hp-row2 .download-bblink,
#hp-row2 .open-sead-bblink, #hp_row1 .download-bblink, #hp_row1 .open-sead-bblink, .please-reference-wrapper .download-bblink, .please-reference-wrapper .open-sead-bblink, .ahrq-faceted-search .download-bblink, .ahrq-faceted-search .open-sead-bblink,
.view-sead-projects-listing .download-bblink,
.view-sead-projects-listing .open-sead-bblink, .view-draft-key-products-listing .download-bblink, .view-draft-key-products-listing .open-sead-bblink {
  background-color: #005B94;
  padding: 5px 10px 5px 10px;
  text-align: -webkit-center;
  border-radius: 5px;
}
#block-product-page-top .download-bblink a, #block-product-page-top .download-bblink a:visited, #block-product-page-top .download-bblink a:hover, #block-product-page-top .open-sead-bblink a, #block-product-page-top .open-sead-bblink a:visited, #block-product-page-top .open-sead-bblink a:hover, #block-nomtopic-page-top .download-bblink a, #block-nomtopic-page-top .download-bblink a:visited, #block-nomtopic-page-top .download-bblink a:hover, #block-nomtopic-page-top .open-sead-bblink a, #block-nomtopic-page-top .open-sead-bblink a:visited, #block-nomtopic-page-top .open-sead-bblink a:hover,
#block-project-page-top .download-bblink a,
#block-project-page-top .download-bblink a:visited,
#block-project-page-top .download-bblink a:hover,
#block-project-page-top .open-sead-bblink a,
#block-project-page-top .open-sead-bblink a:visited,
#block-project-page-top .open-sead-bblink a:hover, #block-product-list .download-bblink a, #block-product-list .download-bblink a:visited, #block-product-list .download-bblink a:hover, #block-product-list .open-sead-bblink a, #block-product-list .open-sead-bblink a:visited, #block-product-list .open-sead-bblink a:hover, #block-collection-page-top .download-bblink a, #block-collection-page-top .download-bblink a:visited, #block-collection-page-top .download-bblink a:hover, #block-collection-page-top .open-sead-bblink a, #block-collection-page-top .open-sead-bblink a:visited, #block-collection-page-top .open-sead-bblink a:hover,
#hp-row2 .download-bblink a,
#hp-row2 .download-bblink a:visited,
#hp-row2 .download-bblink a:hover,
#hp-row2 .open-sead-bblink a,
#hp-row2 .open-sead-bblink a:visited,
#hp-row2 .open-sead-bblink a:hover, #hp_row1 .download-bblink a, #hp_row1 .download-bblink a:visited, #hp_row1 .download-bblink a:hover, #hp_row1 .open-sead-bblink a, #hp_row1 .open-sead-bblink a:visited, #hp_row1 .open-sead-bblink a:hover, .please-reference-wrapper .download-bblink a, .please-reference-wrapper .download-bblink a:visited, .please-reference-wrapper .download-bblink a:hover, .please-reference-wrapper .open-sead-bblink a, .please-reference-wrapper .open-sead-bblink a:visited, .please-reference-wrapper .open-sead-bblink a:hover, .ahrq-faceted-search .download-bblink a, .ahrq-faceted-search .download-bblink a:visited, .ahrq-faceted-search .download-bblink a:hover, .ahrq-faceted-search .open-sead-bblink a, .ahrq-faceted-search .open-sead-bblink a:visited, .ahrq-faceted-search .open-sead-bblink a:hover,
.view-sead-projects-listing .download-bblink a,
.view-sead-projects-listing .download-bblink a:visited,
.view-sead-projects-listing .download-bblink a:hover,
.view-sead-projects-listing .open-sead-bblink a,
.view-sead-projects-listing .open-sead-bblink a:visited,
.view-sead-projects-listing .open-sead-bblink a:hover, .view-draft-key-products-listing .download-bblink a, .view-draft-key-products-listing .download-bblink a:visited, .view-draft-key-products-listing .download-bblink a:hover, .view-draft-key-products-listing .open-sead-bblink a, .view-draft-key-products-listing .open-sead-bblink a:visited, .view-draft-key-products-listing .open-sead-bblink a:hover {
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
#block-product-page-top .download-bblink:hover, #block-product-page-top .open-sead-bblink:hover, #block-nomtopic-page-top .download-bblink:hover, #block-nomtopic-page-top .open-sead-bblink:hover,
#block-project-page-top .download-bblink:hover,
#block-project-page-top .open-sead-bblink:hover, #block-product-list .download-bblink:hover, #block-product-list .open-sead-bblink:hover, #block-collection-page-top .download-bblink:hover, #block-collection-page-top .open-sead-bblink:hover,
#hp-row2 .download-bblink:hover,
#hp-row2 .open-sead-bblink:hover, #hp_row1 .download-bblink:hover, #hp_row1 .open-sead-bblink:hover, .please-reference-wrapper .download-bblink:hover, .please-reference-wrapper .open-sead-bblink:hover, .ahrq-faceted-search .download-bblink:hover, .ahrq-faceted-search .open-sead-bblink:hover,
.view-sead-projects-listing .download-bblink:hover,
.view-sead-projects-listing .open-sead-bblink:hover, .view-draft-key-products-listing .download-bblink:hover, .view-draft-key-products-listing .open-sead-bblink:hover {
  background-color: #0069d9;
}
#block-product-page-top .open-sead-bblink, #block-product-page-top .external-link, #block-nomtopic-page-top .open-sead-bblink, #block-nomtopic-page-top .external-link,
#block-project-page-top .open-sead-bblink,
#block-project-page-top .external-link, #block-product-list .open-sead-bblink, #block-product-list .external-link, #block-collection-page-top .open-sead-bblink, #block-collection-page-top .external-link,
#hp-row2 .open-sead-bblink,
#hp-row2 .external-link, #hp_row1 .open-sead-bblink, #hp_row1 .external-link, .please-reference-wrapper .open-sead-bblink, .please-reference-wrapper .external-link, .ahrq-faceted-search .open-sead-bblink, .ahrq-faceted-search .external-link,
.view-sead-projects-listing .open-sead-bblink,
.view-sead-projects-listing .external-link, .view-draft-key-products-listing .open-sead-bblink, .view-draft-key-products-listing .external-link {
  margin-right: 20px;
}
#block-product-page-top .download-bblink, #block-product-page-top .open-sead-bblink,
#block-product-page-top .hero, #block-product-page-top .external-link, #block-product-page-top .type-date, #block-nomtopic-page-top .download-bblink, #block-nomtopic-page-top .open-sead-bblink,
#block-nomtopic-page-top .hero, #block-nomtopic-page-top .external-link, #block-nomtopic-page-top .type-date,
#block-project-page-top .download-bblink,
#block-project-page-top .open-sead-bblink,
#block-project-page-top .hero,
#block-project-page-top .external-link,
#block-project-page-top .type-date, #block-product-list .download-bblink, #block-product-list .open-sead-bblink,
#block-product-list .hero, #block-product-list .external-link, #block-product-list .type-date, #block-collection-page-top .download-bblink, #block-collection-page-top .open-sead-bblink,
#block-collection-page-top .hero, #block-collection-page-top .external-link, #block-collection-page-top .type-date,
#hp-row2 .download-bblink,
#hp-row2 .open-sead-bblink,
#hp-row2 .hero,
#hp-row2 .external-link,
#hp-row2 .type-date, #hp_row1 .download-bblink, #hp_row1 .open-sead-bblink,
#hp_row1 .hero, #hp_row1 .external-link, #hp_row1 .type-date, .please-reference-wrapper .download-bblink, .please-reference-wrapper .open-sead-bblink,
.please-reference-wrapper .hero, .please-reference-wrapper .external-link, .please-reference-wrapper .type-date, .ahrq-faceted-search .download-bblink, .ahrq-faceted-search .open-sead-bblink,
.ahrq-faceted-search .hero, .ahrq-faceted-search .external-link, .ahrq-faceted-search .type-date,
.view-sead-projects-listing .download-bblink,
.view-sead-projects-listing .open-sead-bblink,
.view-sead-projects-listing .hero,
.view-sead-projects-listing .external-link,
.view-sead-projects-listing .type-date, .view-draft-key-products-listing .download-bblink, .view-draft-key-products-listing .open-sead-bblink,
.view-draft-key-products-listing .hero, .view-draft-key-products-listing .external-link, .view-draft-key-products-listing .type-date {
  margin-bottom: 20px;
}
#block-product-page-top .archived, #block-nomtopic-page-top .archived,
#block-project-page-top .archived, #block-product-list .archived, #block-collection-page-top .archived,
#hp-row2 .archived, #hp_row1 .archived, .please-reference-wrapper .archived, .ahrq-faceted-search .archived,
.view-sead-projects-listing .archived, .view-draft-key-products-listing .archived {
  background-color: #FFD971;
  border: 1px solid #FFC425;
  text-align: -webkit-center;
  margin-bottom: 10px;
  padding: 10px 5px;
}
#block-product-page-top .products-toc-btn, #block-nomtopic-page-top .products-toc-btn,
#block-project-page-top .products-toc-btn, #block-product-list .products-toc-btn, #block-collection-page-top .products-toc-btn,
#hp-row2 .products-toc-btn, #hp_row1 .products-toc-btn, .please-reference-wrapper .products-toc-btn, .ahrq-faceted-search .products-toc-btn,
.view-sead-projects-listing .products-toc-btn, .view-draft-key-products-listing .products-toc-btn {
  width: 100%;
  text-align: left;
  background: #e0ebf2;
  border-radius: 0;
  z-index: 1;
  position: relative;
}
#block-product-page-top .products-toc-btn[aria-expanded=false]:after,
#block-product-page-top .products-toc-btn.collapsed:after, #block-nomtopic-page-top .products-toc-btn[aria-expanded=false]:after,
#block-nomtopic-page-top .products-toc-btn.collapsed:after,
#block-project-page-top .products-toc-btn[aria-expanded=false]:after,
#block-project-page-top .products-toc-btn.collapsed:after, #block-product-list .products-toc-btn[aria-expanded=false]:after,
#block-product-list .products-toc-btn.collapsed:after, #block-collection-page-top .products-toc-btn[aria-expanded=false]:after,
#block-collection-page-top .products-toc-btn.collapsed:after,
#hp-row2 .products-toc-btn[aria-expanded=false]:after,
#hp-row2 .products-toc-btn.collapsed:after, #hp_row1 .products-toc-btn[aria-expanded=false]:after,
#hp_row1 .products-toc-btn.collapsed:after, .please-reference-wrapper .products-toc-btn[aria-expanded=false]:after,
.please-reference-wrapper .products-toc-btn.collapsed:after, .ahrq-faceted-search .products-toc-btn[aria-expanded=false]:after,
.ahrq-faceted-search .products-toc-btn.collapsed:after,
.view-sead-projects-listing .products-toc-btn[aria-expanded=false]:after,
.view-sead-projects-listing .products-toc-btn.collapsed:after, .view-draft-key-products-listing .products-toc-btn[aria-expanded=false]:after,
.view-draft-key-products-listing .products-toc-btn.collapsed:after {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 5px;
}
#block-product-page-top .products-toc-btn[aria-expanded=true]:after, #block-nomtopic-page-top .products-toc-btn[aria-expanded=true]:after,
#block-project-page-top .products-toc-btn[aria-expanded=true]:after, #block-product-list .products-toc-btn[aria-expanded=true]:after, #block-collection-page-top .products-toc-btn[aria-expanded=true]:after,
#hp-row2 .products-toc-btn[aria-expanded=true]:after, #hp_row1 .products-toc-btn[aria-expanded=true]:after, .please-reference-wrapper .products-toc-btn[aria-expanded=true]:after, .ahrq-faceted-search .products-toc-btn[aria-expanded=true]:after,
.view-sead-projects-listing .products-toc-btn[aria-expanded=true]:after, .view-draft-key-products-listing .products-toc-btn[aria-expanded=true]:after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 5px;
}
#block-product-page-top .products-toc-btn:not([disabled]):focus, #block-nomtopic-page-top .products-toc-btn:not([disabled]):focus,
#block-project-page-top .products-toc-btn:not([disabled]):focus, #block-product-list .products-toc-btn:not([disabled]):focus, #block-collection-page-top .products-toc-btn:not([disabled]):focus,
#hp-row2 .products-toc-btn:not([disabled]):focus, #hp_row1 .products-toc-btn:not([disabled]):focus, .please-reference-wrapper .products-toc-btn:not([disabled]):focus, .ahrq-faceted-search .products-toc-btn:not([disabled]):focus,
.view-sead-projects-listing .products-toc-btn:not([disabled]):focus, .view-draft-key-products-listing .products-toc-btn:not([disabled]):focus {
  outline: #e0ebf2;
}
#block-product-page-top .products-toc-btn-text, #block-nomtopic-page-top .products-toc-btn-text,
#block-project-page-top .products-toc-btn-text, #block-product-list .products-toc-btn-text, #block-collection-page-top .products-toc-btn-text,
#hp-row2 .products-toc-btn-text, #hp_row1 .products-toc-btn-text, .please-reference-wrapper .products-toc-btn-text, .ahrq-faceted-search .products-toc-btn-text,
.view-sead-projects-listing .products-toc-btn-text, .view-draft-key-products-listing .products-toc-btn-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}
#block-product-page-top #product-toc-wrapper, #block-nomtopic-page-top #product-toc-wrapper,
#block-project-page-top #product-toc-wrapper, #block-product-list #product-toc-wrapper, #block-collection-page-top #product-toc-wrapper,
#hp-row2 #product-toc-wrapper, #hp_row1 #product-toc-wrapper, .please-reference-wrapper #product-toc-wrapper, .ahrq-faceted-search #product-toc-wrapper,
.view-sead-projects-listing #product-toc-wrapper, .view-draft-key-products-listing #product-toc-wrapper {
  margin-bottom: 20px;
  width: 70%;
}
@media (max-width: 1023px) {
  #block-product-page-top #product-toc-wrapper, #block-nomtopic-page-top #product-toc-wrapper,
  #block-project-page-top #product-toc-wrapper, #block-product-list #product-toc-wrapper, #block-collection-page-top #product-toc-wrapper,
  #hp-row2 #product-toc-wrapper, #hp_row1 #product-toc-wrapper, .please-reference-wrapper #product-toc-wrapper, .ahrq-faceted-search #product-toc-wrapper,
  .view-sead-projects-listing #product-toc-wrapper, .view-draft-key-products-listing #product-toc-wrapper {
    width: 100%;
  }
}
#block-product-page-top .content .collapse:not(.show), #block-nomtopic-page-top .content .collapse:not(.show),
#block-project-page-top .content .collapse:not(.show), #block-product-list .content .collapse:not(.show), #block-collection-page-top .content .collapse:not(.show),
#hp-row2 .content .collapse:not(.show), #hp_row1 .content .collapse:not(.show), .please-reference-wrapper .content .collapse:not(.show), .ahrq-faceted-search .content .collapse:not(.show),
.view-sead-projects-listing .content .collapse:not(.show), .view-draft-key-products-listing .content .collapse:not(.show) {
  display: none;
}
#block-product-page-top .content .collapsing, #block-nomtopic-page-top .content .collapsing,
#block-project-page-top .content .collapsing, #block-product-list .content .collapsing, #block-collection-page-top .content .collapsing,
#hp-row2 .content .collapsing, #hp_row1 .content .collapsing, .please-reference-wrapper .content .collapsing, .ahrq-faceted-search .content .collapsing,
.view-sead-projects-listing .content .collapsing, .view-draft-key-products-listing .content .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}
#block-product-page-top div#expandable-item1, #block-nomtopic-page-top div#expandable-item1,
#block-project-page-top div#expandable-item1, #block-product-list div#expandable-item1, #block-collection-page-top div#expandable-item1,
#hp-row2 div#expandable-item1, #hp_row1 div#expandable-item1, .please-reference-wrapper div#expandable-item1, .ahrq-faceted-search div#expandable-item1,
.view-sead-projects-listing div#expandable-item1, .view-draft-key-products-listing div#expandable-item1 {
  padding-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #e0ebf2;
}
#block-product-page-top .open-comment-text, #block-nomtopic-page-top .open-comment-text,
#block-project-page-top .open-comment-text, #block-product-list .open-comment-text, #block-collection-page-top .open-comment-text,
#hp-row2 .open-comment-text, #hp_row1 .open-comment-text, .please-reference-wrapper .open-comment-text, .ahrq-faceted-search .open-comment-text,
.view-sead-projects-listing .open-comment-text, .view-draft-key-products-listing .open-comment-text {
  font-size: 0.95em;
  font-weight: 600;
  padding-bottom: 20px;
}
#block-product-page-top .pdf-fileinfo, #block-nomtopic-page-top .pdf-fileinfo,
#block-project-page-top .pdf-fileinfo, #block-product-list .pdf-fileinfo, #block-collection-page-top .pdf-fileinfo,
#hp-row2 .pdf-fileinfo, #hp_row1 .pdf-fileinfo, .please-reference-wrapper .pdf-fileinfo, .ahrq-faceted-search .pdf-fileinfo,
.view-sead-projects-listing .pdf-fileinfo, .view-draft-key-products-listing .pdf-fileinfo {
  padding-top: 15px;
}
#block-product-page-top div.related-files div.related-files-link, #block-nomtopic-page-top div.related-files div.related-files-link,
#block-project-page-top div.related-files div.related-files-link, #block-product-list div.related-files div.related-files-link, #block-collection-page-top div.related-files div.related-files-link,
#hp-row2 div.related-files div.related-files-link, #hp_row1 div.related-files div.related-files-link, .please-reference-wrapper div.related-files div.related-files-link, .ahrq-faceted-search div.related-files div.related-files-link,
.view-sead-projects-listing div.related-files div.related-files-link, .view-draft-key-products-listing div.related-files div.related-files-link {
  padding: 5px 15px;
}
#block-product-page-top div.related-files div.related-files-link a:before, #block-nomtopic-page-top div.related-files div.related-files-link a:before,
#block-project-page-top div.related-files div.related-files-link a:before, #block-product-list div.related-files div.related-files-link a:before, #block-collection-page-top div.related-files div.related-files-link a:before,
#hp-row2 div.related-files div.related-files-link a:before, #hp_row1 div.related-files div.related-files-link a:before, .please-reference-wrapper div.related-files div.related-files-link a:before, .ahrq-faceted-search div.related-files div.related-files-link a:before,
.view-sead-projects-listing div.related-files div.related-files-link a:before, .view-draft-key-products-listing div.related-files div.related-files-link a:before {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/icon-download-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 5px;
}
#block-product-page-top div.related-files div.related-files-link.highlight, #block-nomtopic-page-top div.related-files div.related-files-link.highlight,
#block-project-page-top div.related-files div.related-files-link.highlight, #block-product-list div.related-files div.related-files-link.highlight, #block-collection-page-top div.related-files div.related-files-link.highlight,
#hp-row2 div.related-files div.related-files-link.highlight, #hp_row1 div.related-files div.related-files-link.highlight, .please-reference-wrapper div.related-files div.related-files-link.highlight, .ahrq-faceted-search div.related-files div.related-files-link.highlight,
.view-sead-projects-listing div.related-files div.related-files-link.highlight, .view-draft-key-products-listing div.related-files div.related-files-link.highlight {
  background-color: #e0ebf2;
  padding: 5px 15px;
}
#block-product-page-top div.related-files div.related-files-link.highlight .status, #block-nomtopic-page-top div.related-files div.related-files-link.highlight .status,
#block-project-page-top div.related-files div.related-files-link.highlight .status, #block-product-list div.related-files div.related-files-link.highlight .status, #block-collection-page-top div.related-files div.related-files-link.highlight .status,
#hp-row2 div.related-files div.related-files-link.highlight .status, #hp_row1 div.related-files div.related-files-link.highlight .status, .please-reference-wrapper div.related-files div.related-files-link.highlight .status, .ahrq-faceted-search div.related-files div.related-files-link.highlight .status,
.view-sead-projects-listing div.related-files div.related-files-link.highlight .status, .view-draft-key-products-listing div.related-files div.related-files-link.highlight .status {
  text-transform: uppercase;
  width: fit-content;
  border: none;
  color: white;
  background-color: #005ea2;
  padding: 3px;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 3px;
}
#block-product-page-top div.related-files div.related-files-link .status, #block-nomtopic-page-top div.related-files div.related-files-link .status,
#block-project-page-top div.related-files div.related-files-link .status, #block-product-list div.related-files div.related-files-link .status, #block-collection-page-top div.related-files div.related-files-link .status,
#hp-row2 div.related-files div.related-files-link .status, #hp_row1 div.related-files div.related-files-link .status, .please-reference-wrapper div.related-files div.related-files-link .status, .ahrq-faceted-search div.related-files div.related-files-link .status,
.view-sead-projects-listing div.related-files div.related-files-link .status, .view-draft-key-products-listing div.related-files div.related-files-link .status {
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid #aeb0b5;
  color: #5b616b;
  background-color: white;
  padding: 3px;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 3px;
}

.view-sead-projects-listing, .view-draft-key-products-listing {
  margin-bottom: 20px;
}
.view-sead-projects-listing .views-row, .view-draft-key-products-listing .views-row {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #005B94;
}
.view-sead-projects-listing .views-row .type-date, .view-draft-key-products-listing .views-row .type-date {
  margin-bottom: 5px !important;
}
.view-sead-projects-listing .views-row:last-child, .view-draft-key-products-listing .views-row:last-child {
  border-bottom: 1px solid #005B94;
}

#block-nomtopic-page-top .col-xs-12, #block-nomtopic-page-top .col-sm-12, #block-nomtopic-page-top .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 737px) {
  #block-nomtopic-page-top .header-blue-button-row {
    float: none;
  }
}

[id^=webform-submission-] fieldset {
  border: none;
  padding-right: 5px;
  padding-left: 0;
}
[id^=webform-submission-] fieldset [id^=edit-question-] {
  padding-bottom: 0;
  margin-bottom: 0;
}
[id^=webform-submission-] #edit-disclosure-policy {
  background-color: #e0ebf2;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0;
}
[id^=webform-submission-] #edit-disclosure-policy legend {
  display: none;
}
[id^=webform-submission-] .form-control {
  border-color: #323a45;
}
[id^=webform-submission-] label {
  font-weight: 500;
}
[id^=webform-submission-] .fieldset-legend {
  font-family: "Public Sans Semibold", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 10px;
  padding-top: 20px;
}
[id^=webform-submission-] label.form-required::after,
[id^=webform-submission-] div[class*=-disclosure-policy-] label::after {
  content: "*";
  color: red;
  margin-left: 3px;
}
[id^=webform-submission-] label[id^=edit-upload-information-packet] {
  font-size: 1.4em;
}
@media (max-width: 640px) {
  [id^=webform-submission-] label[id^=edit-upload-information-packet] {
    font-size: 1.3em;
  }
}
[id^=webform-submission-] label[id^=edit-upload-information-packet] .label-state {
  width: 100%;
}
[id^=webform-submission-] label.label-bold {
  font-weight: 600;
}
[id^=webform-submission-] input#edit-zip-code {
  width: 49%;
}
@media (max-width: 760px) {
  [id^=webform-submission-] input#edit-zip-code {
    width: 100%;
  }
}
[id^=webform-submission-] input#edit-target-date {
  width: 100%;
}
@media (min-width: 800px) {
  [id^=webform-submission-] input#edit-target-date {
    width: 20%;
  }
}
[id^=webform-submission-] .hide-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[id^=webform-submission-] select#edit-state {
  width: 100%;
  height: 36px;
}
[id^=webform-submission-] button[id^=edit-upload-], [id^=webform-submission-] button[id^=edit-document-remove-button] {
  background-color: #FFF;
  border-color: #005B94;
  color: #005B94;
  margin-right: 10px;
  font-weight: 600;
}
[id^=webform-submission-] .view-faq-facet-search-faq- .cahps-faq-btn {
  width: 100%;
}
[id^=webform-submission-] .card.card-body p {
  margin-bottom: 0.2rem;
}
[id^=webform-submission-] .nt-legend-label legend .fieldset-legend {
  font-size: 17px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
[id^=webform-submission-] .chosen-container-single .chosen-single div b {
  margin-top: 8px;
}
[id^=webform-submission-] #edit_state_chosen {
  font-size: 17px;
  width: 100% !important;
}
[id^=webform-submission-] #edit_state_chosen a {
  background: none;
  padding: 6.375px 12.75px;
  height: 40.25px;
}

#edit-upload-information-packet .form-control,
#edit-document-upload .form-control {
  width: min-content !important;
}

.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

@media print {
  body {
    background-color: 0;
    color: #000000;
  }
  * {
    overflow: visible !important;
    float: none !important;
    position: static !important;
  }
  .usa-banner-bg {
    background-color: #fff;
  }
  .usa-banner-bg .usa-accordion, .usa-banner-bg .usa-banner__header {
    display: none !important;
  }
  #header #utility-nav, #header .search {
    display: none;
  }
  #header .header .row-bottom-margin {
    display: none;
  }
  #header .mm-nav-bottom-border-mobile {
    border-bottom: 0;
    margin-top: 0;
  }
  #breadcrumbs, #topics-az {
    display: none !important;
  }
  #main-content-wrapper .addthis_toolbox {
    display: none;
  }
  #main-content-wrapper .main-content .subnav-2-cols {
    padding-right: 0;
  }
  #main-content-wrapper .sbf-btn {
    display: none !important;
  }
  #main-content-wrapper .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sbf-col, .collapse.dont-collapse-sm {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  head, script {
    display: none !important;
  }
  ul.clearfix.menu.menu--subhead-utility-nav.nav {
    display: none !important;
  }
  div.search-button-flex {
    display: none !important;
  }
  #mainmenu-container {
    display: none !important;
  }
  #breadcrumbs {
    display: none !important;
  }
  .addtoany-toolbox {
    display: none !important;
  }
  .sr-only {
    display: none !important;
  }
  #mm-mob {
    display: none !important;
  }
  #top-button-container {
    display: none !important;
  }
  ul[data-once="divul utility"] {
    display: none !important;
  }
  .download-bblink1 {
    background-color: white !important;
  }
  #download-container.d-none {
    display: block !important;
    margin-bottom: 20px;
  }
  a#download-button::after {
    content: "";
  }
  div.collapse.card-border {
    display: block !important;
  }
  a#download-button {
    display: none;
  }
  #project-timeline {
    border: none;
  }
  .card-border {
    border: none !important;
  }
  .type-date.type-ehc-date {
    display: block;
  }
  .header-blue-button-row.blue-button-flex {
    display: block;
  }
  .twocolordiv:before {
    background: none !important;
  }
  #project-timeline .project-timeline-data .product.row:not(:last-child) .timeline-line .circle-line::after {
    display: block;
    content: " ";
    width: 2px;
    height: calc(100% + 20px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
    background: none;
    background-repeat: no-repeat;
  }
  #project-timeline .project-timeline-data .product.row .timeline-line.indent .circle-line::after {
    display: block;
    content: " ";
    width: 70%;
    height: 2px;
    position: absolute;
    left: calc(50% - 1px);
    top: 5px;
    background: none;
    background-repeat: no-repeat;
  }
  img.product-plusminus {
    display: none;
  }
  div.toc-blue h2 {
    display: none;
  }
  .toc-contents {
    display: none;
  }
  .prev-arrow, .next-arrow {
    display: none !important;
  }
  #hp-row5 .title-row .more-link:after {
    content: none !important;
  }
  .cycle-slide {
    display: block !important;
  }
  html, body {
    height: auto;
  }
}
/* Overriding Barrio's bogus alert box handling! */
.alert-wrapper {
  position: relative;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/** background for style guide so white images show **/
.sg-main {
  background-color: #f1f1f1;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  color: #005B94;
}
a:hover {
  color: #112e51;
}
a:visited {
  color: #691f74;
}

.page-header {
  margin-top: 0;
}

/** CONTENT **/
.container-fluid-mod {
  max-width: 85%;
}

.node__title {
  margin-top: -5px;
}

.node--view-mode-teaser h2 a {
  text-decoration: none;
}

.field--name-field-description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  padding-bottom: 60px;
}

.field--name-body {
  line-height: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 30px;
}

.page-link {
  border: 0;
  padding: 0.5rem 0.5rem;
  color: #005B94;
}
.page-link a:hover {
  color: #112e51;
}

.pagination {
  margin-top: 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  .pagination .page-item .hide-on-mobile, .pagination .pager__item--next .hide-on-mobile {
    display: inline-block;
    text-decoration: underline;
  }
}

.page-item.active .page-link {
  background-color: #005B94;
  border-color: #005B94;
}

.btn-primary,
.button--primary,
.form-submit,
.btn-primary:hover,
.button--primary:hover,
.form-submit:hover {
  color: white;
  background-color: #005B94;
  border-color: #005B94;
  margin-right: 10px;
}

[id^=webform-submission-] label.form-required::after {
  color: red;
  margin-left: 3px;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.block.block-addtoany.block-addtoany-block .addtoany_list > a,
.block.block-addtoany.block-addtoany-block .addtoany_list a img,
.block.block-addtoany.block-addtoany-block .addtoany_list a > span {
  vertical-align: middle;
  height: 16px !important;
}

.addtoany_list a.a2a_button_twitter img {
  width: auto;
  height: 16px !important;
}

/**   SIDEBAR FIRST **/
.contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
  float: left;
}

/**
  VIEWS E-Newsletters
    overrides style in tables.css (white font on light blue background not compliant
**/
table {
  font-size: 1em;
}

table tr th a, table tr th a:hover, table tr th a:focus,
table tr th a:active {
  color: #212121;
  text-decoration: none;
}

table thead {
  border: 1px solid #000;
}

.table thead th {
  border-bottom: 1px solid #000;
}

.table th, tr th {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.tablesort--asc {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/twistie-down.png);
}

.tablesort.tablesort--asc {
  width: 10px;
  margin: -2px 0 0 5px;
}

.tablesort--desc {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/twistie-up.png);
}

.tablesort.tablesort--desc {
  width: 10px;
  margin: 3px 0 0 5px;
}

/** override _reboot.scss **/
blockquote {
  margin: 1.5rem 30px;
}

/* === CUSTOM BASE STYLES === */
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-Light.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-Light.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-Regular.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-Regular.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-Bold.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-Bold.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-LightItalic.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-LightItalic.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-Italic.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-Italic.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-Italic.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-BoldItalic.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-BoldItalic.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Public Sans Semibold";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(../uswds/fonts/public-sans/PublicSans-SemiBold.woff2) format("woff2"), url(../uswds/fonts/public-sans/PublicSans-SemiBold.woff) format("woff"), url(../uswds/fonts/public-sans/PublicSans-SemiBold.ttf) format("truetype");
}
html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

body {
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

.clear-row {
  clear: both;
}

/** use this to place in rows so that buffers on left and right of page are uniform throughout:
    header, footer, main content
 */
.row-side-margins {
  margin-right: 0;
  margin-left: 0;
}

.col, .col-md-12, .col-12, .col-sm-3, .col-sm-8, .col-md-9, .col-md, .mobile-col-md {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .node__content.clearfix {
    display: flex;
    flex-flow: column;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1023px) {
  .main-content.col.row-side-margins {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media (max-width: 975px) {
  .main-content .subnav-2-cols {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 975px) {
  .main-content .subnav-2-cols {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media only screen and (min-width: 975px) {
  section#content.content-footer-margin {
    margin-bottom: -30px;
  }
}
@media (min-width: 975px) {
  .pg-sb2 {
    padding-right: 5vw;
  }
}
@media (max-width: 767px) {
  .pg-sb2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pg-sb2 {
    padding-left: 0;
  }
}

@media (min-width: 975px) {
  .sbf-col {
    padding-left: 5vw;
  }
}

@media (max-width: 974px) {
  .sbf-btn {
    padding-left: calc(2% + 10px);
    padding-right: calc(2% + 10px);
  }
}

.display-1, .display-2 {
  font-family: "Public Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Public Sans Semibold", sans-serif;
}

h6, .lead-para, .body-copy, .body-copy-italic {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.body-copy, .head-6, .display-1 {
  font-weight: 400;
}

.display-2, .lead-para {
  font-weight: 300;
}

.body-copy-italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2 {
  line-height: 1.3em;
}

h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
}

h2, h3, h4, h5, h6 {
  padding-top: 20px;
}

[class^=main-content] {
  /*  h2, h3, h4 {
      padding-top: $pad-30;
    }*/
  /*  h5, h6 {
      padding-top: $pad-20;
    }*/
}
[class^=main-content] [class^=page-sidebar-second] h2, [class^=main-content] [class^=page-sidebar-second] h3, [class^=main-content] [class^=page-sidebar-second] h4, [class^=main-content] [id^=hp-row] h2, [class^=main-content] [id^=hp-row] h3, [class^=main-content] [id^=hp-row] h4 {
  padding-top: 0;
}
[class^=main-content] [class^=page-sidebar-second] h5, [class^=main-content] [class^=page-sidebar-second] h6, [class^=main-content] [id^=hp-row] h5, [class^=main-content] [id^=hp-row] h6 {
  padding-top: 0;
}

.body-copy, .body-copy-italic {
  line-height: 1.5em;
}

.display-1 {
  font-size: 52px;
}

.display-2 {
  font-size: 44px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4, .lead-para {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

.body-copy, .body-copy-italic {
  font-size: 17px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
}
.field--name-field-subtitle {
  font-family: "Public Sans Semibold", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 30px;
}

table tr th {
  color: #000;
  background: #e0ebf2;
}

tr {
  background: #fff;
}

tr td {
  border: 1px solid #5b616b;
}

/** hides edit column when user isn't logged in **/
body:not(.user-logged-in) .view-cahps-supplemental-items table {
  border-collapse: separate;
  empty-cells: hide;
}

.field-date-created, .field-date-reviewed {
  padding-bottom: 10px;
}

.pad-bottom-sections {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .pad-bottom-sections {
    padding-top: 30px;
    padding-right: 10px;
  }
}

/* BACK-TO-TOP BUTTON*/
#top-button-container {
  clear: none;
  margin-right: 5vw;
  right: 0;
  bottom: 20px;
  float: right;
  padding-top: 30px;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  background: #fff;
  width: 140px;
}
#top-button-container #top-button {
  color: #005B94;
  display: block;
  font: 20px "Source Sans Pro", sans-serif;
  margin-top: -30px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
#top-button-container #top-button img {
  top: -2px;
}

.node--type-case-study .field--name-body {
  padding-top: 10px;
}

/* Users Report*/
.users-report .form-item-roles-target-id label {
  display: block;
  margin-bottom: 0;
}
.users-report fieldset {
  border: none;
  padding: 0;
}
.users-report fieldset select#edit-roles-target-id {
  height: 39px;
  border-radius: 4px;
}
.users-report #edit-actions {
  padding-left: 12px;
}
.users-report .view-footer {
  margin-bottom: 30px;
}

.users-report .view-footer {
  margin-bottom: 30px;
}

/** HOMEPAGE **/
#hp-row4 {
  background-color: #005B94;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  #hp-row4 {
    width: 100vw;
    margin-left: -2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (min-width: 1024px) {
  #hp-row4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#hp-row4 .statement-title {
  float: left;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
}
#hp-row4 .statement {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}

/** FIELD FORMATTING **/
.field--name-field-catch-all {
  border-bottom: 2px solid #d6d7d9;
  padding-bottom: 10px; /* space between border and text */
  margin-bottom: 10px; /* space before actual page content */
}

@media (min-width: 1024px) {
  .block-views-blocktopics-listing-block-1, .block-views-blocktopics-nodes-listing-block-1, .block-topics-nodelisting-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 575px) {
  .block-views-blocktopics-listing-block-1, .block-views-blocktopics-nodes-listing-block-1, .block-topics-nodelisting-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 574px) {
  .block-views-blocktopics-listing-block-1, .block-views-blocktopics-nodes-listing-block-1, .block-topics-nodelisting-header {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/** PAGE SETUP WITH SIDEBAR SECOND **/
#main-content-wrapper {
  width: 100vw;
}

.side-margins {
  padding-right: 5vw;
  padding-left: 5vw;
}

.col-3-side-margins {
  padding-right: 3vw;
  padding-left: 3vw;
}

.sb1-side-margins {
  padding-left: 3vw;
  padding-right: 5vw;
}

.sb2-side-margins {
  padding-left: 5vw;
  padding-right: 2vw;
}

.main-content-with-sb2 {
  width: 65%;
  float: left;
}
@media (max-width: 1023px) {
  .main-content-with-sb2 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-content-with-sb2 {
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 975px) {
  .main-content-with-sb2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 974px) {
  .main-content-with-sb2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.main-content-no-sb2 {
  width: 100%;
}

/** accommodate different breakpoints in the basic page content type  **/
.col-mdm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media (max-width: 974px) {
  .col-mdm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-sml-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 974px) {
  .col-sml-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-sml-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 974px) {
  .col-sml-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sb2-layout {
  width: 100%;
}
.sb2-layout a {
  color: #205493;
}
.sb2-layout a:hover {
  color: #112e51;
}
.sb2-layout .page-sidebar-second a.usa-button {
  color: #fff !important;
}
.sb2-layout .page-sidebar-second a.usa-button:hover {
  color: #fff !important;
}
@media (max-width: 1023px) {
  .sb2-layout {
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sb2-layout {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sb2-layout {
    margin-left: 4px;
  }
}

@media (min-width: 975px) {
  .col-sm-12.col-md-12.side-margins .sb2-col-layout .sb2-layout {
    width: 85%;
    float: right;
  }
}

@media (max-width: 1023px) {
  .pg-sb2 {
    text-align: left;
  }
}

/** CITATIONS BLOCK **/
@media (max-width: 767px) {
  .block-citation {
    margin-right: -20px;
  }
}

section.row.region.region-citation {
  float: right;
  margin-right: 6%;
}

.twocolordiv {
  position: relative;
  z-index: 9;
  background: #e0ebf2;
  width: 450px;
  height: auto;
  min-height: 120px;
  float: right;
}
@media (max-width: 767px) {
  .twocolordiv {
    height: auto;
    min-height: 120px;
    width: 93%;
    margin-right: 15px;
  }
}

.twocolordiv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 90%;
  bottom: 0;
  right: 0;
  background: #005B94;
}

.twocolordiv-content {
  float: left;
}

.twocolordiv-content {
  width: 85%;
}

.twocolordiv-content p {
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .twocolordiv-content p {
    padding-left: 30px;
  }
}

.twocolordiv-content .citation-hdr {
  font-weight: 700;
}

.twocolordiv-image {
  margin-top: 40px;
  margin-right: 10px;
}
.twocolordiv-image img {
  cursor: pointer;
}

.twocolordiv .citation-url {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .twocolordiv .citation-url {
    display: inline-block;
    word-break: break-all;
  }
}

/************************/
/************************/
.view-id-news .views-row {
  border-bottom: 1px solid #005B94;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-id-news .views-row .views-field-field-date-created {
  padding-bottom: 5px;
}
.view-id-news .views-row .views-field-field-date-created .field-content {
  font-size: 0.85em;
}
.view-id-news .views-row:first-child {
  border-top: 1px solid #006B94;
}

/************************/
/************************/
.icon-envelope {
  background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/envelope-regular.png) left center no-repeat;
  background-size: 20px 20px;
  text-indent: 25px;
  display: inline-block;
}

/*********************/
/** PUBLICATIONS TOC **/
/*********************/
/*.region-publications-toc {
  display: none;
}

#publication-toc {
  background-color: $ahrq-blue-lightest;
  color: $ahrq_base;
  margin-bottom: 20px;

  li, h3 {
    font-family: $font_base;
  }

  .ui-state-default {
  border: 1px solid $ahrq-blue-lightest;
  background: $ahrq-blue-lightest;
  font-weight: normal;
  color: $ahrq-base;
  }

  .ui-widget-content {
    border: 1px solid $ahrq-blue-lightest;
    background: #ffffff;
    color: $ahrq-base;

    a {
      text-decoration: underline;
      color: $ahrq-blue;
    }
  }

  .ui-accordion-header-icon {
    display:none;
  }

  .ui-accordion-content {
    height: auto !important;
    list-style-type: disc;
  }

  h3.ui-accordion-header-collapsed:after {
    display: inline-block;
    padding-right: .5rem;
    margin-top: 6px;
    float: right;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }

  h3.ui-accordion-header-active:after {
    display: inline-block;
    padding-right: .5rem;
    margin-top: 6px;
    float: right;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
}

#publication-toc-pager {
  .next {
    text-align:right;
    font-size: 12px;

    a {
      text-decoration: none;
    }
  }

  .next:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png');
    background-size: contain;
    vertical-align: text-bottom;

    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
  }

  .previous {
    text-align:left;
    font-size: 12px;
    float: left;

    a {
      text-decoration: none;
    }
  }

  .previous:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-left-solid.png');
    background-size: contain;
    vertical-align: text-bottom;

    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
  }
}*/
/***********/
/** BLOG **/
/***********/
/*.blog-authors {
  display: block;
  padding-bottom: 70px;

  @media (min-width: 768px) and (max-width: 1024px) {
    padding-bottom: 35px;
  }

  font-size: 24px;
  font-weight: $fw-medium;

  @media (min-width: 310px ) and (max-width: 667px) {
    margin-bottom: 25px;
    padding-bottom: 0;
    margin-top: 25px;
  }
}

.blog-authors div.field.field--name-field-first-name,
.blog-authors div.field.field--name-field-last-name,
.blog-authors div.field.field--name-field-accreditation-title {
  display: inline-block;

 !* @media (max-width: 767px) {
    float:left
  }*!
}

.blog-date {
  display: inline-block;
  padding-right: 20px;
  float: left;

  @media (max-width: 767px){
    float: none;
  }

  .blog-date-box {
    background: $ahrq-purple;
    width: 85px;
    text-align: center;
    color: $white;
    padding: 5px;

    @media (max-width: 767px) {
      width: 160px;
      height: 50px;

      padding: 15px 5px 5px 20px;

      > p {
        padding-right: 10px;
      }
    }

    .blog-month {
      margin-bottom: -3px;

      @media (max-width: 767px) {
        margin-bottom: 0;
      }
    }

    .blog-day {
      margin-bottom: -1px;

      @media (max-width: 767px) {
        margin-bottom: 0;

        &:after {
          content: ",";
        }
      }
    }

    .blog-month, .blog-year {
      font-size: 16px;
      line-height: 1.1em;

      @media (max-width: 767px) {
        font-size: 16px;
        float: left;
      }
    }

    .blog-day {
      font-size: 36px;
      line-height: 1.1em;

      @media (max-width: 767px) {
        font-size: 16px;
        float: left;
      }

    }
  }
}*/
/** ********************
You Tube- Video
********************* */
.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* *******
Captcha Image
******* */
.captcha .details-wrapper img {
  margin: 18px 0 8px 0;
}
.captcha .details-wrapper .details-description {
  display: block;
}

/** **************************
HOMEPAGE: Row 2 - What's New
*************************** */
/*#hp-row2 {
  background: $ahrq-blue-lightest;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;

  @media(max-width: 1023px){
    width: 100vw;
    margin-left: -2vw;
  }

  h2 {
    color: $ahrq-blue;
    padding-bottom: 5px;
    border-bottom: 1px solid $gray-light;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .more-link {
    text-decoration:none;
    float: right;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5vw;

    &:after {
      position: absolute;
      padding-left: 2px;
      content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png);
      width: 8px;
      height: 8px;
      transform: scale(0.015);
      top: 7px;
    }
  }

  .region-hp-row2 div.block-block-content:first-child {
    margin-left: 5vw;
  }

  div.block-block-content {
    width: 30%;
    padding-right: 40px;
    @media (max-width: 767px) {
      width: 100%;
    }

    h3 {
      padding-bottom: 10px;
    }

    p {
      color: $ahrq-base;
    }
  }

  @media (max-width: 767px) {
    .region-hp-row2 div.block-block-content:nth-child(2),
    .region-hp-row2 div.block-block-content:nth-child(3) {
      margin-left: 5vw;
    }
  }
}*/
/** *******
/** **************************
HOMEPAGE: Row 6 - Latest Video / Latest Tweets
*************************** */
#hp-row6 {
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  #hp-row6 {
    width: 100vw;
    margin-left: -2vw;
  }
}
@media (min-width: 768px) {
  #hp-row6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#hp-row6 .region-hp-row6 {
  margin-left: 0;
  /*.block-latest-video iframe{
    max-width: 100%;
  }*/
  /*.block-latest-video {
    margin-right: 30px;

    h2 {
      background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/youtube-brands_red.png) left center no-repeat;
      background-size: 30px 30px;
      text-indent: 40px;
    }
  }*/
  /*.block-twitterfeed-block {
    h2 {
      background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/twitter-brands_addthis.png) left center no-repeat;
      background-size: 30px 30px;
      text-indent: 40px;
    }

    .twitter_output {
      padding-bottom: 20px;
      .screen-name{
        overflow-x: hidden;
      }
    }

    .reply, .retweet, .favorite {
      float: left;
      padding-left: 10px;
    }

    .reply {
      width: 40px;
      height: 20px;
      position: relative;
      overflow: hidden;

      a {
        text-decoration:none;
      }

      span {
        background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/tweet_reply.jpg);
        position: absolute;
        width: 100%;
        height: 100%;
      }
    }

    .retweet {
      width: 40px;
      height: 20px;
      position: relative;
      overflow: hidden;

      a {
        text-decoration:none;
      }

      span {
        background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/tweet_retweet.jpg);
        position: absolute;
        width: 100%;
        height: 100%;
      }
    }

    .favorite {
      width: 40px;
      height: 20px;
      position: relative;
      overflow: hidden;

      a {
        text-decoration:none;
      }

      span {
        background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/tweet_favourite.jpg);
        position: absolute;
        width: 100%;
        height: 100%;
      }
    }
    .web-intents {
      margin-bottom:20px;
    }
  }*/
}
@media (min-width: 768px) {
  #hp-row6 .region-hp-row6 {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  #hp-row6 .region-hp-row6 .block-ahrq-twitter-scraper {
    flex: 1 1 auto;
    max-width: none;
  }
}
#hp-row6 .region-hp-row6 h2 {
  padding-bottom: 5px;
  color: #212121;
}
#hp-row6 .region-hp-row6 h3, #hp-row6 .region-hp-row6 h4, #hp-row6 .region-hp-row6 h5, #hp-row6 .region-hp-row6 h6 {
  padding-bottom: 5px;
}
#hp-row6 .region-hp-row6 .more-link {
  float: right;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5vw;
}
#hp-row6 .region-hp-row6 .more-link a {
  text-decoration: none;
}
#hp-row6 .region-hp-row6 .more-link:after {
  position: absolute;
  padding-left: 2px;
  content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png);
  width: 8px;
  height: 8px;
  transform: scale(0.015);
  top: 7px;
}

/* Exit Disclaimer Icon */
img[alt~=Disclaimer],
a.external-disclaimer img[src$="exit_disclaimer.png"],
a.external-disclaimer > img {
  width: 18px;
  padding-bottom: 4px;
}

/* Anchor Link CKeditor plugin Dialog  */
.cke_reset_all .cke_dialog_body {
  background: #ffffff !important;
  border-radius: 9px !important;
}

h2#block-system-menu-block-main-menu {
  color: #ccc !important;
}

.ui-dialog .button:hover {
  background-color: #666 !important;
  background-image: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 23px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid black;
  background-color: #efefef;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: #ccc;
}

button.ui-dialog-titlebar-close::after {
  content: "×";
  position: absolute;
  top: -10px;
  left: 2px;
  font-weight: 200;
  font-size: 28px;
}

.ui-dialog .ui-dialog-title {
  font-size: 24px;
  font-weight: normal;
}

[id^=webform-submission-] .form-item-email-required label.form-required::after {
  color: transparent;
  /* margin-left: 3px; */
}

.block.block-addtoany.block-addtoany-block .addtoany_list a.a2a_button_email-custom .mail-icon {
  height: 20px !important;
  width: auto;
}

.highlighted {
  padding-right: 5vw;
  padding-left: 5vw;
  padding-top: 20px;
}
.highlighted [id^=block-views-block-alert-message-block] {
  text-align: -webkit-center;
  background: #e0ebf2;
  min-height: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlighted [id^=block-views-block-alert-message-block] .field--name-body {
  padding-bottom: 0;
}
.highlighted [id^=block-views-block-alert-message-block] .bolded {
  font-weight: 600;
}

#hp-row1 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #hp-row1 .views-element-container.block.block-views {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#hp-row1 .views-element-container.block.block-views .contextual {
  z-index: 9999;
}
#hp-row1 .block.block-views,
#hp-row1 .ahrq-homepage-slideshow {
  width: 100%;
}
#hp-row1 img.ehcIcon {
  width: 25px;
  height: auto;
  max-width: none;
}

#hp-row2 {
  padding-bottom: 20px;
}
#hp-row2 .pg-head {
  border-bottom: 1px solid #aeb0b5;
  margin-left: 5vw;
  margin-right: 5vw;
}
#hp-row2 .pg-head h2 {
  padding-bottom: 5px;
  color: #212121;
}
#hp-row2 section.region-hp-row2 {
  padding-top: 10px;
}
#hp-row2 .block.block-views.block-views-blockhomepage-carousel-block-1 {
  width: 100%;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}
#hp-row2 .cycle-slideshow {
  display: none;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
@media (min-width: 1800px) {
  #hp-row2 .cycle-slideshow {
    padding-bottom: 120px;
  }
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide {
  vertical-align: top;
  /* hide the disclaimer from appearing after the carousel card image */
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide .card-image .external-disclaimer {
  display: none !important;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide .card-content a.external-disclaimer img {
  width: 20px !important;
  height: 20px !important;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
  width: 400px;
  white-space: normal;
  margin: auto;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div .type-date {
  padding-top: 6px;
  font-size: 0.95em !important;
  margin-left: 0 !important;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
  width: auto !important;
  height: auto !important;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div h4, #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div h3 {
  font-size: 1.5em;
  color: #005B94;
  padding: 5px 0 0 0;
  vertical-align: middle;
}
#hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div p {
  font-size: 1.2em;
  color: #212121;
  margin-bottom: 5px;
}
#hp-row2 .prev-arrow, #hp-row2 .next-arrow {
  display: block;
}
#hp-row2 .prev-arrow {
  position: absolute;
  padding-left: 2px;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/carousel_arrow_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 100px;
  top: 35%;
  left: 0;
  /* top: 35%;
   left: 0px;
  */
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*
    The following update the LEFT positioning on all browsers NOT chrome
      because right: 0% does not work.
   */
  /* @media screen and (min-width:0\0) {
     left: 6%;
   }*/
}
@supports (-webkit-appearance: none) {
  #hp-row2 .prev-arrow {
    left: unset;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #hp-row2 .prev-arrow {
      left: unset;
    }
  }
}
@supports (-moz-appearance: none) {
  #hp-row2 .prev-arrow {
    left: unset;
  }
}
#hp-row2 .next-arrow {
  position: absolute;
  padding-left: 2px;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/carousel_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 100px;
  top: 35%;
  right: 0%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) and (min-width: 428px) {
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
    width: 300px;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
    width: 300px !important;
    height: 250px !important;
  }
  #hp-row2 .next-arrow, #hp-row2 .prev-arrow {
    top: 25%;
  }
}
@media (max-width: 427px) {
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
    width: 200px;
    margin-left: 50px;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
    width: 200px !important;
    height: 167px !important;
  }
  #hp-row2 .next-arrow, #hp-row2 .prev-arrow {
    top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
    width: 216px;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
    width: 216px !important;
    height: 180px !important;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide.hpc-desktop {
    width: 250px !important;
  }
  #hp-row2 .next-arrow, #hp-row2 .prev-arrow {
    top: 25%;
  }
}
@media (min-width: 1300px) and (max-width: 1799px) {
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
    width: 318px !important;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
    width: 318px !important;
    height: 250px !important;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide.hpc-desktop {
    width: 357px !important;
  }
}
@media (min-width: 1800px) {
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div {
    width: 390px !important;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide div img {
    width: 390px !important;
    height: 325px !important;
  }
  #hp-row2 .cycle-slideshow .cycle-carousel-wrap .cycle-slide.hpc-desktop {
    width: 450px !important;
  }
}

#hp-row3 {
  width: 100vw;
  background-color: #005B94;
}
#hp-row3 .statement-title {
  width: 30%;
}
@media (max-width: 996px) {
  #hp-row3 .statement-title {
    width: 100%;
  }
}
#hp-row3 .statement-title h2 {
  float: left;
  margin-left: 5vw;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 996px) {
  #hp-row3 .statement-title h2 {
    padding-top: 30px;
  }
}
#hp-row3 .field--name-body {
  margin-right: 5vw;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  color: #fff;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 767px) {
  #hp-row3 .field--name-body {
    padding-top: 0;
    margin-left: 5vw;
  }
}

#hp-row2b {
  width: 100vw;
  background-color: #005B94;
  margin-bottom: 30px;
}
#hp-row2b .field--name-body {
  display: flex;
  margin: 0 5vw;
  padding: 20px 0;
  color: #fff;
  line-height: 1.75em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 996px) {
  #hp-row2b .field--name-body {
    display: block;
  }
}
#hp-row2b .field--name-body .statement-title {
  flex: 0 0 25%;
  margin: auto;
  margin-right: 20px;
}
#hp-row2b .field--name-body .statement-title img {
  margin-right: 10px;
  max-width: 25px;
  padding-bottom: 15px;
}
#hp-row2b .field--name-body .statement-title h2 {
  padding: 0;
}
#hp-row2b .field--name-body .statement-title h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(/sites/default/files/inline-images/EvidenceReportsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  position: relative;
}

#hp-row4, #hp-row6 {
  width: 100vw;
  background-color: #e0ebf2;
}
@media (max-width: 1023px) {
  #hp-row4, #hp-row6 {
    width: 100vw;
  }
}
#hp-row4 .view-homepage-features-small .view-content.row, #hp-row6 .view-homepage-features-small .view-content.row {
  width: auto;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hp-row4 .view-homepage-features-small .view-content.row, #hp-row6 .view-homepage-features-small .view-content.row {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  #hp-row4 .view-homepage-features-small .view-content.row, #hp-row6 .view-homepage-features-small .view-content.row {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #hp-row4 .view-homepage-features-small, #hp-row6 .view-homepage-features-small {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
#hp-row4 .view-homepage-features-small .feature, #hp-row6 .view-homepage-features-small .feature {
  padding-right: 14px;
  /* homepage features*/
}
@media (max-width: 991px) {
  #hp-row4 .view-homepage-features-small .feature, #hp-row6 .view-homepage-features-small .feature {
    padding-bottom: 20px;
  }
}
#hp-row4 .view-homepage-features-small .feature .feature-image, #hp-row6 .view-homepage-features-small .feature .feature-image {
  float: left;
}
#hp-row4 .view-homepage-features-small .feature .feature-image img, #hp-row6 .view-homepage-features-small .feature .feature-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
}
#hp-row4 .view-homepage-features-small .feature .title, #hp-row4 .view-homepage-features-small .feature .caption, #hp-row4 .view-homepage-features-small .feature .more-link, #hp-row6 .view-homepage-features-small .feature .title, #hp-row6 .view-homepage-features-small .feature .caption, #hp-row6 .view-homepage-features-small .feature .more-link {
  margin-left: 85px;
}
#hp-row4 .view-homepage-features-small .feature .title, #hp-row6 .view-homepage-features-small .feature .title {
  font-size: 24px;
  line-height: 24px;
  color: #005B94;
  font-weight: 600;
}
#hp-row4 .view-homepage-features-small .feature .title a, #hp-row6 .view-homepage-features-small .feature .title a {
  text-decoration: none;
}
#hp-row4 .view-homepage-features-small .feature .title a:hover, #hp-row6 .view-homepage-features-small .feature .title a:hover {
  text-decoration: underline;
}
#hp-row4 .view-homepage-features-small .title, #hp-row4 .view-homepage-features-small .caption, #hp-row4 .view-homepage-features-small .more-link, #hp-row6 .view-homepage-features-small .title, #hp-row6 .view-homepage-features-small .caption, #hp-row6 .view-homepage-features-small .more-link {
  margin-left: 85px;
}
#hp-row4 .view-homepage-features-small .title, #hp-row6 .view-homepage-features-small .title {
  font-size: 17px;
  line-height: 24px;
  color: #005B94;
  font-weight: 600;
  margin-left: 65px;
}
#hp-row4 .view-homepage-features-small .title a, #hp-row6 .view-homepage-features-small .title a {
  text-decoration: none;
}
#hp-row4 .view-homepage-features-small .title a:hover, #hp-row6 .view-homepage-features-small .title a:hover {
  text-decoration: underline;
}
#hp-row4 .view-homepage-features-small .caption, #hp-row6 .view-homepage-features-small .caption {
  font-size: 17px;
  line-height: 24px;
  color: #005B94;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#hp-row4 .view-homepage-features-small .more-link, #hp-row6 .view-homepage-features-small .more-link {
  display: none;
}

#hp-row6 {
  margin-bottom: 0;
}

#hp-row5 {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #hp-row5 [id^=block-views-block-homepage-research],
  #hp-row5 [id^=block-views-block-homepage-news] {
    padding-right: 20px;
  }
}
#hp-row5 [id^=block-views-block-homepage-research] h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(/sites/default/files/inline-images/EvidenceReportsBlue.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  position: relative;
}
@media (max-width: 813px) {
  #hp-row5 [id^=block-views-block-homepage-research] {
    padding-bottom: 30px;
  }
}
#hp-row5 [id^=block-views-block-homepage-news] h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(/sites/default/files/inline-images/NewsBlue.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
}
@media (min-width: 813px) {
  #hp-row5 [id^=block-views-block-homepage-news] {
    padding-left: 20px;
  }
}
#hp-row5 .title-row {
  border-bottom: 1px solid #aeb0b5;
  margin-bottom: 10px;
}
#hp-row5 .title-row .col-xs-12, #hp-row5 .title-row .col-sm-12, #hp-row5 .title-row .col-md-6, #hp-row5 .title-row .col-lg-6, #hp-row5 .title-row .col-xl-12 {
  padding-right: 0;
  padding-left: 0;
}
#hp-row5 .title-row h2 {
  padding-bottom: 0;
}
#hp-row5 .title-row .more-link a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #005B94;
  top: 15px;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #hp-row5 .title-row .more-link a {
    top: 0;
  }
}
#hp-row5 .title-row .more-link ahover {
  color: #112e51;
}
#hp-row5 .title-row .more-link:after {
  position: absolute;
  margin-right: 10px;
  content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png);
  width: 8px;
  height: 8px;
  transform: scale(0.015);
  top: 15px;
}
@media (max-width: 767px) {
  #hp-row5 .title-row .more-link:after {
    top: 0;
  }
}
#hp-row5 .type-date {
  font-size: 0.85em;
  margin-left: 0 !important;
}
#hp-row5 .type-date .type-date-product-type {
  font-weight: 600;
}
#hp-row5 .type-date .status-divider {
  border-right: 1px solid #212121;
  margin-left: 2px;
  margin-right: 5px;
}
#hp-row5 .view-homepage-research .views-row,
#hp-row5 .view-homepage-news .views-row {
  line-height: 1.5em;
  padding-bottom: 20px;
  width: 100%;
}

#hp-row-div {
  background-color: #fff;
  padding-bottom: 100px;
}

/* css for the dropdown next to the search button */
.ddropdown {
  position: relative;
}

#ehcDropdown, #ehcDropdown2 {
  color: #FFFFFF !important;
  display: none;
  background-color: #646464;
  font-size: 17px !important;
  cursor: pointer;
  margin-top: -2px;
  position: absolute;
  width: 208px;
  z-index: 100;
}

#btnDropdown, #btnDropdown2 {
  padding: 0px 5px !important;
  border: 1px solid #565C65;
  white-space: nowrap;
  position: relative;
}

.searchChoice {
  position: relative;
  background-color: #e9eaeb;
  font-size: 17px;
  color: #000000;
  height: 34px;
  top: 1px;
}

#btnContent::after {
  border: none;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0.7rem;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-down-solid_5B616C.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

#all, #all2 {
  display: inline;
  visibility: hidden;
  padding-left: 3px;
}

#evRep, #evRep2 {
  display: inline;
  visibility: visible;
  padding-left: 3px;
}

#ehcDropdown span.ehcItem, #ehcDropdown2 span.ehcItem {
  display: block;
  color: #FFFFFF !important;
}

.search-button-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.input-comment::before {
  float: left;
  min-inline-size: 20px;
  content: " ";
  background-image: url("/themes/custom/ahrq_bootstrap_barrio/images/ProvideInputWhite.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 20px;
}

.input-comment {
  margin-top: 8px !important;
  padding: 5px;
  background-color: #005B94;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

.input-comment a {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 976px) {
  #btnDropdown2 {
    top: 12px;
  }
  #ehcDropdown2 {
    top: 45px;
  }
}
.type-ehc-date {
  margin-bottom: 10px !important;
}

.comment-btn {
  padding: 10px !important;
  position: absolute;
  right: 300px;
  white-space: nowrap;
}

.blue-button-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.col-lrg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-lrg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

#download-area {
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
  z-index: 100;
}

.downloads-dropdown {
  margin-right: 15px;
}

.download-expand {
  padding-bottom: 15px !important;
}

.download-container {
  margin-top: -20px;
  border: 1px solid #005B94;
  float: right;
  background-color: white;
  padding: 20px;
  z-index: 100;
  position: absolute;
}

.download-group {
  list-style-type: none;
}

.download-group-item:before {
  content: url("/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/icon-download-blue.png");
  width: 26px;
  height: 26px;
  padding-right: 5px;
  vertical-align: text-top;
}

.download-width-300 {
  width: 300px;
}

#plusminus {
  float: right;
}

.download-bblink1 a::before {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/icon-download-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.download-bblink1 {
  background-color: #005B94;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.download-bblink1 a, .download-bblink1 a:visited, .download-bblink1 a:hover {
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.download-bblink1:hover {
  background-color: #0069d9;
}

#download-button {
  color: white;
  z-index: 100;
}

.download-width {
  width: 600px;
}

.download-group-item.highlight {
  background-color: #e0ebf2;
  padding: 5px 15px;
  margin-left: -15px;
}

.badge-ehcd {
  color: #fff;
  background-color: #005B94;
}

.nlb-align {
  margin-top: -7px;
  margin-left: 0px;
}

.badge-ehcd-plain {
  border: 1px solid black;
  border-radius: 0.25rem;
}

/* table of contents */
.toc-blue {
  background-color: #e0ebf2;
  padding-left: 15px;
  margin-left: -15px;
}

.toc-blue h2 {
  font-size: 20px !important;
  padding-top: 10px;
}

.h2mask {
  font-size: 20px;
}

.toc-contents {
  margin-top: -15px;
  border: 1px solid #e0ebf2;
  padding-left: 20px;
  line-height: 150%;
  padding-top: 1.6em;
  padding-bottom: 0.5em;
  margin-left: -15px;
  margin-bottom: 30px;
}

.toc-contents ul li {
  padding-bottom: 10px;
}

/* accordions */
body.node--type-product article.node.node--type-product div.node__content div.field.field--name-field-report-section div.field__item div.accordion div.collapse {
  display: none;
}

body.node--type-product article.node.node--type-product div.node__content div.field.field--name-field-report-section div.field__item div.accordion div.collapse.show {
  display: block;
}

.product-card h2 button {
  padding-bottom: 0.5rem;
}

.product-plusminus {
  height: 30px;
  float: right;
}

.card-header.product-card {
  padding: 0;
}

.product-card {
  background-color: #e0ebf2 !important;
  margin-top: 20px;
  padding-bottom: 0;
}

.product-card h2 {
  padding: 0;
  margin-bottom: -1px !important;
}

h2 .product-button {
  color: black;
  font-size: 26px;
  text-decoration: none !important;
  line-height: normal !important;
  padding-bottom: 0;
}

h2 .product-button:hover {
  text-decoration: none;
  color: black;
}

.block-dexi-sidebar-search .form-submit.btn.btn-primary {
  margin-bottom: 10px;
}

.card-border {
  border: 1px solid #e0ebf2;
  margin-bottom: 10px;
}

.card-body dl, .card-body ol, .card-body ul {
  margin-bottom: 0;
}

.card-body-tableauPlaceholder {
  padding: 0;
}

a.download-item.visited,
a.visited {
  color: #691f74;
  text-decoration: underline;
}

/*
.product-button:after {
  width: 30px;
  height: 30px;
  content: url("/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png");
}
*/
/* responsive css */
@media screen and (max-width: 1327px) {
  .col-lrg-3, .col-lrg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blue-button-flex {
    flex-direction: column;
    width: 100%;
  }
  .download-width-300 {
    width: 100%;
  }
  .comment-btn {
    position: static;
  }
  .downloads-dropdown {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .download-width {
    width: 100%;
  }
  #block-product-page-top .open-sead-bblink.comment-btn {
    margin-right: 0;
  }
}
#edit-document-upload,
#edit-upload-information-packet .form-control {
  width: min-content !important;
}

#edit-document-upload-button:focus {
  outline: 0.25rem solid #2491ff !important;
  outline-offset: 0;
}

.search {
  display: block;
  float: right;
  width: 225px;
  height: 32px;
  border: 1px solid #aeb0b5;
  border-radius: 3px;
}
.search input.search-input {
  position: relative;
  top: 5px;
  left: 3px;
  width: 180px;
  height: 24px;
  border: none;
  border-right: 1px solid #aeb0b5;
}
.search label.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search .search-icon {
  position: relative;
  top: 8px;
  left: 10px;
}
.search .autocomplete-container {
  padding: 10px;
  border-right: 1px solid #aeb0b5;
  border-bottom: 1px solid #aeb0b5;
  border-left: 1px solid #aeb0b5;
  z-index: 1000;
  position: relative;
  background-color: #fff;
}

/*#hp-row4 {
!* homepage features*!
  @media(max-width: 1023px){
    width: 100vw;
    margin-left: -2vw;
  }
  .view-homepage-features-small {
    //margin-left:5vw; //gets content off of left border

    .view-content.row {
      margin-left: 5vw;
      background-color: $ahrq-blue-lightest;
      width: auto;
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        width:100vw;
      }

      margin-bottom: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
    }

      @media(max-width: 767px){
        padding-right: 2vw;
        padding-left: 2vw;
      }

     !* @media(max-width: 767px){
        padding-right: 5vw;
        padding-left: 5vw;
      }*!


      .feature-image img {
        width: 75px;
        height: 75px;
      }

      .feature {
        .title, .caption, .more-link {
          margin-left: 85px;
        }

        .title {
          font-size: 24px;

          a {
            text-decoration: none;
            &:hover {
              text-decoration: underline;
            }
          }
        }
      }
    }
  }*/
/*landing page features */
.view-misc-entityqueues-small-features {
  padding: 0;
  margin-left: -6vw;
}
.view-misc-entityqueues-small-features .view-content.row {
  background-color: #e0ebf2;
  width: 100vw;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .view-misc-entityqueues-small-features .view-content.row {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .view-misc-entityqueues-small-features .view-content.row {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media (min-width: 1024px) {
  .view-misc-entityqueues-small-features .view-content.row {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.view-misc-entityqueues-small-features .feature {
  margin-bottom: 0; /*15px*/
  padding: 14px;
  /*    .more-link:after {
        position: absolute;
        padding-left: 2px;
        content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png);
        width: 8px;
        height: 8px;
        transform: scale(0.015);
      }*/
}
@media (max-width: 1023px) {
  .view-misc-entityqueues-small-features .feature {
    margin-bottom: 0;
    padding: 5px;
  }
}
.view-misc-entityqueues-small-features .feature .feature-image {
  float: left;
}
.view-misc-entityqueues-small-features .feature .feature-image img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 15%;
}
.view-misc-entityqueues-small-features .feature .title {
  font-size: 16px;
  line-height: 24px;
  color: #005B94;
  font-weight: 600;
  margin-left: 65px;
}
.view-misc-entityqueues-small-features .feature .title a {
  text-decoration: none;
}
.view-misc-entityqueues-small-features .feature .title a:hover {
  text-decoration: underline;
}
.view-misc-entityqueues-small-features .feature .caption {
  font-size: 14px;
  line-height: 20px;
  color: #005B94;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 65px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.view-misc-entityqueues-small-features .feature .more-link {
  display: none;
  /*      text-align: right;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;

        @media (max-width: 1023px) {
          margin-bottom: 5px;
        }*/
}

footer {
  color: #fff !important;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  footer .row-side-margins {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

/** FOOTER 1 **/
#footer1 {
  background: #005B94;
  padding-top: 30px;
  padding-bottom: 30px;
  /** EHC MENU LINKS **/
  /** Email Updates **/
}
#footer1 ul {
  padding: 0;
}
@media (min-width: 1024px) {
  #footer1 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 575px) {
  #footer1 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 574px) {
  #footer1 > .row {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
#footer1 .primary-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
}
#footer1 .primary-small {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
}
#footer1 .col-md.offset-col-1 {
  margin-left: 10px;
}
#footer1 h4, #footer1 h3 {
  padding-bottom: 10px;
}
#footer1 div#footer-ehc-menu {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  /* Break the Drupal Lists into 2 columns each: desktop 4 columns with 1 row, mobile 2 columns 2 rows */
}
@media (max-width: 574px) {
  #footer1 div#footer-ehc-menu .col-xs-12.col-sm-2, #footer1 div#footer-ehc-menu .col-xs-12.col-sm-1 {
    padding-left: 0px;
  }
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col], #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav {
  list-style-type: none;
  display: list-item;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] li, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav li {
  padding: 10px 0;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] a, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav a {
  text-decoration: none;
  font-size: 18px;
  color: white;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] a:hover, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav a:hover {
  text-decoration: underline;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] a:hover, #footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] a:visited, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav a:hover, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav a:visited {
  color: white;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col], #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav {
  list-style-type: none;
  display: list-item;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding-left: 0;
}
#footer1 div#footer-ehc-menu ul[id^=footer-ehc-links-col] li, #footer1 div#footer-ehc-menu ul.menu--subhead-utility-nav li {
  padding: 10px 0;
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#footer1 .email-input {
  display: inline-block;
}
@media (max-width: 996px) {
  #footer1 .email-update-text-block {
    width: 350px;
  }
}
@media (min-width: 997px) and (max-width: 1199px) {
  #footer1 .email-update-text-block {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  #footer1 .email-update-text-block {
    width: 350px;
  }
}
#footer1 .email-update-button, #footer1 .email-update-button:hover, #footer1 .email-update-button.email-update-button--hover {
  background: #CFCFCF;
  color: #005B94;
}
#footer1 .email-update-button {
  margin-left: 10px;
}
#footer1 .email-update-button:hover, #footer1 .email-update-button.email-update-button--hover {
  border-bottom: 0;
  text-decoration: none;
}

/** FOOTER 2 **/
#footer2 {
  background: #00476b;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  /** HIDING IN DRUPAL UTILITY MENU ITEM -> "Email Update" FOR FOOTER ONLY **/
}
@media (max-width: 991px) {
  #footer2 ul {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #footer2 > .row {
    padding-left: 3vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 575px) {
  #footer2 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 574px) {
  #footer2 > .row {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
#footer2 a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
#footer2 a:hover {
  text-decoration: underline;
}
#footer2 li {
  list-style: none;
  width: auto;
  padding: 10px 0;
}
#footer2 li:nth-child(5) {
  display: none;
}
#footer2 .footer-border {
  border-left: 2px solid #fff;
  margin-top: 15px;
  margin-bottom: -15px;
}

#footer1 h4,
#footer2 h4 {
  font-size: 18px;
  line-height: 1.5em;
}

/**
 *  @MEDIA DEFINITIONS
**/
@media (max-width: 575px) {
  /** FOOTER 1 **/
  #footer1 .f1-div-width {
    width: 100%;
  }
  #footer1 h4 {
    font-size: 16px;
  }
  #footer1 .primary-regular {
    font-size: 15px;
  }
  #footer1 .side-row-margins {
    margin-left: 0;
  }
  #footer1 .mobile-col-offset {
    margin-left: 30px;
  }
  #footer1 .header-mobile-top-spacing {
    margin-top: 40px;
  }
  #footer1 .img-spacing {
    margin-left: 20px;
  }
  #footer1 .email-input {
    max-width: 12rem;
    width: 12rem;
  }
  #footer1 .email-update-button {
    width: 7rem;
    max-width: 7rem;
  }
  #footer1 .usa-search__submit-text {
    position: static;
  }
  /** FOOTER 2 **/
  #footer2 {
    font-size: 14px;
    /** removing additional left padding so we can get the
        elements to line up correctly in mobile
     */
  }
  #footer2 a {
    font-size: 14px;
  }
  #footer2 li {
    padding: 0;
  }
  #footer2 ul, #footer2 ul.clearfix {
    padding-left: 0;
  }
  #footer2 .left-margin {
    margin-left: 0;
  }
  #footer2 .pad-left {
    padding-left: 10px;
  }
  #footer2 .left-div {
    float: left;
  }
  #footer2 .div-width-partial {
    width: 50%;
  }
  #footer2 .div-width-full {
    width: 100%;
  }
  #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  #footer1 .email-input {
    max-width: 12rem;
    width: 12rem;
  }
  #footer1 .f1-div-width {
    width: 100%;
  }
  #footer2 .left-margin {
    margin-left: 0;
  }
  #footer2 .pad-left {
    padding-left: 10px;
  }
  #footer2 .left-div {
    float: left;
  }
  #footer2 .div-width-partial {
    width: 50%;
  }
  #footer2 .div-width-full {
    width: 100%;
  }
  #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #footer1 .mobile-col-offset {
    margin-left: 20px;
  }
  #footer1 .side-row-margins {
    margin-left: 0;
  }
  #footer1 .header-mobile-top-spacing {
    margin-top: 40px;
  }
  #footer1 .email-input {
    max-width: 14rem;
    width: 14rem;
  }
  #footer1 .f1-div-width {
    width: 100%;
  }
  #footer2 li {
    padding: 10px 0;
  }
  #footer2 .left-margin {
    margin-left: 0;
  }
  #footer2 .pad-left {
    padding-left: 10px;
  }
  #footer2 .div-width-partial {
    width: 50%;
  }
  #footer2 .div-width-full {
    width: 100%;
  }
  #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #footer1 .mobile-col-offset {
    margin-left: 0;
  }
  #footer1 .header-mobile-top-spacing {
    margin-top: 0;
  }
  #footer1 .f1-div-width {
    width: 33%;
  }
  #footer1 .div-float {
    float: left;
  }
  #footer1 .side-row-margins {
    margin-left: 0;
  }
  #footer1 .init-pad {
    padding-left: 0;
  }
  #footer1 .img-spacing {
    margin-left: 5px;
  }
  #footer1 .email-input {
    max-width: 12rem;
    width: 12rem;
  }
  #footer1 .email-update-button {
    width: 7rem;
    max-width: 7rem;
  }
  #footer1 .usa-search__submit-text {
    position: static;
  }
  #footer2 {
    line-height: 16px;
    /*    .left-margin {
          margin-left: 80px;
        }*/
  }
  #footer2 a {
    font-size: 13px;
  }
  #footer2 .pad-left {
    padding-left: 0;
  }
  #footer2 .div-width-partial {
    width: 16%;
  }
  #footer2 .div-width-full {
    width: 25%;
  }
  #footer2 .footer-border {
    border-left: 2px solid #fff;
    border-top: 0;
    margin-bottom: 20px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /** FOOTER 1 **/
  #footer1 .side-row-margins {
    margin-left: 0;
    margin-right: 0;
  }
  #footer1 h4 {
    font-size: 18px;
  }
  #footer1 .primary-regular {
    font-size: 17px;
  }
  #footer1 .mobile-col-offset {
    margin-left: 0;
  }
  #footer1 .header-mobile-top-spacing {
    margin-top: 0;
  }
  #footer1 .f1-div-width {
    width: 33%;
  }
  #footer1 .div-float {
    float: left;
  }
  #footer1 .init-pad {
    padding-left: 0;
  }
  #footer1 .img-spacing {
    margin-left: 40px;
  }
  #footer1 .email-input {
    max-width: 14rem;
    width: 14rem;
  }
  /** FOOTER 2 **/
  #footer2 {
    line-height: 26px;
  }
  #footer2 a {
    font-size: 18px;
  }
  #footer2 .left-margin {
    margin-left: 0;
  }
  #footer2 .pad-left {
    padding-left: 0;
  }
  #footer2 .div-width-partial {
    width: 15%;
  }
  #footer2 .div-width-full {
    width: 30%;
  }
  #footer2 .footer-border {
    border-left: 2px solid #fff;
    border-top: 0;
    margin-bottom: 20px;
  }
}
#breadcrumbs {
  background-color: #691f74;
  color: #fff;
  display: block;
  height: fit-content;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 15px 0;
  /** adding heights in so IE can play nice **/
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #breadcrumbs nav .selector:not(*:root), #breadcrumbs nav .chrome {
    display: inline-block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #breadcrumbs {
    min-height: 55px;
    height: auto !important;
  }
}
@media (max-width: 974px) {
  #breadcrumbs {
    padding-left: 2vw;
  }
}
#breadcrumbs .breadcrumb {
  background-color: #691f74;
  padding: 0;
  margin-bottom: 0;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
#breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
#breadcrumbs .breadcrumb .breadcrumb-item.active a:hover {
  text-decoration: none;
}
#breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
#breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "";
  background-image: url("/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-right-solid_purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
@media (max-width: 975px) {
  #breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.2rem;
  }
}

ol.breadcrumb {
  margin-left: 5%;
}

@media (max-width: 974px) {
  #breadcrumbs {
    margin-top: -17px;
  }
  ol.breadcrumb {
    margin-left: 0;
  }
}
#primary-header {
  border-bottom: solid 2px #005B94;
}
#primary-header .primary-header-wrapper .logo-ahrq img {
  width: 80%;
  padding-bottom: 5px;
}
@media (min-width: 976px) {
  #primary-header .primary-header-wrapper {
    padding-left: 5vw;
    padding-right: 3vw;
  }
}

#secondary-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 975px) {
  #secondary-header {
    padding-bottom: 0;
  }
}
@media (min-width: 1px) and (max-width: 575px) {
  #secondary-header .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {
  #secondary-header .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575px) {
  #secondary-header {
    width: 100%;
  }
  #secondary-header .sh-row1 {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {
  #secondary-header .sh-row2 {
    margin-bottom: 1px;
  }
}
@media (min-width: 976px) {
  #secondary-header {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
#secondary-header .ehc-title-logo a h1 {
  float: left;
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 976px) {
  #secondary-header .ehc-title-logo a h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (max-width: 975px) {
  #secondary-header .ehc-title-logo a h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
#secondary-header .ehc-title-tagline {
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 976px) {
  #secondary-header .ehc-title-tagline {
    font-size: 1.2em;
    margin-left: 20px;
  }
}
@media (max-width: 975px) {
  #secondary-header .ehc-title-tagline {
    font-size: 0.8em;
    margin-left: 10px;
  }
}
@media (max-width: 975px) {
  #secondary-header .sh-row1 {
    padding-bottom: 15px;
  }
}
#secondary-header .sh-row1 .ehc-title-logo a, #secondary-header .sh-row1 .ehc-title-logo a:active, #secondary-header .sh-row1 .ehc-title-logo a:hover, #secondary-header .sh-row1 .ehc-title-logo a:visited {
  color: #000;
}
#secondary-header .sh-row1 .ehc-title-logo a, #secondary-header .sh-row1 .ehc-title-logo a:active, #secondary-header .sh-row1 .ehc-title-logo a:visited {
  text-decoration: none;
}
#secondary-header .sh-row1 .ehc-title-logo a:hover {
  text-decoration: underline;
}

#subhead-utility-nav {
  float: right;
}
#subhead-utility-nav .nav {
  margin-bottom: 10px;
}

#utility-nav li,
#subhead-utility-nav li {
  float: left;
  list-style: none;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}
#utility-nav li a,
#subhead-utility-nav li a {
  text-decoration: none;
  color: #323a45;
}
#utility-nav li a:hover,
#subhead-utility-nav li a:hover {
  color: #0071bc;
  text-decoration: underline;
}
#utility-nav li:after,
#subhead-utility-nav li:after {
  content: " | ";
  padding-left: 10px;
}
@media (max-width: 1050px) {
  #utility-nav li:after,
  #subhead-utility-nav li:after {
    padding-left: 3px;
  }
}
#utility-nav ul li:last-child:after,
#subhead-utility-nav ul li:last-child:after {
  content: "";
}
#utility-nav .utility-envelope,
#subhead-utility-nav .utility-envelope {
  margin-top: -3px;
}
#utility-nav .hide-me,
#subhead-utility-nav .hide-me {
  display: block;
}

.header {
  width: 100%;
}
.header .row-bottom-margin {
  margin-bottom: 1em;
}
.header .logo-hhs,
.header .logo-ahrq {
  float: left;
}
.header .logo-ahrq {
  width: 40%;
}
.header .logo-hhs {
  font-size: 13px;
}
.header .hhs-link-full {
  color: #000;
  background: transparent;
}
.header .search {
  float: right;
  width: 25rem;
  margin-bottom: 10px;
  margin-right: 1vw;
}
.header #utility-nav {
  float: right;
  padding-top: 15px;
}
.header #social-email {
  float: right;
}
.header #search {
  margin-top: 20px;
}
@media (max-width: 675px) {
  .header .no-left-padding {
    padding-left: 0px;
  }
}

/* ***********
 * LOGIN UTILITY
 *********** */
.login-utility {
  float: right;
  z-index: 99999;
  margin-bottom: 10px;
  margin-top: 10px;
}
.login-utility .email-updates {
  float: left;
  margin-right: 20px;
  padding-top: 9px;
}
@media (min-width: 976px) and (max-width: 1300px) {
  .login-utility .email-updates {
    float: none;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
.login-utility .email-updates img {
  margin-right: 5px;
}
.login-utility .email-updates a {
  text-decoration: none;
  color: #323a45;
}
@media (max-width: 975px) {
  .login-utility .email-updates {
    display: none;
  }
}
.login-utility .login-pulldown {
  float: right;
}
.login-utility .login-pulldown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background: #691f74;
  border-radius: 10px;
  height: 40px;
  line-height: 0.4rem;
  width: auto;
}
@media (min-width: 1px) and (max-width: 324px) {
  .login-utility .login-pulldown ul {
    width: 130px;
  }
}
@media (min-width: 325px) and (max-width: 665px) {
  .login-utility .login-pulldown ul {
    width: 150px;
  }
}
.login-utility .login-pulldown li {
  color: #fff;
  display: block;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
@media (max-width: 667px) {
  .login-utility .login-pulldown li {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.login-utility .login-pulldown li a {
  color: #fff;
  padding-right: 12px;
}
@media (min-width: 300px) and (max-width: 320px) {
  .login-utility .login-pulldown li a {
    font-size: 0.7rem;
    padding-right: 4px;
  }
}
@media (min-width: 321px) and (max-width: 667px) {
  .login-utility .login-pulldown li a {
    font-size: 0.8rem;
  }
}
.login-utility .login-pulldown li:hover {
  cursor: pointer;
}
.login-utility .login-pulldown ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1.1rem;
  left: 0;
  display: none;
  z-index: 99999;
  height: auto;
}
.login-utility .login-pulldown ul li ul li a {
  color: #212121;
}
.login-utility .login-pulldown ul li:hover > ul,
.login-utility .login-pulldown ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.login-utility .login-pulldown ul li ul li {
  clear: both;
  width: 100%;
  line-height: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.login-utility .login-pulldown span {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  float: right;
}
@media (max-width: 667px) {
  .login-utility .login-pulldown span {
    padding: 2px;
  }
}
.login-utility .login-pulldown .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.login-utility .login-pulldown .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/** ADD THIS ICONS **/
.hide-addtoany .addtoany-toolbox {
  display: none;
}

.addtoany-toolbox {
  text-align: right;
  margin-right: 5vw;
}

.block-addtoany {
  margin-bottom: 15px;
  /**margin-left: -5%; /** offsetting the row < col and text-right alignment **/
  padding-top: 10px;
  display: inline-block;
}

.addtoany-header {
  display: inline;
  font-size: 17px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
}

/* override the apps default by hiding the footer that holds their ad and discliamer icon */
.a2a_full_footer {
  display: none;
}

/** USA BANNER MODIFICATIONS **/
.banner-hhs {
  margin-top: -2px;
}

.usa-banner-bg {
  background-color: #f1f1f1;
}

.usa-accordion-text-color {
  color: #323a45;
}

.usa-banner__header-text a {
  color: #323a45;
  text-decoration: none;
}
.usa-banner__header-text a:hover {
  text-decoration: underline;
}
.usa-banner__header-text a:visited {
  color: #323a45;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .usa-banner .offset-lg-1 {
    margin-left: 5vw;
  }
}

@media (max-width: 575px) {
  div#utility-nav {
    display: none;
  }
  .header .search {
    float: right;
    width: 18rem;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .logo-ahrq {
    margin-bottom: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .header .logo-ahrq {
    width: 35%;
  }
  .usa-banner__header-flag {
    float: none;
  }
  .usa-banner .row-mobile-offset {
    margin-left: 3px;
  }
  .img-icon {
    width: 5%;
    margin-top: -10px;
  }
  .txt-gov-banner {
    width: 80%;
    margin-top: -3px;
  }
  .usa-banner__header {
    min-height: 1rem;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .usa-banner__header-text {
    font-size: 0.59853rem;
  }
  .hide-on-mobile {
    display: none;
  }
  .row-mobile-offset {
    margin-left: 5px;
  }
  .row-side-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-row-side-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .row-bottom-margin {
    margin-bottom: 25px;
  }
  .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 320px) {
  .header .search {
    float: right;
    width: 14rem;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .header .search {
    float: right;
    width: 17rem;
    margin-top: 13px;
    margin-bottom: 0;
  }
  .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 675px) {
  div#mm-mob {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 975px) {
  .header .logo-ahrq {
    width: 35%;
    padding-bottom: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .usa-banner__header {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .header .search {
    margin-bottom: 0;
    margin-top: 13px;
  }
  div#mm-mob {
    /*margin-top: 15px;*/
    margin-left: 0px;
  }
  .usa-banner .row-mobile-offset {
    margin-left: 3px;
  }
  .addthis_toolbox {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .header .logo-ahrq {
    width: 35%;
  }
  .usa-banner .row-mobile-offset {
    margin-left: 5px;
  }
  .row-mobile-offset {
    margin-left: 5px;
  }
  .img-icon {
    width: auto;
  }
  .txt-gov-banner {
    width: auto; /*80%;*/
    /*margin-top: -3px;*/
  }
  .usa-banner__header-text {
    font-size: 14px;
  }
}
@media (min-width: 0) and (max-width: 975px) {
  div#utility-nav {
    display: none;
  }
}
@media (min-width: 976px) and (max-width: 992px) {
  .header .logo-ahrq {
    width: 35% !important;
  }
}
@media (min-width: 976px) {
  .header .logo-ahrq {
    width: 100%;
  }
  .logo-ahrq {
    padding-bottom: 0;
  }
  .addthis_toolbox {
    display: block;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div#utility-nav {
    display: block;
  }
  .logo-ahrq {
    margin-bottom: 0;
    width: 100%;
  }
  .row-mobile-offset {
    margin-left: 0px;
  }
  .img-icon {
    width: auto;
  }
  .usa-banner__header-text {
    font-size: 14px;
  }
  .hide-on-mobile {
    display: block;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div#utility-nav {
    display: block;
  }
  .row-mobile-offset {
    margin-left: 0px;
  }
  .img-icon {
    width: auto;
  }
  .usa-banner__header-text {
    font-size: 14px;
  }
}
/*@media screen and (min-width: 1900px) {
  .header .search {
    margin-top: 70px;
  }
}*/
@media (min-width: 1800px) {
  .header .logo-ahrq {
    width: 100%;
  }
}
@media print {
  .search-button-flex, #subhead-utility-nav,
  .hide-on-mobile .menu--subhead-utility-nav,
  .addtoany-toolbox {
    display: none;
  }
  #utility-nav, .pagination {
    display: none !important;
  }
  .view-header h1 {
    padding-top: 20px !important;
  }
  a::after {
    content: " (https://effectivehealthcare.ahrq.gov" attr(href) ") ";
  }
  a[href^=http]::after {
    content: " (" attr(href) ") ";
  }
  a.external-disclaimer::after {
    content: "";
  }
  h1.node__title {
    margin-top: 10px;
  }
}
.primary-menu-bg {
  background-color: #005B94;
  margin-bottom: 0px;
}

#mainmenu-container ul#main_nav {
  flex-direction: row;
  margin-left: 5%;
}

.mm-nav-bottom-border, .mm-nav-bottom-border-mobile {
  border-bottom: 2px solid #006aaa; /**$ahrq-blue-lightest;**/
  margin-top: -1px;
}

#mainmenu-container #main_nav dropdown:hover > .dropdown-menu {
  display: block;
}

/** MOBILE MEGA-MENU HAMBURGER */
#mm-mob {
  background-color: #005B94;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  padding-left: 8px;
}

/** Hide the Hamburger **/
#mm-mob, #mm-mob img, #mm-mob div.mm-mob-icon-bgc, #page-mask {
  display: none;
}

/** Hide redundant parent menu links **/
.hide-on-desktop {
  display: none !important;
}

/* *******************
 * MOBILE DISPLAY
 * *******************/
@media only screen and (max-width: 975px) {
  body .overlay {
    z-index: 14;
  }
  #mm-mob {
    float: left;
    margin-left: 0;
  }
  #mm-mob, #mm-mob img, #mm-mob div.mm-mob-icon-bgc {
    display: block;
  }
  /* Break down menu items into vertical */
  #mm-mob ul li,
  .utility-mobile, .features-mobile {
    display: block;
  }
  #mm-mob ul li {
    border-top: 1px solid #333;
  }
  /** UTILITY MENU IN MOBILE **/
  .utility-mobile, .features-mobile {
    background-color: #e0ebf2;
  }
  .utility-mobile ul, .features-mobile ul {
    list-style-type: none;
    padding-left: 1em;
  }
  .utility-mobile li, .features-mobile li {
    line-height: 2em;
  }
  .utility-mobile li a, .features-mobile li a {
    color: #212121;
    text-decoration: none;
  }
  .utility-mobile .email-updates-item, .features-mobile .email-updates-item {
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 10px;
  }
  .utility-mobile #mm-subhead-utility-nav ul, .features-mobile #mm-subhead-utility-nav ul {
    display: block;
  }
  /* Initially hide on mobile: jQuery Toggle to  show/hide menu */
  #mainmenu-container {
    /*display: none;*/
    visibility: hidden;
    overflow: hidden;
    z-index: 3;
    position: fixed;
    background-color: #005B94;
    margin-top: -25px;
  }
  #mainmenu-container ul#main_nav {
    flex-direction: column; /* change from row to column */
    margin-top: 30px; /* adds space between close button and top of menu */
    margin-left: 10px; /* bring menu closer to left of screen and gives more room for children styling underneath */
    margin-right: 10px;
  }
  #mainmenu-container.collapse {
    visibility: hidden;
  }
  #mainmenu-container.collapse.show {
    visibility: visible;
    display: block;
    width: 70%;
    position: absolute;
    margin-top: -25px;
    transition: all 300ms ease-in;
    z-index: 9999;
  }
  #mainmenu-container.collapsing {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    overflow: hidden;
  }
  #mainmenu-container.collapsing.width {
    transition: all 300ms ease-out;
    width: 0;
    height: auto;
  }
  /** DEFINITION FOR IE **/
  /* Style items in the #main_nav */
  /* styling for the pulldown menus */
  /* Close Button for Mobile Menu */
}
@media only screen and (max-width: 975px) and (-ms-high-contrast: none), only screen and (max-width: 975px) and (-ms-high-contrast: active) {
  #mainmenu-container.collapse.show {
    right: 140px; /** if not defined, the megamenu panel will not show up **/
  }
}
@media only screen and (max-width: 975px) {
  #page-mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 975px) and (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 975px) {
  .primary-menu-bg {
    background-color: #fff;
  }
  #mainmenu-container #main_nav {
    /* Parent Nav Item - Style unselected */
    /* Parent Nav Item - style for active item only */
  }
  #mainmenu-container #main_nav .menu-item--expanded a.nav-link::after {
    border: none;
    vertical-align: 0;
    display: inline-block;
    margin-left: 0.7rem;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-down-solid_5B616C.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  #mainmenu-container #main_nav li.nav-item {
    border-bottom: 1px solid #005B94;
  }
  #mainmenu-container #main_nav li.nav-item > a {
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    color: #212121;
    font-size: 20px;
    line-height: 1.4em;
    display: inline-block;
    font-weight: 400;
    padding: 0.4em;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding: 2px;
  }
  #mainmenu-container #main_nav li.nav-item.active-nav-item > a {
    color: #005B94;
    font-weight: 600;
    line-height: 1.4em;
    border-left: 5px solid #005B94;
  }
  #main_nav .active-nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: unset;
    padding: 0.5rem 1rem;
  }
  #main_nav .active-nav-item .dropdown-menu li.dropdown-item {
    white-space: unset;
  }
  #main_nav .active-nav-item .dropdown-menu li.dropdown-item, #main_nav .active-nav-item .dropdown-menu li.dropdown-item > a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #212121;
    text-decoration: none;
    padding: 5px 0;
  }
  #main_nav .active-nav-item .dropdown-menu .dropdown-item.active, #main_nav .active-nav-item .dropdown-menu .dropdown-item:active {
    background-color: #e0ebf2;
  }
  .button-row {
    padding-top: 10px;
    background: white;
    padding-bottom: 10px;
  }
  button.btn-close {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: #005B94;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 8px 2px;
    z-index: 9999;
  }
  .btn-close:after {
    content: " ✖";
  }
}
/* **************************
 * DESKTOP DISPLAY
 * **************************/
@media only screen and (min-width: 975px) {
  .mm-nav-bottom-border-mobile {
    border-bottom: 0;
  }
  button.btn-close {
    display: none;
  }
  /** for Nav items that only display on mobile **/
  .utility-mobile, .features-mobile {
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  #mainmenu-container #main_nav {
    /*
     * MAIN NAV SUBMENU SETUP
     */
  }
  #mainmenu-container #main_nav .navbar-nav {
    padding: 0 40px;
  }
  #mainmenu-container #main_nav a.nav-link {
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    font-weight: 400;
    padding: 0.2em;
  }
  #mainmenu-container #main_nav [data-visually-hidden=true] {
    display: none;
  }
  #mainmenu-container #main_nav li.dropdown:hover > ul.dropdown-menu,
  #mainmenu-container #main_nav li.dropdown:focus > ul.dropdown-menu,
  #mainmenu-container #main_nav li.dropdown:active > ul.dropdown-menu,
  #mainmenu-container #main_nav [data-visually-hidden=false] {
    display: block;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  #mainmenu-container #main_nav li.nav-item:hover, #mainmenu-container #main_nav li.nav-item a.nav-link:hover,
  #mainmenu-container #main_nav li.nav-item:active, #mainmenu-container #main_nav li.nav-item a.nav-link:active,
  #mainmenu-container #main_nav li.nav-item:focus-within, #mainmenu-container #main_nav li.nav-item.mm-open {
    background-color: #691f74;
  }
  #mainmenu-container #main_nav .menu-item--expanded a.nav-link::after {
    border: none;
    vertical-align: 0;
    display: inline-block;
    margin-left: 0.7rem;
    content: "";
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-down-solid_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu {
    z-index: 99999;
    background: white;
    color: black;
    position: absolute;
    border: 1px solid #691f74;
    padding: 0.1rem 0;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li + li {
    border-bottom: 1px solid #691f74;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li {
    border-bottom: 1px solid #691f74;
    padding: 5px 10px 5px 10px;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    color: #212121;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li a, #mainmenu-container #main_nav li ul.dropdown-menu li a:active, #mainmenu-container #main_nav li ul.dropdown-menu li a:visited, #mainmenu-container #main_nav li ul.dropdown-menu li a:hover {
    text-decoration: none;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu li:last-child {
    border-bottom: none;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:hover, #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:focus {
    background: #e0ebf2;
    color: #212121;
  }
  #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item.active, #mainmenu-container #main_nav li ul.dropdown-menu .dropdown-item:active {
    background-color: #e0ebf2;
  }
  /** for IE **/
  #mainmenu-container #main_nav li.nav-item:hover {
    background-color: #691f74;
  }
}
@media only screen and (min-width: 985px) {
  #mainmenu-container #main_nav li.nav-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -13.4px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainmenu-container #main_nav li.nav-item a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  #mainmenu-container #main_nav li.nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainmenu-container #main_nav li.nav-item a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  #mm-mob img, #mm-mob div.mm-mob-icon-bgc {
    display: none;
  }
  /** for Nav items that only display on mobile/tablet **/
  .utility-mobile, .features-mobile {
    display: none;
  }
  #mainmenu-container {
    display: block;
  }
  #mainmenu-container #main_nav .navbar-nav {
    padding: 0 40px;
  }
  #mainmenu-container #main_nav li.nav-item {
    padding: 0 20px;
  }
  #mainmenu-container #main_nav li.nav-item:nth-child(1) {
    margin-left: -29px;
  }
  #mainmenu-container #main_nav a.nav-link {
    font-size: 1.1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
a.nav-link {
  color: #323a45;
}

h2.block-title, h2.block-title a {
  position: relative !important;
  height: auto;
  width: auto;
  overflow: inherit;
  word-wrap: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #323a45;
  padding: 3px 3px 3px 0;
  margin: 0 0 10px;
}

h2.block-title:hover, h2.block-title a:hover {
  background: #005B94;
  color: #fff;
}

/** for Nav items that only display on mobile **/
@media only screen and (max-width: 975px) {
  .hide-on-desktop {
    display: block !important;
  }
}
/* Image Block */
#block-megamenuimage {
  width: 100%;
}

#block-megamenuimage img {
  width: 100%;
}

/* Main menu icons 
********************* */
#main_nav a.mm-health-topics.nav-link.active.is-active::before,
#main_nav a[href$="/health-topics"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 27px;
  border: none;
  background-image: url(/sites/default/files/inline-images/HealthTopicsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a.mm-health-topics.nav-link.active.is-active::before,
  #main_nav a[href$="/health-topics"]::before {
    background-image: url(/sites/default/files/inline-images/HealthTopicsBlue.png);
    margin-right: 2px;
  }
}
#main_nav a[href$="/research-methods"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/ResearchMethodsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/research-methods"]::before {
    background-image: url(/sites/default/files/inline-images/ResearchMethodsBlue.png);
  }
}
#main_nav a[href$="/get-involved"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/inputWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/get-involved"]::before {
    background-image: url(/sites/default/files/inline-images/input-blue.png);
  }
}
#main_nav a[href$="/products"]::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 23px;
  border: none;
  background-image: url(/sites/default/files/inline-images/EvidenceReportsWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 975px) {
  #main_nav a[href$="/products"]::before {
    background-image: url(/sites/default/files/inline-images/EvidenceReportsBlue.png);
    margin-left: 5px;
  }
}

#hp-row4 .region-hp-row4 h2 {
  float: left;
  margin-left: 5vw;
  padding-top: 40px;
  padding-right: 50px;
}
#hp-row4 .region-hp-row4 div.statement {
  margin-right: 0;
  padding: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  #hp-row4 .region-hp-row4 div.statement {
    padding-top: 5px;
    float: left;
  }
}

/*

div.elp.navblocks {
  width: 900px;
  padding-left: 30px;
  .navblock {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9eaeb 0%, #ffffff 100%) repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
    padding: 15px;
    vertical-align: top;
    width: 44.25%;

    & .caret {
      display: none;
    }

    & > ul > li {
      background: none;
    }
    & .menu-parent ul > li,
    & > h3 {
      padding: 0 0 10px 0;
      font: 1.5em "Code-Pro-LC", sans-serif;
      font-size: 1.5em;
    }

    & ul,
    &.dropdown-menu {
      padding: 0;
      display: block;
      margin: 0 0 0 1em;
      font-size: 14px;
      background: none;
      border: none;
      box-shadow: none;

      & a {
        padding: 0;
      }
    }

    & .section-description {
      padding: 0 1em 1em 1em;
    }

    & .sub-menu li {
      background: transparent url("/themes/contrib/ahrq_bootstrap/images/list-arrow.png") no-repeat scroll 0 5px;
      list-style: outside none none;
      margin: 0 10px 10px 0;
      padding: 0 0 0 15px;

      li {
        //font-size: .65em;
      }
    }

    &.even {
      margin-right: 0
    }
  }
}
*/
.ahrq-faceted-search .faceted-result-wrapper {
  padding-bottom: 20px;
  border-top: 1px solid #005B94;
}
.ahrq-faceted-search .faceted-result-wrapper .type-date {
  padding-top: 20px;
  margin-bottom: 5px !important;
}
.ahrq-faceted-search .views-row {
  width: 100%;
}
.ahrq-faceted-search .views-row:last-child {
  border-bottom: 1px solid #005B94;
}
.ahrq-faceted-search .view-header {
  margin-bottom: 30px;
}
.ahrq-faceted-search .view-header h1 {
  font-weight: 600;
  margin-top: 0;
}
.ahrq-faceted-search .view-header p {
  font-weight: 400;
  margin-bottom: 30px;
}
.ahrq-faceted-search .view-header H2 {
  padding: 0;
}
.ahrq-faceted-search .view-content {
  margin: 0;
}
.ahrq-faceted-search .views-field-field-image {
  position: relative;
  float: left;
}
@media (max-width: 975px) {
  .ahrq-faceted-search .views-field-field-image {
    display: none;
  }
}
.ahrq-faceted-search .views-field-title-1 {
  margin-left: 120px;
}
@media (max-width: 975px) {
  .ahrq-faceted-search .views-field-title-1 {
    margin-left: 0;
  }
}
.ahrq-faceted-search .views-field-field-description {
  margin-left: 120px;
  font-weight: 400;
}
@media (max-width: 975px) {
  .ahrq-faceted-search .views-field-field-description {
    margin-left: 0;
  }
}
.ahrq-faceted-search .views-field-nothing-4, .ahrq-faceted-search .views-field-title,
.ahrq-faceted-search .views-field-nothing {
  font-weight: 400;
}
.ahrq-faceted-search .views-field-title a {
  font-weight: 400;
}

.facet-widget-wrapper .more-less-wrapper {
  text-align: right;
  margin-bottom: 0px;
}
.facet-widget-wrapper .block-facets {
  border-bottom: 1px solid #005B94;
}
.facet-widget-wrapper .dexi-facets {
  padding-bottom: 0px;
  border-bottom: 1px solid #005B94;
}
.facet-widget-wrapper .dexi-facets .facet {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.facet-widget-wrapper .dexi-facets .facet:last-child {
  padding-bottom: 15px;
}
.facet-widget-wrapper .dexi-facets input.facets-checkbox {
  margin-right: 0.5em;
  margin-top: 6px;
}
.facet-widget-wrapper .dexi-facets .dexi-facet-link-item {
  text-decoration: none !important;
  color: #212121 !important;
  cursor: default;
}

li.facets-reset {
  font-weight: bold;
}

li.facet-item a.is-active {
  color: #5b616b;
}

li.facet-item {
  /* overwrite from reboot.css */
}
li.facet-item label {
  display: inline;
}
li.facet-item span.facet-item__value, li.facet-item span.dexi-facet-item {
  line-height: 2rem;
}

ul.js-facets-checkbox-links {
  list-style-type: none;
  padding-left: 0;
}
ul.js-facets-checkbox-links li input.facets-checkbox {
  margin-right: 0.5em;
}

.ahrq_faceted_search_search_form H2 {
  padding: 0;
  font-weight: 400;
}
.ahrq_faceted_search_search_form .form-actions {
  width: 100%;
}
.ahrq_faceted_search_search_form .form-actions button {
  width: 48.5%;
}
.ahrq_faceted_search_search_form .form-actions button:first {
  margin-right: 1%;
}

.form-item-search-api-fulltext {
  border: none;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}
@media (max-width: 975px) {
  .form-item-search-api-fulltext {
    width: 100% !important;
  }
}
.form-item-search-api-fulltext label {
  font-weight: 400;
  justify-content: left;
}
.form-item-search-api-fulltext input {
  border-radius: 0.25rem;
  border-color: #323a45;
}

.block-facet--links {
  margin-top: 20px;
  padding-bottom: 30px;
}
.block-facet--links H2 {
  padding: 0;
  font-weight: 400;
}

.sbf-col h2, .sbf-col h3 {
  padding-bottom: 0;
}

.sbf-col a.facets-soft-limit-link,
.dexi-facets p.more-facets, .dexi-facets p.fewer-facets {
  padding-right: 30px;
  text-decoration: none;
}

.dexi-facets p.more-facets, .dexi-facets p.fewer-facets {
  color: #005B94;
}

.sbf-col a.facets-soft-limit-link:after,
.dexi-facets .button.more-facets:after {
  position: absolute;
  padding-left: 2px;
  content: url("/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-right-solid.png");
  width: 8px;
  height: 8px;
  transform: scale(0.015);
}

.sbf-col a.facets-soft-limit-link.open:after,
.dexi-facets .button.fewer-facets:after {
  position: absolute;
  padding-left: 2px;
  content: url("/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/chevron-circle-left-solid.png");
  width: 8px;
  height: 8px;
  transform: scale(0.015);
}

.view-faq-facet-search-faq- .collapse:not(.show) {
  display: none;
}

.view-faq-facet-search-faq- .cahps-faq-btn {
  width: 62vw;
  text-align: left;
  background: #e0ebf2;
  border-radius: 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .view-faq-facet-search-faq- .cahps-faq-btn {
    width: 90vw;
  }
}

.view-faq-facet-search-faq- h3.cahps-faq-btn[aria-expanded=false] {
  margin-bottom: 20px;
}

.view-faq-facet-search-faq- h3.cahps-faq-btn[aria-expanded=false]:before {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

.view-faq-facet-search-faq- h3.cahps-faq-btn[aria-expanded=true]:before {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

.view-faq-facet-search-faq- .cahps-faq-btn-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-faq-facet-search-faq- .views-field-body .card {
  border: 2px solid #e0ebf2;
  margin-right: 3px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-faq-facet-search-faq- .views-field-body .card {
    max-width: 100%;
    display: block;
  }
}

div[id^=collapseExample] {
  margin-top: -10px;
}

/* Selected Filters */
#faceted-active-filters,
#dexi-faceted-active-filters {
  margin-top: 0.8rem;
}
#faceted-active-filters span,
#dexi-faceted-active-filters span {
  float: left;
  margin-right: 6px;
}
#faceted-active-filters span a,
#dexi-faceted-active-filters span a {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/close.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: 3px 8px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 3px 5px 3px 13px;
  background-color: #f1f1f1;
  border: solid 1px #aeb0b5;
  border-radius: 5px;
  color: #323a45;
}
#faceted-active-filters span a:link, #faceted-active-filters span a:visited, #faceted-active-filters span a:visited, #faceted-active-filters span a:active,
#dexi-faceted-active-filters span a:link,
#dexi-faceted-active-filters span a:visited,
#dexi-faceted-active-filters span a:visited,
#dexi-faceted-active-filters span a:active {
  color: #323a45;
  text-decoration: none;
}

/* Custom Facet Styling */
.facets-hide-showall-count li.facets-reset .facet-item__count {
  display: none;
}

#faceted-search-reset-button a {
  background-color: #005B94;
  border-color: #005B94;
  margin-right: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

.ahrq-filtered-search .action-btn-align-top {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .ahrq-filtered-search .action-btn-align-top {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ahrq-filtered-search .action-btn-align-top {
    margin-top: 55px;
  }
}
.ahrq-filtered-search [id^=edit-submit-], .ahrq-filtered-search #edit-reset {
  background-color: #005B94;
  width: 130px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .ahrq-filtered-search [id^=edit-submit-], .ahrq-filtered-search #edit-reset {
    width: 85px;
  }
}
.ahrq-filtered-search .view-header {
  margin-bottom: 30px;
  /*hide before page load; jQuery will display after page load since its going to a different location */
}
.ahrq-filtered-search .view-header h1 {
  font-weight: 600;
  margin-top: 0;
}
.ahrq-filtered-search .view-header .total-view-records {
  display: none;
}
.ahrq-filtered-search h3 {
  padding-bottom: 5px;
  padding-top: 0;
}
.ahrq-filtered-search .views-row {
  padding-bottom: 20px;
  width: 100%;
}
.ahrq-filtered-search .views-row .views-field-title,
.ahrq-filtered-search .views-row .views-field-field-description,
.ahrq-filtered-search .views-row .views-field-field-timestamp,
.ahrq-filtered-search .views-row .views-field-field-pub-pubnum,
.ahrq-filtered-search .views-row .views-field-field-setting-of-care {
  margin-left: 25%;
}
@media (max-width: 975px) {
  .ahrq-filtered-search .views-row .views-field-title,
  .ahrq-filtered-search .views-row .views-field-field-description,
  .ahrq-filtered-search .views-row .views-field-field-timestamp,
  .ahrq-filtered-search .views-row .views-field-field-pub-pubnum,
  .ahrq-filtered-search .views-row .views-field-field-setting-of-care {
    margin-left: 0;
  }
}
@media (min-width: 976px) and (max-width: 1024px) {
  .ahrq-filtered-search .views-row .views-field-title,
  .ahrq-filtered-search .views-row .views-field-field-description,
  .ahrq-filtered-search .views-row .views-field-field-timestamp,
  .ahrq-filtered-search .views-row .views-field-field-pub-pubnum,
  .ahrq-filtered-search .views-row .views-field-field-setting-of-care {
    margin-left: 30%;
  }
}
.ahrq-filtered-search .view-content {
  margin: 0;
}
.ahrq-filtered-search .views-field-field-image {
  position: relative;
  float: left;
  padding-bottom: 10px;
}
@media (max-width: 975px) {
  .ahrq-filtered-search .views-field-field-image {
    display: none;
  }
}
.ahrq-filtered-search .view-filters .form-fields-float-left {
  float: left;
}
.ahrq-filtered-search .view-filters .form-buttons-right {
  margin-top: 35px;
}
@media (max-width: 700px) {
  .ahrq-filtered-search .view-filters .form-buttons-right {
    margin-top: 0;
  }
}
.ahrq-filtered-search .view-filters .form-buttons-right .btn-primary {
  width: 150px;
}
@media (max-width: 975px) {
  .ahrq-filtered-search .view-filters .form-buttons-right .btn-primary {
    width: 100px;
  }
}
.ahrq-filtered-search .view-filters .js-form-type-select label {
  font-size: 0;
  font-weight: 400;
}
.ahrq-filtered-search .view-filters .js-form-type-select label:before {
  content: "Filter by:";
  font-size: 17px;
  font-weight: 400;
}
.ahrq-filtered-search .view-filters .js-form-item-sorting label:before {
  content: "Sort by:";
  font-size: 17px;
  font-weight: 400;
}
.ahrq-filtered-search .view-filters [id^=views-exposed-form-toolkits-filtered] .form-inline,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-publications-filtered] .form-inline,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-programs] .form-inline {
  display: inline-block;
}
.ahrq-filtered-search .view-filters [id^=views-exposed-form-toolkits-filtered] .form-inline .form-control,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-publications-filtered] .form-inline .form-control,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-programs] .form-inline .form-control {
  width: 100%;
}
.ahrq-filtered-search .view-filters [id^=views-exposed-form-toolkits-filtered] .js-form-type-select,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-publications-filtered] .js-form-type-select,
.ahrq-filtered-search .view-filters [id^=views-exposed-form-programs] .js-form-type-select {
  border: none;
}
.ahrq-filtered-search .view-filters .form-inline .form-control {
  width: 100%;
}
.ahrq-filtered-search .view-filters .form-inline label {
  justify-content: left;
  display: block;
  position: relative;
  width: 100%;
}
.ahrq-filtered-search .view-filters .total-view-records {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ahrq-filtered-search .view-filters .total-view-records:before {
  content: "Results";
  display: block;
  font-weight: 600;
  font-size: 30px;
}
.ahrq-filtered-search .view-filters p {
  font-weight: 300;
  margin-bottom: 30px;
}
.ahrq-filtered-search .view-filters H2 {
  padding: 0;
}

#hp-row1 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #hp-row1 .views-element-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (min-width: 768px) {
  #hp-row1 .views-element-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#hp-row1 .slideshow-features .slideshow-feature .feature-image .active {
  display: block;
}
#hp-row1 .slideshow-features .slideshow-feature .feature-image:not(.active) {
  display: none;
}
#hp-row1 .slideshow-features .slideshow-feature .feature-image img {
  width: 100vw;
  height: auto;
}
#hp-row1 .slideshow-features .slideshow-feature .slide-textbox {
  position: relative;
}
#hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner {
  margin-bottom: 3px;
  padding: 10px 10px 10px 10px;
  background-color: #e9eaeb;
}
#hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner .views-field-field-slide-title {
  font-size: 1.1rem;
}
@media (min-width: 1300px) {
  #hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner .views-field-field-slide-title {
    font-size: 1.5rem;
  }
}
#hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner .views-field-field-slide-title a {
  color: #fff;
  text-decoration: none;
}
#hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner .views-field-field-caption {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 1300px) {
  #hp-row1 .slideshow-features .slideshow-feature .slide-textbox .inner .views-field-field-caption {
    font-size: 1.2rem;
  }
}

.vocabulary-topics .field--name-description .field__label {
  font-family: "Public Sans Semibold", sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 10px;
  padding-top: 20px;
}

.vocabulary-topics .field--name-field-source .field__label::after {
  content: ":";
}

/* landing page */
.view-most-popular-health-topics .view-header {
  margin-bottom: 20px;
}
.view-most-popular-health-topics .views-field-nothing .row {
  margin-bottom: 20px;
}

/** initially hide the list while page loads, then after
    jQuery manipulates the alphabet layout, change display in jQuery */
.page-header-topics-alpha .view-display-id-block_1 .view-content.row {
  display: none;
}

section.row.region.region-topics-az {
  width: 100vw;
  background-color: #e0ebf2;
  justify-content: center;
}

section.region-topics-az .page-header-topics-alpha .view-header h2 {
  display: none;
}

section.region-topics-az .page-header-topics-alpha .view-a-z-list-of-health-topics .myClass {
  font-weight: 600;
  padding-top: 5px;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  /** clearing out values set on this view for mega menu */
  border: none;
  border-radius: 0;
  margin: 0;
  width: auto;
}

section.region-topics-az .page-header-topics-alpha .view-a-z-list-of-health-topics .myClass a {
  font-size: 17px;
  text-decoration: none;
  color: #005B94;
}

section.region-topics-az .page-header-topics-alpha .view-a-z-list-of-health-topics .myClass span {
  font-size: 17px;
  text-decoration: none;
  color: #666;
}

#main_nav .health-topic-parent .letter-display {
  width: 280px;
  padding: 10px 5px !important;
}
#main_nav .health-topic-parent .letter-display .letter-display-wrapper {
  flex-wrap: wrap;
  display: flex;
}
#main_nav .health-topic-parent .letter-display .letter-display-wrapper .letter-display-item {
  border: 2px solid #e0ebf2;
  border-radius: 5px;
  margin: 5px;
  box-sizing: border-box;
  width: 34px;
  text-align: center;
}
#main_nav .health-topic-parent .letter-display .letter-display-wrapper .letter-display-item:hover {
  background: #e0ebf2;
  color: #212121;
  border: 2px solid #005B94;
}
#main_nav .health-topic-parent .letter-display .letter-display-wrapper .letter-display-item a {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000000;
  text-decoration: none;
}
#main_nav .health-topic-parent .letter-display .letter-display-wrapper .letter-display-item span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  color: #69759B;
  text-decoration: none;
}
@media (max-width: 974px) {
  #main_nav .health-topic-parent .hide-on-mobile {
    display: none !important;
  }
}