/*Top Nav */
.navbar.container-fluid {
  margin-top: 0;
}
@media (min-width: 768px) {
  .navbar.container-fluid {
    padding: 0;
  }
}

.region-navigation,
.navbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 757px) {
  .region-navigation,
  .navbar-header {
    width: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  .region-navigation .site-email,
  .navbar-header .site-email {
    display: none;
  }
}

.site-logo {
  display: flex;
  flex-grow: 1;
}
.site-logo .navbar-btn {
  margin-bottom: 0;
  margin-top: 0;
}

.site-email {
  display: flex;
  margin-top: 45px;
  margin-bottom: 0;
}
.site-email a {
  text-decoration: underline;
}
@media (max-width: 1090px) {
  .site-email {
    flex-direction: column;
    margin: 0;
  }
}

.email-us {
  font-size: 21px;
}
.email-us a {
  font-size: 18px;
}

.email-list {
  background-color: #fbb349;
  border: 3px solid #ED913C;
  border-radius: 7px;
  height: 50px;
  padding: 10px 15px;
  margin-right: 15px;
  font-weight: bold;
}
.email-list a {
  color: #444544;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 30px;
}

.logo img {
  height: 100px;
}

@media (max-width: 767px) {
  .logo img {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .logo img {
    height: 40px;
  }
}
.navbar-collapse {
  padding: 0;
}

.navbar-default .navbar-nav {
  padding-top: 0;
  border: 1px solid #277E8B;
  background-color: #277E8B;
  color: #ffffff;
  width: 100%;
  margin: 0;
}

ul.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  ul.navbar-nav {
    flex-direction: column;
  }
}
@media (max-width: 1250px) {
  ul.navbar-nav {
    justify-content: flex-start;
  }
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .navbar-text,
.navbar-default .navbar-nav button {
  color: white;
  font-size: 22px;
  padding: 18px 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  margin: 0;
  background-color: #277E8B;
  border: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .navbar-text:hover,
.navbar-default .navbar-nav .navbar-text:focus,
.navbar-default .navbar-nav button:hover,
.navbar-default .navbar-nav button:focus {
  color: #ffffff !important;
}

.dropdown-toggle:focus,
.dropdown-menu > .active > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-menu > .active > a:focus {
  background-color: #d6ecef;
  color: #444544;
}

.navbar-default .navbar-nav > .active > a {
  color: #ffffff;
}

.navbar-nav > li > a {
  padding: 18px 14px;
}

.navbar-nav > li > .dropdown-menu {
  border: 2px solid #277E8B;
  background-color: #d6ecef;
  list-style-type: none;
  border-radius: 7px;
  margin-top: 5px;
}
.navbar-nav > li > .dropdown-menu li {
  list-style-type: none;
}

.dropdown-menu > li > a {
  background-color: #d6ecef;
  color: #444544;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 7px;
}
.dropdown-menu > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    border-radius: 0;
  }
}

.dropdown-menu > .active > a {
  background-color: #d6ecef;
  color: #444544;
  text-decoration: underline;
}
.dropdown-menu > .active > a:hover {
  background-color: #d6ecef;
  color: #444544;
  text-decoration: underline;
}

.dropdown-menu {
  padding: 0;
  border-radius: 7px;
}

.navbar-default .navbar-nav > .open > a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: #d6ecef;
    color: #444544;
    line-height: 40px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #d6ecef;
    color: #444544;
    text-decoration: underline;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #d6ecef;
    color: #444544;
    line-height: 40px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #d6ecef;
    color: #444544;
    text-decoration: underline;
  }
}
/* Footer */
.footer {
  background-color: #F4F4F4;
  padding: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.2em;
}
@media (max-width: 992px) {
  .footer .footer-wrapper {
    flex-direction: column;
  }
}
.footer .footer-wrapper .footer-section {
  flex: 1;
  padding: 18px;
}
.footer .footer-wrapper .email-footer {
  max-width: 224px;
}
.footer .footer-wrapper .email-footer .site-email {
  flex-direction: column;
  margin-top: 0;
}
.footer .footer-wrapper .email-footer .site-email .email-list {
  height: 46px;
  padding: 6px;
  max-width: 188px;
  margin: 0 0 10px 0;
}
.footer .footer-wrapper .michiganu-logo {
  max-width: 136px;
}
.footer .footer-wrapper .ucsf-logo {
  max-width: 184px;
}
.footer .footer-wrapper .text-section {
  font-size: 14px;
}
.footer .footer-wrapper .follow-us {
  font-weight: 700;
  font-size: 21px;
  max-width: 192px;
}
.footer .footer-wrapper .follow-us .social-icon-x {
  display: inline-block;
  margin-right: 5px;
}
.footer .footer-wrapper .follow-us .social-icon-linkedin {
  display: inline-block;
}

/* Footer - links */
#block-mpr-footerlinks {
  background-color: #277E8B;
  border-top: 20px solid #93CED7;
}

.footer-links div {
  float: left;
  padding: 20px 17px;
  min-height: 120px;
}
@media (max-width: 992px) {
  .footer-links div {
    float: none;
    min-height: auto;
    padding: 10px;
  }
}
.footer-links div a {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}

/* Sidebar Menus */
.region-sidebar-first.well {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
}
.region-sidebar-first.well .menu li {
  margin-bottom: 10px;
}
.region-sidebar-first.well .menu li.active a {
  color: #444544;
  background-color: #d6ecef;
  border-radius: 3px;
  border: 3px solid #277E8B;
}
.region-sidebar-first.well .menu a {
  font-size: 21px;
  font-weight: 700;
  color: #444544;
  background-color: #F4F4F4;
  border-radius: 3px;
}
.region-sidebar-first.well .menu a:hover {
  color: #ffffff;
  background-color: #277E8B;
}

