body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  color: #1E1E1E;
}
.wrapper {
  padding: 0;
}
h1 {
  font-family: "Parkinsans", sans-serif;
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.18rem;
}
h2 {
  color: #1D478D;
  font-family: "Parkinsans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.09rem;
  margin-bottom: 1.5rem;
}
h3 {
  color: #1D478D;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03rem;
  margin-bottom: 1.62rem;
}
h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03rem;
  margin-bottom: 1.12rem;
}
h5 {
  font-family: "Parkinsans", sans-serif;
  color: #1D478D;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.03rem;
  margin-bottom: 0.5rem;
}
a {
  text-decoration: none;
  transition: 0.5s ease-in-out !important;
  color: #4E78BD;
}
a:hover {
  color: #1D478D;
}
.graybg {
  background: #F1F4FA;
}
.whitebg {
  background: #fff;
}
.radius {
  border-radius: 1.25rem;
}
.button {
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02rem;
}
.greenbtn {
  background: #DADD24;
  color: #1D478D !important;
}
.greenbtn:hover {
  background: #E9EB9B;
  color: #1D478D;
}
.bluebtn {
  background: #1D478D;
  color: #fff;
}
.bluebtn:hover {
  background: #16366b;
  color: #fff;
}
.outlinebtn {
  border: 2px solid #fff;
  color: #fff;
}
.outlinebtn:hover {
  background: #fff;
  color: #1D478D;
}
.navbar {
  padding-left: 4rem;
  padding-right: 1rem;
  padding-top: 0;
}
.navbar-brand img {
  width: 10.63rem;
}
.top-nav {
  margin-top: 1rem;
}
#menu-top-navigation {
  list-style-type: none;
  display: inline-flex;
  gap: 4rem;
  margin-bottom: 0;
  margin-right: 4rem;
}
#menu-top-navigation li,
.top-nav p {
  font-family: "Parkinsans", sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01863rem;
}
#menu-top-navigation a,
.top-nav p {
  color: #767676;
}
#menu-top-navigation a:hover {
  color: #1E1E1E;
}
.announcements-wrapper {
  background: #1D478D;
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}
.announcements .splide__arrow--prev {
  right: 3rem;
  left: unset;
}
.announcements .splide__arrow {
  background: transparent;
  color: #fff;
}
.announcements {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}
.announcements a {
  color: #C9E9F6;
  text-decoration: underline;
}
.announcements a:hover {
  color: #40A1E9;
}
.navbar > .container-fluid {
  align-items: flex-end;
}
.mega-block-title {
  font-weight: 600 !important;
  line-height: 120%;
  letter-spacing: -0.03rem;
}
.widget_nav_menu ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.widget_nav_menu li {
  line-height: 120%;
  letter-spacing: -0.01863rem;
  margin-bottom: 1.25rem;
  font-weight: 500 !important;
}
.widget_nav_menu li:hover {
  font-weight: 600 !important;
}
.home-hero {
  padding-top: 8.66rem;
  padding-bottom: 15rem;
}
.home-hero h1 {
  max-width: 50.5rem;
  margin-bottom: 1.62rem;
}
.home-hero p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03rem;
  margin-bottom: 1.5rem;
}
#lib-search-input {
  width: 41.5rem;
  max-width: 80%;
  height: 2.1875rem;
  border-radius: 0.5rem;
  border: 0;
  margin-right: 1.5rem;
}
#lib-search-btn {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #DADD24;
  border: 0;
  color: #1D478D;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02rem;
  transition: 0.5s ease-in-out;
}
#lib-search-btn:hover {
  background: #E9EB9B;
}
.lib-radio-row {
  color: #fff;
  margin-top: 1.5rem;
  font-family: "Parkinsans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02rem;
}
.lib-radio-label {
  margin-right: 1.12rem;
}
.quicklinks {
  background: #C9E9F6;
}
.quicklinks .row {
  background: #fff;
  margin-top: -6.2rem;
  padding: 2rem 3rem;
  margin-bottom: 7.8rem;
  border-radius: 1.25rem;
}
.quicklinks i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.quicklinks p {
  margin-bottom: 0;
  color: #1D478D;
  font-family: "Parkinsans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02rem;
}
.quicklinks a {
  padding: 1rem;
  display: block;
}
.quicklinks a:hover {
  background: #ecf7fc;
  border-radius: 1.25rem;
  overflow: hidden;
}
.quicklinks .quicklink:nth-child(6n+1) .quickbtn i {
  color: #85B950;
}
.quicklinks .quicklink:nth-child(6n+2) .quickbtn i {
  color: #40A1E9;
}
.quicklinks .quicklink:nth-child(6n+3) .quickbtn i {
  color: #804E6F;
}
.quicklinks .quicklink:nth-child(6n+4) .quickbtn i {
  color: #1D478D;
}
.quicklinks .quicklink:nth-child(6n+5) .quickbtn i {
  color: #E2571B;
}
.quicklinks .quicklink:nth-child(6n+6) .quickbtn i {
  color: #960500;
}
.happening {
  background: #C9E9F6;
  padding-bottom: 8rem;
}
.happening h2 {
  margin-bottom: 6rem;
}
.digital-home {
  background: #F1F4FA;
  padding-top: 9.25rem;
  padding-bottom: 8.31rem;
}
.digital-slider {
  margin-top: 4rem;
}
.digital-box {
  text-align: center;
}
.digital-box .whitebg {
  padding: 5.5rem 3rem 3rem 3rem;
  height: 83%;
}
.digital-box img {
  width: 8rem;
  height: 8rem;
  margin-bottom: -4rem;
}
.digital-box p {
  margin-bottom: 2rem;
}
.digital-slider .splide__arrow--prev {
  left: -0.75rem;
}
.digital-slider .splide__arrow--next {
  right: -0.75rem;
}
.programs-home {
  padding-top: 6.75rem;
  padding-bottom: 8rem;
}
.program-box div {
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  color: #fff;
}
.program-box h4 {
  margin-bottom: 0.75rem;
}
.program-box .text {
  max-width: 11rem;
  text-wrap: balance;
}
.calendar-home {
  background: #F1F4FA;
  padding-top: 6.75rem;
  padding-bottom: 8rem;
}
.full-calendar-button {
  display: none !important;
}
.support-home {
  padding-top: 9rem;
  padding-bottom: 25rem;
  background: linear-gradient(180deg, #1D478D 0%, rgba(29, 71, 141, 0) 182.52%), url('/wp-content/uploads/2026/03/supportbg.webp') no-repeat center bottom;
  background-size: cover;
}
.support-home h2,
.support-home h4,
.support-home p {
  color: #fff;
}
.support-home i {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.support-box .inner {
  height: 100%;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  padding: 1.5rem;
}
.upcoming-slides .splide__slide {
  background: #fff;
  border-radius: 1.25rem;
}
.upcoming-slides .row {
  height: 100%;
}
.upcoming-slides img {
  border: 7px solid #fff;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upcoming-slides h2 {
  font-size: 2.4rem;
}
.upcoming-slides .splide__pagination {
  bottom: -3.5rem;
}
.upcoming-slides .splide__pagination__page {
  background: rgba(255, 255, 255, 0.8);
}
.upcoming-slides .splide__pagination__page.is-active {
  background: #fff;
}
.upcoming-slides h4 {
  color: #636363;
}
.upcoming-slides .time {
  color: #4E78BD;
  font-family: "Parkinsans", sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02rem;
  font-size: 1rem;
}
.upcoming-slides p {
  font-size: 0.9rem;
}
.splide__pagination__page {
  height: 0.75rem;
  margin: 0.5rem;
  width: 0.75rem;
}
.secondary-hero {
  padding-top: 24rem;
  padding-bottom: 3rem;
}
.basic-inner {
  padding-top: 6.5rem;
  padding-bottom: 12rem;
}
.staff h2,
.outreach h2,
.service-box {
  margin-bottom: 4rem;
}
.staff-box h3,
.borrow h3,
li {
  margin-bottom: 0.75rem;
}
.staff-box strong,
.borrowing strong,
.residents-text strong,
.setting strong,
.board-meetings-grid strong {
  font-weight: 600;
}
.staff-box p {
  font-weight: 500;
}
.staff-box a {
  color: #1E1E1E;
}
.staff-box a:hover,
.contact-info,
.contact-info a {
  color: #1D478D;
}
#wpgmza_map_1 {
  border-radius: 1.25rem;
  border: 7px solid #FFF;
}
.location i {
  font-size: 1.75rem;
  color: #1D478D;
}
.contact-info a:hover,
.contact-info a:hover i {
  color: #40A1E9;
  transition: 0.5s ease-in-out;
}
.message {
  padding: 6rem;
}
.trustees-top {
  padding-top: 6.3rem;
  padding-bottom: 3.4rem;
  background: #C9E9F6;
}
.trustees-top img {
  border-radius: 1.25rem;
  border: 7px solid #fff;
  margin-bottom: -7rem;
}
.trustees-top a {
  text-decoration: underline;
  font-weight: 700;
  color: #1E1E1E;
}
.trustees-top h2 {
  margin-bottom: 2.75rem;
}
.trustees-list {
  padding-top: 6.7rem;
  padding-bottom: 7.6rem;
  background: #F1F4FA;
}
.trustees-list h2 {
  margin-bottom: 3.5rem;
}
.meetings {
  padding-top: 8rem;
  padding-bottom: 9.5rem;
}
.board-meeting-item p {
  font-weight: 500;
}
.board-meeting-item a {
  color: #1E1E1E;
}
.board-meeting-item a:hover,
.facetwp-page:hover,
.facetwp-page.active {
  color: #40A1E9;
}
.facetwp-type-pager {
  text-align: center;
}
.facetwp-page {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #1E1E1E;
}
.apply .whitebg {
  padding: 4rem 6rem;
}
span.tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #E6E6E6;
}
.career-inner p + h3,
.career-inner ul + h3 {
  margin-top: 3rem;
}
.job-box .inner {
  height: 100%;
}
.service-boxes {
  margin-top: 4rem;
}
.service-box .inner {
  padding: 3rem 0.75rem;
  height: 100%;
}
.service-box img {
  margin-top: -7rem;
  width: 8rem;
  margin-bottom: 2rem;
}
.page-id-52 .basic-inner .col-11 {
  display: flex;
  justify-content: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent !important;
}
.nav-pills .nav-link h2 {
  color: #CCC;
}
.nav-pills .nav-link:hover h2 {
  color: #d9d9d9;
}
.nav-pills .nav-link.active h2 {
  color: #1D478D;
}
.accordion-button {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 1.07rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.04rem;
}
.accordion-item {
  border-radius: 0 !important;
  border: none;
  border-bottom: 0.07rem solid #DDD;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #666;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%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");
}
.text-balance {
  text-wrap: balance;
}
.donate-top,
.wishlist-top {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.givebox {
  padding: 3rem;
  height: 100%;
}
.givebox p strong {
  color: #1D478D;
  font-weight: 700;
}
.give {
  padding-top: 5.75rem;
  padding-bottom: 8rem;
}
.material {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  color: #fff;
}
.material h3 {
  color: #fff;
  margin-top: 2.2rem;
}
.donate-policy {
  padding-top: 5.8rem;
  padding-bottom: 9.5rem;
}
.top-photo img {
  border-radius: 1.25rem;
  border: 7px solid #fff;
}
.about-wishlist {
  background: #1D478D;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.material h2,
.about-wishlist h2,
.about-wishlist h3,
.questions-volunteer h2,
.questions-volunteer h3 {
  color: #fff;
}
.questions {
  padding-top: 4.88rem;
  padding-bottom: 6rem;
}
.questions a {
  color: #1E1E1E;
}
.questions strong {
  color: #1D478D;
  font-weight: 700;
}
.questions i,
.volunteer-opp i {
  color: #1D478D;
}
.form-inner {
  padding: 6rem;
}
.form {
  padding-top: 6.25rem;
  padding-bottom: 7.37rem;
}
.questions-volunteer {
  color: #fff;
  padding-top: 4.69rem;
  padding-bottom: 7.94rem;
}
.volunteer-opp {
  padding-top: 5.5rem;
  padding-bottom: 4.13rem;
}
.details strong {
  font-weight: 700;
}
.workers {
  padding-top: 6rem;
  padding-bottom: 9rem;
}
.tasks {
  padding-top: 5.25rem;
  padding-bottom: 5.31rem;
}
.task-box {
  height: 100%;
}
.setting {
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 9.5rem;
}
.setting h2 {
  color: #fff;
}
.membership,
.connected {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.connected li {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03rem;
  margin-bottom: 1.5rem;
}
.connected i {
  margin-right: 0.75rem;
}
.connected a {
  color: #1D478D;
}
.connected a:hover {
  color: #40A1E9;
}
.summer-top {
  padding-top: 6.5rem;
  padding-bottom: 7.5rem;
}
.summer-win {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.summer-bottom {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.pact {
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: #fff;
}
.pact h2 {
  color: #fff;
}
.dig-top {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.dig-project {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.dig-purchase {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #1D478D;
  color: #fff;
}
.dig-purchase h2,
.dig-purchase h3 {
  color: #fff;
}
.dig-author {
  padding-top: 6rem;
  padding-bottom: 11rem;
}
.dig-talk {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.dkbluebg {
  background: #1D478D;
}
.payment-box {
  padding: 8%;
}
.payment-box:nth-child(3n+1) {
  background: #fff;
}
.payment-box:nth-child(3n+2) {
  background: #C9E9F6;
}
.payment-box:nth-child(3n+3) {
  background: #1D478D;
  color: #fff;
}
.payment-box:nth-child(3n+3) h3,
.fax h2,
.reserve,
.reserve h2 {
  color: #fff;
}
.scan,
.room-row,
.rules,
.reserve {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.fax {
  padding-top: 7rem;
  padding-bottom: 12rem;
  color: #fff;
}
.room-row:nth-child(odd) {
  background: #F1F4FA;
}
.room-row:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.meeting-top .col-md-6 {
  padding: 8%;
}
.section3-col {
  padding: 6%;
}
.section5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  justify-content: center;
}
.tags li {
  background: #F0FBFF;
  color: #6B7477;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
  font-weight: 500;
}
.tags i {
  color: #5D7294;
  margin-right: 0.62rem;
}
.borrow,
.how {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.borrow .whitebg {
  height: 100%;
}
.borrow i {
  margin-bottom: 0.75rem;
  color: #878C96;
  font-size: 6rem;
}
.libcard-top {
  padding-top: 5.6rem;
  padding-bottom: 7.5rem;
}
.residents {
  padding-top: 4.75rem;
  padding-bottom: 12.5rem;
}
.residents img {
  border: 7px solid #fff;
  border-right: 0;
  border-radius: 1.25rem 0 0 1.25rem;
}
.register-online {
  border-left: 7px solid #fff;
}
.register-online h3 {
  margin-bottom: 1rem;
}
.register-online p {
  margin-bottom: 2rem;
}
.residents-text ol {
  column-count: 2;
  gap: 1rem;
  column-width: 300px;
}
.residents-text li {
  margin-bottom: 0.25rem;
}
.residents-text h3 {
  margin-top: 1.75rem;
}
.nonresidents .right {
  padding-top: 8rem;
  padding-bottom: 10rem;
  color: #fff;
}
.nonresidents h3,
.nonresidents h2 {
  color: #fff;
}
.expanded {
  padding-top: 12.5rem;
  padding-bottom: 10.5rem;
}
.nonresidents img {
  border: 7px solid #fff;
  border-left: 0;
  border-radius: 0 1.25rem 1.25rem 0;
}
.expanded .whitebg {
  height: 100%;
  padding: 2.25rem;
}
.expanded h2 {
  margin-bottom: 2.5rem;
}
.expanded-boxes .col {
  gap: 2.3rem;
}
.borrowing,
.temp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.borrowing img {
  border-radius: 1.25rem;
}
.temp h2,
.temp {
  color: #fff;
}
.program-events,
.program-about,
.outreach {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
.kids-top {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.kids-top img {
  border-radius: 1.25rem;
}
.outreach .whitebg {
  height: 100%;
}
.kids-form {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.setting a,
.material a {
  color: #fff;
}
.newsbank-boxes {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.newsbank-top {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}
.newsbox {
  background: #fff;
  border-radius: 1.875rem;
  height: 100%;
}
.newsbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 6rem;
  margin-bottom: 1.5rem;
}
.current-program {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.current-program img {
  border-radius: 1.875rem;
}
.schedule {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
}
.schedule h2 {
  color: #fff;
}
.schedule h3 {
  color: #fff;
}
.schedule-cols {
  column-count: 3;
  column-gap: 3rem;
  column-width: 350px;
}
.schedule-cols div {
  break-inside: avoid;
}
.schedule-cols p {
  margin-bottom: 0.5rem;
}
.schedule-cols h3 {
  margin-bottom: 0.5rem;
}
.prizes {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.full-text-block {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.ltbluebg {
  background: #C9E9F6;
}
.two-col-img {
  padding-top: 3.75rem;
  padding-bottom: 7.12rem;
}
.two-col-img img {
  border-radius: 1.25rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 7px solid #fff;
}
.two-col-img i,
.gradient-block-white i {
  color: #1D478D;
  font-size: 1.5rem;
}
.gradient-block-white a {
  color: #1E1E1E;
}
.gradient-block {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  color: #fff;
}
.gradient-block-white {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
}
.gradient-block h3,
.gradient-block h2,
.gradient-block a {
  color: #fff;
}
.gradient-block p {
  margin-bottom: 1.5rem;
}
.gradient-block li,
.two-col-img li {
  margin-bottom: 1rem;
}
.two-col-img ul {
  margin-bottom: 2rem;
}
.gradient-block li ul {
  margin-top: 1rem;
}
.two-col-boxes {
  background: #F1F4FA;
  padding-top: 5.87rem;
  padding-bottom: 7rem;
}
.two-col-boxes h2 {
  margin-bottom: 2.8rem;
}
.box-inner {
  background: #fff;
  border-radius: 1.25rem;
  height: 100%;
  padding: 2rem;
}
.two-col-img-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-hero img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 18 / 5;
}
.blog-excerpt {
  background: #EDF0F6;
}
.blog-excerpt h1 {
  color: #1D478D;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.09rem;
}
.blog-excerpt p.date {
  color: #5B6E8D;
  font-weight: 500;
  line-height: 140%;
  font-size: 1rem;
}
.blog-excerpt p {
  color: #1D478D;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.03rem;
}
.blog-heading {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
}
.blog-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-photo,
.blog-quote {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog-photo img {
  width: 100%;
  border-radius: 1.25rem;
}
.blog-text p:last-child {
  margin-bottom: 0;
}
.blog-quote blockquote {
  color: #1D478D;
  font-size: 1.32rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.25rem;
  padding: 1.5rem 3.13rem;
  border-left: 7px solid #1D478D;
}
.featured {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.blog-wrapper {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.article-row {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.07rem solid #C9E9F6;
}
.article-row img {
  border-radius: 1.25rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.featured img {
  border-radius: 1.25rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 1.62rem;
}
.blog-wrapper p {
  color: #222;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.75rem;
}
.blog-wrapper h3 {
  margin-bottom: 1.5rem;
}
.blog-wrapper .readmore {
  color: #1D478D;
  font-size: 1rem;
}
.blog-wrapper a:hover {
  opacity: 0.8;
}
.footerbg {
  background: #fff url('/wp-content/uploads/2026/03/footerbg.webp') no-repeat right;
  background-size: auto 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 0.75rem solid #DADD24;
  color: #1D478D;
}
.footerbg a:hover i {
  color: #40A1E9;
}
.footerbg i {
  color: #1D478D;
  font-size: 1.25rem;
  transition: 0.5s ease-in-out;
}
.copyright {
  color: #fff;
  background: #1D478D;
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
  font-weight: 700;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 700px) {
  .calendar-home iframe {
    min-width: 500px;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 35% !important;
  }
  .residents img {
    margin-top: -10rem;
  }
  .nonresident-imgs {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
    left: 50%;
    transform: translateX(-50%) !important;
    position: absolute;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout {
    position: relative;
  }
  .mega-menu-column {
    border-left: 2px solid rgba(0, 40, 80, 0.3) !important;
  }
  .mega-menu-column:first-child {
    border-left: 0 !important;
  }
  .mega-menu-column .mega-sub-menu {
    padding-left: 10% !important;
    padding-right: 10%;
  }
  .mega-indicator {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .calendar-home iframe {
    min-width: 700px;
  }
}
@media (min-width: 1200px) {
  .calendar-home iframe {
    min-width: 1000px;
  }
}
@media (max-width: 1199.98px) {
  .digital-box .whitebg {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    height: 88%;
  }
}
@media (max-width: 1100px) {
  .navbar {
    padding-left: 1rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 2rem 0 0 !important;
  }
}
@media (max-width: 1050px) {
  .menu-top-navigation-container {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nonresident-imgs {
    margin-top: -5rem;
    margin-bottom: -2rem;
  }
  .quicklink,
  .program-box,
  .contact-info .row .row,
  .how .top-photo,
  .kids-top img,
  .expanded-boxes .col {
    margin-bottom: 2rem;
  }
  .footerbg {
    background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2026/03/footerbg.webp) no-repeat right;
    background-size: auto 100%;
  }
  .secondary-hero {
    padding-top: 8rem;
  }
  h1 {
    font-size: 5rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 !important;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: 90%;
  }
  #mega-menu-primary {
    padding: 1.5rem !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary:before {
    display: block;
    content: '';
    background: url(/wp-content/uploads/2026/04/Small-White-Logo-e1716321659977-2.png) no-repeat center;
    background-size: auto 75px;
    background-position: left;
    width: 90%;
    height: 100px;
    min-height: 100px;
    position: relative;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    font-family: "Parkinsans", sans-serif;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    right: 16px;
    top: 5px;
  }
  .apply .whitebg,
  .message,
  .form-inner {
    padding: 2rem 3rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 1.1rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px;
  }
  .widget_nav_menu li {
    line-height: 105%;
    letter-spacing: -0.01863rem;
    margin-bottom: 1rem;
    font-weight: 500 !important;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  #menu-item-341 {
    display: none;
  }
  .home-hero {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
}
