/* AHRQ Variables */
/* Colors */
/* Fonts */
/* 2021 annual report */
/* end annual report */
/* AHRQ Global-Styling */
html {
  font-kerning: normal;
  font-size: 100%;
}

body {
  background-color: #ffffff !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  color: #1b1b1b;
  line-height: 1.4;
  font-size: 16px;
}

.h1, h1 {
  font-size: 2.375rem;
  padding: 20px 0 10px;
  font-family: "Public Sans", sans-serif !important;
  font-weight: 600;
}
.h1.title, h1.title {
  margin-bottom: 2.5rem;
}

.h2, h2 {
  font-size: 1.875rem;
  padding: 20px 0 10px;
  font-family: "Public Sans", sans-serif !important;
}

.h3, h3 {
  font-size: 1.5rem;
  padding: 20px 0 10px;
  font-family: "Public Sans", sans-serif !important;
}

.h4, h4 {
  font-size: 1.25rem;
  padding: 20px 0 10px;
  font-family: "Public Sans", sans-serif !important;
}

.h5, h5 {
  font-size: 1rem;
  padding: 20px 0 10px;
  font-family: "Public Sans", sans-serif !important;
}

.main-container a {
  color: #006BAD;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-container a:hover {
  color: #0065D1;
  text-decoration: underline;
}
.main-container a:visited {
  color: #954B95;
  text-decoration: none;
}
.main-container a[href$=".pdf"], .main-container a[href*=".pdf#page="] {
  padding: 5px 20px 5px 0;
  background: transparent url("../images/icon_pdf.gif") no-repeat center right;
}

[contentEditable=true]:focus,
[href]:focus,
[tabindex]:focus,
button:not([disabled]):focus,
iframe:focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

input[type=submit] {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 1.06471rem;
  line-height: 0.93923;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005ea2;
  border: 0;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.main-container.container-fluid {
  padding: 30px 5vw;
}

.breadcrumb {
  background: #f3f3f3 !important;
  font-size: 0.938rem !important;
  color: #000000;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #000000;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  float: none;
  color: #000000;
}

.sidebar-first .block-menu .nav .menu-item--active-trail a {
  color: #fff;
  background: #6C207E;
  padding-left: 10px;
}

a.btn-drk,
button.btn-drk {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  color: #324a64;
  border: 2px solid #324a64;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
a.btn-drk:hover,
button.btn-drk:hover {
  border-radius: 1.5rem;
  color: #324a64;
  transition: all 0.5s;
  text-decoration: underline;
}

.btn-primary {
  background-color: #0071B3;
  border-color: #0071B3;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0071B3;
  border-color: #0071B3;
}

.btn-outline-primary {
  color: #0071B3;
  border-color: #0071B3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0071B3;
  border-color: #0071B3;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0071B3;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0071B3;
  border-color: #0071B3;
}

.btn-link {
  color: #0071B3;
}

#backtotop {
  border: 1px #fff solid;
  border-radius: 50px;
}

.archive-message-top {
  padding: 10px 10px 5px 80px;
  background-color: #fff;
  background-image: url(../images/web1.gif);
  padding-right: 10px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
  margin: 5px 0 50px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #000;
}

.archive-message-bottom {
  background-image: url(../images/web-small.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #6b6b6b;
  padding: 10px 10px 10px 40px;
  margin: 50px 0;
}

.intro-text {
  font-size: 1.625rem;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}

.collapse-text-details.collapsible {
  margin-bottom: 10px;
}
.collapse-text-details.collapsible summary {
  background: #eeeeee;
  padding: 5px 10px;
}
.collapse-text-details.collapsible .details-wrapper {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
}

.accordion-header {
  padding: 0px;
}

.views-accordion-header.ui-accordion-header-active .field-content a {
  color: #fff;
}
.views-accordion-header.ui-accordion-header-active .field-content a:hover {
  color: #fff;
}
.views-accordion-header .field-content a {
  color: #3b3b3b;
}
.views-accordion-header .field-content a:hover {
  color: #3b3b3b;
}

.gray-box-container {
  display: flex;
  flex-wrap: wrap;
}
.gray-box-container .gray-bg-box {
  width: 47%;
  background: #e0ebf2;
  padding: 10px;
  margin: 20px 20px 0px 0px;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #888888;
}

@media (max-width: 991px) {
  .gray-box-container .gray-bg-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 291px) {
  html, body {
    overflow-x: hidden;
  }
}
table {
  caption-side: top;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #212529;
  font-weight: bold;
}

caption {
  color: #3b3b3b;
}

.field {
  margin-bottom: 0.5em;
}
.field.field--label-inline .field__item {
  display: block;
}
.field.field--label-inline .field__items {
  display: block;
  float: none;
}
.field.field--label-inline .field__items .field__item {
  display: inline;
}
.field.field--label-inline .field__items .field__item::after {
  content: ", ";
}
.field.field--label-inline .field__items .field__item:last-child::after {
  content: none;
}
.field .field__label {
  font-weight: bold;
  display: block;
  float: left;
  padding-right: 5px;
}
.field .field__label::after {
  content: ":";
}

.callout .field--name-field-page-callouts {
  background-color: #e5e5e5;
  padding: 10px;
}
.callout .field--name-field-page-callouts > .field__item {
  margin-bottom: 30px;
}
.callout .field--name-field-page-callouts ul {
  padding-left: 4px;
}
.callout .field--name-field-page-callouts ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.callout .field--name-field-page-callouts ul li:last-child {
  margin-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0071B3;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0071B3;
  background-color: #0071B3;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0071B3;
  background-color: #0071B3;
}

.custom-range::-webkit-slider-thumb {
  background-color: #0071B3;
}

.custom-range::-moz-range-thumb {
  background-color: #0071B3;
}

.custom-range::-ms-thumb {
  background-color: #0071B3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0071B3;
}

.page-link {
  color: #0071B3;
}

.page-item.active .page-link {
  background-color: #0071B3;
  border-color: #0071B3;
}

.badge-primary {
  background-color: #0071B3;
}

.list-group-item.active {
  background-color: #0071B3;
  border-color: #0071B3;
}

.list-group-item.active {
  background-color: #0071B3;
  border-color: #0071B3;
}

.bg-primary {
  background-color: #0071B3 !important;
}

.border-primary {
  border-color: #0071B3 !important;
}

.text-primary {
  color: #0071B3 !important;
}

.nav-link {
  color: #0071B3;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0071B3;
  background: #0071B3;
}

.pagination {
  margin-top: 30px;
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .badge.bg-secondary {
    color: #000;
  }
}
/* IE10+ */
@supports (-ms-accelerator: true) {
  .badge.bg-secondary {
    color: #000;
  }
}
/* Rich Text Editor  */
.hit-style-float-right {
  float: right;
  padding: 5px;
}

.hit-style-float-left {
  float: left;
  padding-bottom: 16px;
  padding-right: 16px;
}

.hit-footnote {
  font-size: 13px;
}

.hit-video {
  margin-left: 67px;
  margin-right: 67px;
}

.hit-display-table {
  display: table;
}

.hit-tr-image {
  padding-top: 5px;
  display: table-cell;
  float: left;
  width: 140px;
}

.hit-tr-text-wrapper {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}

.hit-biblio-title {
  font-weight: bold;
  font-size: 14px;
}

.hit-table table,
.hit-table th,
.hit-table td {
  border: 1px solid black;
}

.hit-table th {
  text-align: center;
  font-weight: bold;
  background-color: #E2E2E2;
}

div.right-callout {
  display: block;
  position: relative;
  background-color: #f3f3f3;
  float: right;
  right: 1px;
  width: 240px;
  color: #333;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 20px 20px;
  top: 0;
  bottom: 0;
  height: 100%;
}

div.right-callout ul {
  margin: 0 0 18px 0;
}

div.right-callout h2 {
  margin-bottom: 20px;
  color: #000000;
}

div.right-callout .field-label {
  font-weight: bold;
  display: inline;
}

div.right-callout .field-items,
div.right-callout .field-item {
  display: inline;
}

div.right-callout li {
  /* margin-left: 20px; */
  margin-bottom: 5px;
}

div.right-callout hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}

div.right-callout p {
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 5px;
}

/* header */
.main-header .container-fluid {
  padding: 0 5vw;
}

.usa-banner {
  background-color: #f0f0f0;
}
.usa-banner .usa-accordion {
  list-style-type: none;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.06471rem;
  line-height: 1.52155;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.usa-banner .usa-accordion .usa-banner__header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.79853rem;
  font-weight: 400;
}
.usa-banner .usa-accordion .usa-banner__header .row div {
  width: auto;
}
.usa-banner .usa-accordion .usa-banner__header .row .usa-banner__header-flag,
.usa-banner .usa-accordion .usa-banner__header .row .usa-banner__header-hhs {
  float: left;
  margin-right: 0.5rem;
  width: 1rem;
}
.usa-banner .usa-accordion .usa-banner__header .row .usa-banner__header-flag {
  margin-left: 20px;
}
.usa-banner .usa-accordion .usa-banner__header .row .txt-gov-banner {
  padding: 0;
}
.usa-banner .usa-accordion .usa-banner__header .row .txt-gov-banner .usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.79853rem;
  line-height: 1.12707;
}
.usa-banner .usa-accordion .usa-banner__header .row .txt-gov-banner .usa-banner__header-text a {
  color: #323a45;
}
.usa-banner .usa-accordion .usa-banner__header .row .txt-gov-banner .usa-banner__header-text a:hover {
  color: #323a45;
}

@media (min-width: 40em) {
  .usa-banner {
    font-size: 0.86507rem;
    padding-bottom: 0;
  }
  .usa-banner .usa-banner__header {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    min-height: 0;
  }
  .usa-banner .usa-banner__header-flag {
    margin-right: 0.5rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .img-icon {
    width: auto;
  }
}
@media (min-width: 992px) {
  .img-icon {
    width: auto;
  }
}
@media (min-width: 768px) {
  .img-icon {
    width: auto;
  }
}
.ahrq-banner {
  padding-bottom: 10px;
}
.ahrq-banner .logo-ahrq {
  float: left;
}
.ahrq-banner .logo-ahrq img {
  padding: 5px 0;
  width: 76%;
}
.ahrq-banner .ahrq-menu {
  float: right;
  margin-top: 24px;
}
.ahrq-banner .ahrq-menu li {
  float: left;
  list-style: none;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.ahrq-banner .ahrq-menu li:after {
  content: " | ";
  padding-left: 10px;
}
.ahrq-banner .ahrq-menu li:last-child:after {
  content: "";
}
.ahrq-banner .ahrq-menu li a {
  text-decoration: none;
  color: #323a45;
}
.ahrq-banner .ahrq-menu li a:hover {
  color: #0065D1;
  text-decoration: underline;
}
.ahrq-banner .ahrq-menu li a.email-updates:before {
  content: "";
  background-image: url("../images/envelope-regular.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  top: -2px;
  margin-right: 5px;
  position: relative;
}

@media (min-width: 1200px) {
  .ahrq-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .ahrq-banner .logo-ahrq {
    padding-bottom: 0;
  }
  .ahrq-banner .logo-ahrq img {
    width: 20%;
  }
}
.header-container-stripe .stripe {
  width: 20.5%;
  position: relative;
  overflow: hidden;
  height: 8px;
  float: left;
}
.header-container-stripe .stripe:before {
  content: "";
  position: absolute;
  left: 51%;
  width: 100%;
  height: 200%;
  top: 0;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  transform: rotate(150deg);
}
.header-container-stripe .stripe.purple {
  background: #691F74;
}
.header-container-stripe .stripe.purple:before {
  background-color: #44d8e6;
}
.header-container-stripe .stripe.light-blue {
  background: #44d8e6;
}
.header-container-stripe .stripe.light-blue:before {
  background-color: #ff9f49;
}
.header-container-stripe .stripe.orange {
  background: #ff9f49;
}
.header-container-stripe .stripe.orange:before {
  background-color: #44f15a;
}
.header-container-stripe .stripe.green {
  background: #44f15a;
}
.header-container-stripe .stripe.green:before {
  background-color: #547de9;
}
.header-container-stripe .stripe.dark-blue {
  background: #547de9;
  width: 18%;
}

.archived .header-container-stripe {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.site-header {
  background-color: #324a64;
  background: linear-gradient(#324a64, #1e2f40);
}
.site-header .container-fluid {
  display: flex;
  justify-content: space-between;
}
.site-header .container-fluid .site-info .site-logo {
  display: block;
  line-height: 16px;
  margin: 15px 0px 15px;
  overflow: hidden;
  height: auto;
  padding-top: 20px;
  float: left;
  min-height: 102px;
}
.site-header .container-fluid .site-info .site-logo a.navbar-brand {
  font-size: 38px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
  float: none;
  padding: 0;
  white-space: normal;
}
.site-header .container-fluid .site-info .site-logo p.navbar-text {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  float: none;
  color: #ffffff;
  padding: 0;
  margin-top: 15px;
}
.site-header .container-fluid .site-wrapper {
  margin-top: 20px;
}
.site-header .container-fluid .site-wrapper .site-links {
  line-height: 12px;
  text-align: right;
}
.site-header .container-fluid .site-wrapper .site-links ul li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0 8px 0 0;
}
.site-header .container-fluid .site-wrapper .site-links ul li:first-child {
  border-right: 2px solid #cccccc;
}
.site-header .container-fluid .site-wrapper .site-links ul li a {
  color: #ffffff;
  font-size: 13.4px;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page {
  padding-bottom: 10px;
  display: block;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page {
  padding: 0 15px;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form-row {
  display: flex;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form-row label {
  display: none;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form-row input.form-control {
  position: relative;
  top: 5px;
  left: 59px;
  width: 220px;
  height: 32px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form-row .form-item-items-per-page {
  display: none;
}
.site-header .container-fluid .site-wrapper .site-search .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form-row .form-submit {
  font: 0/0 a;
  display: block;
  position: relative;
  top: -11px;
  right: -11px;
  padding: 0 20px;
  margin: 8px 0 0 0;
  border: none;
  border-left: 1px solid #BDBDBD;
  background: url("../images/search-icon.png") center center no-repeat;
  height: 18px;
  width: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.archived .site-header {
  background: #333;
}
.archived .site-header .container-fluid .site-info .site-logo a.navbar-brand::after {
  content: "Archive";
  color: #37bcee;
  font-weight: normal;
  font-style: italic;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .site-header .container-fluid .site-info .region-site-info .site-logo a.navbar-brand {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .site-header .search-block-form {
    display: none;
  }
}
/* search form */
.page-view-acquia-search #views-exposed-form-acquia-search-page .form-row {
  display: flex;
}
.page-view-acquia-search #views-exposed-form-acquia-search-page .form-row .form-item-search {
  width: 74%;
}
.page-view-acquia-search #views-exposed-form-acquia-search-page .form-row .form-item-search input[type=text] {
  height: 38px;
}
.page-view-acquia-search #views-exposed-form-acquia-search-page .form-row .form-actions {
  align-self: center;
  margin-top: 9px;
}

.view-acquia-search .view-header {
  margin-bottom: 20px;
}
.view-acquia-search .form-row {
  display: flex;
}
.view-acquia-search .form-row label {
  font-weight: bold;
}
.view-acquia-search .form-row input[type=text] {
  height: 38px;
}
.view-acquia-search .form-row .form-actions {
  align-self: center;
  margin-top: 9px;
}
.view-acquia-search .views-label {
  font-weight: bold;
}

.block-facet--checkbox {
  margin-bottom: 20px;
}
.block-facet--checkbox .collapsiblock {
  background: url(../images/expand.png) no-repeat 1%;
  background-color: purple;
  display: block;
}
.block-facet--checkbox .collapsiblock button h2 {
  font-size: 1.1em;
  padding-left: 5px;
  color: #fff;
  padding: 5px;
  padding-left: 18px;
  margin-bottom: 0;
}
.block-facet--checkbox .collapsiblockCollapsed {
  background: url(../images/collapse.png) no-repeat 1%;
  background-color: purple;
}
.block-facet--checkbox .content {
  border-color: #DDD;
  border-style: solid;
}
.block-facet--checkbox .content .facets-widget-checkbox ul {
  list-style-type: none;
}
.block-facet--checkbox .content .facets-widget-checkbox ul li .facets-checkbox {
  margin-right: 10px;
}
.block-facet--checkbox .content .facets-widget-checkbox ul li label {
  display: inline;
}

.block-facets-summary ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.block-facets-summary ul li:first-child {
  width: 100%;
  order: 5;
  margin-top: 20px;
}
.block-facets-summary ul li:first-child .source-summary-count {
  font-size: 1.1rem;
}
.block-facets-summary ul li.facet-summary-item--facet {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.block-facets-summary ul li.facet-summary-item--facet a {
  padding: 4px 12px;
  line-height: 20px;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 10px;
  color: #333;
}
.block-facets-summary ul li.facet-summary-item--facet a .facet-item__status {
  font-weight: bold;
}

/* navbar */
.main-navigation {
  background: #691F74;
}
.main-navigation #navigation {
  margin: 0 auto;
  padding: 0 4vw;
  float: none;
}
.main-navigation #navigation .tb-megamenu {
  background: #691F74;
}
.main-navigation #navigation .tb-megamenu .nav > li:first-child a,
.main-navigation #navigation .tb-megamenu ul.level-0 li:first-child,
.main-navigation #navigation .tb-megamenu ul.level-0 li:first-child a:hover {
  border: none;
}
.main-navigation #navigation .tb-megamenu .nav > li.level-1:last-child a {
  border: none;
}

.main-navigation .tb-megamenu .nav > li a {
  border-top: 0;
  font-weight: normal !important;
  padding: 10px;
  color: #ffffff !important;
  border-right: 1px solid #691F74;
  border-left: 1px solid #691F74;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: Public Sans, sans-serif !important;
}

.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background: none;
}

.dropdown-submenu > a:after, .caret {
  display: none !important;
}

#navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li > a:focus, #navigation .dropdown-submenu:hover > a, #navigation .dropdown-submenu:focus > a, #navigation .block > ul.menu > li a.active-trail, #navigation .tb-megamenu-main-menu ul.level-0 > li.open > a, #navigation .tb-megamenu-main-menu ul li.animating a.dropdown-toggle, #navigation .tb-megamenu-main-menu ul li a.dropdown-toggle:hover, #navigation .block > ul.menu > li a:hover {
  background: none;
  border-bottom: none;
}

#navigation .tb-megamenu-main-menu ul li.animating {
  border: none;
}

#navigation .tb-megamenu-main-menu ul.level-0 > li.open {
  padding-bottom: 4px;
}

#navigation li.dropdown div.mega-dropdown-menu {
  background: #ffffff;
  color: #3B3B3B;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  margin: 0px;
  padding: 10px 0px 10px 10px;
  border-bottom: none;
}