/* Sign Up Block */
.email-sign-up-wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.email-sign-up-wrapper .email-sign-up {
  border: 2px solid #277E8B;
  background-color: #d6ecef;
  border-radius: 7px;
  min-width: 120px;
  padding: 8px 10px 6px 10px;
  margin-right: 20px;
  height: 44px;
  align-content: center;
}
.email-sign-up-wrapper .email-sign-up a {
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  text-decoration: none;
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 25px;
}
.email-sign-up-wrapper .email-sign-up-text {
  align-content: center;
  line-height: 24px;
}

/* Accordion */
.panel-group .panel-default {
  border-radius: 7px;
  margin-bottom: 15px;
  border: 3px solid #93CED7;
  box-shadow: none;
}
.panel-group .panel-default .panel-heading {
  border-bottom: 3px solid #93CED7;
  background-color: #d6ecef;
  display: flex;
}
.panel-group .panel-default .panel-heading .panel-title {
  padding: 10px 0px 10px 30px;
  margin-top: -50px;
  width: 100%;
}
.panel-group .panel-default .panel-heading .panel-title:before {
  background-image: url(/sites/default/files/2024-08/question_mark.png);
  background-repeat: no-repeat;
  background-color: #277E8B;
  border-radius: 50%;
  content: "";
  background-size: 30px 28px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 40px;
  right: 5px;
  display: inline-block;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
}
.panel-group .panel-default .panel-heading .panel-title a {
  font-size: 18px;
  align-items: center;
  padding-left: 35px;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: -webkit-box;
  display: flex;
  padding-top: 10px;
}
.panel-group .panel-default .panel-heading .panel-title a:after {
  background-image: url(/sites/default/files/2024-08/keyboard_arrow_down.png);
  background-repeat: no-repeat;
  content: "";
  float: right;
  background-size: 30px 28px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  top: 0px;
  right: auto;
  display: flex;
  align-items: center;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transform: rotate(180deg);
}
.panel-group .panel-default .panel-heading .panel-title a[aria-expanded=false]:after {
  transform: rotate(0deg);
}
.panel-group .panel-default .panel-heading .panel-title a[aria-expanded=true]:after {
  transform: rotate(180deg);
}
/* New Accordion */
.view-faq h2.grouping-header,
.view-faq h3.grouping-header {
  margin-top: 20px;
  border-bottom: none;
}
.view-faq .faq-answer {
  padding: 15px 30px 5px 30px;
}
.view-faq .faq-answer li {
  list-style: inherit;
}
.view-faq ul, .view-faq ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.view-faq ul li, .view-faq ol li {
  padding: 0;
}
.view-faq details {
  border-radius: 16px;
  margin-bottom: 15px;
  border: 2px solid #93CED7;
  box-shadow: none;
  width: 100%;
}
.view-faq details summary {
  flex-direction: row;
  display: -webkit-box;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px;
  margin-bottom: -2px;
  border: 2px solid #93CED7;
  border-radius: 16px;
  background-color: #d6ecef;
}
.view-faq details summary::before {
  content: url("/themes/custom/mpr/images/question.png");
  padding: 8px 0px 2px 10px;
}
.view-faq details summary a {
  width: 100%;
}
.view-faq details summary a p {
  margin: 0;
}
.view-faq details summary::after {
  float: right;
  margin-top: -5px;
  margin-right: 10px;
  background-image: url(/sites/default/files/2024-08/keyboard_arrow_down.png);
  background-size: 35px 35px;
  content: "";
  background-repeat: no-repeat;
  height: 30px;
  width: 33px;
  border: none;
  display: flex;
  align-items: center;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
}
.view-faq details summary a {
  color: #333333;
  cursor: pointer;
  padding: 10px 0;
}
.view-faq details[open] summary::after {
  transform: rotate(180deg);
}

/* Question Mark for Participant Center FAQs */
.participant-center details summary .details-summary-link {
  display: inherit;
  margin-left: 10px;
  margin-top: 0;
}
.participant-center details summary::before {
  background-image: url(/sites/default/files/2024-08/question_mark.png);
  background-repeat: no-repeat;
  background-color: #277E8B;
  border-radius: 50%;
  content: "";
  background-size: 30px 28px;
  width: 30px;
  height: 30px;
  position: relative;
  top: -5px;
  right: 5px;
  display: inline-block;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
}

/* Indentation */
.ndws-indent {
  padding: 30px;
  background-color: #F4F4F4;
  margin-bottom: 10px;
}
.ndws-indent p {
  margin: 0;
}

.participant-center-indent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pc-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pc-logo-wrapper > div {
  text-align: center;
  margin-top: 15px;
}
.pc-logo-wrapper > div .logo-2 img {
  max-height: 100px;
  width: auto;
}
.pc-logo-wrapper img {
  max-width: 300px;
  height: auto;
}

/* General Buttons */
.button-one {
  background-color: #fbb349;
  border: 3px solid #ED913C;
  border-radius: 7px;
  height: 50px;
  padding: 10px 15px;
  margin-right: 15px;
  font-weight: bold;
  width: 250px;
  text-align: center;
}
.button-one a {
  color: #444544;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 30px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
}

/* Pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #277E8B;
  border-color: #277E8B;
}

.js-pager__items li a {
  color: #277E8B;
}

/* Learn More Widget */
.learn-more-widget-wrapper {
  padding: 20px 0;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.learn-more-widget-wrapper .learn-more-widget {
  border: 2px solid #277E8B;
  background-color: #d6ecef;
  border-radius: 7px;
  min-width: 120px;
  padding: 8px 10px 6px 10px;
  height: auto;
  align-content: center;
}
.learn-more-widget-wrapper .learn-more-widget a {
  font-size: 20px;
  font-weight: 700;
  color: #2724cc;
  text-decoration: underline;
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 25px;
}
.learn-more-widget-wrapper .learn-more-widget-text {
  align-content: center;
  line-height: 24px;
}

body {
  font-family: "greycliff-cf";
}

p a {
  text-decoration: underline;
}

/* site max width to 1280 */
.navbar {
  max-width: 1280px;
}

.main-container {
  max-width: 1280px;
  min-height: 30em;
}

@media (max-width: 767px) {
  .main-container {
    min-height: auto;
  }
}
h1 {
  color: #444544;
  font-size: 40px;
  font-weight: 700;
}

h2 {
  color: #277E8B;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  color: #444544;
  font-size: 28px;
  font-weight: 700;
}

h4 {
  color: #444544;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

li p:last-child {
  margin-bottom: 10px;
}

table th, table td {
  width: 25%;
  border: 1px solid #000000 !important;
  padding: 10px;
}
table th {
  color: #277E8B;
}

[role=complementary] {
  position: sticky;
  top: 20px;
}
@media (max-width: 768px) {
  [role=complementary] {
    position: relative;
    top: 0;
  }
}

.path-frontpage .home-blocks {
  max-width: 1280px;
  margin-top: 20px;
}
.path-frontpage {
  /*Front page*/
}
.path-frontpage .main-container {
  max-width: 1280px;
  margin: auto;
  background: none;
}
.path-frontpage .nia-homepage-banner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 4px solid #fbb349;
}
.path-frontpage .nia-homepage-banner-icon {
  border-radius: 10px 0 0 10px;
  flex: 33%;
  background-color: #f4f4f4;
  padding: 30px 0;
}
.path-frontpage .nia-homepage-banner-icon img {
  width: 100%;
  height: auto;
}
.path-frontpage .nia-homepage-banner-text {
  background-color: #F4F4F4;
  height: auto;
  border-radius: 0 10px 10px 0;
  padding: 30px 20px;
  flex: 77%;
}
.path-frontpage .nia-homepage-banner h1 {
  color: #277E8B;
  font-weight: 700;
  font-size: 40px;
  margin: 15px 0;
}
.path-frontpage .nia-homepage-banner-text p {
  font-size: 21px;
  line-height: 26px;
}
@media (max-width: 1050px) {
  .path-frontpage .nia-homepage-banner h1 {
    font-size: 20px;
  }
  .path-frontpage .nia-homepage-banner-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .path-frontpage .nia-homepage-banner-icon {
    display: none;
  }
}
.path-frontpage .nia-homepage-card,
.path-frontpage section.home-blocks section.center-home {
  border: 3px solid #93CED7;
  background-color: #d6ecef;
  box-shadow: none;
  border-radius: 10px;
}
.path-frontpage .nia-homepage-card h2 {
  font-size: 21px;
  font-weight: 600;
  color: #444544;
}
.path-frontpage .nia-homepage-card p {
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #444544;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 95px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 84px;
  background-position-x: left;
  background-position-y: top;
  min-height: 100px;
}
.path-frontpage section.home-blocks section.leftside-home,
.path-frontpage section.home-blocks section.center-home,
.path-frontpage section.home-blocks section.rightside-home {
  width: 31.3%;
  min-height: 270px;
  padding: 0 25px 30px;
}
@media (max-width: 722px) {
  .path-frontpage section.home-blocks section.leftside-home,
  .path-frontpage section.home-blocks section.center-home,
  .path-frontpage section.home-blocks section.rightside-home {
    margin: 0 auto;
    width: 100%;
  }
}
.path-frontpage section#block-home2blockgroups {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 722px) {
  .path-frontpage section#block-home2blockgroups {
    gap: 20px;
  }
}
.path-frontpage section.home-blocks section.leftside-home,
.path-frontpage section.home-blocks section.center-home,
.path-frontpage section.home-blocks section.rightside-home {
  margin-bottom: 25px !important;
}
.path-frontpage section.home-blocks section.leftside-home .field--name-body,
.path-frontpage section.home-blocks section.center-home .field--name-body,
.path-frontpage section.home-blocks section.rightside-home .field--name-body {
  height: 100%;
}
.path-frontpage section.home-blocks section.leftside-home .field--name-body > div,
.path-frontpage section.home-blocks section.center-home .field--name-body > div,
.path-frontpage section.home-blocks section.rightside-home .field--name-body > div {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.path-frontpage section.home-blocks section.leftside-home .field--name-body > div p,
.path-frontpage section.home-blocks section.center-home .field--name-body > div p,
.path-frontpage section.home-blocks section.rightside-home .field--name-body > div p {
  flex-grow: 1;
}
.path-frontpage section.home-blocks section.leftside-home .field--name-body > div .home-readmore,
.path-frontpage section.home-blocks section.center-home .field--name-body > div .home-readmore,
.path-frontpage section.home-blocks section.rightside-home .field--name-body > div .home-readmore {
  align-self: flex-end;
  display: inline-block;
}
.path-frontpage .key-practice p {
  background-image: url(/sites/default/files/2024-03/homepage-surveys-key-practice-icon.png);
}
.path-frontpage .data-resource p {
  background-image: url(/sites/default/files/2024-03/homepage-data-resource-icon.png);
}
.path-frontpage .taking-survey p {
  background-image: url(/sites/default/files/2024-03/homepage-taking-survey-icon.png);
}
.path-frontpage .home-readmore {
  background-color: #fbb349;
  border: 3px solid #ED913C;
  padding: 5px 10px 2px 10px;
  border-radius: 7px;
}
.path-frontpage .home-readmore a {
  color: #444544;
  font-size: 18px;
  font-weight: 700;
}
.path-frontpage section.center-home p {
  background-size: 96px;
  padding-left: 108px;
}
.path-frontpage section.rightside-home p {
  background-size: 96px;
  padding-left: 108px;
}

.about-who-we-are,
.about-administrative-core,
.about-survey-design-core,
.about-data-linkage-core,
.about-data-collection-core,
.about-pilot-grants-core,
.pilot-grants-pilot-grant-awardees {
  /*     [role=complementary] {
        position: sticky;
        top: 20px;
        @media (max-width: 768px) {
            position: relative;
            top: 0;
        }
    } */
}
.about-who-we-are .views-element-container .view-content .item-list h2.grouping-header,
.about-administrative-core .views-element-container .view-content .item-list h2.grouping-header,
.about-survey-design-core .views-element-container .view-content .item-list h2.grouping-header,
.about-data-linkage-core .views-element-container .view-content .item-list h2.grouping-header,
.about-data-collection-core .views-element-container .view-content .item-list h2.grouping-header,
.about-pilot-grants-core .views-element-container .view-content .item-list h2.grouping-header,
.pilot-grants-pilot-grant-awardees .views-element-container .view-content .item-list h2.grouping-header {
  font-size: 24px;
  text-transform: uppercase;
  color: inherit;
}
.about-who-we-are .views-element-container .view-content .item-list h2.grouping-header[id=""],
.about-administrative-core .views-element-container .view-content .item-list h2.grouping-header[id=""],
.about-survey-design-core .views-element-container .view-content .item-list h2.grouping-header[id=""],
.about-data-linkage-core .views-element-container .view-content .item-list h2.grouping-header[id=""],
.about-data-collection-core .views-element-container .view-content .item-list h2.grouping-header[id=""],
.about-pilot-grants-core .views-element-container .view-content .item-list h2.grouping-header[id=""],
.pilot-grants-pilot-grant-awardees .views-element-container .view-content .item-list h2.grouping-header[id=""] {
  border-bottom: none;
  margin: 0;
}
.about-who-we-are .views-element-container ul,
.about-administrative-core .views-element-container ul,
.about-survey-design-core .views-element-container ul,
.about-data-linkage-core .views-element-container ul,
.about-data-collection-core .views-element-container ul,
.about-pilot-grants-core .views-element-container ul,
.pilot-grants-pilot-grant-awardees .views-element-container ul {
  padding-left: 0;
}
.about-who-we-are .views-element-container ul li,
.about-administrative-core .views-element-container ul li,
.about-survey-design-core .views-element-container ul li,
.about-data-linkage-core .views-element-container ul li,
.about-data-collection-core .views-element-container ul li,
.about-pilot-grants-core .views-element-container ul li,
.pilot-grants-pilot-grant-awardees .views-element-container ul li {
  padding: 20px 20px 20px 20;
}
.about-who-we-are .block-views-blockwho-we-are-block-2,
.about-who-we-are .block-views-blockwho-we-are-block-5,
.about-who-we-are .block-views-blockwho-we-are-block-7,
.about-who-we-are .block-views-blockwho-we-are-block-9,
.about-who-we-are .block-views-blockwho-we-are-block-11,
.about-administrative-core .block-views-blockwho-we-are-block-2,
.about-administrative-core .block-views-blockwho-we-are-block-5,
.about-administrative-core .block-views-blockwho-we-are-block-7,
.about-administrative-core .block-views-blockwho-we-are-block-9,
.about-administrative-core .block-views-blockwho-we-are-block-11,
.about-survey-design-core .block-views-blockwho-we-are-block-2,
.about-survey-design-core .block-views-blockwho-we-are-block-5,
.about-survey-design-core .block-views-blockwho-we-are-block-7,
.about-survey-design-core .block-views-blockwho-we-are-block-9,
.about-survey-design-core .block-views-blockwho-we-are-block-11,
.about-data-linkage-core .block-views-blockwho-we-are-block-2,
.about-data-linkage-core .block-views-blockwho-we-are-block-5,
.about-data-linkage-core .block-views-blockwho-we-are-block-7,
.about-data-linkage-core .block-views-blockwho-we-are-block-9,
.about-data-linkage-core .block-views-blockwho-we-are-block-11,
.about-data-collection-core .block-views-blockwho-we-are-block-2,
.about-data-collection-core .block-views-blockwho-we-are-block-5,
.about-data-collection-core .block-views-blockwho-we-are-block-7,
.about-data-collection-core .block-views-blockwho-we-are-block-9,
.about-data-collection-core .block-views-blockwho-we-are-block-11,
.about-pilot-grants-core .block-views-blockwho-we-are-block-2,
.about-pilot-grants-core .block-views-blockwho-we-are-block-5,
.about-pilot-grants-core .block-views-blockwho-we-are-block-7,
.about-pilot-grants-core .block-views-blockwho-we-are-block-9,
.about-pilot-grants-core .block-views-blockwho-we-are-block-11,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-2,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-5,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-7,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-9,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-11 {
  background-color: #F4F4F4;
  border: 2px solid #D9D9D9;
  padding: 15px;
  margin-top: 20px;
  border-radius: 3px;
}
.about-who-we-are .block-views-blockwho-we-are-block-1,
.about-who-we-are .block-views-blockwho-we-are-block-3,
.about-who-we-are .block-views-blockwho-we-are-block-4,
.about-who-we-are .block-views-blockwho-we-are-block-6,
.about-who-we-are .block-views-blockwho-we-are-block-8,
.about-who-we-are .block-views-blockwho-we-are-block-10,
.about-who-we-are .block-views-blockwho-we-are-block-12,
.about-administrative-core .block-views-blockwho-we-are-block-1,
.about-administrative-core .block-views-blockwho-we-are-block-3,
.about-administrative-core .block-views-blockwho-we-are-block-4,
.about-administrative-core .block-views-blockwho-we-are-block-6,
.about-administrative-core .block-views-blockwho-we-are-block-8,
.about-administrative-core .block-views-blockwho-we-are-block-10,
.about-administrative-core .block-views-blockwho-we-are-block-12,
.about-survey-design-core .block-views-blockwho-we-are-block-1,
.about-survey-design-core .block-views-blockwho-we-are-block-3,
.about-survey-design-core .block-views-blockwho-we-are-block-4,
.about-survey-design-core .block-views-blockwho-we-are-block-6,
.about-survey-design-core .block-views-blockwho-we-are-block-8,
.about-survey-design-core .block-views-blockwho-we-are-block-10,
.about-survey-design-core .block-views-blockwho-we-are-block-12,
.about-data-linkage-core .block-views-blockwho-we-are-block-1,
.about-data-linkage-core .block-views-blockwho-we-are-block-3,
.about-data-linkage-core .block-views-blockwho-we-are-block-4,
.about-data-linkage-core .block-views-blockwho-we-are-block-6,
.about-data-linkage-core .block-views-blockwho-we-are-block-8,
.about-data-linkage-core .block-views-blockwho-we-are-block-10,
.about-data-linkage-core .block-views-blockwho-we-are-block-12,
.about-data-collection-core .block-views-blockwho-we-are-block-1,
.about-data-collection-core .block-views-blockwho-we-are-block-3,
.about-data-collection-core .block-views-blockwho-we-are-block-4,
.about-data-collection-core .block-views-blockwho-we-are-block-6,
.about-data-collection-core .block-views-blockwho-we-are-block-8,
.about-data-collection-core .block-views-blockwho-we-are-block-10,
.about-data-collection-core .block-views-blockwho-we-are-block-12,
.about-pilot-grants-core .block-views-blockwho-we-are-block-1,
.about-pilot-grants-core .block-views-blockwho-we-are-block-3,
.about-pilot-grants-core .block-views-blockwho-we-are-block-4,
.about-pilot-grants-core .block-views-blockwho-we-are-block-6,
.about-pilot-grants-core .block-views-blockwho-we-are-block-8,
.about-pilot-grants-core .block-views-blockwho-we-are-block-10,
.about-pilot-grants-core .block-views-blockwho-we-are-block-12,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-1,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-3,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-4,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-6,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-8,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-10,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-12 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 15px;
  margin-top: 0;
  border-radius: 3px;
}
.about-who-we-are .block-views-blockwho-we-are-block-3,
.about-administrative-core .block-views-blockwho-we-are-block-3,
.about-survey-design-core .block-views-blockwho-we-are-block-3,
.about-data-linkage-core .block-views-blockwho-we-are-block-3,
.about-data-collection-core .block-views-blockwho-we-are-block-3,
.about-pilot-grants-core .block-views-blockwho-we-are-block-3,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-3 {
  padding-top: 0;
}
.about-who-we-are .block-views-blockwho-we-are-block-1,
.about-administrative-core .block-views-blockwho-we-are-block-1,
.about-survey-design-core .block-views-blockwho-we-are-block-1,
.about-data-linkage-core .block-views-blockwho-we-are-block-1,
.about-data-collection-core .block-views-blockwho-we-are-block-1,
.about-pilot-grants-core .block-views-blockwho-we-are-block-1,
.pilot-grants-pilot-grant-awardees .block-views-blockwho-we-are-block-1 {
  padding-bottom: 0;
}
.about-who-we-are .bio-image,
.about-administrative-core .bio-image,
.about-survey-design-core .bio-image,
.about-data-linkage-core .bio-image,
.about-data-collection-core .bio-image,
.about-pilot-grants-core .bio-image,
.pilot-grants-pilot-grant-awardees .bio-image {
  text-align: center;
}
.about-who-we-are .bio-image img,
.about-administrative-core .bio-image img,
.about-survey-design-core .bio-image img,
.about-data-linkage-core .bio-image img,
.about-data-collection-core .bio-image img,
.about-pilot-grants-core .bio-image img,
.pilot-grants-pilot-grant-awardees .bio-image img {
  border-radius: 50%;
  display: inline-block;
}
.about-who-we-are .bio-area-title,
.about-administrative-core .bio-area-title,
.about-survey-design-core .bio-area-title,
.about-data-linkage-core .bio-area-title,
.about-data-collection-core .bio-area-title,
.about-pilot-grants-core .bio-area-title,
.pilot-grants-pilot-grant-awardees .bio-area-title {
  font-size: 21px;
  font-weight: 700;
  color: #444544;
}
.about-who-we-are .bio-link,
.about-administrative-core .bio-link,
.about-survey-design-core .bio-link,
.about-data-linkage-core .bio-link,
.about-data-collection-core .bio-link,
.about-pilot-grants-core .bio-link,
.pilot-grants-pilot-grant-awardees .bio-link {
  margin-bottom: 8px;
  margin-top: 10px;
}
.about-who-we-are .bio-link a,
.about-administrative-core .bio-link a,
.about-survey-design-core .bio-link a,
.about-data-linkage-core .bio-link a,
.about-data-collection-core .bio-link a,
.about-pilot-grants-core .bio-link a,
.pilot-grants-pilot-grant-awardees .bio-link a {
  font-size: 26px;
  font-weight: 700;
  color: #2724CC;
  text-decoration: underline;
  background-image: url(/sites/default/files/2024-04/bio-link-icon.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 30px;
}
.about-who-we-are .bio-link span,
.about-administrative-core .bio-link span,
.about-survey-design-core .bio-link span,
.about-data-linkage-core .bio-link span,
.about-data-collection-core .bio-link span,
.about-pilot-grants-core .bio-link span,
.pilot-grants-pilot-grant-awardees .bio-link span {
  font-size: 26px;
  font-weight: 700;
}
.about-who-we-are .bio-title,
.about-administrative-core .bio-title,
.about-survey-design-core .bio-title,
.about-data-linkage-core .bio-title,
.about-data-collection-core .bio-title,
.about-pilot-grants-core .bio-title,
.pilot-grants-pilot-grant-awardees .bio-title {
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 10px;
}
.about-who-we-are .bio-description,
.about-administrative-core .bio-description,
.about-survey-design-core .bio-description,
.about-data-linkage-core .bio-description,
.about-data-collection-core .bio-description,
.about-pilot-grants-core .bio-description,
.pilot-grants-pilot-grant-awardees .bio-description {
  font-size: 18px;
  font-weight: 400;
  color: #444544;
}
.about-who-we-are .acknowledgement,
.about-administrative-core .acknowledgement,
.about-survey-design-core .acknowledgement,
.about-data-linkage-core .acknowledgement,
.about-data-collection-core .acknowledgement,
.about-pilot-grants-core .acknowledgement,
.pilot-grants-pilot-grant-awardees .acknowledgement {
  margin-top: 50px;
  padding: 20px;
  padding-bottom: 0px;
  background-color: #F4F4F4;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #444544;
  font-style: italic;
}
.about-who-we-are .acknowledgement ul,
.about-administrative-core .acknowledgement ul,
.about-survey-design-core .acknowledgement ul,
.about-data-linkage-core .acknowledgement ul,
.about-data-collection-core .acknowledgement ul,
.about-pilot-grants-core .acknowledgement ul,
.pilot-grants-pilot-grant-awardees .acknowledgement ul {
  padding-left: 1.5em;
}
.about-who-we-are .logo-image,
.about-administrative-core .logo-image,
.about-survey-design-core .logo-image,
.about-data-linkage-core .logo-image,
.about-data-collection-core .logo-image,
.about-pilot-grants-core .logo-image,
.pilot-grants-pilot-grant-awardees .logo-image {
  width: 150px;
  float: left;
}
.about-who-we-are .logo-image.rti-logo img,
.about-administrative-core .logo-image.rti-logo img,
.about-survey-design-core .logo-image.rti-logo img,
.about-data-linkage-core .logo-image.rti-logo img,
.about-data-collection-core .logo-image.rti-logo img,
.about-pilot-grants-core .logo-image.rti-logo img,
.pilot-grants-pilot-grant-awardees .logo-image.rti-logo img {
  width: 156px;
}
.about-who-we-are .logo-image.dlh-logo img,
.about-administrative-core .logo-image.dlh-logo img,
.about-survey-design-core .logo-image.dlh-logo img,
.about-data-linkage-core .logo-image.dlh-logo img,
.about-data-collection-core .logo-image.dlh-logo img,
.about-pilot-grants-core .logo-image.dlh-logo img,
.pilot-grants-pilot-grant-awardees .logo-image.dlh-logo img {
  width: 118px;
}

.survey-tiles .survey-tiles-item {
  border: 2px solid #93CED7;
  background-color: #d6ecef;
  box-shadow: none;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 20px;
}
.survey-tiles .survey-tile-icon {
  text-align: center;
}
.survey-tiles .survey-tile-label {
  font-size: 18px;
  color: #444544;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.survey-tiles .survey-tile-label a {
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  text-decoration: none;
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 30px;
}

/* .surveys-and-data-survey-questionnaires,
.surveys-and-data-data-linkages,
.surveys-and-data-how-to-access-data,
.surveys-and-data-surveys {
    [role=complementary] {
        position: sticky;
        top: 20px;
        @media (max-width: 768px) {
            position: relative;
            top: 0;
        }
    }
} */
@media (min-width: 768px) {
  .row.survey-tiles {
    display: flex;
    flex-wrap: wrap;
  }
  .row.survey-tiles .survey-tiles-item {
    height: 100%;
    padding-bottom: 0px;
  }
}
.surveys-and-data-surveys .bs-surveys .nav-tabs,
.pilot-grants-pilot-grant-awardees .bs-surveys .nav-tabs {
  margin-bottom: 0;
  border-bottom: 0;
}
.surveys-and-data-surveys .bs-surveys .nav-tabs li a,
.pilot-grants-pilot-grant-awardees .bs-surveys .nav-tabs li a {
  color: #444544;
  font-weight: 600;
  border-color: #B0B0B0;
}
.surveys-and-data-surveys .bs-surveys .nav-tabs li.active a,
.pilot-grants-pilot-grant-awardees .bs-surveys .nav-tabs li.active a {
  color: #444544;
  font-weight: 800;
  background-color: #d6ecef;
  border-bottom: 3px solid #277E8B;
  padding-bottom: 10px;
  border-color: inherit;
}
.surveys-and-data-surveys .bs-surveys .tab-content .tab-content-wrapper,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .tab-content-wrapper {
  background-color: #F4F4F4;
  padding: 30px 20px;
}
.surveys-and-data-surveys .bs-surveys .tab-content .tab-content-wrapper h2,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .tab-content-wrapper h2 {
  font-size: 21px;
  font-weight: 700;
  color: #444544;
}
.surveys-and-data-surveys .bs-surveys .tab-content .survey-tiles,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .survey-tiles {
  background-color: #ffffff;
  padding: 10px;
  margin: 5px 0;
}
.surveys-and-data-surveys .bs-surveys .tab-content .survey-tiles .col-sm-2,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .survey-tiles .col-sm-2 {
  width: 145px;
}
.surveys-and-data-surveys .bs-surveys .tab-content .survey-tiles .survey-tiles-item,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .survey-tiles .survey-tiles-item {
  min-width: 125px;
  height: 120px;
}
.surveys-and-data-surveys .bs-surveys .tab-content .survey-tiles h2,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .survey-tiles h2 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #277E8B;
}
.surveys-and-data-surveys .bs-surveys .tab-content .survey-tiles h3,
.pilot-grants-pilot-grant-awardees .bs-surveys .tab-content .survey-tiles h3 {
  font-size: 18px;
  font-weight: 700;
}

