/* Resources for Families, Friends, and Supporters */
/*
Myriad Pro Condensed
====================
Condensed
font-family: myriad-pro-condensed, sans-serif;
font-weight: 400;
font-style: normal;

Condensed Italic
font-family: myriad-pro-condensed, sans-serif;
font-weight: 400;
font-style: italic;

Semibold Condensed
font-family: myriad-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;

Bold Condensed
font-family: myriad-pro-condensed, sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro
==========
Light
font-family: myriad-pro, sans-serif;
font-weight: 300;
font-style: normal;

Regular
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;

Semibold
font-family: myriad-pro, sans-serif;
font-weight: 600;
font-style: normal;

Bold
font-family: myriad-pro, sans-serif;
font-weight: 700;
font-style: normal;
*/
html {
  scroll-behavior: smooth;
}
#main.experience-survey-2023 .page {
  margin-top: 0;
}
#main.experience-survey-2023 {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
}
#main.experience-survey-2023 #header-image {
  border: none;
  width: 100%;
  height: 2rem;
  background: url('images/client-experience-survey-2023/bar.png') no-repeat;
  background-size: cover;
}
#main.experience-survey-2023 .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#main.experience-survey-2023 .entry-header {
  margin-bottom: 2rem;
}
#main.experience-survey-2023 .entry-header h1.entry-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 3.6rem;
  line-height: 1;
}
#main.experience-survey-2023 .entry-header h1.entry-title span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 4.95rem;
}
#main.experience-survey-2023 .header-logo {
  background: url('images/pqw_logo_mark.svg') no-repeat center top;
  background-size: contain;
  aspect-ratio: 1 / 1;
}
#main.experience-survey-2023 section.mass-mail h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  display: inline;
  padding: 0.5em 2em 0.5em 2em;
  color: #fff;
  background: #58A618;
  font-size: 1.5rem;
  margin-right: 0.5em;
}
#main.experience-survey-2023 section.mass-mail h2:nth-child(2) {
  display: none;
}
#main.experience-survey-2023 section.mass-mail h3 {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: inline;
  font-size: 1.75rem;
}
#main.experience-survey-2023 section.mass-mail p {
  color: #58A618;
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
  margin: 0.25em 0 0.75em 0;
  font-size: 6rem;
  line-height: 1;
}
#main.experience-survey-2023 section.mass-mail p strong {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
}
#main.experience-survey-2023 section.full-width-img img {
  width: 100%;
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table {
    flex-wrap: wrap;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table > div {
  width: 50%;
  text-align: center;
  padding-top: 15rem;
  position: relative;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table > div {
    padding-top: 11rem;
    width: 100%;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table > div h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 0 0 0.5em 0;
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table > div p {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 2rem 4rem 2rem;
  line-height: 1.25;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table > div p {
    padding-bottom: 0;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table > div a {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.5em;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table > div a {
    position: relative;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well {
  background: url('images/client-experience-survey-2023/icon-checkmark.svg') no-repeat center 2rem;
  background-size: 11rem;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well {
    background: url('images/client-experience-survey-2023/icon-checkmark.svg') no-repeat center 2rem;
    background-size: 7rem;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well a {
  color: #fff;
  background: #60ac55;
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well a:hover,
#main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well a:active,
#main.experience-survey-2023 section.what-we-do .what-we-do-table .what-we-do-well a:focus {
  color: #fff;
  text-decoration: underline;
  background: #58A618;
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve {
  background: url('images/client-experience-survey-2023/icon-plus.svg') no-repeat center 2rem;
  background-size: 11rem;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve {
    background: url('images/client-experience-survey-2023/icon-plus.svg') no-repeat center 2rem;
    background-size: 7rem;
  }
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve a {
  color: #000;
  background: #99d1d7;
}
#main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve a:hover,
#main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve a:active,
#main.experience-survey-2023 section.what-we-do .what-we-do-table .areas-to-improve a:focus {
  color: #fff;
  text-decoration: underline;
  background: #58A618;
}
#main.experience-survey-2023 section.what-we-do-well-title .title-box {
  text-align: center;
  padding: 1rem;
}
#main.experience-survey-2023 section.what-we-do-well-title.areas-to-improve h2 {
  background: url('images/client-experience-survey-2023/icon-plus.svg') no-repeat 2rem center;
  background-size: 1.25em;
  color: #76777b;
}
#main.experience-survey-2023 section.what-we-do-well-title h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #60ac55;
  font-size: 8rem;
  background: url('images/client-experience-survey-2023/icon-checkmark.svg') no-repeat 2rem center;
  background-size: 1.25em;
  padding: 0.3em 0.3em 0.3em 1.9em;
  margin: 0;
  display: inline-block;
}
@media (max-width: 1199px) {
  #main.experience-survey-2023 section.what-we-do-well-title h2 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.what-we-do-well-title h2 {
    font-size: 5rem;
  }
}
@media (max-width: 577px) {
  #main.experience-survey-2023 section.what-we-do-well-title h2 {
    font-size: 4rem;
  }
}
#main.experience-survey-2023 section.what-we-do-well-circles .circles-table .circle {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  background-color: #e5eee0 !important;
}
#main.experience-survey-2023 section.health-care-services .flex-table > div {
  padding: 2rem;
}
#main.experience-survey-2023 section.health-care-services .flex-table > div h2 {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.health-care-services .flex-table > div h2 {
    font-size: 4rem;
  }
}
#main.experience-survey-2023 section.health-care-services .flex-table > div ul {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.health-care-services .flex-table > div ul {
    font-size: 3rem;
  }
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div {
  padding: 2rem;
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div.upcoming-improvements {
  background-image: url('images/client-experience-survey-2023/chat-bubbles.png');
  background-repeat: no-repeat;
  background-size: 13rem;
  background-position: 97% 2rem;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 section.areas-to-improve-content .flex-table > div.upcoming-improvements {
    background-image: none;
  }
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div.cell-bars {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #76777b;
  font-size: 4rem;
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.areas-to-improve-content .flex-table > div h2 {
    font-size: 5rem;
  }
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div h3 {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.areas-to-improve-content .flex-table > div h3 {
    font-size: 4rem;
  }
}
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div ul,
#main.experience-survey-2023 section.areas-to-improve-content .flex-table > div p {
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #main.experience-survey-2023 section.areas-to-improve-content .flex-table > div ul,
  #main.experience-survey-2023 section.areas-to-improve-content .flex-table > div p {
    font-size: 3rem;
  }
}
#main.experience-survey-2023 .circles-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 1199px) {
  #main.experience-survey-2023 .circles-table {
    flex-wrap: wrap;
  }
}
#main.experience-survey-2023 .circles-table .circle {
  background: #ebf6f7;
  text-align: center;
  padding: 1.5rem;
  width: 20%;
}
@media (max-width: 1199px) {
  #main.experience-survey-2023 .circles-table .circle {
    width: 32%;
  }
}
#main.experience-survey-2023 .circles-table .circle h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.65rem;
  margin: 0 auto 0.75em auto;
}
#main.experience-survey-2023 .circles-table .circle h2.harm-reduction-circle {
  width: 90%;
}
@media (max-width: 1199px) {
  #main.experience-survey-2023 .circles-table .circle h2.harm-reduction-circle {
    width: 100%;
  }
}
#main.experience-survey-2023 .circles-table .circle img {
  width: 90%;
}
#main.experience-survey-2023 .circles-table .circle a {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.65rem;
  color: #000;
  text-decoration: none;
}
#main.experience-survey-2023 .circles-table .circle a:hover,
#main.experience-survey-2023 .circles-table .circle a:active,
#main.experience-survey-2023 .circles-table .circle a:focus {
  color: #408607;
  text-decoration: underline;
}
#main.experience-survey-2023 .bg-blue {
  background-color: #d1eaed !important;
}
#main.experience-survey-2023 .bg-green {
  background-color: #e5eee0 !important;
}
#main.experience-survey-2023 .bg-yellow {
  background-color: #fef2db !important;
}
#main.experience-survey-2023 .bg-red {
  background-color: #f7e8ea !important;
}
#main.experience-survey-2023 .bg-purple {
  background-color: #e4dae8 !important;
}
#main.experience-survey-2023 .uppercase {
  text-transform: uppercase !important;
}
#main.experience-survey-2023 .margin-bot-2 {
  margin-bottom: 2rem !important;
}
#main.experience-survey-2023 .flex-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
}
#main.experience-survey-2023 .flex-table .cell-30 {
  width: 30%;
}
#main.experience-survey-2023 .flex-table .cell-40 {
  width: 40%;
}
#main.experience-survey-2023 .flex-table .cell-50 {
  width: 50%;
}
#main.experience-survey-2023 .flex-table .cell-60 {
  width: 60%;
}
#main.experience-survey-2023 .flex-table .cell-70 {
  width: 70%;
}
#main.experience-survey-2023 .flex-table .cell-100 {
  width: 100%;
}
@media (max-width: 991px) {
  #main.experience-survey-2023 .flex-table .cell-sm-50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #main.experience-survey-2023 .flex-table {
    flex-wrap: wrap;
  }
  #main.experience-survey-2023 .flex-table .cell-mob-100 {
    width: 100%;
  }
}