.tb-megamenu .mega-inner {
  padding: 0 !important;
}

#navigation li.dropdown li.level-2 {
  margin: 0px 20px 10px 0px;
  border: none;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #3B3B3B !important;
}

#navigation li.dropdown li.level-2 > a {
  background: none repeat scroll 0% 0% transparent;
  display: block;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
  font-size: 100%;
  text-transform: none;
  font-weight: normal;
  border: none;
}

#navigation .level-0 li.level-1 div.mega-dropdown-menu li.level-3 .tb-megamenu-submenu {
  display: none;
}

#navigation .tb-megamenu-main-menu ul.level-0 li.level-3.dropdown-submenu a:hover {
  background: none repeat scroll 0% 0% #dac7df !important;
  text-shadow: none;
}

#navigation li.dropdown li.level-3 {
  margin-bottom: 3px;
  border: none;
}

.main-navigation #navigation ul.level-0 li.dropdown li.level-3 a {
  padding: 5px 7px;
}

#navigation li.dropdown li.level-3 a {
  border: none;
  margin: 0px;
  padding: 2px;
  line-height: 14px;
  font-size: 90%;
  background: transparent;
}

#navigation li.dropdown li.level-3 a:hover {
  transition: none 0s ease 0s;
  background: none repeat scroll 0% 0% #dac7df;
  border-radius: 3px 3px 3px 3px;
  color: #691F74 !important;
  text-shadow: none;
}

#navigation ul.level-2 {
  margin-bottom: 20px;
}

#navigation .block > ul.menu > li a:after {
  margin-right: -4px;
}

#navigation ul.menu li ul {
  background: #541863;
  position: absolute;
  top: 60px;
  left: 0;
}

#navigation ul.menu li ul li {
  float: none;
  border: none;
  text-shadow: none;
}

#navigation ul.menu li ul li a {
  display: block;
  font: 13px "CartoGothicStdBold", sans-serif;
  height: auto;
  width: auto;
  text-shadow: none;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  background: none;
  border: none;
}

.main-navigation .tb-megamenu .nav-collapse {
  background: #691F74;
}

.main-navigation .tb-megamenu .nav > li {
  border: none;
}

.main-navigation .tb-megamenu .nav > li:first-child a, .main-navigation #navigation ul.level-0 li:first-child, .main-navigation #navigation ul.level-0 li:first-child a:hover {
  border-left: none;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child a {
  border-right: none;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child .view-taxonomy-a-to-z-index li a {
  border-radius: 0 !important;
  padding: 2px !important;
  position: relative !important;
  top: 0;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child .view-taxonomy-a-to-z-index li a:hover {
  background: #ffffff;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child .view-taxonomy-a-to-z-index span a {
  border-radius: 0 !important;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child .view-taxonomy-a-to-z-index span a:hover {
  background: #ffffff !important;
}

.main-navigation .tb-megamenu .nav > li.level-1:last-child a:hover, .main-navigation #navigation ul.level-0 li.level-1:last-child a:hover {
  color: #3B3B3B;
}

.main-navigation .tb-megamenu-item.level-1.mega.dropdown.last-child.open a.dropdown-toggle {
  background: #691F74 !important;
  color: #3B3B3B !important;
}

.main-navigation #navigation ul.level-0 li.last-child.dropdown.open li a {
  background: #ffffff !important;
}

.main-navigation #navigation ul.level-0 {
  top: 0;
}

.main-navigation #navigation ul.level-0 li a {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.main-navigation #navigation ul.level-0 > li a:hover {
  color: #3B3B3B !important;
  background: #dac7df !important;
}

.tb-megamenu {
  background: #691F74;
}

#navigation ul.menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}

.main-navigation #navigation ul.level-0 > li:hover, .main-navigation #navigation ul.level-0 > li.dropdown.open, .main-navigation .tb-megamenu .nav > li:hover, .tb-megamenu .nav li.dropdown.active, .main-navigation .tb-megamenu .nav li.dropdown.open.active, .main-navigation .tb-megamenu .nav > li.dropdown.open.active {
  background: #691F74;
  color: #3B3B3B;
  margin: 0;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 0;
}

.main-navigation .tb-megamenu .nav > li a {
  border-top: 0;
  font-weight: bold;
  padding: 10px;
  color: #3B3B3B;
  border-right: 1px solid #691F74;
  border-left: 1px solid #691F74;
}

.main-navigation .tb-megamenu .nav > li.open a, #navigation .tb-megamenu-main-menu ul.level-0 > li.open > a {
  color: #3B3B3B !important;
  background: #691F74;
}

.main-navigation .tb-megamenu .nav > li.open.active-trail a, #navigation .tb-megamenu-main-menu ul.level-0 > li.open.active-trail > a {
  background: transparent;
  color: #3B3B3B;
}

.main-navigation .tb-megamenu .nav > li.active.level-1 a {
  background-color: #f3f3f3 !important;
  color: #000000 !important;
  margin: 0;
}

.main-navigation .tb-megamenu .nav > li.active.level-1 a:hover {
  background-color: #691F74 !important;
  color: #3B3B3B !important;
}

.main-navigation .tb-megamenu .nav > li.active .dropdown-menu li.level-2 a {
  color: #3B3B3B !important;
  background-color: transparent !important;
}

.main-navigation .tb-megamenu .nav > li.active .dropdown-menu li.level-2 a:hover {
  color: #3B3B3B !important;
  background-color: transparent !important;
  border-bottom-color: #ffffff;
}

.main-navigation .tb-megamenu .nav > li.active .dropdown-menu li.level-3 a {
  color: #3B3B3B !important;
  background-color: transparent;
}

.main-navigation .tb-megamenu .nav > li.active .dropdown-menu li.level-3 a:hover {
  color: #3B3B3B !important;
  background-color: #dac7df !important;
}

.tb-megamenu-subnav {
  border-left: none;
  border-right: none;
}

#navigation .tb-megamenu-main-menu, #navigation .block-menu {
  border-bottom: none;
}

.main-navigation #navigation ul.level-0 > li:hover, .main-navigation #navigation ul.level-0 > li.dropdown.open, .main-navigation #navigation ul.level-0 > li.dropdown.active, #navigation ul.level-0 > li.dropdown.open.active, .main-navigation .tb-megamenu .nav > li:hover, .tb-megamenu .nav li.dropdown.active, .main-navigation .tb-megamenu .nav li.dropdown.open.active, .main-navigation .tb-megamenu .nav > li.dropdown.open.active {
  border-top: none;
  border-bottom: none;
}

.main-navigation #navigation ul.level-0 > li.dropdown.open.active.level-1 a:hover, .tb-megamenu .nav li.dropdown.active.level1 a:hover, .main-navigation .tb-megamenu .nav li.dropdown.open.active.level-1 a:hover, .main-navigation .tb-megamenu .nav > li.dropdown.open.active.level-1 a:hover {
  color: #3B3B3B;
  background: #ffffff;
}

.main-navigation #navigation ul.level-0 > li.dropdown.active.level-1 a, .tb-megamenu .nav li.dropdown.active.level-1 a, .main-navigation .tb-megamenu .nav li.dropdown.open.active.level-1 a, .main-navigation .tb-megamenu .nav > li.dropdown.open.active.level-1 a {
  background: #ffffff;
  color: #3B3B3B;
}

#crumbs {
  background: #f3f3f3;
  padding-left: 5vw;
}

.menu--archived ul li a {
  color: #3B3B3B;
  padding: 10px 15px 10px;
}
.menu--archived ul li a:hover {
  color: #3B3B3B;
}