.surveys-and-data-how-to-access-data .list-disc li {
  list-style-type: disc;
}
.surveys-and-data-how-to-access-data .list-no-indent {
  padding: 10px 0 15px 0;
}
.surveys-and-data-how-to-access-data ol > li::marker {
  font-weight: bold;
}

.resources h3 {
  font-size: 21px;
}
.resources {
  /* Button */
}
.resources .resources-button-wrapper {
  padding: 20px 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  display: flex;
  width: 100%;
}
.resources .resources-button-wrapper .resources-button {
  border: 2px solid #277E8B;
  background-color: #d6ecef;
  border-radius: 7px;
  align-content: center;
  height: 44px;
}
.resources .resources-button-wrapper .resources-button a {
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  text-decoration: none;
  padding: 14px 10px;
}
@media (max-width: 400px) {
  .resources .resources-button-wrapper .resources-button a {
    font-size: 16px;
  }
}
.resources .resources-button-wrapper .resources-button-text {
  align-content: center;
  line-height: 24px;
}

/* Resources Video Library */
.resources-video-library .form-inline .radio input[type=radio], .resources-video-library .form-inline .checkbox input[type=checkbox],
.resources-publications .form-inline .radio input[type=radio],
.resources-publications .form-inline .checkbox input[type=checkbox] {
  position: relative;
  margin-left: -20px !important;
  margin-right: 5px;
  margin-top: 0px;
}
.resources-video-library h2,
.resources-publications h2 {
  color: #444544;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.resources-video-library label[for=edit-title],
.resources-video-library label[for=edit-title--2],
.resources-publications label[for=edit-title],
.resources-publications label[for=edit-title--2] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.resources-video-library legend,
.resources-publications legend {
  background-color: #d9d9d9;
}
.resources-video-library .fieldset-legend,
.resources-publications .fieldset-legend {
  margin-left: 4px;
}
.resources-video-library .fieldset-wrapper,
.resources-publications .fieldset-wrapper {
  margin-left: 4px;
  margin-top: 6px;
}
.resources-video-library [data-drupal-selector=edit-field-news-event-type-target-id],
.resources-publications [data-drupal-selector=edit-field-news-event-type-target-id] {
  border: 1px solid #d9d9d9;
  margin-top: 15px;
}
.resources-video-library .btn-info,
.resources-video-library .btn-danger,
.resources-publications .btn-info,
.resources-publications .btn-danger {
  background-color: #fbb349;
  border: 3px solid #ED913C;
  color: #000000;
}
.resources-video-library .btn-info:hover, .resources-video-library .btn-info:focus,
.resources-video-library .btn-danger:hover,
.resources-video-library .btn-danger:focus,
.resources-publications .btn-info:hover,
.resources-publications .btn-info:focus,
.resources-publications .btn-danger:hover,
.resources-publications .btn-danger:focus {
  color: #000000;
}
.resources-video-library .form-actions .btn,
.resources-publications .form-actions .btn {
  margin-bottom: 10px;
  margin-top: 0;
}
.resources-video-library [data-drupal-selector=edit-title],
.resources-publications [data-drupal-selector=edit-title] {
  width: 100%;
}
.resources-video-library .serp-list a,
.resources-publications .serp-list a {
  font-size: 26px;
  color: #444544;
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
}
.resources-video-library .serp-list a:hover,
.resources-publications .serp-list a:hover {
  text-decoration: none;
}
.resources-video-library .serp-list h2,
.resources-publications .serp-list h2 {
  margin-bottom: 5px;
}
.resources-video-library .news-events-image,
.resources-publications .news-events-image {
  width: 171px;
  height: 171px;
  border: 2px solid #93CED7;
  background-color: #d6ecef;
  box-shadow: none;
  border-radius: 2px;
  padding: 17px 0 0 17px;
  margin-left: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1130px) {
  .resources-video-library .news-events-image,
  .resources-publications .news-events-image {
    margin-left: 0;
  }
}
.resources-video-library .news-events-image img,
.resources-publications .news-events-image img {
  height: 129px;
}
.resources-video-library .news-event-date,
.resources-video-library .field--name-field-news-event-date,
.resources-publications .news-event-date,
.resources-publications .field--name-field-news-event-date {
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: none;
}
.resources-video-library .news-event-body,
.resources-publications .news-event-body {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: none;
}
.resources-video-library .collapsiblockTitle button,
.resources-publications .collapsiblockTitle button {
  background-position: right 0.5em;
}

body[class*=resources-video-library] .views-field-field-video-date,
body[class*=resources-video-library] .field--name-field-video-date {
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
}
body[class*=resources-video-library] .field--name-field-youtube-video {
  margin-top: 30px;
}
body[class*=resources-video-library] .field--name-body {
  width: 80%;
}
body[class*=resources-video-library] {
  /* Return to Video Library Button Block */
}
body[class*=resources-video-library] .return-wrapper {
  padding: 20px 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  display: flex;
  width: 100%;
}
body[class*=resources-video-library] .return-wrapper .return {
  border: 2px solid #277E8B;
  background-color: #d6ecef;
  border-radius: 7px;
  align-content: center;
  height: 44px;
}
body[class*=resources-video-library] .return-wrapper .return a {
  font-size: 20px;
  font-weight: 700;
  color: #444544;
  text-decoration: none;
  padding: 14px 10px;
}
@media (max-width: 400px) {
  body[class*=resources-video-library] .return-wrapper .return a {
    font-size: 16px;
  }
}
body[class*=resources-video-library] .return-wrapper .return-text {
  align-content: center;
  line-height: 24px;
}

/* FAQs */
.resources-frequently-asked-questions .panel-group .panel-default .panel-heading .panel-title:before {
  background-image: none;
  width: 0;
}
.resources-frequently-asked-questions .panel-group .panel-default .panel-heading .panel-title a {
  padding-left: 0;
}
.resources-frequently-asked-questions .panel-body {
  padding: 15px 30px;
}

/* Publications */
.resources-publications .publications-collection a {
  color: #3B618E;
  font-size: 18px;
}
.resources-publications .views-row {
  margin-top: 20px;
  background-color: #F4F4F4;
}
.resources-publications .views-row .news-event-body {
  margin-top: 20px;
}
.resources-publications .views-row a {
  background-image: url(/sites/default/files/2024-04/external-link-icon-dark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 30px;
}

.pilot-grants-pilot-grant-awardees .pilot-award-grantees-area-title {
  font-size: 26px;
  font-weight: 700;
  color: #277E8B;
}
.pilot-grants-pilot-grant-awardees .item-list ul {
  margin: 0;
}
.pilot-grants-pilot-grant-awardees .item-list ul li {
  padding: 0;
  margin: 0;
  border-top: 20px solid #F4F4F4;
  border-right: 20px solid #F4F4F4;
  border-left: 20px solid #F4F4F4;
}
.pilot-grants-pilot-grant-awardees .item-list ul li:last-child {
  border-bottom: 20px solid #F4F4F4;
}
.pilot-grants-pilot-grant-awardees .item-list ul li .views-field-nothing {
  border: 2px solid #D9D9D9;
  border-radius: 3px;
  padding: 20px;
}
.pilot-grants-pilot-grant-awardees .bs-region--top {
  margin-bottom: 30px;
}
.pilot-grants-pilot-grant-awardees hr {
  border-top: 1px solid #5F6368;
}

.news-events .form-inline .radio input[type=radio], .news-events .form-inline .checkbox input[type=checkbox] {
  position: relative;
  margin-left: -20px !important;
  margin-right: 5px;
  margin-top: 0px;
}
.news-events h2 {
  color: #444544;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-events label[for=edit-title--2],
.news-events label[for=edit-title] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.news-events legend {
  background-color: #d9d9d9;
}
.news-events .fieldset-legend {
  margin-left: 4px;
}
.news-events .fieldset-wrapper {
  margin-left: 4px;
  margin-top: 6px;
}
.news-events [data-drupal-selector=edit-field-news-event-type-target-id] {
  border: 1px solid #d9d9d9;
  margin-top: 15px;
}
.news-events .btn-info,
.news-events .btn-danger {
  background-color: #fbb349;
  border: 3px solid #ED913C;
  color: #000000;
}
.news-events .btn-info:hover, .news-events .btn-info:focus,
.news-events .btn-danger:hover,
.news-events .btn-danger:focus {
  color: #000000;
}
.news-events .form-actions .btn {
  margin-bottom: 10px;
  margin-top: 0px;
}
.news-events [data-drupal-selector=edit-title] {
  width: 100%;
}
.news-events .serp-list a {
  font-size: 26px;
  color: #444544;
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
}
.news-events .serp-list a:hover {
  text-decoration: none;
}
.news-events .serp-list h2 {
  margin-bottom: 5px;
}
.news-events .serp-list .views-field-field-news-event-date,
.news-events .serp-list .field--name-field-news-event-date {
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
}
.news-events .news-events-image {
  width: 171px;
  height: 171px;
  border: 2px solid #93CED7;
  background-color: #d6ecef;
  box-shadow: none;
  border-radius: 2px;
  padding: 17px 0 0 17px;
  margin-left: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1130px) {
  .news-events .news-events-image {
    margin-left: 0;
  }
}
.news-events .news-events-image img {
  height: 129px;
}

.news-event-date,
.field--name-field-news-event-date {
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: none;
}

.news-event-body {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: none;
}

#collapsiblock-wrapper-mpr_exposedformsearch_activitiespage_5 button {
  background-position: right 0.5em;
}

.participant-center .participant-center-indent {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.participant-center .participant-center-video {
  height: 119px;
  width: 100%;
  max-width: 212px;
}
.participant-center .participant-center-video-text {
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .participant-center .participant-center-video-text {
    height: auto;
    padding-top: 20px;
  }
}
.participant-center .logo-1 {
  width: 392px;
  height: 100%;
  margin-left: 20px;
}
.participant-center .logo-2 {
  width: 184px;
  height: 100%;
  margin-top: -15px;
  margin-left: 110px;
}
.participant-center .logo-3 {
  width: 300px;
  height: 100%;
  margin-top: -2px;
  margin-left: 0;
}
@media (max-width: 992px) {
  .participant-center .logo-1,
  .participant-center .logo-2,
  .participant-center .logo-3 {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .participant-center .logo-1 {
    width: 75%;
  }
}

.participant-center-interview-faqs li {
  list-style: inherit;
}

/*# sourceMappingURL=nia-sass.css.map */