/* mobile menu */
.mobile-wrapper {
  width: 100%;
}
.mobile-wrapper #mobile-menu {
  width: auto;
  margin: 0px;
  padding: 0px 5vw;
  background: #324a64;
  background: -webkit-linear-gradient(#324a64, #1e2f40);
  background: -o-linear-gradient(#324a64, #1e2f40);
  background: -moz-linear-gradient(#324a64, #1e2f40);
  background: linear-gradient(#324a64, #1e2f40);
}
.mobile-wrapper #mobile-menu .mobile-menu-container {
  width: 40%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 35px;
  z-index: 0;
  margin-top: 0;
  position: initial;
}
.mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon:before, .mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon:after, .mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon span.icon {
  content: none;
}
.mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon span.icon {
  background: transparent;
  background-image: url("../images/menu-icon.png");
  display: inline-block;
  width: 32px;
  height: 32px;
  position: initial;
  opacity: 100;
}
.mobile-wrapper #mobile-menu .mobile-menu-container #mobile-menu-btn .responsive-menu-toggle-icon span.label {
  position: relative;
  top: -11px;
  margin-left: 5px;
  font-size: 13.5px;
  display: inline-block;
  left: 0px;
  color: #fff;
}
.mobile-wrapper #mobile-search {
  display: none;
  width: 100%;
  padding: 0px;
  background: #691F74;
}
.mobile-wrapper #mobile-search .block {
  font-size: 18px;
  padding: 20px 20px 5px;
  display: block;
  position: relative;
  color: #fff;
}
.mobile-wrapper #mobile-search .block .content {
  width: 100%;
}
.mobile-wrapper #mobile-search .block .content .form-group {
  width: 100%;
}
.mobile-wrapper #mobile-search .block .content label {
  display: none;
}
.mobile-wrapper #mobile-search .block .content .form-item, .mobile-wrapper #mobile-search .block .content .form-actions {
  float: none;
  margin: 0;
  display: block;
  margin-right: 5px;
}
.mobile-wrapper #mobile-search .block .content input.form-search {
  width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(8%, #ffffff));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  background: linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$search-light-gray",endColorstr="$white",GradientType=0);
  border: 1px solid #BDBDBD;
  border-radius: 3px;
}
.mobile-wrapper #mobile-search .block .content .form-item-items-per-page {
  display: none;
}
.mobile-wrapper #mobile-search .block .content .form-submit {
  font: 0/0 a;
  display: block;
  position: absolute;
  top: 19px;
  right: 22px;
  padding: 0 20px;
  margin: 8px 0 0 0;
  border: none;
  border-left: 1px solid #BDBDBD;
  background: url("../images/search-icon.png") center center no-repeat;
  height: 18px;
  width: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mm-panel {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background: #691F74;
  background: -moz-linear-gradient(top, #691F74 20%, #441350);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(#691F74), color-stop(#441350));
  background: -webkit-linear-gradient(top, #691F74 20%, #441350 75%);
  background: -o-linear-gradient(top, #691F74 20%, #441350 75%);
  background: -ms-linear-gradient(top, #691F74 20%, #441350 75%);
  background: linear-gradient(to bottom, #691F74 20%, #441350 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$dark-purple ", endColorstr="$darker-purple", GradientType=0);
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #691F74;
}

.mm-listitem {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: #ffffff;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  border-bottom: none;
}

@media (max-width: 420px) {
  .mobile-wrapper #mobile-menu .mobile-menu-container {
    width: 100%;
  }
}
/* left nav */
aside.col-sm-3 nav,
.sidr-inner nav {
  font-family: "Public Sans", sans-serif !important;
}
aside.col-sm-3 nav ul.nav,
.sidr-inner nav ul.nav {
  display: block;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link,
.sidr-inner nav ul.nav li.nav-item a.nav-link {
  padding: 15px;
  border-bottom: 1px solid #005B94;
  color: #000000 !important;
  font-size: 1.125rem;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link:hover,
.sidr-inner nav ul.nav li.nav-item a.nav-link:hover {
  background-color: #005B94;
  color: #ffffff !important;
  text-decoration: none;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link.active,
.sidr-inner nav ul.nav li.nav-item a.nav-link.active {
  padding-left: 10px;
  border-bottom: 1px solid #005B94;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link.is-active,
.sidr-inner nav ul.nav li.nav-item a.nav-link.is-active {
  color: #006BAD !important;
  font-weight: 600;
  border-left: 5px solid #005B94;
  padding-left: 5px;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link.active:hover, aside.col-sm-3 nav ul.nav li.nav-item a.nav-link.is-active:hover,
.sidr-inner nav ul.nav li.nav-item a.nav-link.active:hover,
.sidr-inner nav ul.nav li.nav-item a.nav-link.is-active:hover {
  color: #ffffff !important;
  text-decoration: none;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link.dropdown-toggle,
.sidr-inner nav ul.nav li.nav-item a.nav-link.dropdown-toggle {
  white-space: normal;
}
aside.col-sm-3 nav ul.nav li.nav-item a.nav-link::after,
.sidr-inner nav ul.nav li.nav-item a.nav-link::after {
  display: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu,
.sidr-inner nav ul.nav li.nav-item ul.menu {
  border-bottom: 1px solid #005B94;
  padding-left: 0;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item {
  list-style: none;
  list-style-image: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item a,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item a {
  background-color: transparent;
  color: #000000 !important;
  padding: 15px 15px 15px 25px;
  border: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item a:hover,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item a:hover {
  background-color: #E0EBF2;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item a::after,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item a::after {
  display: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item a.active,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item a.active {
  text-shadow: none;
  padding-left: 25px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu {
  border: solid 1px #44f15a !important;
  border-radius: 0px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item {
  background: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item a,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item a {
  color: #006aaa;
  padding-left: 40px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item a:hover,
.sidr-inner nav ul.nav li.nav-item ul.menu li.nav-item.menu-item--expanded ul.menu li.nav-item a:hover {
  background: none;
  background-color: #E0EBF2;
  text-decoration: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu {
  border: none !important;
  padding-left: 0;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item {
  list-style: none;
  list-style-image: none;
  white-space: normal;
  padding: 0;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a {
  background-color: transparent;
  color: #000000;
  padding: 6px 10px 6px 25px;
  border: none;
  display: block;
  font-size: 1rem;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a:hover,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a:hover {
  background-color: #E0EBF2;
  text-decoration: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a::after,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a::after {
  display: none;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a.active,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a.active {
  background-color: #ffffff !important;
  text-shadow: none;
  padding-left: 25px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a.is-active,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item a.is-active {
  border-left: 5px solid #005B94;
  padding-left: 20px;
  color: #006BAD;
  font-weight: 600;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded {
  background-color: transparent !important;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu {
  border: none;
  border-radius: 0px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item {
  background: none !important;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a {
  color: #000000;
  padding-left: 40px;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a:hover,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a:hover {
  background-color: #E0EBF2;
}
aside.col-sm-3 nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a.active,
.sidr-inner nav ul.nav li.nav-item ul.dropdown-menu li.dropdown-item.menu-item--expanded ul.dropdown-menu li.dropdown-item a.active {
  padding-left: 35px;
  color: #006BAD;
}
aside.col-sm-3 nav ul.nav li.nav-item.active ul.dropdown-menu,
.sidr-inner nav ul.nav li.nav-item.active ul.dropdown-menu {
  display: block;
  background: none;
}
aside.col-sm-3 nav ul.nav li.nav-item.menu-item--expanded a.nav-link.active,
.sidr-inner nav ul.nav li.nav-item.menu-item--expanded a.nav-link.active {
  padding: 15px;
  border: none;
}
aside.col-sm-3 nav ul.nav li.nav-item.menu-item--expanded a.nav-link.is-active,
.sidr-inner nav ul.nav li.nav-item.menu-item--expanded a.nav-link.is-active {
  color: #006BAD !important;
  font-weight: 600;
  border-left: 5px solid #005B94;
  padding-left: 10px;
}
aside.col-sm-3 nav ul.nav li.nav-item.menu-item--expanded a.nav-link:hover,
.sidr-inner nav ul.nav li.nav-item.menu-item--expanded a.nav-link:hover {
  background-color: #005B94;
  color: #ffffff !important;
  text-decoration: none;
}

.left-nav-mobile {
  position: sticky;
  top: 50%;
  left: 6px;
  margin-bottom: 10px;
  z-index: 999;
}
.left-nav-mobile button {
  background-color: #6c207e;
  border: none;
  padding-top: 5px;
}
.left-nav-mobile button .sidr-trigger__icon .icon-hamburger {
  background: transparent;
  background-image: url(../images/menu-icon.png);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: initial;
  opacity: 100;
}
.left-nav-mobile button .sidr-trigger__text {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  top: -9px;
}

.sidr {
  background: #e5e5e5;
  font-family: "Public Sans", sans-serif !important;
}
.sidr .sidr-inner {
  padding: 0 10px 15px;
}
.sidr .sidr-inner ul li {
  border-top: none;
  border-bottom: none;
}
.sidr .sidr-inner ul li a, .sidr .sidr-inner ul li span {
  color: #006aaa;
}

/* slide-show */
@media screen and (min-width: 1024px) {
  .view-id-front_page.view-display-id-block_1 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper {
    height: 613px;
    display: block;
    margin-bottom: 1rem;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail {
    width: 44.666667%;
    height: 613px;
    position: relative;
    z-index: 2;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list {
    padding-top: 0;
    overflow: visible;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track {
    padding-top: 0;
    text-align: left;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide {
    border: 0;
    margin: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption {
    padding: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th {
    height: 120px;
    background-color: #E0EBF2;
    margin-bottom: 3px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th .th-title {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Public Sans", Sans-Serif;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th .th-body {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current {
    box-shadow: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: none;
    transition-delay: none;
    z-index: 4;
    background: none;
    position: relative;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current::before {
    display: block;
    content: "";
    background-image: url(../images/slide_hover.png);
    width: 10%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    left: -35px;
    z-index: 100;
    top: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th {
    background-color: #324a64;
    color: #ffffff;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th .th-title a, .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th .th-body a {
    color: #ffffff;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured {
    width: 55.333333%;
    position: relative;
    z-index: 0;
    height: 613px;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured .slick__arrow {
    display: none;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured .media.media--ratio {
    height: 613px;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick img, .view-id-front_page.view-display-id-block_1 .row .slick iframe {
    max-height: 613px;
  }
}
@media screen and (max-width: 1023px) {
  .view-id-front_page.view-display-id-block_1 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list {
    padding-top: 0;
    overflow: visible;
    padding-bottom: 0;
    height: auto !important;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    height: auto !important;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide {
    border: 0;
    margin: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption {
    padding: 0;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th {
    background-color: #E0EBF2;
    margin-bottom: 3px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th .th-title {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Public Sans", Sans-Serif;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide .slide__caption .th .th-body {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current {
    box-shadow: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: none;
    transition-delay: none;
    z-index: 4;
    background: none;
    position: relative;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current::before {
    display: none;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th {
    background-color: #324a64;
    color: #ffffff;
  }
  .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th .th-title a, .view-id-front_page.view-display-id-block_1 .row .slick-wrapper #frontfeatured-thumbnail #frontfeatured-thumbnail-slider .slick-list .slick-track .slick__slide.slick-current .slide__caption .th .th-body a {
    color: #ffffff;
  }
}
/* front page */
.front-page p {
  font-size: 1.071rem;
}
.front-page h2 {
  margin-bottom: 1.5rem;
}
.front-page .about {
  margin-top: 1rem;
}
.front-page .about .learn-more {
  margin-top: 2rem;
}
.front-page .news-and-events {
  margin-top: 2.5rem;
  background-color: #e2ecf4;
  padding: 0px 20px 20px;
}
.front-page .news-and-events ul {
  padding-left: 0;
}
.front-page .news-and-events ul li {
  list-style-type: none;
  margin-bottom: 0.5em;
  font-size: 1.071rem;
}
.front-page .funded-projects-slider .slick .slick-list .slick-track .slide .slide__content .slide__caption .slide__description .views-field .field-content .slider-body {
  padding: 20px 0px 20px 0px;
}
.front-page .featured-resources {
  margin-top: 1rem;
}
.front-page .featured-resources .resources {
  display: flex;
  justify-content: space-between;
}
.front-page .featured-resources .resources .fr {
  border-top: 5px solid #324A64;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 10px 10px 10px;
  box-shadow: 5px 5px 10px #888888;
}
.front-page .featured-resources .resources .fr h3 {
  font-size: 1.15rem;
}
.front-page .featured-resources .resources .fr .fp::before {
  background-image: url(/sites/default/files/computer-icon-inv2.png);
  float: left;
  min-width: 4rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 4rem;
  margin-right: 5%;
}
.front-page .featured-resources .resources .fr .pub::before {
  background-image: url(/sites/default/files/files-icon-inv2.png);
  float: left;
  min-width: 3.5rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 3.5rem;
  margin-right: 2%;
}
.front-page .featured-resources .resources .fr .map::before {
  background-image: url(/sites/default/files/map-icon-inv2.png);
  float: left;
  min-width: 5rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 5rem;
  margin-right: 5%;
}
.front-page .featured-resources .resources .fr .foa::before {
  background-image: url(/sites/default/files/dollar-icon-inv2.png);
  float: left;
  min-width: 3.5rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 3.5rem;
  margin-right: 2%;
}
.front-page .featured-resources .resources .fr .web::before {
  background-image: url(/sites/default/files/group-icon-inv2.png);
  float: left;
  min-width: 4rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 4rem;
  margin-right: 5%;
}

/* @media (max-width: 991.98px) { 
    .front-page {
        .funded-projects-slider {
            .slick {
                .slick-list {
                    height: auto;

                    .slick-track {
                        flex-direction: column;
                        width: 100% !important;

                        .slick__slide {
                            width: 100% !important;
                            margin-left: 0;
                            margin-bottom: 20px;

                            &.slide:first-of-type {
                                margin-left: 0;
                            }
                        }
                    } 
                }
            }
        }
    }
} */
@media (max-width: 991.98px) {
  .front-page .featured-resources .resources {
    flex-direction: column;
  }
  .front-page .featured-resources .resources div {
    width: 100%;
    margin-bottom: 10px;
  }
  .front-page .featured-resources .resources div img {
    max-width: 100%;
  }
}
/* experts */
.view-experts {
  padding: 0 15px;
  border: 1px solid #bfbfbf;
}
.view-experts .row {
  margin-right: 0;
  margin-left: 0;
}
.view-experts .row .views-row {
  display: flex;
  padding: 10px;
  margin: 10px 0;
  border-bottom: 1px solid #bfbfbf;
}
.view-experts .row .views-row:last-child {
  border-bottom: none;
}
.view-experts .row .views-row .views-field-field-expert-image {
  padding: 0 20px 20px 0;
  height: 160px;
}
.view-experts .row .views-row .expert-container {
  width: 80%;
}
.view-experts .row .views-row .expert-container h2 {
  font-weight: 500;
  margin-top: -20px;
}

.field--name-field-expert-image {
  float: left;
  padding-right: 20px;
}

/* events */
.view-events .views-field {
  margin-bottom: 5px;
}
.view-events .views-field h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.flex-video {
  text-align: center;
}
.flex-video iframe {
  min-width: 80%;
  min-height: 480px;
  margin: auto;
}

.video iframe {
  min-width: 100%;
  min-height: 480px;
  margin: auto;
}

.speaker {
  width: 74%;
  float: left;
}

.gray-box-speaker {
  width: 20%;
  margin: 0px 20px 0px 0px;
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
}

.moderator {
  width: 26%;
  float: right;
}

.gray-box-moderator {
  width: 58%;
  margin: 0px 20px 0px 0px;
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
}

/* funded projects */
.fp-final-report {
  width: 100%;
}
.fp-final-report .row {
  padding-top: 8px;
  padding-bottom: 0;
  position: relative;
  color: white;
  border-radius: 10px;
  background: none repeat scroll 0 0 #6c207e;
  right: 15px;
  width: 35%;
  float: right;
  padding: 14px 10px 0 10px;
  margin-bottom: 20px;
}
.fp-final-report .row a {
  color: #fff;
}
.fp-final-report .row a:hover {
  text-decoration: underline;
}
.fp-final-report .row .modal {
  color: #333;
}
.fp-final-report .row .modal a {
  color: #333;
}
.fp-final-report .row .modal .modal-footer a.btn {
  color: #fff;
}

nav.fp-nav .nav-tabs {
  border-bottom: 1px solid #324A64;
}
nav.fp-nav .nav-tabs .nav-link {
  padding: 0.5rem 0.3rem;
  font-size: 1rem;
}
nav.fp-nav .nav-tabs .nav-link.active {
  border-color: #324A64 #324A64 #fff;
}

.tab-content {
  margin-top: 2.5rem;
}
.tab-content section.node--href-funded-project .node__content h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.tab-content section.node--href-funded-project .node__content .field--name-field-fp-impact-statement {
  font-size: 1.2rem;
  border-top: 3px solid #6c207e;
  border-bottom: 3px solid #6c207e;
  margin: 0px 0 20px 0;
  padding: 10px 0 10px 0;
}
.tab-content section.node--href-funded-project .node__content .fp-details {
  display: block;
  position: relative;
  background-color: #f3f3f3;
  float: right;
  right: 1px;
  width: 35%;
  color: #3b3b3b;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 20px 20px;
  bottom: 0;
  height: 100%;
  font-size: 0.9rem;
}
.tab-content section.node--href-funded-project .node__content .fp-details h2 .field--name-field-tref-project-status {
  display: inline;
}
.tab-content section.node--href-funded-project .node__content .fp-details ul li .field--name-field-tref-city {
  display: inline;
}
.tab-content section.node--href-funded-project .node__content .fp-details ul li .field--name-field-tref-city::after {
  content: ",";
}
.tab-content section.node--href-funded-project .node__content .fp-details ul li .field--name-field-tref-state-province {
  display: inline;
}

@media (max-width: 991.98px) {
  .fp-final-report .row {
    width: 100%;
  }

  .tab-content section.node--href-funded-project .node__content .fp-details {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .fp-nav .nav-tabs .nav-item.show .nav-link, .fp-nav .nav-tabs .nav-link.active {
    border: none;
  }
}
/* emerging lessons */
.node--type-emerging-lesson .field--name-field-coll-project > .field__item {
  margin-top: 30px;
}
.node--type-emerging-lesson .field--name-field-coll-project > .field__item:last-child {
  margin-bottom: 30px;
}

/* foa */
.foa-main h2 {
  margin-bottom: 1rem;
}
.foa-main h2:last-child {
  margin-top: 2rem;
}

/* a-z */
.view-taxonomy-a-to-z-index.view-display-id-attachment_1 .view-content {
  margin-left: 0;
  margin-bottom: 10px;
}
.view-taxonomy-a-to-z-index.view-display-id-attachment_1 .view-content span.views-summary.views-summary-unformatted {
  display: block;
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0px 10px 10px 0px;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 25%, #d1d1d1 50%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 25%, #d1d1d1 50%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 25%, #d1d1d1 50%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 25%, #d1d1d1 50%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 25%, #d1d1d1 50%, #e5e5e5 100%);
  border: 1px solid #380F43;
  border-radius: 3px;
}
.view-taxonomy-a-to-z-index.view-display-id-attachment_1 .view-content span.views-summary.views-summary-unformatted a {
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  width: 26px !important;
  height: 26px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: none;
  text-align: center;
  padding: 4px 1px 5px !important;
  font-size: 18px;
  color: #333 !important;
  text-shadow: 1px 1px 0px #fff !important;
}

/* 2018 year in review */
/* Year in Review */
/* YR - General */
.yr h2 {
  color: #822798;
}
.yr h3 {
  font-size: 1rem;
}
.yr ul {
  list-style: disc inside;
  list-style-position: outside;
}
.yr .purple-blockquote-30 a {
  color: #ffffff;
  text-decoration: underline;
}
.yr .hit-style-float-left {
  margin-right: 10px;
}

.hit-table {
  margin-bottom: 10px !important;
}
.hit-table th {
  text-align: left !important;
  padding: 2px 4px 2px 4px !important;
}

.yr-banner-heading {
  font-size: 28px !important;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}

.yr-clearfix {
  clear: both;
}

a.yr-btn {
  background-color: #0079c1 !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
  word-wrap: break-word;
  letter-spacing: 0.78px;
  border: 2px solid #006aaa !important;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
a.yr-btn:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #0079c1 !important;
  border: 2px solid #006aaa !important;
}
a.yr-btn:visited {
  color: #ffffff;
}

#yr-ribbon {
  min-height: 50px;
}

.yr-ribbon-right {
  padding: 8px;
  position: relative;
  top: 0px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  background: none repeat scroll 0 0 #6c207e;
  /* Changed from #752020 */
  right: 0;
  /*Changed from 428px - so that left side lines with Project details box */
  float: right;
  margin-right: 15px;
}
.yr-ribbon-right p {
  padding: 0 5px;
}
.yr-ribbon-right a {
  color: #ffffff;
  text-decoration: underline;
}
.yr-ribbon-right a:visited {
  color: #ffffff;
}

/* YR - Overview */
.overview .yr-30 {
  width: 29%;
}

/*YR - Key Research Findings */
.krf .yr-30-krf1 {
  width: 20%;
}
.krf .yr-30-krf2 {
  width: 20%;
}
.krf .yr-30-krf3 {
  width: 20%;
  margin: 0px 40px 0px 0px;
}

/* YR - 50% boxes with full colored overlay */
.yr-50-overlay-b {
  position: absolute;
  bottom: 0px;
  background-color: rgba(34, 60, 127, 0.75);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-50-overlay-b a {
  color: #ffffff;
  text-decoration: none;
}
.yr-50-overlay-b a:visited {
  color: #ffffff;
}

.yr-50-overlay-p {
  position: absolute;
  bottom: 0px;
  background-color: rgba(108, 32, 126, 0.8);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-50-overlay-p a {
  color: #ffffff;
  text-decoration: none;
}
.yr-50-overlay-p a:visited {
  color: #ffffff;
}

.yr-50-overlay-text {
  padding: 0px 8px 8px 8px;
  margin-top: 75px;
}

/* YR - 30% boxes with partial black overlay */
.yr-30 {
  width: 29%;
  margin: 0px 63px 40px 0px;
  float: left;
  background-color: #ffffff;
  position: relative;
}
.yr-30.last {
  margin: 0px 0px 0px 0px;
}

.yr-30-krf1 {
  width: 30%;
  margin: 0px 40px 0px 0px;
  float: left;
  background-color: #159BB9;
  position: relative;
}
.yr-30-krf1 a {
  color: #ffffff !important;
  text-decoration: none;
}
.yr-30-krf1 a:hover {
  text-decoration: underline;
}
.yr-30-krf1 a:visited {
  color: #ffffff;
}

.yr-30-krf2 {
  width: 30%;
  margin: 0px 40px 0px 0px;
  float: left;
  background-color: #E5740B;
  position: relative;
}
.yr-30-krf2 a {
  color: #ffffff !important;
  text-decoration: none;
}
.yr-30-krf2 a:hover {
  text-decoration: underline;
}
.yr-30-krf2 a:visited {
  color: #ffffff;
}

.yr-30-krf3 {
  width: 30%;
  margin: 0px;
  float: left;
  background-color: #74A130;
  position: relative;
}
.yr-30-krf3 a {
  color: #ffffff !important;
  text-decoration: none;
}
.yr-30-krf3 a:hover {
  text-decoration: underline;
}
.yr-30-krf3 a:visited {
  color: #ffffff;
}

.yr-30-overlay {
  position: absolute;
  bottom: 0px;
  background-color: rgba(50, 50, 50, 0.77);
  color: #ffffff;
}
.yr-30-overlay a {
  color: #ffffff;
  text-decoration: none;
}
.yr-30-overlay a:hover {
  text-decoration: underline;
}
.yr-30-overlay a:visited {
  color: #ffffff;
}
.yr-30-overlay h3 {
  padding: 0px 8px 0px 8px;
}
.yr-30-overlay p {
  padding: 0px 8px 8px 8px;
}

/* YR - 30% boxes with full colored overlay */
.yr-30-overlay-b {
  position: absolute;
  bottom: 0px;
  background-color: rgba(34, 60, 127, 0.7);
  color: #ffffff;
  width: 100%;
  height: 98%;
}
.yr-30-overlay-b p {
  margin-top: 190px;
  padding: 8px;
}

.yr-30-overlay-p {
  position: absolute;
  bottom: 10px;
  background-color: rgba(108, 32, 126, 0.82);
  color: #ffffff;
  width: 100%;
  height: 98%;
}
.yr-30-overlay-p a {
  color: #ffffff;
  text-decoration: none;
}
.yr-30-overlay-p a:hover {
  text-decoration: underline;
}
.yr-30-overlay-p a:visited {
  color: #ffffff;
}
.yr-30-overlay-p h3 {
  margin-top: 240px;
  padding: 8px;
}

.yr-30-overlay-t {
  position: absolute;
  bottom: 10px;
  background-color: rgba(1, 86, 103, 0.82);
  color: #ffffff;
  width: 100%;
  height: 98%;
}
.yr-30-overlay-t a {
  color: #ffffff;
  text-decoration: none;
}
.yr-30-overlay-t a:hover {
  text-decoration: underline;
}
.yr-30-overlay-t a:visited {
  color: #ffffff;
}
.yr-30-overlay-t h3 {
  margin-top: 240px;
  padding: 8px;
}

.yr-30-overlay-o {
  position: absolute;
  bottom: 10px;
  background-color: rgba(146, 71, 1, 0.82);
  color: #ffffff;
  width: 100%;
  height: 98%;
}
.yr-30-overlay-o a {
  color: #ffffff;
  text-decoration: none;
}
.yr-30-overlay-o a:hover {
  text-decoration: underline;
}
.yr-30-overlay-o a:visited {
  color: #ffffff;
}
.yr-30-overlay-o h3 {
  margin-top: 240px;
  padding: 8px;
}

/* YR - 25% boxes with full colored overlay */
.yr-25 {
  width: 25%;
  margin: 0px;
  float: left;
  background-color: #ffffff;
  position: relative;
}

.yr-25-sq-overlay-p {
  position: absolute;
  bottom: 0px;
  background-color: rgba(108, 32, 126, 0.82);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-25-sq-overlay-p a {
  color: #ffffff;
  text-decoration: none;
}
.yr-25-sq-overlay-p a:hover {
  text-decoration: underline;
}
.yr-25-sq-overlay-p a:visited {
  color: #ffffff;
}
.yr-25-sq-overlay-p h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-25-sq-overlay-p p {
  padding: 0px 8px 8px 8px;
}

.yr-25-sq-overlay-t {
  position: absolute;
  bottom: 0px;
  background-color: rgba(1, 86, 103, 0.82);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-25-sq-overlay-t a {
  color: #ffffff;
  text-decoration: none;
}
.yr-25-sq-overlay-t a:hover {
  text-decoration: underline;
}
.yr-25-sq-overlay-t a:visited {
  color: #ffffff;
}
.yr-25-sq-overlay-t h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-25-sq-overlay-t p {
  padding: 0px 8px 8px 8px;
}

.yr-25-sq-overlay-o {
  position: absolute;
  bottom: 0px;
  background-color: rgba(146, 71, 1, 0.82);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-25-sq-overlay-o a {
  color: #ffffff;
  text-decoration: none;
}
.yr-25-sq-overlay-o a:hover {
  text-decoration: underline;
}
.yr-25-sq-overlay-o a:visited {
  color: #ffffff;
}
.yr-25-sq-overlay-o h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-25-sq-overlay-o p {
  padding: 0px 8px 8px 8px;
}

.yr-25-sq-overlay-g {
  position: absolute;
  bottom: 0px;
  background-color: rgba(64, 107, 1, 0.83);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-25-sq-overlay-g a {
  color: #ffffff;
  text-decoration: none;
}
.yr-25-sq-overlay-g a:hover {
  text-decoration: underline;
}
.yr-25-sq-overlay-g a:visited {
  color: #ffffff;
}
.yr-25-sq-overlay-g h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-25-sq-overlay-g p {
  padding: 0px 8px 8px 8px;
}

.yr-25-sq-overlay-b {
  position: absolute;
  bottom: 0px;
  background-color: rgba(34, 60, 127, 0.82);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.yr-25-sq-overlay-b a {
  color: #ffffff;
  text-decoration: none;
}
.yr-25-sq-overlay-b a a:hover {
  text-decoration: underline;
}
.yr-25-sq-overlay-b a:visited {
  color: #ffffff;
}
.yr-25-sq-overlay-b h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-25-sq-overlay-b p {
  padding: 0px 8px 8px 8px;
}

/* YR - Research Summary */
/* YR - Stories */
#block-views-project-spotlight-block h2 {
  color: #822798;
}

.fancy-border {
  width: 100%;
  margin: 5px 0px 20px 0px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #822798 33%, #44d8e6 33%, #44d8e6 66%, #ff9f49 66%, #ff9f49) 5;
}

.yr-gray-bg-box-100 {
  background-color: #eeeeee;
  padding: 20px;
}

.yr-100 {
  position: relative;
  margin-top: -10px;
}
.yr-100 img {
  width: 100%;
  margin-top: 10px;
}

.yr-100-v-overlay {
  position: absolute;
  bottom: 50px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #ffffff;
  padding: 16px;
  width: 210px;
  height: 310px;
}

.yr-100-h-overlay {
  position: absolute;
  bottom: 10px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #ffffff;
  padding: 8px;
  width: 98%;
}

.yr-50 {
  margin: 0px 38px 0px 0px;
  float: left;
  background-color: #ffffff;
  position: relative;
}

.yr-50.last {
  margin: 0px;
  float: right;
}

.yr-50-overlay {
  position: absolute;
  bottom: 10px;
  left: 1px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #ffffff;
  padding: 0px 8px 0px 8px;
  width: 96%;
}

.purple-blockquote-30 {
  background: #6C207E;
  float: right !important;
  width: 30%;
  border: #6c1e74 1px solid;
  padding: 15px;
  margin: 10px 0px 10px 10px;
  color: #FFFFFF;
  font-size: 1.2em;
}

.block-views-blockproject-spotlight-snapshot-story-fp-details-2018 {
  padding: 1px 11px 0px 8px;
  border: 2px solid #ddd;
  margin: 10px 0px 7px 0px;
}
.block-views-blockproject-spotlight-snapshot-story-fp-details-2018 h2 {
  color: #822798;
}

@media only screen and (max-width: 1315px) {
  .yr-banner-heading {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 981px) {
  .yr-30-krf1,
.yr-30-krf2 {
    margin: 0px 10px 0px 0px !important;
  }

  .yr-30,
.yr-50 {
    margin: 0px 10px 10px 0px !important;
  }

  .yr-50.last {
    margin: 0px 10px 10px 0px !important;
    float: left !important;
  }

  .yr-100-v-overlay {
    width: auto !important;
    height: auto !important;
    max-height: 74%;
    bottom: 0px !important;
  }

  .yr-30-overlay-p h3,
.yr-30-overlay-t h3,
.yr-30-overlay-o h3 {
    margin-top: 0px !important;
  }
}
@media (min-width: 500px) and (max-width: 981px) {
  .yr-25-sq-overlay-p h3,
.yr-25-sq-overlay-t h3,
.yr-25-sq-overlay-o h3,
.yr-25-sq-overlay-g h3,
.yr-25-sq-overlay-b h3 {
    margin-top: 0px;
  }
}
@media (min-width: 500px) and (max-width: 700px) {
  .yr-25-sq-overlay-p h3,
.yr-25-sq-overlay-t h3,
.yr-25-sq-overlay-o h3,
.yr-25-sq-overlay-g h3,
.yr-25-sq-overlay-b h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 535px) {
  .yr-30-krf1,
.yr-30-krf2,
.yr-30-krf3 {
    width: 100% !important;
    margin: 0px 0px 10px 0px !important;
  }

  .yr-30-overlay-p h3,
.yr-30-overlay-t h3,
.yr-30-overlay-o h3 {
    margin-top: 0px;
  }

  .yr-25-sq-overlay-p h3,
.yr-25-sq-overlay-t h3,
.yr-25-sq-overlay-o h3,
.yr-25-sq-overlay-g h3,
.yr-25-sq-overlay-b h3 {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .yr .hit-style-float-left {
    float: none;
  }

  .yr-25 {
    width: 50%;
  }

  .yr-25-sq-overlay-p h3,
.yr-25-sq-overlay-t h3,
.yr-25-sq-overlay-o h3,
.yr-25-sq-overlay-g h3,
.yr-25-sq-overlay-b h3 {
    font-size: 16px;
  }

  .yr-50-overlay-text {
    padding: 8px !important;
    margin-top: 0px !important;
  }

  .yr-100-h-overlay {
    bottom: 0px;
  }
}
/* to delete */
.yr-gray-box-100 {
  width: 100%;
  margin: 10px 10px 10px 0px;
  float: left;
  background-color: #ffffff;
  border: 2px solid #ddd;
  position: relative;
}
.yr-gray-box-100 p {
  padding: 8px;
}

.yr-30-sq-overlay-p,
.yr-30-sq-overlay-t,
.yr-30-sq-overlay-o,
.yr-30-sq-overlay-g,
.yr-30-sq-overlay-b {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  width: 282px;
  height: 282px;
}
.yr-30-sq-overlay-p a,
.yr-30-sq-overlay-t a,
.yr-30-sq-overlay-o a,
.yr-30-sq-overlay-g a,
.yr-30-sq-overlay-b a {
  color: #ffffff;
  text-decoration: none;
}
.yr-30-sq-overlay-p a:hover,
.yr-30-sq-overlay-t a:hover,
.yr-30-sq-overlay-o a:hover,
.yr-30-sq-overlay-g a:hover,
.yr-30-sq-overlay-b a:hover {
  text-decoration: underline;
}
.yr-30-sq-overlay-p a:visited,
.yr-30-sq-overlay-t a:visited,
.yr-30-sq-overlay-o a:visited,
.yr-30-sq-overlay-g a:visited,
.yr-30-sq-overlay-b a:visited {
  color: #ffffff;
}
.yr-30-sq-overlay-p h3,
.yr-30-sq-overlay-t h3,
.yr-30-sq-overlay-o h3,
.yr-30-sq-overlay-g h3,
.yr-30-sq-overlay-b h3 {
  margin-top: 120px;
  padding: 8px;
}
.yr-30-sq-overlay-p p,
.yr-30-sq-overlay-t p,
.yr-30-sq-overlay-o p,
.yr-30-sq-overlay-g p,
.yr-30-sq-overlay-b p {
  padding: 0px 8px 8px 8px;
}

.yr-30-sq-overlay-p {
  background-color: rgba(108, 32, 126, 0.82);
}

.yr-30-sq-overlay-t {
  background-color: rgba(1, 86, 103, 0.82);
}

.yr-30-sq-overlay-o {
  background-color: rgba(146, 71, 1, 0.82);
}

.yr-30-sq-overlay-g {
  background-color: rgba(64, 107, 1, 0.83);
}

.yr-30-sq-overlay-b {
  background-color: rgba(34, 60, 127, 0.82);
}

/* end delete */
/* to clean-up */
.yr-gray-bg-box-33 {
  width: 30%;
  margin: 10px 28px 10px 0px;
  float: left;
}
.yr-gray-bg-box-33.last {
  margin: 10px 0px 10px 0px;
}

.yr-gray-bg-box-20 {
  width: 18%;
  margin: 10px 28px 10px 0px;
  float: left;
}
.yr-gray-bg-box-20.last {
  margin: 10px 0px 10px 0px;
}

.yr-gray-bg-box-50 {
  width: 49%;
  margin: 10px 10px 10px 0px;
  float: left;
  background-color: #ffffff;
  position: relative;
}
.yr-gray-bg-box-50.last {
  margin: 10px 0px 10px 0px;
  float: right;
}

.yr-gray-bg-box-overlay {
  position: absolute;
  bottom: 10px;
  left: 1px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #ffffff;
  padding: 16px;
  width: 93%;
}

.yr-gray-bg-box-30 {
  width: 29%;
  margin: 10px 28px 10px 0px;
  float: left;
  background-color: #ffffff;
  border: 2px solid #ddd;
  position: relative;
}
.yr-gray-bg-box-30.last {
  margin: 10px 0px 10px 0px;
}

.yr-gray-bg-box-30-overlay {
  position: absolute;
  bottom: 10px;
  left: 1px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #ffffff;
  padding: 0px 8px 0px 8px;
}
.yr-gray-bg-box-30-overlay a {
  color: #69dcf9;
  text-decoration: none;
}

.yr-gray-bg-box-overlay a {
  text-decoration: none;
}

.yr-gray-bg-box-100-img {
  width: 260px;
  float: left;
  padding-right: 16px;
}

.yr-30-img {
  margin-top: 10px;
}

.impact-stories h2 {
  color: #ffffff !important;
}

.impact-stories .yr-50-overlay a {
  color: #69dcf9;
  font: 14px "CartoGothicStdBook", sans-serif;
  text-decoration: none;
}

.research-spotlights h2 {
  color: #ffffff !important;
}

.research-spotlights .yr-gray-bg-box-overlay a {
  color: #69dcf9;
  font: 14px "CartoGothicStdBook", sans-serif;
  text-decoration: none;
}

.yr-overlay {
  width: 290px;
  height: 190px;
  background: linear-gradient(to right, rgba(255, 159, 73, 0.6), rgba(255, 159, 73, 0.6)), url("https://healthit.ahrqdev.org/sites/default/files/Picture10bw.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.orange-border {
  width: 940px;
  padding: 5px 0px 5px 0px;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-color: #ff9f49;
  margin-bottom: 20px;
}

.multicolor-border {
  width: 100%;
  height: 173px;
  margin: 5px 0px 20px 0px;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #822798 20%, #44d8e6 20%, #44d8e6 40%, #ff9f49 40%, #ff9f49 60%, #44f15a 60%, #44f15a 80%, #547de9 80%) 5;
}

.gray-box-high-3c-row {
  width: 100%;
  float: left;
}

.gray-box-high-3c {
  width: 29%;
  margin: 0px 20px 0px 0px;
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
}

.gray-box-high-3c.last {
  margin: 0px;
}

/*end of year in review */
/* 2019 year in review */
/* Year in Review  2019 */
/*General */
.yr19 h2 {
  color: #000000;
}

.yr19-50-dark {
  width: 47%;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
}
.yr19-50-dark p {
  color: #ffffff;
}
.yr19-50-dark h2 {
  color: #ffffff !important;
}
.yr19-50-dark.last {
  width: 47%;
  margin: 0px;
  float: left;
  position: relative;
  padding: 20px 20px 20px 16px;
}

.yr19-50-light {
  width: 47%;
  margin: 0px;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
}
.yr19-50-light p {
  color: #000000;
}
.yr19-50-light.last {
  width: 47%;
  float: left;
  position: relative;
  padding: 20px 20px 20px 16px;
}

.yr19-30-dark {
  width: 30%;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
  background-color: #324a64;
}
.yr19-30-dark.last {
  width: 30%;
  margin: 0px;
  float: right;
  position: relative;
  padding: 20px 20px 20px 0px;
  background-color: #324a64;
}

.yr19-30-light {
  width: 30%;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
  background-color: #E0EBF2;
}
.yr19-30-light.last {
  width: 30%;
  margin: 0px;
  position: relative;
  padding: 20px 20px 20px 0px;
  background-color: #E0EBF2;
}

.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.yr19-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.black-blockquote-30 {
  background: #324A64;
  float: right !important;
  width: 30%;
  padding: 15px;
  margin: 10px 0px 10px 10px;
  color: #ffffff;
  font-size: 1.1em;
}
.black-blockquote-30 a {
  color: #ffffff;
  text-decoration: underline;
}

.black-blockquote-50 {
  background: #324A64;
  float: right !important;
  width: 45%;
  padding: 15px;
  color: #ffffff;
  font-size: 1.1em;
  margin-left: 10px;
}
.black-blockquote-50 a {
  color: #ffffff;
  text-decoration: underline;
}

.yr19-table caption {
  padding: 10px;
  font-size: 1.2em;
}

.yr19-table {
  margin-bottom: 30px;
}

.yr19-table th {
  background-color: #324a64;
  color: #ffffff;
  padding: 10px;
}
.yr19-table td {
  background-color: unset;
}
.yr19-table tr {
  border-bottom: 1px solid #324A64;
}
.yr19-table tr:nth-child(even) {
  background-color: #e0ebf2;
}
.yr19-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.yr19-nav-25 {
  background: #e0ebf2;
  float: right !important;
  width: 25%;
  margin: 10px 0px 10px 10px;
}
.yr19-nav-25 h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.yr19-dark-box-100 {
  background-color: #324a64;
  color: #ffffff !important;
  float: left;
}
.yr19-dark-box-100 h2 {
  color: #ffffff !important;
}

.yr19-light-box-100 {
  background-color: #e0ebf2;
  color: #3b3b3b;
  float: left;
}

a.yr19-btn-dark {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  color: #324a64;
  border: 2px solid #324a64;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
a.yr19-btn-dark:hover {
  border-radius: 1.5rem;
  color: #324a64;
  transition: all 0.5s;
}

a.yr19-btn-light {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  border: 2px solid #ffffff;
  color: #ffffff;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
a.yr19-btn-light:hover {
  border-radius: 1.5rem;
  color: #ffffff;
}

.yr19-img-bullet {
  margin-left: -30px;
}
.yr19-img-bullet li {
  list-style-type: none;
  padding-bottom: 10px;
}

/* home page */
.about li {
  list-style-type: none;
  padding-bottom: 10px;
}

.yr19-home h2 {
  margin-top: unset !important;
  color: #000000;
}
.yr19-home .yr19-krf-blue,
.yr19-home .yr19-krf-orange,
.yr19-home .yr19-krf-green {
  width: 90%;
  height: 87px;
  float: left;
  background-color: #ffffff;
}
.yr19-home .yr19-krf-blue {
  border: 4px solid #159BB9;
}
.yr19-home .yr19-krf-orange {
  border: 4px solid #E5740B;
}
.yr19-home .yr19-krf-green {
  border: 4px solid #74A130;
}
.yr19-home .yr19-krf-lbl {
  padding: 6px 10px 20px 10px;
  font-size: 1.1em;
}

.yr19-stories {
  width: 47%;
  float: left;
  padding: 20px 0px 20px 20px;
}
.yr19-stories.last {
  float: left;
  padding: 20px 20px 20px 16px;
}
.yr19-stories .yr19-stories li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-left: -20px;
}
.yr19-stories ul {
  margin: 0px 10px 0px 0px;
}
.yr19-stories ul.last {
  margin: 0px 0px 0px 10px;
}

/* executive summary */
.yr19-krf-blue,
.yr19-krf-orange,
.yr19-krf-green {
  width: 31%;
  height: 90px;
  margin-right: 20px;
  float: left;
}
.yr19-krf-blue img,
.yr19-krf-orange img,
.yr19-krf-green img {
  max-width: 90px;
  max-height: 90px;
  padding-right: 10px;
  float: left;
}

.yr19-krf-blue {
  border: 4px solid #159BB9;
}

.yr19-krf-orange {
  border: 4px solid #E5740B;
}

.yr19-krf-green {
  border: 4px solid #74A130;
}

.yr19-krf-lbl {
  padding: 20px 10px 20px 10px;
  font-size: 1.1em;
}

/* Research Summary */
.yr19-rs h3 {
  font-size: 1rem;
}
.yr19-rs .yr19-btn-blue,
.yr19-rs .yr19-btn-orange,
.yr19-rs .yr19-btn-green {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  color: #324a64;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  min-height: 118px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 8px !important;
  margin: 10px 0px 0px 0px;
}
.yr19-rs .yr19-btn-blue:hover,
.yr19-rs .yr19-btn-orange:hover,
.yr19-rs .yr19-btn-green:hover {
  border-radius: 1.5rem;
  color: #324a64;
  transition: all 0.5s;
}
.yr19-rs .yr19-btn-blue {
  border: 3px solid #159BB9;
}
.yr19-rs .yr19-btn-orange {
  border: 3px solid #e5740b;
}
.yr19-rs .yr19-btn-green {
  border: 3px solid #74a130;
}
.yr19-rs h2 {
  margin-top: unset !important;
}
.yr19-rs .yr-30 {
  margin: 0px !important;
  width: 27%;
  padding-right: 85px;
  background-color: #324a64;
}
.yr19-rs .yr-30.last {
  margin: 0px !important;
  width: 27%;
  padding-right: 0px;
  float: left;
}
.yr19-rs .yr19-30-dark {
  width: 32%;
  padding: 0px 18px 0px 0px;
}
.yr19-rs .yr19-30-dark.last {
  padding: 0px;
}
.yr19-rs .yr19-dark-box-100 {
  background-color: #324a64;
  color: #ffffff !important;
  float: left;
  padding: 20px;
}
.yr19-rs .yr19-dark-box-100 a {
  color: #ffffff !important;
}
.yr19-rs .yr19-light-box-100 {
  padding: 20px;
}
.yr19-rs .yr19-50-dark {
  padding: 0px 25px 0px 0px;
}
.yr19-rs .yr19-50-dark.last {
  padding: 0px 0px 0px 25px;
}
.yr19-rs .yr19-30-light {
  padding: 0px 30px 0px 0px;
  width: 31%;
}
.yr19-rs .yr19-30-light.last {
  padding: 0px;
}
.yr19-rs .yr19-krf-blue-lbl,
.yr19-rs .yr19-krf-orange-lbl,
.yr19-rs .yr19-krf-green-lbl {
  padding: 20px 10px 20px 10px;
  font-size: 1.1em;
  border: 5px solid #159BB9;
  background-color: #ffffff;
  min-height: 60px;
}
.yr19-rs .yr19-krf-blue-lbl {
  padding: 20px 10px 20px 10px;
  font-size: 1.1em;
  border: 5px solid #159BB9;
}
.yr19-rs .yr19-krf-orange-lbl {
  padding: 20px 4px 20px 7px;
  font-size: 1.08em;
  border: 5px solid #E5740B;
}
.yr19-rs .yr19-krf-green-lbl {
  padding: 20px 4px 20px 7px;
  font-size: 1.08em;
  border: 5px solid #74A130;
}
.yr19-rs .yr19-krf-blue,
.yr19-rs .yr19-krf-orange,
.yr19-rs .yr19-krf-green {
  width: 100%;
  height: 144px;
  float: left;
  background-color: #ffffff;
}
.yr19-rs .yr19-krf-blue {
  border: 4px solid #159BB9;
}
.yr19-rs .yr19-krf-orange {
  border: 4px solid #E5740B;
}
.yr19-rs .yr19-krf-green {
  border: 4px solid #74A130;
}
.yr19-rs .yr19-krf-lbl {
  padding: 5px;
  color: #000000;
  font-size: 1em;
}
.yr19-rs .yr19-krf-blue img,
.yr19-rs .yr19-krf-orange img,
.yr19-rs .yr19-krf-green img {
  max-width: 144px;
  max-height: 144px;
  padding-right: 10px;
  float: left;
}
.yr19-rs .yr19-stories {
  width: 100% !important;
  padding: unset;
}
.yr19-rs .icon:hover {
  opacity: 0.5;
}

/* Key Findings */
.yr19-icon-krf {
  float: left;
  padding-bottom: 16px;
  padding-right: 16px;
  width: 15%;
}

.yr19-img-krf {
  float: right;
  padding: 0px 0px 0px 20px;
}

.yr19-krf .yr19-light-box-100 {
  background-color: #e0ebf2;
  color: #3b3b3b;
  float: left;
  padding: 20px;
}

.yr19-btn-story {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #324a64;
  color: #ffffff !important;
  border: 2px solid #324a64;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  padding: 8px !important;
}
.yr19-btn-story:hover, .yr19-btn-story:focus {
  background-color: #ffffff;
  color: #324a64 !important;
}

.yr19-btn-storyi {
  position: relative;
  width: 18%;
  float: right;
  background-color: #324a64;
  margin-top: -30px;
}
.yr19-btn-storyi:hover .yr19-btn-story-overlay {
  opacity: 1;
}

.yr19-btn-story-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffffff;
}

.yr19-btn-story-text {
  color: #324a64;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: underline;
}

.yr19-header-blue h2,
.yr19-header-orange h2,
.yr19-header-green h2,
.yr19-header-black h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px !important;
  padding-bottom: 10px;
  width: 48%;
}
.yr19-header-blue p,
.yr19-header-orange p,
.yr19-header-green p,
.yr19-header-black p {
  width: 48%;
}

.yr19-header-blue h2 {
  border-bottom: 4px solid #159BB9;
}

.yr19-header-orange h2 {
  border-bottom: 4px solid #E5740B;
}

.yr19-header-green h2 {
  border-bottom: 4px solid #74A130;
}

.yr19-header-black h2 {
  border-bottom: 4px solid #324A64;
}

.yr19-light-box-50 {
  background: #E0EBF2;
  padding: 10px;
  width: 46%;
  margin: 20px 20px 0px 0px;
  float: left;
  min-height: 200px;
}
.yr19-light-box-50.last {
  margin: 20px 0px 0px 0px;
  float: right;
}

/* stories */
.yr19-story .yr19-img-right {
  float: right;
  padding: 0px 0px 20px 20px;
}
.yr19-story .icon {
  width: 70px;
  float: left;
  padding: 10px 20px 10px 0px;
}

.yr19-story-impact-blue {
  font-size: 1.1em;
  border-top: 4px solid #159BB9;
  border-bottom: 4px solid #159BB9;
  margin: 0px 0 20px 0;
  padding-bottom: 10px;
}
.yr19-story-impact-blue h2 {
  font-size: 1.1em;
  margin: unset !important;
  padding: 10px 0px 10px 0px;
}

/* .yr19-story-quote-blue {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    border-left: 8px solid #159BB9;
    margin: 30px 0px 40px 20px;
    width: 80%;
} */
.yr19-story-quote-text {
  padding-left: 10px;
}

.yr19-story-quote-name {
  float: right;
}

.yr19-story-impact-orange {
  font-size: 1.1em;
  border-top: 4px solid #E5740B;
  border-bottom: 4px solid #E5740B;
  margin: 0px 0 20px 0;
  padding-bottom: 10px;
}
.yr19-story-impact-orange h2 {
  font-size: 1.1em;
  margin: unset !important;
  padding: 10px 0px 10px 0px;
}

/* .yr19-story-quote-orange {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    border-left: 8px solid #E5740B;
    margin: 30px 0px 40px 20px;
    width: 80%;
} */
.yr19-story-impact-green {
  font-size: 1.1em;
  border-top: 4px solid #74A130;
  border-bottom: 4px solid #74A130;
  margin: 0px 0 20px 0;
  padding-bottom: 10px;
}
.yr19-story-impact-green h2 {
  font-size: 1.1em;
  margin: unset !important;
  padding: 10px 0px 10px 0px;
}

/* .yr19-story-quote-green {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    border-left: 8px solid #74A130;
    margin: 30px 0px 40px 20px;
    width: 80%;
} */
.yr19-story-impact-black {
  font-size: 1.1em;
  border-top: 4px solid #324A64;
  border-bottom: 4px solid #324A64;
  margin: 0px 0 20px 0;
}
.yr19-story-impact-black h2 {
  font-size: 1.1em;
  margin: unset !important;
  padding: 10px 0px 10px 0px;
}

.yr19-story-quote-black {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  border-left: 8px solid #324A64;
  margin: 30px 0px 50px 20px;
  width: 80%;
}

.yr19-story-text {
  width: 77%;
  float: right;
  margin-top: -20px;
}

.yr19-project-details {
  width: 20%;
  float: left;
}
.yr19-project-details span {
  text-transform: uppercase;
  font-weight: bold;
}

.yr19-headshot {
  padding-bottom: 30px;
}
.yr19-headshot img {
  margin-bottom: 20px;
}
.yr19-headshot img:last-child {
  margin-bottom: 0;
}

/* Research Spotlight */
.yr19-rsp .yr19-dark-box-100 h2 {
  margin-top: unset !important;
  color: #ffffff;
}
.yr19-rsp .yr19-light-box-100 h2 {
  margin-top: unset !important;
  color: #3b3b3b;
}
.yr19-rsp .img-float-right {
  padding: 0px 0px 0px 20px;
}
.yr19-rsp .black-blockquote-50.video {
  width: 60%;
}

/* Research Dissemination */
.yr19-rd .yr19-img-right {
  float: right;
  padding: 0px 0px 20px 20px;
}
.yr19-rd .img-float-right {
  padding: 0px 0px 0px 20px;
}
.yr19-rd .yr19-30-light {
  padding: 0px 45px 0px 0px;
}
.yr19-rd .yr19-30-light.last {
  padding: 0px;
}
.yr19-rd .yr19-light-box-100 {
  background-color: #E0EBF2;
  color: #3b3b3b !important;
  float: left;
  padding: 20px;
}
.yr19-rd .yr19-light-box-100 a.yr19-btn-dark {
  min-height: 92px;
}
.yr19-rd .yr19-dark-box-100 {
  background-color: #324a64;
  color: #ffffff !important;
  float: left;
  padding: 20px;
}
.yr19-rd .yr19-dark-box-100 a {
  color: #ffffff;
}
.yr19-rd .yr19-dark-box-100 span {
  font-size: 2.8em;
}
.yr19-rd .yr19-20-dark {
  width: 20%;
  padding: 0px 20px 0px 0px;
  float: left;
  position: relative;
}
.yr19-rd .yr19-20-dark.last {
  width: 18%;
  padding: 0px;
  float: left;
  position: relative;
}
.yr19-rd .yr19-20-dark h3 {
  font-size: 1.15rem;
  font-weight: bold;
}
.yr19-rd .yr19-20-dark p {
  margin-top: 30px;
}
.yr19-rd .icon {
  float: left;
  padding-bottom: 16px;
  padding-right: 16px;
}
.yr19-rd .icon:hover {
  opacity: 0.5;
}
.yr19-rd .black-blockquote-50 {
  width: 50%;
  padding: 15px 0px 15px 15px;
}
.yr19-rd .black-blockquote-50 .yr19-50-dark {
  padding: unset;
  border-right: 2px solid #ffffff;
  width: 40%;
}
.yr19-rd .black-blockquote-50 .yr19-50-dark p {
  margin-top: -10px;
}
.yr19-rd .black-blockquote-50 .yr19-50-dark span {
  font-size: 1.8em;
}
.yr19-rd .black-blockquote-50 .yr19-50-dark.last {
  padding: unset;
  padding-left: 20px;
  border-right: unset;
}

@media only screen and (max-width: 500px) {
  .about h2,
p {
    clear: both;
  }

  .about li {
    margin-left: -45px;
  }

  .yr19 .black-blockquote-30, .yr19-rd .black-blockquote-30, .yr19-rsp .black-blockquote-30 {
    float: left !important;
    width: 90% !important;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .yr19-story-text {
    width: 100%;
    float: left;
    clear: both;
  }

  .yr19-project-details {
    width: 100%;
  }

  .yr19-headshot {
    width: 40%;
  }

  .yr19-rsp .black-blockquote-50.video {
    width: 94%;
    margin-bottom: 20px;
  }

  .yr19-btn-story {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .yr19-rs .yr19-30-light {
    width: 70%;
  }

  .yr19-img-krf {
    float: left;
    padding: 0px 0px 20px 0px !important;
  }

  .yr19-rd .yr19-img-right {
    float: left;
    padding: 0px 0px 20px 0px !important;
  }

  .yr19-header-blue h2,
.yr19-header-orange h2,
.yr19-header-green h2,
.yr19-header-black h2 {
    width: 100%;
    clear: both;
  }

  .yr19-header-blue p,
.yr19-header-orange p,
.yr19-header-green p,
.yr19-header-black p {
    width: 100%;
  }

  .yr19-rd .black-blockquote-50 {
    float: left !important;
    width: 90%;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }

  .yr19-story .yr19-img-right {
    float: left;
  }

  .heading-clear {
    clear: both;
  }

  .yr19-rsp .img-float-right,
.yr19-rd .img-float-right {
    padding: 0px 0px 20px 0px !important;
    float: left !important;
  }

  .img-float-right {
    padding: 0px 0px 20px 0px !important;
    float: left !important;
  }
}
@media (min-width: 701px) and (max-width: 979px) {
  .yr19-rs .yr19-30-light {
    width: 45%;
  }
  .yr19-rs .yr19-30-light.last {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .yr19-krf-blue,
.yr19-krf-orange,
.yr19-krf-green {
    width: 100%;
    margin-bottom: 20px;
  }

  .yr19-stories,
.yr19-50-dark,
.yr19-50-dark.last,
.yr19-50-light,
.yr19-50-light.last {
    width: 90%;
  }

  .yr19-rs .yr19-50-dark.last {
    padding: 20px 0px 0px 0px !important;
  }

  .yr19-rd .yr19-20-dark,
.yr19-rd .yr19-20-dark.last {
    clear: both;
    width: 90%;
  }
  .yr19-rd .icon {
    padding: 0px;
    width: 30%;
  }
  .yr19-rd .yr19-20-dark h3 {
    margin: 40px 0px 10px 0px;
  }
  .yr19-rd .yr19-20-dark p {
    margin-top: 0px;
  }
  .yr19-rd .yr19-30-light {
    width: 70%;
  }
  .yr19-rd .yr19-30-light.last {
    width: 70%;
  }

  .yr19-intro .black-blockquote-50 {
    float: left !important;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .heading-clear2 {
    clear: both;
  }
}
/* end of YR 2019 */
/* overwrite for collapsible text for YR19 */
fieldset.ch {
  font-weight: bold;
}

/* 2020 research stories */
.node--type-success-story .impact-statement-container .col-12,
.node--type-funded-project .impact-statement-container .col-12 {
  width: 92%;
}
.node--type-success-story .impact-statement-container .col-12 h1,
.node--type-success-story .impact-statement-container .col-12 h2,
.node--type-funded-project .impact-statement-container .col-12 h1,
.node--type-funded-project .impact-statement-container .col-12 h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.node--type-success-story .impact-statement-container .col-12 p,
.node--type-funded-project .impact-statement-container .col-12 p {
  font-size: 1.3rem;
}
.node--type-success-story .pd-body-container,
.node--type-funded-project .pd-body-container {
  padding-top: 20px;
  margin-top: 2%;
}
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot {
  width: 85%;
}
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr19-story-pi,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr19-story-org,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr19-story-fp,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr19-story-funding,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr20-story-pi,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr20-story-org,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr20-story-fp,
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .yr20-story-funding,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr19-story-pi,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr19-story-org,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr19-story-fp,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr19-story-funding,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr20-story-pi,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr20-story-org,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr20-story-fp,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .yr20-story-funding {
  padding-bottom: 10px;
  max-width: 300px;
}
.node--type-success-story .pd-body-container .view-project-spotlight-snapshot .views-label,
.node--type-funded-project .pd-body-container .view-project-spotlight-snapshot .views-label {
  font-weight: bold;
}
.node--type-success-story .pd-body-container .yr19-story-quote-green,
.node--type-success-story .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .pd-body-container .yr20-story-quote-green,
.node--type-success-story .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .pd-body-container .yr20-story-quote-blue {
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  margin: 30px 40px 40px 20px;
  padding: 20px 0 20px 21px;
}
.node--type-success-story .pd-body-container .yr19-story-quote-green::after,
.node--type-success-story .pd-body-container .yr19-story-quote-orange::after,
.node--type-success-story .pd-body-container .yr19-story-quote-blue::after,
.node--type-success-story .pd-body-container .yr20-story-quote-green::after,
.node--type-success-story .pd-body-container .yr20-story-quote-orange::after,
.node--type-success-story .pd-body-container .yr20-story-quote-blue::after,
.node--type-funded-project .pd-body-container .yr19-story-quote-green::after,
.node--type-funded-project .pd-body-container .yr19-story-quote-orange::after,
.node--type-funded-project .pd-body-container .yr19-story-quote-blue::after,
.node--type-funded-project .pd-body-container .yr20-story-quote-green::after,
.node--type-funded-project .pd-body-container .yr20-story-quote-orange::after,
.node--type-funded-project .pd-body-container .yr20-story-quote-blue::after {
  display: block;
  clear: both;
  content: "";
}
.node--type-success-story .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .pd-body-container .yr20-story-quote-blue::before {
  content: "";
  float: left;
  font-size: 50px;
  position: relative;
  top: -8px;
  left: -5px;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.node--type-success-story .story-color-green19 .impact-statement-container .col-12,
.node--type-success-story .story-color-green20 .impact-statement-container .col-12,
.node--type-funded-project .story-color-green19 .impact-statement-container .col-12,
.node--type-funded-project .story-color-green20 .impact-statement-container .col-12 {
  padding: 0;
}
.node--type-success-story .story-color-green19 .impact-statement-container::before,
.node--type-success-story .story-color-green20 .impact-statement-container::before,
.node--type-funded-project .story-color-green19 .impact-statement-container::before,
.node--type-funded-project .story-color-green20 .impact-statement-container::before {
  background-image: url(../images/green-square-icon.png);
  float: left;
  width: 7%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 7%;
  height: 166.5px;
  margin-right: 1%;
}
.node--type-success-story .story-color-green19 .pd-body-container,
.node--type-success-story .story-color-green20 .pd-body-container,
.node--type-funded-project .story-color-green19 .pd-body-container,
.node--type-funded-project .story-color-green20 .pd-body-container {
  border-top: 20px solid #758e3a;
}
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-blue,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-blue {
  border-top: 3px solid #758e3a;
  border-bottom: 3px solid #758e3a;
}
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-green19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-green19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-green20 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-green19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-green20 .pd-body-container .yr20-story-quote-blue::before {
  background-image: url(../images/green-quotes.png);
}
.node--type-success-story .story-color-blue19 .impact-statement-container::before,
.node--type-success-story .story-color-blue20 .impact-statement-container::before,
.node--type-funded-project .story-color-blue19 .impact-statement-container::before,
.node--type-funded-project .story-color-blue20 .impact-statement-container::before {
  background-image: url(../images/blue-icon.png);
  float: left;
  width: 7%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 7%;
  height: 166.5px;
  margin-right: 1%;
}
.node--type-success-story .story-color-blue19 .impact-statement-container .col-12,
.node--type-success-story .story-color-blue20 .impact-statement-container .col-12,
.node--type-funded-project .story-color-blue19 .impact-statement-container .col-12,
.node--type-funded-project .story-color-blue20 .impact-statement-container .col-12 {
  padding: 0;
}
.node--type-success-story .story-color-blue19 .pd-body-container,
.node--type-success-story .story-color-blue20 .pd-body-container,
.node--type-funded-project .story-color-blue19 .pd-body-container,
.node--type-funded-project .story-color-blue20 .pd-body-container {
  border-top: 20px solid #1d9cb9;
}
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-blue,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-blue {
  border-top: 3px solid #1d9cb9;
  border-bottom: 3px solid #1d9cb9;
}
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-blue19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-blue19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-blue20 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-blue19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-blue20 .pd-body-container .yr20-story-quote-blue::before {
  background-image: url(../images/blue-quotes.png);
}
.node--type-success-story .story-color-orange19 .impact-statement-container::before,
.node--type-success-story .story-color-orange20 .impact-statement-container::before,
.node--type-funded-project .story-color-orange19 .impact-statement-container::before,
.node--type-funded-project .story-color-orange20 .impact-statement-container::before {
  background-image: url(../images/orange-icon.png);
  float: left;
  width: 7%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 7%;
  height: 166.5px;
  margin-right: 1%;
}
.node--type-success-story .story-color-orange19 .impact-statement-container .col-12,
.node--type-success-story .story-color-orange20 .impact-statement-container .col-12,
.node--type-funded-project .story-color-orange19 .impact-statement-container .col-12,
.node--type-funded-project .story-color-orange20 .impact-statement-container .col-12 {
  padding: 0;
}
.node--type-success-story .story-color-orange19 .pd-body-container,
.node--type-success-story .story-color-orange20 .pd-body-container,
.node--type-funded-project .story-color-orange19 .pd-body-container,
.node--type-funded-project .story-color-orange20 .pd-body-container {
  border-top: 20px solid #e57625;
}
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-blue,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-green,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-green,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-blue {
  border-top: 3px solid #e57625;
  border-bottom: 3px solid #e57625;
}
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-orange19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-orange19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-green::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-green::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-success-story .story-color-orange20 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-orange19 .pd-body-container .yr20-story-quote-blue::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-green::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-orange::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr19-story-quote-blue::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-green::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-orange::before,
.node--type-funded-project .story-color-orange20 .pd-body-container .yr20-story-quote-blue::before {
  background-image: url(../images/orange-quotes.png);
}

.node--type-success-story .impact-statement-container .col-12 h2 {
  display: none;
}

.node--type-funded-project .impact-statement-container .col-12 h1 {
  display: none;
}

@media (max-width: 991.98px) {
  .node--type-success-story .pd-body-container .yr19-story-quote-green,
.node--type-success-story .pd-body-container .yr19-story-quote-orange,
.node--type-success-story .pd-body-container .yr19-story-quote-blue,
.node--type-success-story .pd-body-container .yr20-story-quote-green,
.node--type-success-story .pd-body-container .yr20-story-quote-orange,
.node--type-success-story .pd-body-container .yr20-story-quote-blue,
.node--type-funded-project .pd-body-container .yr19-story-quote-green,
.node--type-funded-project .pd-body-container .yr19-story-quote-orange,
.node--type-funded-project .pd-body-container .yr19-story-quote-blue,
.node--type-funded-project .pd-body-container .yr20-story-quote-green,
.node--type-funded-project .pd-body-container .yr20-story-quote-orange,
.node--type-funded-project .pd-body-container .yr20-story-quote-blue {
    width: 100%;
    float: none;
  }
  .node--type-success-story .pd-body-container .block-views-blockproject-spotlight-snapshot-story-fp-details-2019,
.node--type-success-story .pd-body-container .block-views-blockproject-spotlight-snapshot-story-fp-details-2020,
.node--type-funded-project .pd-body-container .block-views-blockproject-spotlight-snapshot-story-fp-details-2019,
.node--type-funded-project .pd-body-container .block-views-blockproject-spotlight-snapshot-story-fp-details-2020 {
    width: 100%;
  }
}
/* 2021 year in review */
/* stories */
/* stories - general */
.yr21-story-body-container h2 {
  font-size: 1rem;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.yr21-story-body-container .list-group-item {
  background-color: unset;
  border: unset;
}
.yr21-story-body-container .story-quote {
  font-size: 1.2rem;
  font-style: italic;
}
.yr21-story-body-container .callout {
  font-size: 1.2rem;
}
.yr21-story-body-container .story-quote-pi-name {
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  display: block;
  padding-top: 14px;
}
.yr21-story-body-container .views-field-field-story-area {
  padding-bottom: 10px;
  padding-top: 20px;
}
.yr21-story-body-container .views-field-field-story-area .field-content {
  clear: left;
  font-size: 1.2rem;
  padding: 8px 0px 0px 0px;
}
.yr21-story-body-container .views-field-field-story-area .field-content a {
  padding: 8px;
  border-radius: 10px;
}
.yr21-story-body-container .views-field-field-story-subtheme {
  padding: 20px 0px 0px 0px;
}
.yr21-story-body-container .views-field-field-story-subtheme .field-content {
  clear: left;
  font-size: 1.2rem;
}
.yr21-story-body-container .field--name-field-fp-impact-statement {
  font-size: 1.6rem;
  padding: 20px 0px 20px 0px;
  margin-bottom: 40px;
}
.yr21-story-body-container .views-field-field-annual-report {
  padding-top: 30px;
}
.yr21-story-body-container .view-display-id-story_image_2021 .views-field-field-image {
  padding-top: 30px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .view-content {
  margin: 20px 0px 20px 0px;
  padding: 20px 10px 0px 10px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .view-content .field-content {
  display: block;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img {
  display: inline-block;
  color: transparent;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img img {
  max-width: unset;
  padding-top: 0.5rem !important;
  padding-bottom: 1rem !important;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img img:nth-last-child(n) {
  padding-bottom: 0rem !important;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img .field .field__label {
  display: none !important;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img .field--name-field-pi-headshot {
  margin-right: -5px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .headshot-img .field--name-field-pi-headshot:nth-child(2) {
  margin-top: -20px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .pi-name {
  margin-top: -20px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .pi-name .item-list {
  display: flex !important;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .pi-name .item-list .list-group {
  display: flex !important;
  justify-content: space-around;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021_pis .pi-name .item-list .list-group .list-group-item {
  display: flex !important;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content {
  margin: 20px 0px 20px 0px;
  padding: 20px 10px 20px 10px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .field-content {
  display: block;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-tref-organization-1 {
  padding: 5px 0px 20px 0px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-ref-funded-project {
  padding: 10px 0px 20px 0px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-fp-funded-amount {
  padding: 10px 0px 20px 0px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-fp-funded-amount .field-content {
  font-size: 1.2rem;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type {
  padding: 10px 0px 5px 0px;
}
.yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type .field-content {
  font-size: 1.2rem;
}
.yr21-story-body-container .view-display-id-story_related_2021 .view-content {
  margin: 20px 0px 20px 0px;
  padding: 20px 10px 20px 10px;
}
.yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content {
  display: block;
}
.yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-annual-report {
  padding: 5px 0px 20px 0px;
}
.yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-story-related-stories {
  padding: 10px 0px 5px 0px;
}
.yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-story-related-stories .list-group-item {
  padding-bottom: 20px;
}

/* stories - blue */
.story-color-blue21 .yr21-story-body-container .views-field-field-story-area .field-content a {
  background-color: #F0F8FA;
}
.story-color-blue21 .yr21-story-body-container .field--name-field-fp-impact-statement {
  border-bottom: solid 1px #1A9EBA;
}
.story-color-blue21 .yr21-story-body-container .story-quote.teal {
  border: solid 1px #1A9EBA;
}
.story-color-blue21 .yr21-story-body-container .callout.teal {
  background-color: #00788A;
  color: #ffffff;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021_pis .view-content {
  background-color: #F0F8FA;
}
.story-color-blue21 .yr21-story-body-container .multiple-pis {
  background-color: #F0F8FA;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content {
  background-color: #F0F8FA;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-tref-organization-1::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/org-teal.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-ref-funded-project::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/profile-teal.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-fp-funded-amount::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/fund-teal.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Completed::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-teal.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Emerging::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/emerging-teal.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content {
  background-color: #00788A;
  color: #ffffff;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content {
  display: block;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a {
  color: #ffffff;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a.visited {
  color: #ffffff;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-annual-report::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/report-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-blue21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-story-related-stories::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/related-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}

/* stories - orange */
.story-color-orange21 .yr21-story-body-container .views-field-field-story-area .field-content a {
  background-color: #FCF4F1;
}
.story-color-orange21 .yr21-story-body-container .field--name-field-fp-impact-statement {
  border-bottom: solid 1px #E57526;
}
.story-color-orange21 .yr21-story-body-container .story-quote.orange {
  border: solid 1px #E57526;
}
.story-color-orange21 .yr21-story-body-container .callout.orange {
  background-color: #b85e1e;
  color: #ffffff;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021_pis .view-content {
  background-color: #FCF4F1;
}
.story-color-orange21 .yr21-story-body-container .multiple-pis {
  background-color: #FCF4F1;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content {
  background-color: #FCF4F1;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-tref-organization-1::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/org-orange.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-ref-funded-project::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/profile-orange.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-fp-funded-amount::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/fund-orange.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Completed::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-orange.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Emerging::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/emerging-orange.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content {
  background-color: #b85e1e;
  color: #ffffff;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content {
  display: block;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a {
  color: #ffffff;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a.visited {
  color: #ffffff;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-annual-report::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/report-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-orange21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-story-related-stories::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/related-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}

/* stories - green */
.story-color-green21 .yr21-story-body-container .views-field-field-story-area .field-content a {
  background-color: #F0FCF2;
}
.story-color-green21 .yr21-story-body-container .field--name-field-fp-impact-statement {
  border-bottom: solid 1px #17AA4A;
}
.story-color-green21 .yr21-story-body-container .story-quote.green {
  border: solid 1px #17AA4A;
}
.story-color-green21 .yr21-story-body-container .callout.green {
  background-color: #17844A;
  color: #ffffff;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021_pis .view-content {
  background-color: #F0FCF2;
}
.story-color-green21 .yr21-story-body-container .multiple-pis {
  background-color: #F0FCF2;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content {
  background-color: #F0FCF2;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-tref-organization-1::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/org-green.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-ref-funded-project::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/profile-green.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-fp-funded-amount::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/fund-green.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Completed::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-green.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_fp_details_2021 .view-content .views-field-field-story-type.Emerging::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/emerging-green.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content {
  background-color: #17844A;
  color: #ffffff;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content {
  display: block;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a {
  color: #ffffff;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .field-content a.visited {
  color: #ffffff;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-annual-report::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/report-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}
.story-color-green21 .yr21-story-body-container .view-display-id-story_related_2021 .view-content .views-field-field-story-related-stories::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/related-white.png);
  float: left;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 5%;
}

/* Executive Summary */
.exec-summary .quote-dark, .exec-summary .callout-dark {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
}
.exec-summary .quote-dark .key-figure, .exec-summary .callout-dark .key-figure {
  font-size: 3.4rem;
}
.exec-summary .quote-dark .key-figure-text, .exec-summary .callout-dark .key-figure-text {
  font-size: 1.2rem;
}
.exec-summary .quote-dark ul, .exec-summary .callout-dark ul {
  font-size: 1.1rem;
}
.exec-summary .quote-dark.blue3, .exec-summary .callout-dark.blue3 {
  background-color: #0a2d4d;
}
.exec-summary .quote-dark.blue1, .exec-summary .callout-dark.blue1 {
  background-color: #215e9e;
}
.exec-summary .quote-dark .pi-name {
  font-size: 1rem;
  font-weight: 600;
}
.exec-summary .quote-dark .pi-title {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}
.exec-summary .quote-dark .pi-img {
  align-self: flex-start;
}
.exec-summary .themes img {
  width: 40%;
}
.exec-summary .themes h3 {
  font-size: 1.2rem;
}
.exec-summary .themes h3.theme-teal {
  border-top: 8px solid #45D9E5;
}
.exec-summary .themes h3.theme-orange {
  border-top: 8px solid #FFBA24;
}
.exec-summary .themes h3.theme-green {
  border-top: 8px solid #45F25C;
}

/* YR 21 home */
.yr21.home .quote-box.blue {
  background-color: #0a2d4d;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
  width: 40%;
  position: absolute;
}
.yr21.home .blue-box {
  background-color: #215e9e;
  color: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.yr21.home .home-themes {
  border-bottom: 25px solid #f3f3f3;
}
.yr21.home .home-themes .theme-gray {
  background-color: #f3f3f3;
}
.yr21.home .home-themes img {
  width: 60%;
}
.yr21.home .home-themes h3 {
  font-size: 1.2rem;
}
.yr21.home .home-themes h3.theme-teal {
  border-top: 8px solid #45D9E5;
}
.yr21.home .home-themes h3.theme-orange {
  border-top: 8px solid #FFBA24;
}
.yr21.home .home-themes h3.theme-green {
  border-top: 8px solid #45F25C;
}
.yr21.home .home-outline .nav-pills .nav-link {
  background-color: #ffffff;
  color: #1b1b1b;
  width: fit-content;
  border-left: 5px solid #f3f3f3;
  border-radius: 0rem !important;
}
.yr21.home .home-outline .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #005B94;
  font-weight: 600;
  width: fit-content;
  border-left: 5px solid #005B94;
  border-radius: 0rem !important;
}
.yr21.home .home-outline .nav-pills .nav-link:focus {
  outline: none;
}
.yr21.home .home-outline .tab-content {
  margin-top: unset;
}

.slick--view--front-page--yr21-story-slider .Completed {
  font-weight: 500;
  color: #3B3B3B;
}
.slick--view--front-page--yr21-story-slider .Completed::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-gray.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.slick--view--front-page--yr21-story-slider .Emerging {
  font-weight: 500;
  color: #3B3B3B;
}
.slick--view--front-page--yr21-story-slider .Emerging::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/emerging-gray.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.slick--view--front-page--yr21-story-slider .slider-title {
  font-size: 1.2rem;
}

/* Research Spotlight */
.spotlight .d-lg-inline-flex, .exec-summary .d-lg-inline-flex {
  width: 50%;
}

.spotlight-box {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
}
.spotlight-box.blue1 {
  background-color: #215e9e;
}
.spotlight-box.blue2 {
  background-color: #10497c;
}
.spotlight-box.blue3 {
  background-color: #0a2d4d;
}
.spotlight-box .pi-name {
  font-size: 1rem;
  font-weight: 600;
}
.spotlight-box .pi-title {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}
.spotlight-box .pi-img {
  align-self: flex-end;
}

/* Research Overview */
.res-overview .Completed.teal::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-teal.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .Completed.orange::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-orange.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .Completed.green::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-green.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .Emerging.teal::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/emerging-teal.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .Emerging.orange::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-orange.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .Emerging.green::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/completed-green.png);
  float: left;
  width: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-right: 5%;
  margin-top: -1%;
}
.res-overview .accordion-button.teal {
  background-color: #00788A;
  color: #ffffff;
  font-size: 1.2rem;
}
.res-overview .accordion-button.teal::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-button.teal2 {
  background-color: #F0F8FA;
  color: #3B3B3B;
  font-size: 1.2rem;
}
.res-overview .accordion-button.teal2::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-button.orange {
  background-color: #b85e1e;
  color: #ffffff;
  font-size: 1.2rem;
}
.res-overview .accordion-button.orange::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-button.orange2 {
  background-color: #FCF4F1;
  color: #3B3B3B;
  font-size: 1.2rem;
}
.res-overview .accordion-button.orange2::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-button.green {
  background-color: #17844A;
  color: #ffffff;
  font-size: 1.2rem;
}
.res-overview .accordion-button.green::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-button.green2 {
  background-color: #F0FCF2;
  color: #3B3B3B;
  font-size: 1.2rem;
}
.res-overview .accordion-button.green2::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-overview .accordion-body.teal {
  background-color: #F0F8FA;
}
.res-overview .accordion-body.orange {
  background-color: #FCF4F1;
}
.res-overview .accordion-body.green {
  background-color: #F0FCF2;
}
.res-overview .nav.nav-tabs {
  border-bottom: none;
}
.res-overview .nav.nav-tabs .nav-link.teal {
  border-bottom: 8px solid #BDBDBD;
  border-top-color: #BDBDBD;
  border-right-color: #BDBDBD;
  border-left-color: #BDBDBD;
  padding: 0px;
}
.res-overview .nav.nav-tabs .nav-link.teal::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/patients-square-teal-off.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .nav.nav-tabs .nav-link.teal.active, .res-overview .nav.nav-tabs .nav-link.teal:hover {
  border-top-color: #45D9E5;
  border-right-color: #45D9E5;
  border-left-color: #45D9E5;
  border-bottom: 8px solid #45D9E5;
}
.res-overview .nav.nav-tabs .nav-link.teal.active::before, .res-overview .nav.nav-tabs .nav-link.teal:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/patients-square-teal.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .nav.nav-tabs .nav-link.orange {
  border-bottom: 8px solid #BDBDBD;
  border-top-color: #BDBDBD;
  border-right-color: #BDBDBD;
  border-left-color: #BDBDBD;
  padding: 0px;
}
.res-overview .nav.nav-tabs .nav-link.orange::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/clinicians-square-orange-off.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .nav.nav-tabs .nav-link.orange.active, .res-overview .nav.nav-tabs .nav-link.orange:hover {
  border-top-color: #FFBA24;
  border-right-color: #FFBA24;
  border-left-color: #FFBA24;
  border-bottom: 8px solid #FFBA24;
}
.res-overview .nav.nav-tabs .nav-link.orange.active::before, .res-overview .nav.nav-tabs .nav-link.orange:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/clinicians-square-orange.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .nav.nav-tabs .nav-link.green {
  border-bottom: 8px solid #BDBDBD;
  border-top-color: #BDBDBD;
  border-right-color: #BDBDBD;
  border-left-color: #BDBDBD;
  padding: 0px;
}
.res-overview .nav.nav-tabs .nav-link.green::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/hospitals-square-green-off.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .nav.nav-tabs .nav-link.green.active, .res-overview .nav.nav-tabs .nav-link.green:hover {
  border-top-color: #45F25C;
  border-right-color: #45F25C;
  border-left-color: #45F25C;
  border-bottom: 8px solid #45F25C;
}
.res-overview .nav.nav-tabs .nav-link.green.active::before, .res-overview .nav.nav-tabs .nav-link.green:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/hospitals-square-green.png);
  float: left;
  min-width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
  margin-right: 2%;
}
.res-overview .tab-content {
  margin-top: 0rem !important;
}

/* Research Dissemination */
.res-dissemination .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.res-dissemination .accordion-button.blue {
  background-color: #215e9e;
  color: #ffffff;
  font-size: 1.2rem;
}
.res-dissemination .accordion-body.blue {
  background-color: #F0F8FA;
}
.res-dissemination .nav.nav-tabs {
  border-bottom: none;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-journal {
  border-bottom: 8px solid #BDBDBD;
  padding: 0px;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-journal::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/files-icon-blue-off.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-journal.active, .res-dissemination .nav.nav-tabs .nav-link.blue-journal:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom: 8px solid #0065D1;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-journal.active::before, .res-dissemination .nav.nav-tabs .nav-link.blue-journal:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/files-icon-blue.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-webinar {
  border-bottom: 8px solid #BDBDBD;
  padding: 0px;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-webinar::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/computer-icon-blue-off.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-webinar.active, .res-dissemination .nav.nav-tabs .nav-link.blue-webinar:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom: 8px solid #0065D1;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-webinar.active::before, .res-dissemination .nav.nav-tabs .nav-link.blue-webinar:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/computer-icon-blue.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-conf {
  border-bottom: 8px solid #BDBDBD;
  padding: 0px;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-conf::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/group-icon-blue-off.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-conf.active, .res-dissemination .nav.nav-tabs .nav-link.blue-conf:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom: 8px solid #0065D1;
}
.res-dissemination .nav.nav-tabs .nav-link.blue-conf.active::before, .res-dissemination .nav.nav-tabs .nav-link.blue-conf:hover::before {
  background-image: url(/themes/custom/ahrq_barrio/images/yr/group-icon-blue.png);
  float: left;
  width: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin-right: 5%;
}
.res-dissemination .yr21-table {
  font-size: 1rem !important;
}
.res-dissemination .yr21-table th {
  background-color: #10497c;
  color: #ffffff;
  padding: 1.5rem;
}
.res-dissemination .yr21-table tr:nth-child(even) {
  background-color: #F9FDFE;
}
.res-dissemination .yr21-table tr:nth-child(odd) {
  background-color: #E0EBF2;
}
.res-dissemination .yr21-table td {
  border: 1px solid #ffffff;
  padding: 1.5rem;
}

/* mobile */
@media (max-width: 991.98px) {
  .yr21 .img-hide {
    display: none;
  }

  .view-display-id-story_image_2021 .views-field-field-image {
    display: none !important;
  }

  .spotlight .d-lg-inline-flex, .exec-summary .d-lg-inline-flex {
    width: 100%;
  }

  .block-views-blockproject-spotlight-snapshot-story-image-2021 {
    display: none;
  }

  .headshot-img .field--name-field-pi-headshot:nth-child(3) {
    margin-top: -20px;
  }

  .home-themes {
    border-bottom: none !important;
    background-color: #f3f3f3;
    /*.theme-green {
        &::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231B1B1B'%3e%3cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e");
            float: right;
            width: 2.5rem;
            content: "";
            background-repeat: no-repeat;    
            background-size: cover;
            height: 2.5rem;
            margin-left: 2%;
            margin-right: 2%;
        }    
    } */
  }
  .home-themes img {
    width: 20% !important;
  }
  .home-themes h3 {
    background-color: #ffffff;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .yr21.home .quote-box.blue {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .yr21.home .quote-box.blue {
    width: 100%;
    min-height: 260px;
    position: unset;
  }
}
@media (min-width: 1433px) {
  .headshot-img .field--name-field-pi-headshot:nth-child(1) {
    padding-bottom: 20px;
  }
}
@media (max-width: 64em) {
  .view-display-id-yr21_story_slider .slide__caption, .view-display-id-block_2 .slide__caption {
    padding: 20px 20px 0px 20px !important;
  }
}
@media (min-width: 992px) {
  .story-color-blue21 .yr21-story-title::before {
    background-image: url(/themes/custom/ahrq_barrio/images/yr/patients-square-teal-border.png);
    float: left;
    min-width: 80px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin-right: 1%;
  }

  .story-color-orange21 .yr21-story-title::before {
    background-image: url(/themes/custom/ahrq_barrio/images/yr/clinicians-square-orange-border.png);
    float: left;
    min-width: 80px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin-right: 1%;
  }

  .story-color-green21 .yr21-story-title::before {
    background-image: url(/themes/custom/ahrq_barrio/images/yr/hospitals-square-green-border.png);
    float: left;
    min-width: 80px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin-right: 1%;
  }

  .view-display-id-story_image_2021 .views-field-field-image {
    display: block !important;
  }
}
/* Research Reports landing page */
.yr21.res-rpt h2 {
  padding-top: 0px;
}
.yr21.res-rpt .accordion-button {
  font-size: 1.875rem;
}

.yr21 .yr21-btn {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 18px;
  margin: 10px 0px 0px 0px;
}
.yr21 .yr21-btn:hover {
  border-radius: 1.5rem;
  transition: all 0.5s;
}
.yr21 .yr21-btn:visited {
  color: #ffffff;
}
.yr21 .yr21-btn.footer-blue {
  background-color: #005B94;
  color: #ffffff;
}
.yr21 .yr21-btn.footer-blue:hover {
  background-color: #324a64;
}
.yr21 .yr21-btn.white {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.yr21 .yr21-btn.white:hover {
  color: #ffffff;
}
.yr21 .row.gray-border {
  border-bottom: solid 1px #BDBDBD;
}

/* director's corner */
.dir-corner .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.dir-corner .accordion-button.blue {
  background-color: #215e9e;
  color: #ffffff;
  font-size: 1.2rem;
}
.dir-corner .quote-box.light-blue {
  background-color: #F0F8FA;
}

/* publications search */
.view-acquia-search.view-display-id-page_1 .row .item-list ul li {
  padding: 2rem 15px;
}
.view-acquia-search.view-display-id-page_1 .row .item-list ul li:first-child {
  padding-top: 0;
}
.view-acquia-search.view-display-id-page_1 .row .item-list ul li .views-field {
  padding-bottom: 8px;
}
.view-acquia-search.view-display-id-page_1 .row .item-list ul li .views-field:last-child {
  padding-bottom: 0;
}
.view-acquia-search.view-display-id-page_1 .row .item-list ul li .views-field .views-label {
  font-weight: bold;
}

/* workflow */
.node--type-workflow-research .field,
.node--type-workflow-tool .field {
  margin-bottom: 15px;
}
.node--type-workflow-research .field .field__label,
.node--type-workflow-tool .field .field__label {
  font-weight: bold;
}
.node--type-workflow-research .field .field__label::after,
.node--type-workflow-tool .field .field__label::after {
  content: ":";
}
.node--type-workflow-research .field.field--label-inline,
.node--type-workflow-tool .field.field--label-inline {
  display: flex;
}
.node--type-workflow-research .field.field--label-inline .field__label,
.node--type-workflow-tool .field.field--label-inline .field__label {
  margin-right: 5px;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn-large {
  font-size: 17.5px;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.btn-group-vertical .btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-group-vertical .btn-yellow {
  background: #f7d763;
  color: #3f71ce;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.visible-phone {
  display: none;
}

.visible-tablet {
  display: none;
}

.hidden-phone {
  display: block;
}

@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }

  .row-fluid .span12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }

  .hidden-phone {
    display: none;
  }

  .row-fluid {
    width: 100%;
  }

  .span12, .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.view-workflow-toolkit-search .form-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.view-workflow-toolkit-search .form-row .form-actions {
  width: 100%;
}
.view-workflow-toolkit-search legend {
  font-size: 1rem;
}

/* covid */
.covid h2 {
  color: #822798;
}
.covid .covid-gray-box-50 {
  width: 46%;
  padding: 16px;
  float: left;
  background-color: #eee;
  margin-bottom: 10px;
}
.covid .covid-gray-outline-box-50 {
  width: 46%;
  padding: 16px;
  float: right;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}
.covid .covid-btn {
  background-color: #0079c1 !important;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border: 2px solid #006aaa !important;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 10px 0px 0px;
}
.covid .covid-btn:hover {
  text-decoration: none;
  background-color: #FFFFFF !important;
  color: #0079c1 !important;
  border: 2px solid #006aaa !important;
}
.covid .collapse-text-details.collapsible {
  float: left;
  width: 100%;
}

/* acts */
.acts-box-header {
  background-color: #f3f3f3;
  padding: 0px 0px 0px 2px;
  margin: -10px 0px 0px 0px;
  height: max-content;
}

.acts-gray-bg-box-wide {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
}

.acts-gray-bg-box-33 {
  width: 30%;
  margin: 0px 20px 0px 0px;
  float: left;
  border: 1px solid #ccc;
}

.acts-wh-bg {
  background-color: #fff;
  padding: 5px;
  float: left;
  font-size: 0.9em;
  width: 96.5%;
}
.acts-wh-bg li {
  float: left;
  width: 50%;
}

.acts-wh-bg-wide {
  background-color: #fff;
  padding: 5px;
  float: left;
  font-size: 0.9em;
  width: 98%;
}
.acts-wh-bg-wide li {
  float: left;
  width: 32%;
  padding: 1px 10px 1px 1px;
}

.acts-gray-bg-box-33.last {
  margin-bottom: 20px;
}

.acts-fancy-border {
  width: 98%;
  margin: 5px 0px 20px 0px;
  padding: 10px;
  float: left;
  font-size: 1.4em;
  border-top: 3px solid;
  border-bottom: 3px solid;
  zborder-image: linear-gradient(to right, #822798 33%, #44d8e6 33%, #44d8e6 66%, #ff9f49 66%, #ff9f49) 5;
  border-color: #aa0000;
}
.acts-fancy-border li {
  font-size: 0.75em;
  padding: 2px;
  float: left;
  width: 32%;
}

.acts-btn {
  background-color: #cccccc !important;
  font-family: "Open Sans", sans-serif;
  color: #990000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border: 2px solid #990000 !important;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
.acts-btn:hover {
  text-decoration: none;
  background-color: #fff !important;
  color: #0079c1 !important;
  border: 2px solid #006aaa !important;
}

.acts-btn-dark {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  color: #6c207e;
  border: 2px solid #6c207e;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
.acts-btn-dark:hover {
  border-radius: 1.5rem;
  color: #6c207e;
  transition: all 0.5s;
}

.acts-btn-light {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  border: 2px solid #fff;
  color: #fff;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 12px 12px !important;
  margin: 10px 0px 0px 0px;
}
.acts-btn-light:hover {
  border-radius: 1.5rem;
  color: #fff;
}

.acts-btn-purple {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  background-color: transparent !important;
  color: #6c207e;
  border: 3px solid #6c207e;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.78px;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 92%;
  min-height: 64px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 16px;
  padding: 8px !important;
  margin: 10px 0px 0px 0px;
}
.acts-btn-purple:hover {
  border-radius: 1.5rem;
  color: #6c207e;
  transition: all 0.5s;
}

.acts-table {
  margin-bottom: 30px;
  width: 100%;
}
.acts-table caption {
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  caption-side: top;
  color: #333;
}
.acts-table tr {
  border-bottom: 1px solid #6c207e;
}
.acts-table tr:nth-child(even) {
  background-color: #eee;
}
.acts-table tr:nth-child(odd) {
  background-color: #fff;
}
.acts-table th {
  color: #333;
  border: inherit;
}
.acts-table th:target {
  background-color: yellow;
}
.acts-table th[scope=col] {
  background-color: #6c207e;
  color: #fff;
  padding: 10px;
}
.acts-table th[scope=row] {
  background-color: unset;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.acts-table td {
  background-color: unset;
  border: inherit;
}
.acts-table ul {
  margin: 0;
}

.acts-lbl1,
.acts-lbl2 {
  font-weight: bold;
  width: 10px;
  float: left;
}

.acts-lbl3 {
  text-indent: 30px;
  float: left;
  width: 34px;
}

.acts-lbl4 {
  text-indent: 74px;
  float: left;
  width: 50px;
}

.acts-rh1,
.acts-rh2 {
  font-weight: bold;
  margin-left: 32px;
}

.acts-rh3 {
  margin-left: 74px;
}

.acts-rh4 {
  margin-left: 130px;
}

.acts-figure {
  margin: unset;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #eee;
}
.acts-figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.acts-figure.w50 img {
  width: 50%;
}
.acts-figure.w60 img {
  width: 60%;
}
.acts-figure.w70 img {
  width: 70%;
}
.acts-figure.w80 img {
  width: 80%;
}
.acts-figure.w90 img {
  width: 90%;
}
.acts-figure figcaption {
  padding: 6px;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  background-color: #eee;
  margin-bottom: 10px;
}

.acts-light-box-100 {
  background-color: #eee;
  color: #000000;
  float: left;
}

.acts-dark-box-100 {
  background-color: #324a64;
  color: #fff !important;
  float: left;
}
.acts-dark-box-100 h2 {
  color: #fff !important;
}

.acts-wh-box-100 {
  background-color: #fff;
  color: #000000;
  float: left;
}

.acts-50-light {
  width: 47%;
  margin: 0px;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
}
.acts-50-light ul, .acts-50-light ol {
  margin: 0 0 10px 25px !important;
}
.acts-50-light p {
  color: #000000;
}
.acts-50-light h2 {
  margin-top: 10px !important;
}
.acts-50-light.last {
  width: 47%;
  float: left;
  position: relative;
  padding: 20px 20px 20px 16px;
}

.acts-50-dark {
  width: 47%;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
}
.acts-50-dark ul, .acts-50-dark ol {
  margin: 0 0 10px 25px !important;
}
.acts-50-dark p {
  color: #fff;
}
.acts-50-dark h2 {
  color: #fff !important;
  margin-top: 10px !important;
}
.acts-50-dark.last {
  width: 47%;
  margin: 0px;
  float: left;
  position: relative;
  padding: 20px 20px 20px 16px;
}

.acts-bg h2 {
  margin-top: unset !important;
  color: #000000;
}

.acts-30-light {
  width: 30%;
  float: left;
  position: relative;
  padding: 20px 0px 20px 20px;
  background-color: #eee;
}
.acts-30-light.last {
  width: 30%;
  margin: 0px;
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: #eee;
}

.acts-20 {
  width: 17%;
  padding: 20px 32px 0px 0px;
  float: left;
  position: relative;
}
.acts-20.last {
  padding: 20px 0px 0px 0px;
}

.acts-20-img {
  height: 155px;
  width: 155px;
}

.acts-20-txt a {
  color: #fff;
  font-weight: bold;
}

.acts-icon {
  float: left;
  padding-bottom: 16px;
  padding-right: 16px;
}
.acts-icon.w15 {
  width: 15%;
}
.acts-icon:hover {
  opacity: 0.5;
}

.acts-refs {
  font-size: 0.94em;
  border-top: 2px solid #6c207e;
  margin-top: 50px;
}
.acts-refs li {
  padding-bottom: 10px;
}

.bibliography dt:target,
.footnotes dt:target {
  background: yellow;
}
.bibliography dd,
.footnotes dd {
  margin: -22px 0px 10px 40px;
}

.figure dt:target {
  background: yellow;
}
.figure dd {
  margin: 0px 0px 30px 0px;
}
.figure dt {
  font-size: 18px;
}

.quote-purple {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  border-left: 8px solid #6c207e;
  margin: 30px 0px 40px 20px;
  width: 80%;
}

.quote-text {
  padding-left: 10px;
}

.acts-purple-blockquote-40 {
  background: #6C207E;
  float: right !important;
  width: 40%;
  border: #6c1e74 1px solid;
  padding: 15px;
  margin: 10px 0px 10px 10px;
  color: #fff;
}

/* overwrite for collapsible text for ACTS */
.acts .fieldset-title {
  font-weight: bold;
}

#block-webform-client-block-44196 {
  margin-top: 100px;
  border-top: 2px solid #6c207e;
}

/* BOOK STYLES */
.book-navigation .page-links {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 10px 0px 10px 0px;
  margin: 40px 0px 0px 0px;
}
.book-navigation .page-previous {
  display: block;
  width: 46%;
  float: left;
}
.book-navigation .page-up {
  display: none;
}
.book-navigation .menu.nav {
  display: none;
}
.book-navigation .page-next {
  display: block;
  float: right;
}

@media (min-width: 1300px) {
  .node--type-acts .main-container {
    padding: 30px 2vw;
    max-width: 1400px;
  }
  .node--type-acts .main-container .col-sm-3.sidebar-first {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .node--type-acts .main-container .col-sm-9 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
}
/* sitemap */
.sitemap-item .nav {
  display: block;
}

/* footer */
footer {
  color: #ffffff !important;
  width: 100%;
}
footer .container-fluid {
  padding-left: 5vw;
  padding-right: 5vw;
}

.footer1 {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #e2e2e2 3%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(3%, #e2e2e2), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #e2e2e2 3%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%, #e2e2e2 3%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%, #e2e2e2 3%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #e2e2e2 3%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$gradiant-gray1",endColorstr="$gradiant-gray2",GradientType=0);
  color: #006AAA;
  display: block;
  position: relative;
  margin: 0 auto;
}
.footer1 h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer1 h2 a {
  font-size: 1.1rem;
  height: 32px;
  line-height: 38px;
  display: block;
}
.footer1 .footer-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer1 .footer-menu-group li {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.footer1 .footer-menu-group li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.footer1 .footer-menu-group li ul li {
  font-weight: normal;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.footer1 a {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #006AAA;
  text-decoration: none;
}
.footer1 a:hover, .footer1 a:focus {
  color: #005580;
  text-decoration: underline;
}

.footer2 {
  background: #005B94;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer2 .row > div {
  margin-bottom: 30px;
}
.footer2 h3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.footer2 img {
  height: 35px !important;
}
.footer2 .email-update-button {
  margin-left: 10px;
}
.footer2 .email-update-button,
.footer2 .email-update-button:hover,
.footer2 .email-update-button.email-update-button--hover {
  background: #CFCFCF;
  color: #005B94;
}
.footer2 .email-input {
  display: inline-block;
}

@media (min-width: 992px) {
  .footer2 .email-update-button {
    width: 7rem;
    max-width: 7rem;
  }
  .footer2 .email-input {
    max-width: 12rem;
    width: 12rem;
  }
  .footer2 .img-spacing {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .footer2 .img-spacing {
    margin-left: 40px;
  }
  .footer2 .email-input {
    max-width: 14rem;
    width: 14rem;
  }
}
@media (min-width: 768px) {
  .footer2 .email-input {
    max-width: 14rem;
    width: 14rem;
  }
}
@media (min-width: 576px) {
  .footer2 .email-input {
    max-width: 12rem;
    width: 12rem;
  }
}
.footer3 {
  background: #00476b;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  color: #ffffff;
}
.footer3 ul {
  padding-left: 1.5em;
}
.footer3 ul:first-child {
  padding-left: 0;
}
.footer3 ul li {
  list-style: none;
  width: auto;
  padding: 10px 0;
}
.footer3 ul li a {
  color: #ffffff;
  font-size: 1.125rem;
  text-decoration: none;
}
.footer3 .footer-border {
  border-left: 2px solid #ffffff;
  border-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .footer3 {
    line-height: 26px;
  }
  .footer3 ul li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  .footer3 {
    line-height: 16px;
  }
  .footer3 .footer-border {
    border-top: 2px solid #ffffff;
    border-left: 0;
  }
  .footer3 ul li a {
    font-size: 0.875rem;
  }
}

/*# sourceMappingURL=style.css.map */
