/*
Theme Name: CCOHVS BlankSlate Child
Theme URI: https://45th.design / https://opencollective.com/blankslate
Template: blankslate
Author: 45th Parallel Design LLC
Author URI: https://45th.design
Description: Custom built for CCOHVS
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2024.2.1743916039
Updated: 2025-01-03 04:14:30
*/
/*========================= FONTS AND RESET =========================*/
@font-face {
   font-family: 'aleolight';
   src: url('/wp-content/themes/blankslate-child/fonts/aleo-light-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/aleo-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aleolightitalic';
   src: url('/wp-content/themes/blankslate-child/fonts/aleo-lightitalic-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/aleo-lightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'latolight';
   src: url('/wp-content/themes/blankslate-child/fonts/lato-light-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/lato-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'latolight_italic';
   src: url('/wp-content/themes/blankslate-child/fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/lato-lightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'latosemibold';
   src: url('/wp-content/themes/blankslate-child/fonts/lato-semibold-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/lato-semibold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'latosemibold_italic';
   src: url('/wp-content/themes/blankslate-child/fonts/lato-semibolditalic-webfont.woff2') format('woff2'), url('/wp-content/themes/blankslate-child/fonts/lato-semibolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   line-height: 130%;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 130%;
}
ul {
   list-style: none;
}
blockquote, q {
   margin: 20px 0px 20px 30px;
   quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
/* ======================== 2. VARIABLES ========================= */ :root {
   --yellow: rgba(255, 223, 78, 1); /*#ffdf4e*/
   --coral: rgba(223, 81, 47, 1); /*#df512f*/
   --pink: rgba(248, 192, 209, 1); /*#f8c0d1*/
   --green: rgba(154, 228, 60, 1); /*#9ae43c*/
   --blue-light: rgba(177, 222, 246, 1); /*#b1def6*/
   --blue-dark: rgba(14, 3, 62, 1); /*#0e033e*/
   --gray-dark: rgba(71, 76, 86, 1); /*#323235*/
   --gray-light: rgba(232, 234, 234, 1); /*#eaeaea*/
   --black: rgba(0, 0, 0, 1);
   --white: rgba(255, 255, 255, 1);
   --lato: "latolight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --lato-italic: "latolight_italic", "Lato Italic", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --lato-bold: "latosemibold", "Lato Bold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --lato-bold-italic: "latosemibold_italic", "Lato Italic", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --aleo: "aleolight", "Aleo", "Aleo Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --aleo-italic: "aleolightitalic", "Aleo Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
   --light: 300;
   --bold: 700;
   --box-shadow-regular: 0px 1px 3px #595960;
}
/*==========================  3. BASE  ===========================*/
* {
   box-sizing: border-box;
   color: var(--gray-dark);
   font-family: var(--lato);
   -webkit-font-feature-settings: "liga";
   font-feature-settings: "liga";
   font-weight: 300;
   line-height: 1.3;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   text-size-adjust: 100%;
   word-break: break-word;
}
p, em, strong, ul, ol, a, table, span {
   font-family: var(--lato);
   font-size: clamp(18px, 1.75vw, 1.5rem);
   font-weight: normal;
   line-height: 1.3;
   padding-bottom: .8rem;
}
p, span, ul.square li, ul.circle li, ul.triangle li, ul.arrow li, ul li, ol li {
   color: var(--gray-dark);
   font-size: clamp(18px, 1.75vw, 1.5rem);
   font-weight: normal;
   line-height: 1.3;
   padding-bottom: .8em;
}
section > *:last-child {
   padding-bottom: 0;
}
span {
   padding-bottom: 0;
}
p:empty {
   display: none;
}
ul.square li, ul.circle li, ul.arrow li, ul li {
   list-style: none;
}
ul li {
   list-style: disc;
}
ol li {
   list-style: decimal;
}
ul li > ul:not(.dropdown) {
   padding-top: 1em;
}
ul.square li, ul li, ol li {
   margin-left: 20px;
}
ul.square li {
   list-style: square;
}
ul.square > li > ul.square > li:last-child {
   padding-bottom: 0;
}
ul.square > li > ul.square > li:first-child {
   padding-top: 1em;
}
ul.arrow li:before {
   content: "\21AA\00a0\00a0";
}
ul.arrow li {
   text-indent: -26px;
   margin-left: 26px;
}
a:link {
   transition: color .5s ease-out; /* Double the duration */
   transition-delay: var(--delay); /* Delay for staggered effect */
}
a, a strong, a em {
   color: var(--blue-dark);
   text-decoration: underline solid;
}
a:visited, a strong:visited, a em:visited {
   color: rgba(14, 3, 62, .7);
   text-decoration: underline solid;
}
a strong:visited {
   font-weight: var(--bold);
}
a em {
   font-style: italic;
}
a:hover, a:focus, a em:hover, a em:focus {
   opacity: 70%;
   text-decoration: underline dashed;
}
strong {
   color: var(--gray-dark);
   font-family: var(--lato-bold);
   font-style: normal;
   font-weight: normal;
}
em {
   color: var(--gray-dark);
   font-family: var(--lato-italic);
   font-size: inherit;
   font-style: normal;
}
em strong, strong em {
   color: var(--gray-dark);
   font-family: var(--lato-bold-italic);
   font-style: normal;
   font-weight: normal;
}
sup {
   font-size: 70%;
   vertical-align: super;
}
h1, h2, h3, h4 {
   font-family: var(--aleo);
}
h1 em, h2 em, h3 em, h4 em {
   font-family: var(--aleo-italic);
}
h1 {
   color: var(--blue-dark);
   font-size: clamp(2rem, 2.6vw, 3rem);
   line-height: 1.2;
}
h2 {
   color: var(--blue-dark);
   font-size: clamp(1.7rem, 2.5vw, 2.6rem);
   line-height: 1.2;
   padding-bottom: 1.2rem;
}
h3 {
   color: var(--blue-dark);
   font-size: clamp(1.4rem, 2vw, 1.7rem);
   line-height: 1.3;
   padding-bottom: 1rem;
}
h4, h4 a {
   color: var(--gray-dark);
   font-size: clamp(1.1rem, 2vw, 1.5rem);
   line-height: 1.4;
   padding-bottom: .8rem;
}
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 {
   padding-top: .6em;
}
p + button {
   margin-top: 10px;
}
.main-content-cont p.larger, a.larger, label {
   font-size: clamp(18px, 2.5vw, 2rem) !important;
   line-height: 125%;
}
img + button {
   margin-top: 24px;
}
button + h3, button + h4 {
   margin-top: 40px;
}
.video-container {
   position: relative;
   width: 100%;
   /* 9/16 = 56.25% — keeps 16:9 aspect ratio */
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
}
.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}
/*--------------------------  Theme ------------------------------*/
.yellow-color {
   color: var(--yellow) !important;
}
.yellow-bg {
   background: var(--yellow) !important;
}
.coral-color {
   color: var(--coral) !important;
}
.coral-bg {
   background: var(--coral) !important;
}
.pink-color {
   color: var(--pink) !important;
}
.pink-bg {
   background: var(--pink) !important;
}
.green-color {
   color: var(--green) !important;
}
.green-bg {
   background: var(--green) !important;
}
.blue-light-color {
   color: var(--blue-light) !important;
}
.blue-light-bg {
   background: var(--blue-light) !important;
}
.blue-dark-color {
   color: var(--blue-dark) !important;
}
.blue-dark-bg {
   background: var(--blue-dark) !important;
}
.gray-dark-color {
   color: var(--gray-dark) !important;
}
.gray-dark-bg {
   background: var(--gray-dark) !important;
}
.gray-light-color {
   color: var(--gray-light) !important;
}
.gray-light-bg {
   background: var(--gray-light) !important;
}
.black-color {
   color: var(--black) !important;
}
.black-bg {
   background: var(--black) !important;
}
.white-color {
   color: var(--white) !important;
}
.white-bg {
   background: var(--white) !important;
}
.font-size-90 {
   font-size: 90% !important;
}
.font-size-80 {
   font-size: 80% !important;
}
.font-size-70 {
   font-size: 70% !important;
}
.border-none {
   border: none !important;
}
.border {
   border: 1px solid var(--blue-light);
}
.border-bottom {
   border-bottom: 1px solid var(--blue-light);
}
.cursor-pointer:hover {
   cursor: pointer;
}
.overflow {
   overflow-x: auto;
   overflow-y: hidden;
}
.display-none {
   display: none;
}
.text-align-left {
   text-align: left;
}
.text-align-right {
   text-align: right;
}
.text-align-center {
   text-align: center;
}
.relative {
   position: relative;
}
.box-shadow {
   box-shadow: 0px 1px 3px #666666;
}
/*to visually hide text from everyone except screen readers*/
.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
   white-space: nowrap; /* added to handle inline-block elements */
}
/*============================== 4. LAYOUT  ==============================*/
.flex-cont {
   display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox; /* TWEENER - IE 10 */
   display: flexbox; /* TWEENER - IE 10 */
   display: -webkit-flex; /* NEW - Chrome */
   display: flex;
   -webkit-box-direction: row;
   -webkit-flex-direction: row;
   -moz-box-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-wrap: nowrap;
   -webkit-flex-wrap: nowrap;
   -moz-box-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-items: center;
   -moz-box-align-items: center;
   -ms-align-items: center;
   align-items: center;
}
.flex-left {
   -webkit-box-pack: left;
   -webkit-justify-content: left;
   -moz-box-justify-content: left;
   -ms-flex-pack: left;
   justify-content: left;
}
.flex-spread {
   -webkit-box-pack: space-between;
   -webkit-justify-content: space-between;
   -moz-box-justify-content: space-between;
   -ms-flex-pack: space-between;
   justify-content: space-between;
}
.flex-around {
   -webkit-box-pack: space-around;
   -webkit-justify-content: space-around;
   -moz-box-justify-content: space-around;
   -ms-flex-pack: space-around;
   justify-content: space-around;
}
.flex-wrap {
   -webkit-box-wrap: wrap;
   -webkit-flex-wrap: wrap;
   -moz-box-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flex-stretch {
   -webkit-align-items: stretch;
   -moz-box-align-items: stretch;
   -ms-align-items: stretch;
   align-items: stretch;
}
.flex-center-vert {
   -webkit-align-items: center;
   -moz-box-align-items: center;
   -ms-align-items: center;
   align-items: center;
}
.flex-top {
   -webkit-align-items: flex-start;
   -moz-box-align-items: flex-start;
   -ms-align-items: flex-start;
   align-items: flex-start;
}
.flex-column {
   -webkit-flex-direction: column;
   -moz-box-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}
.align-self-center {
   align-self: center;
}
@media screen and (max-width: 599px) {
   .flex-column-mobile {
      -webkit-flex-direction: column;
      -moz-box-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .flex-column-mobile > * {
      width: 100% !important; /* full width */
      /* or if you want them to grow/shrink as flex items, you can do: */
      /* flex: 0 0 100%; */
   }
}
.max-content {
   flex-basis: max-content;
}
.small-third, .large-third, .small-third-780, .large-third-780 {
   width: 100%;
}
@media screen and (min-width: 600px) {
   .small-third {
      width: 31%;
   }
   .large-third {
      width: 64%;
   }
}
@media screen and (max-width: 599px) {
   .small-third {
      margin-top: 4vw;
   }
}
@media screen and (min-width: 780px) {
   .small-third-780 {
      width: 31%;
   }
   .large-third-780 {
      width: 64%;
   }
}
@media screen and (max-width: 779px) {
   .small-third-780 {
      margin-top: 4vw;
   }
}
.center {
   margin-left: auto;
   margin-right: auto;
}
.left {
   margin-right: auto;
}
.right {
   margin-left: auto;
}
.center-text {
   text-align: center;
}
.left-text {
   text-align: left;
}
.right-text {
   text-align: right;
}
.inline-block {
   display: inline-block !important;
}
.width-15 {
   width: calc(15 * 1%);
}
.width-20 {
   width: calc(20 * 1%);
}
.width-25 {
   width: calc(25 * 1%);
}
.width-33 {
   width: calc(33 * 1%);
}
.width-40 {
   width: calc(40 * 1%);
}
.width-45 {
   width: calc(45 * 1%);
}
.width-50 {
   width: calc(50 * 1%);
}
.width-60 {
   width: calc(60 * 1%);
}
.width-65 {
   width: calc(65 * 1%);
}
.width-70 {
   width: calc(69 * 1%);
}
.width-75 {
   width: calc(75 * 1%);
}
.width-100 {
   width: calc(100 * 1%) !important;
}
.margin-none {
   margin: 0px !important;
}
.margin-10 {
   margin: 10px !important;
}
.margin-20 {
   margin: 20px !important;
}
.margin-30 {
   margin: 30px !important;
}
.margin-40 {
   margin: 40px !important;
}
.margin-50 {
   margin: 50px !important;
}
.margin-top-2vw {
   margin-top: 2vw !important;
}
.margin-top-3vw {
   margin-top: 3vw !important;
}
.margin-top-4vw {
   margin-top: 4vw !important;
}
.margin-top-10 {
   margin-top: 10px !important;
}
.margin-top-20 {
   margin-top: 20px !important;
}
.margin-top-30 {
   margin-top: 30px !important;
}
.margin-top-40 {
   margin-top: 40px !important;
}
.margin-top-50 {
   margin-top: 50px !important;
}
.margin-top-70 {
   margin-top: 70px !important;
}
.margin-bottom-2vw {
   margin-bottom: 2vw !important;
}
.margin-bottom-3vw {
   margin-bottom: 3vw !important;
}
.margin-bottom-4vw {
   margin-bottom: 4vw !important;
}
.margin-bottom-10 {
   margin-bottom: 10px !important;
}
.margin-bottom-20 {
   margin-bottom: 20px !important;
}
.margin-bottom-30 {
   margin-bottom: 30px !important;
}
.margin-bottom-40 {
   margin-bottom: 40px !important;
}
.margin-bottom-50 {
   margin-bottom: 50px !important;
}
.margin-left-10 {
   margin-left: 10px !important;
}
.margin-left-20 {
   margin-left: 20px !important;
}
.margin-left-30 {
   margin-left: 30px !important;
}
.margin-left-40 {
   margin-left: 40px !important;
}
.margin-left-50 {
   margin-left: 50px !important;
}
.margin-right-10 {
   margin-right: 10px !important;
}
.margin-right-20 {
   margin-right: 20px !important;
}
.margin-right-30 {
   margin-right: 30px !important;
}
.margin-right-40 {
   margin-right: 40px !important;
}
.margin-right-50 {
   margin-right: 50px !important;
}
.max-width-1280 {
   max-width: 1280px;
}
.padding-none {
   padding: 0px !important;
}
.padding-bottom-none {
   padding-bottom: 0px !important;
}
.padding-10 {
   padding: 10px !important;
}
.padding-20 {
   padding: 20px !important;
}
.padding-30 {
   padding: 30px !important;
}
.padding-40 {
   padding: 40px !important;
}
.padding-50 {
   padding: 50px !important;
}
.padding-top-3vw {
   padding-top: 3vw !important;
}
.padding-top-4vw {
   padding-top: 4vw !important;
}
.margin-top-3vw {
   margin-top: 3vw !important;
}
.margin-top-4vw {
   margin-top: 4vw !important;
}
@media screen and (max-width: 767px) {
   .padding-top-3vw {
      padding-top: 30px !important;
   }
   .padding-top-4vw {
      padding-top: 40px !important;
   }
   .margin-top-3vw {
      margin-top: 30px !important;
   }
   .margin-top-4vw {
      margin-top: 40px !important;
   }
}
.padding-top-10 {
   padding-top: 10px !important;
}
.padding-top-20 {
   padding-top: 20px !important;
}
.padding-top-30 {
   padding-top: 30px !important;
}
.padding-top-40 {
   padding-top: 40px !important;
}
.padding-top-50 {
   padding-top: 50px !important;
}
.padding-bottom-3vw {
   padding-bottom: 3vw !important;
}
.padding-bottom-4vw {
   padding-bottom: 4vw !important;
}
.margin-bottom-3vw {
   margin-bottom: 3vw !important;
}
.margin-bottom-4vw {
   margin-bottom: 4vw !important;
}
@media screen and (max-width: 767px) {
   .padding-bottom-3vw {
      padding-bottom: 30px !important;
   }
   .padding-bottom-4vw {
      padding-bottom: 40px !important;
   }
   .margin-bottom-3vw {
      margin-bottom: 30px !important;
   }
   .margin-bottom-4vw {
      margin-bottom: 40px !important;
   }
}
.padding-bottom-10 {
   padding-bottom: 10px !important;
}
.padding-bottom-20 {
   padding-bottom: 20px !important;
}
.padding-bottom-30 {
   padding-bottom: 30px !important;
}
.padding-bottom-40 {
   padding-bottom: 40px !important;
}
.padding-bottom-50 {
   padding-bottom: 50px !important;
}
.padding-left-10 {
   padding-left: 10px !important;
}
.padding-left-20 {
   padding-left: 20px !important;
}
.padding-left-30 {
   padding-left: 30px !important;
}
.padding-right-10 {
   padding-right: 10px !important;
}
.padding-right-20 {
   padding-right: 20px !important;
}
.padding-right-30 {
   padding-right: 30px !important;
}
.width-100 {
   width: 100% !important;
}
@media screen and (max-width: 779px) {
   .width-46 {
      width: 100%;
   }
}
.width-30 {
   width: 100%;
}
@media screen and (min-width: 479px) and (max-width: 779px) {
   .width-30 {
      width: 46%;
   }
}
@media screen and (min-width: 780px) {
   .width-30 {
      width: 30%;
   }
}
.cards-cont .columns-four > div {
   margin-bottom: 40px;
}
.cards-grid {
   display: grid;
   grid-template-columns: 1fr;
   grid-column-gap: 30px;
   grid-row-gap: 30px;
}
.cards-grid > div img {
   background: #ffffff;
   box-shadow: 0px 1px 2px #666;
}
@media screen and (min-width: 400px) and (max-width: 1080px) {
   .cards-grid p {
      font-size: 1rem;
   }
}
@media screen and (min-width: 500px) and (max-width: 899px) {
   .cards-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 50px;
   }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
   .cards-grid {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 50px;
   }
}
@media screen and (min-width: 960px) {
   .cards-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 50px;
      grid-row-gap: 50px;
   }
}
/*=============================== BUTTON STYLES ===============================*/
.button-ccohvs, .gform_wrapper .gform_footer input[type=submit].gform_button.button {
   border-radius: 5px !important;
   display: inline-block !important;
   max-width: 100% !important;
   overflow: hidden !important;
   text-decoration: none !important;
   transition: .5s opacity ease !important;
   width: 300px !important;
}
.button-ccohvs a {
   display: block;
   font-family: var(--aleo);
   font-weight: 600;
   font-size: 1.1rem;
   padding: 10px 20px;
   text-decoration: none;
   transition: .5s opacity ease;
}
.button-ccohvs-yellow {
   background-color: var(--yellow);
   border: 2px solid var(--yellow);
}
.button-ccohvs-yellow a {
   color: var(--gray-dark);
}
.button-ccohvs-blue-dark, .gform_wrapper .gform_footer input[type=submit].gform_button.button {
   background-color: var(--blue-dark) !important;
   border: 2px solid var(--blue-dark) !important;
}
.button-ccohvs-blue-dark a {
   color: var(--white);
}
.button-ccohvs:hover, .gform_button.button:hover {
   opacity: .7 !important;
}
.button-cont .button-ccohvs {
   display: inline-block;
   margin-bottom: 10px;
}
/*=============================== GRAVITY FORMS STYLES ================================*/
.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea, .gform_wrapper select {
   background-color: transparent !important;
   border-block-end-color: transparent;
   border-block-start-color: transparent;
   border-inline-end-color: transparent;
   border-inline-start-color: transparent;
   border-bottom: 2px solid var(--blue-dark);
   box-shadow: none !important;
   padding: 10px !important;
}
.gform-footer.gform_footer {
   margin-top: 40px !important;
}
.gform_wrapper .gform_footer input[type=submit].gform_button.button {
   font-family: var(--aleo) !important;
   font-weight: 600 !important;
   font-size: 1.1rem !important;
   padding: 10px 20px !important;
   text-decoration: none !important;
   transition: .5s opacity ease !important;
}
input[type="checkbox"].gfield-choice-input {
   align-self: center !important;
}
label.gfield_label.gform-field-label, legend.gfield_label.gform-field-label, .gfield_required.gfield_required_text {
   color: var(--blue-dark);
   font-family: var(--lato-bold) !important;
   font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
}
/*checkbox styling*/
.gform_wrapper.gform-theme .gfield-choice-input:not([type="radio"]), .gform_wrapper.gform-theme input[type="checkbox"] {
   accent-color: var(--blue-dark) !important;
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
   background-clip: content-box !important;
   border: 1px solid var(--blue-dark) !important;
   height: 30px !important;
   margin-top: 5px !important;
   padding: 3px !important;
   width: 30px !important;
}
input[type="checkbox"]:checked {
   background-color: transparent !important;
   background-color: var(--blue-dark) !important;
}
/*checkbox label styling*/
.gform_wrapper.gform-theme .gfield_checkbox label, .gform_wrapper.gform-theme .gfield_radio label, .gform_wrapper.gform-theme .gfield_consent_label {
   display: inline-block !important;
   font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
   margin-left: 10px !important;
   width: calc(100% - 50px) !important;
}
.gfield_checkbox .gchoice {
   display: flex !important;
   align-items: center !important;
}
.gfield_consent_label a {
   color: var(--blue-dark) !important;
   text-decoration: underline dashed !important;
}
.gfield_consent_label a:hover {
   color: var(--blue-dark) !important;
	opacity: 70%;
   text-decoration: underline dashed !important;
}
/*vertically center checkboxes and their labels*/
.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
   display: flex !important;
   align-items: center !important;
}
.gform_wrapper.gform-theme .gform_validation_errors > h2 {
   font-size: .9rem !important;
   padding-top: 16px !important;
}
.gform_wrapper.gform-theme .field_description_above .gfield_description {
   padding-top: 16px !important;
}
/*shorten width of email field in 'missing a program model?' form*/
@media screen and (min-width: 600px) {
   #field_1_8 {
      width: 49%;
   }
}
/*=============================== NAVIGATION STYLES ================================*/
*:focus:not(.gallery) {
   outline: 2px dashed var(--gray-dark) !important;
   outline-offset: -2px !important;
   box-shadow: 0 0 0 2px var(--white) inset !important;
}
.visually-hidden {
   position: absolute !important;
   width: 1px !important;
   height: 1px !important;
   padding: 0 !important;
   margin: -1px !important;
   overflow: hidden !important;
   clip: rect(0, 0, 0, 0) !important;
   white-space: nowrap !important;
   border: 0 !important;
}
header {
   position: relative;
}
nav {
   background-color: transparent;
   box-shadow: 0px 1px 2px var(--gray-dark);
   color: var(--gray-dark);
   position: relative;
   height: 7vw;
   margin: 0;
   max-height: 100px;
   min-height: 50px;
   z-index: 999;
}
.logo-link {
   display: block;
   left: 18px;
   min-width: 110px;
   max-width: 250px;
   position: absolute;
   top: 4px;
   width: 17vw;
   z-index: 1000;
}
nav {
   box-shadow: 0px 2px 2px var(gray-dark);
}
nav > ul {
   display: none;
   flex-direction: column;
}
nav > ul.show.open {
   display: flex;
	background-color: var(--white);
}
@media screen and (min-width: 960px) {
   nav > ul {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
   }
}
nav > button {
   display: block;
   border: 0;
   background-color: transparent;
   cursor: pointer;
   padding: 0.5rem 2rem;
   font-size: 3.5vw;
   margin-left: auto;
}
@media screen and (max-width: 599px) {
   nav > button {
      font-size: 24px;
   }
}
nav ul {
   list-style: none;
   background-color: var(--white);
   color: var(--gray-dark);
   margin: 0;
   padding: 0;
}
@media screen and (min-width: 960px) {
   nav > button {
      display: none;
   }
   nav ul {
      height: 7vw;
      max-height: 100px;
   }
}
nav ul.dropdown {
   display: none;
   flex-direction: column;
   min-width: 240px;
}
nav ul.dropdown.show {
   display: flex;
}
@media screen and (max-width: 959px) {
   nav ul.dropdown {
      padding-left: 20px;
   }
}
@media screen and (min-width: 960px) {
   nav ul.dropdown {
      position: absolute;
      top: 100%;
      left: 0;
   }
   nav ul.dropdown ul {
      top: 0;
      left: 100%;
   }
}
nav ul li {
   list-style: none;
   position: relative;
   margin: 0;
   padding: 0;
}
nav ul li ul li {
   background: var(--white);
}
@media screen and (min-width: 960px) {
   nav ul li button {
      margin: 0 25px;
   }
}
nav ul li.dropdown > a::after {
   content: "▼";
   margin-left: 0.5rem;
   display: inline-block;
}
nav ul li a {
   display: flex;
   font-family: var(--noto-serif);
   font-weight: 500;
   font-size: clamp(1rem, 2vw, 1.5rem);
   justify-content: space-between;
   margin: 0;
   padding: 10px 20px;
   color: var(--gray-dark);
   text-decoration: none;
}
@media screen and (min-width: 960px) {
   nav ul li a {
      padding: 26px 20px;
   }
}

.blue-bg-pattern {
   background-image: url(/wp-content/themes/blankslate-child/images/bg-organic-pattern-wave-blue.svg);
   background-repeat: no-repeat;
   background-position: center left;
   background-size: cover;
   position: relative;
   z-index: 10;
}
@media all and (min-width: 600px) {
   .blue-bg-pattern {
      background-position: top left;
   }
}
.gray-bg {
   background-color: var(--gray-light);
}
#header-home-container {
   position: absolute;
   right: 0px;
}
nav.home-nav-cont {
   box-shadow: none;
}
nav.home-nav-cont ul {
   background: transparent;
}
@media all and (min-width: 980px) {
   nav.home-nav-cont ul li ul li {
      background: rgba(255, 255, 255, 1);
      z-index: 5;
   }
}
/*============================= PAGE-SPECIFIC STYLES ===================================*/
/*---------------------------- HOME PAGE STYLES ---------------------------*/
.header-home-banner {
   background: #B1DEF6;
   background-image: url('/wp-content/themes/blankslate-child/images/bg-organic-pattern-white.svg'), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
   ;
   background-repeat: no-repeat, repeat;
   background-position: left -40px, left top;
   background-size: 100vw, 100vw;
   position: relative;
   z-index: 10;
}
.header-home-banner img.family {
   margin-bottom: -6px;
   padding-left: 30px;
   padding-top: 30px;
   width: 30vw;
}
.header-home-banner img.logo-ccohvs-header {
   left: 44%;
   position: absolute;
   top: 22%;
   width: 15vw;
}
.header-home-banner h1 {
   color: var(--blue-dark);
   left: 44%;
   font-size: clamp(2vw, 3vw, 3vw);
   position: absolute;
   top: 42%;
   width: 40vw;
}
.quicklinks-cont {
   background: var(--yellow);
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   widows: 100%;
}
.quicklinks-title {
   color: var(--blue-dark);
   font-family: var(--aleo);
   font-size: clamp(1.2rem, 2vw, 1.8rem);
}
.quicklinks-cont > .quicklinks-links {
   padding: 20px 30px;
}
.quicklinks-links a {
   color: var(--blue-dark);
   font-family: var(--lato);
   font-size: clamp(1rem, 2vw, 1.3rem);
   line-height: 1.2;
   padding-right: 20px;
}
@media screen and (max-width: 736px) {
   .quicklinks-links.flex-spread {
      justify-content: space-around;
   }
   .quicklinks-title {
      display: none;
   }
   .quicklinks-links a {
      display: inline-block;
   }
   .quicklinks-cont > .quicklinks-links {
      padding: 10px 30px 0px 30px;
   }
}
.whats-new-cont {
   background-color: var(--gray-light);
   padding: 4vw 30px;
   width: 100%;
}
.whats-new-int > div a {
   font-size: clamp(1rem, 3vw, 1.2rem);
}
.h2-asterisk-cont h2 {
   color: var(--blue-dark);
   font-size: clamp(1.5rem, 2.5vw, 2.6rem);
   padding-bottom: 0;
}
.why-home-visiting-cont {
   background: #B1DEF6;
   background-image: linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
   background-repeat: no-repeat;
   background-position: 0px;
   background-size: 100%;
   border: 4px solid var(--blue-light);
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 30px;
   padding-right: 30px;
}
@media all and (min-width: 600px) {
   .why-home-visiting-cont {
      background: #B1DEF6;
      background-image: url(/wp-content/themes/blankslate-child/images/home-why-home-visiting-bg-alt.png), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
      background-repeat: no-repeat;
      background-position: 105% 100%;
      background-size: 32%, 100%;
      padding-right: 35%;
      padding-left: 5%;
		padding-top: 50px;
   	padding-bottom: 50px;
   }
}
.info-graphic-cont, .resource-map-cont, .recommendations-cont {
   display: grid;
   gap: 30px;
   grid-template-columns: 1fr;
}
.info-graphic-cont > :nth-child(3), .recommendations-cont > :nth-child(3) {
   order: -1;
}
@media screen and (min-width: 600px) and (max-width: 800px) {
   .info-graphic-cont, .recommendations-cont {
      align-items: flex-start;
      grid-template-columns: repeat(2, 1fr);
   }
   /* make the 3rd item full-width */
   .info-graphic-cont > :nth-child(3), .recommendations-cont > :nth-child(3) {
      grid-column: 1 / -1;
   }
   .resource-map-cont {
      align-items: flex-start;
      grid-template-columns: repeat(2, 1fr);
   }
   /* make the 3rd item full-width */
   .resource-map-cont > :nth-child(1) {
      grid-column: 1 / -1;
   }
}
@media screen and (min-width: 801px) {
   .info-graphic-cont, .recommendations-cont {
      align-items: flex-start;
      grid-template-columns: 1fr 1fr 2fr;
   }
   .info-graphic-cont > :nth-child(3), .recommendations-cont > :nth-child(3) {
      order: 3;
      align-self: center;
   }
   .resource-map-cont {
      align-items: flex-start;
      grid-template-columns: 2fr 1fr 1fr;
   }
   .resource-map-cont > :nth-child(1) {
      align-self: center;
   }
}
@media all and (min-width: 600px) {
   .home .newsletter-bg {
      background: #B1DEF6;
      background-image: url(/wp-content/themes/blankslate-child/images/home-why-home-visiting-bg-transparent.png), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 30%, 100%;
      padding: 50px;
   }
}
@media screen and (max-width: 599px) {
   .home .newsletter-bg {
      padding: 30px;
   }
}
.events-grid {
   display: grid;
   grid-template-columns: 1fr;
   row-gap: 40px; /* 30px gutter between rows and columns */
}
@media all and (min-width: 600px) {
   .events-grid {
      gap: 40px;
      grid-template-columns: 1fr 1fr; /* two columns, each 50% of the available space */
   }
}
@media all and (min-width: 600px) {
   .h2-asterisk-cont {
      align-items: center;
      display: flex;
   }
   .h2-asterisk-cont h2 {
      padding-left: 4vw;
   }
   .h2-asterisk-bg {
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 5vw;
      min-height: 8vw;
   }
   .h2-asterisk-bg-blue {
      background-image: url('/wp-content/themes/blankslate-child/images/bg-asterisk-blue.svg');
   }
   .h2-asterisk-bg-coral {
      background-image: url('/wp-content/themes/blankslate-child/images/bg-asterisk-coral.svg');
   }
   .h2-asterisk-bg-green {
      background-image: url('/wp-content/themes/blankslate-child/images/bg-asterisk-green.svg');
   }
   .h2-asterisk-bg-pink {
      background-image: url('/wp-content/themes/blankslate-child/images/bg-asterisk-pink.svg');
   }
   .h2-asterisk-bg-yellow {
      background-image: url('/wp-content/themes/blankslate-child/images/bg-asterisk-yellow.svg');
   }
}
/*-------------------------- ABOUT CCOHVS PAGE STYLES -----------------------------*/
.raise-up-cont {
   display: grid;
   gap: 30px;
   grid-template-columns: 1fr;
}
.raise-up-cont > :nth-child(3) {
   order: -1;
}
@media screen and (min-width: 600px) and (max-width: 800px) {
   .raise-up-cont {
      align-items: flex-start;
      grid-template-columns: repeat(2, 1fr);
   }
   /* make the 3rd item full-width */
   .raise-up-cont > :nth-child(3) {
      grid-column: 1 / -1;
   }
}
@media screen and (min-width: 801px) {
   .raise-up-cont {
      align-items: flex-start;
      grid-template-columns: 1fr 1fr 2fr;
   }
   .raise-up-cont > :nth-child(3) {
      order: 3;
      align-self: center;
   }
}
.family-equity-cont {
   align-items: flex-start;
   display: grid;
   grid-template-columns: 1fr;
}
@media screen and (max-width: 599px) {
   .mobile-reverse > *:nth-child(1) {
      order: 2;
   }
   .mobile-reverse > *:nth-child(2) {
      order: 1;
   }
}
@media screen and (min-width: 600px) {
   .family-equity-cont {
      align-items: flex-start;
      gap: 30px;
      grid-template-columns: repeat(2, 1fr);
   }
}
.three-elc-cont {
   flex-direction: column;
}
.three-elc-cont > div {
   flex: 0 1 100%;
}
@media screen and (min-width: 851px) {
   .three-elc-cont {
      align-items: flex-start;
      flex-direction: row;
      gap: 60px; /* space between columns */
   }
   /* First two items at 25% each */
   .three-elc-cont > div {
      flex: 0 1 calc(33% - 30px);
   }
}
/*-------------------------- ABOUT HOME VISITING PAGE STYLES -----------------------------*/
.header-interior-banner {
   background: #B1DEF6;
   background-image: url('/wp-content/themes/blankslate-child/images/bg-organic-pattern-white.svg'), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
   ;
   background-repeat: no-repeat, repeat;
   background-position: left bottom, left top;
   background-size: 100vw, 100vw;
   position: relative;
   z-index: 10;
}
.header-interior-banner h1 {
   text-wrap: balance;
   max-width: 380px;
}
@media all and (min-width: 600px) {
   .header-interior-banner img {
      object-fit: cover;
      width: 50%;
   }
   .header-interior-banner .h1-cont {
      align-self: center;
      width: 50%;
      display: flex;
      align-itemns: center;
      justify-content: center;
   }
   .header-interior-banner h1 {
      width: 100%;
      max-width: 380px;
      align-self: flex-start;
   }
}
@media all and (min-width: 601px) and (max-width: 780px) {
   .header-interior-banner h1 {
      font-size: 26px;
   }
}
.baby-bg, .missing-program-bg, .newsletter-bg {
   background: #B1DEF6;
   background-image: linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
   background-repeat: no-repeat;
   background-position: 0px;
   background-size: 100%;
   border: 4px solid var(--blue-light);
   padding-top: 40px;
   padding-bottom: 40px;
}
.baby-quote-cont {
   padding-left: 30px;
   padding-right: 30px;
}
.baby-quote {
   font-family: var(--lato-italic);
}
@media all and (min-width: 600px) {
   .baby-bg {
      background: #B1DEF6;
      background-image: url(/wp-content/themes/blankslate-child/images/about-home-visiting-quote.png), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
      background-repeat: no-repeat;
      background-position: 0% 115%;
      background-size: 25%, 100%;
      padding-top: 8vw;
      padding-bottom: 8vw;
   }
   .baby-quote-cont {
      padding-left: 30%;
      padding-right: 10%;
   }
   .missing-program-bg {
      background: #B1DEF6;
      background-image: url(/wp-content/themes/blankslate-child/images/about-home-visiting-program-form-transparent.png), linear-gradient(to right, rgba(177, 222, 246, 1) 0%, rgba(255, 223, 78, 1) 100%);
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 30%, 100%;
   }
}
.programs-cont .grid-max-four {
   display: grid;
}
.programs-cont .grid-max-four .img-cont {
   align-items: center;
   aspect-ratio: 1 / 1;
   box-shadow: var(--box-shadow-regular);
   display: flex;
   justify-content: center;
}
.programs-cont .grid-max-four .img-cont img {
   height: auto;
   max-width: 80%;
   object-fit: cover;
}
@media screen and (min-width: 480px) and (max-width:800px) {
   .programs-cont .grid-max-four {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px;
   }
}
@media screen and (min-width: 801px) and (max-width:1079px) {
   .programs-cont .grid-max-four {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 30px;
   }
}
@media screen and (min-width: 1080px) {
   .programs-cont .grid-max-four {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 30px;
   }
}
.family-at-the-center-cont {
   display: grid;
   gap: 30px;
   grid-template-columns: 1fr;
}
.family-at-the-center-cont > :nth-child(3) {
   order: -1;
}
@media screen and (min-width: 600px) and (max-width: 800px) {
   .family-at-the-center-cont {
      align-items: flex-start;
      grid-template-columns: repeat(2, 1fr);
   }
   /* make the 3rd item full-width */
   .family-at-the-center-cont > :nth-child(3) {
      grid-column: 1 / -1;
   }
}
@media screen and (min-width: 801px) {
   .family-at-the-center-cont {
      align-items: flex-start;
      grid-template-columns: 1fr 1fr 2fr;
   }
   .family-at-the-center-cont > :nth-child(3) {
      align-self: center;
      order: 3;
   }
}
.elmo-cont {
   display: grid;
   gap: 30px;
   grid-template-columns: 1fr;
}
@media screen and (min-width: 801px) {
   .elmo-cont {
      grid-template-columns: 1fr 1fr;
   }
   .elmo-cont > :nth-child(1) {
      align-self: center;
   }
}

/*-------------------------- MAP PAGE STYLES -----------------------------*/
#county-tooltip {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}

/*-------------------------- TEAM PAGE STYLES -----------------------------*/
.team-member-cont {
   display: grid;
   gap: 30px;
   grid-template-columns: 1fr;
}
.team-member-cont img {
   max-width: 100%;
}
@media screen and (min-width: 600px) {
   .team-member-cont {
      grid-template-columns: 1fr 2fr;
   }
   .team-member-cont > :nth-child(1) {}
}
article.director:not(:last-of-type) {
   border-bottom: 1px solid var(--white);
}
article.team-member:not(:last-of-type) {
   border-bottom: 1px solid var(--blue-light);
}
article.team-member:last-of-type {
   padding-bottom: 0px !important;
}
/*-------------------------- RESOURCE PAGE STYLES -----------------------------*/

.grunge-cont-sidebar {

    background-repeat: no-repeat, no-repeat, repeat;
    background-position: 120% -12%, 80% 102%, left top;
    background-size: 13vw, 9vw, auto;
    box-shadow: 0px 2px 4px var(--gray-dark);
}

.resource-item {
   box-shadow: 1px 2px 3px var(--gray-dark);
   margin-bottom: 26px;
   padding: 22px 26px;
   width: 100%;
}
@media screen and (min-width: 980px) {
   .resource-item {
      width: 48%;
   }
}
.resources-cont h2 {
   font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.resource-item h2 {
   font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.resources-cont h3 {
   font-size: clamp(1.1rem, 2vw, 1.3rem);
}
.resource-item p, .resource-item p a, .fwpl-btn {
   font-size: clamp(1rem, 2vw, 1.2rem);
}
.resources-cont aside {
   margin-bottom: 26px;
}
.fwpl-btn {
	display: block;
	padding-top: 16px;
   text-decoration: underline !important;
}
.facetwp-flyout.active {
	z-index: 100000;
}
@media all and (max-width: 779px) { 
   .facetwp-flyout-open {
      background-color: var(--yellow);
      border: 2px solid var(--yellow);
      border-radius: 5px;
      box-shadow: 1px 2px 3px var(--gray-dark);
      cursor: pointer;
      display: block;
      font-family: var(--noto-serif);
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 30px;
      padding: 8px 20px;
      max-width: 100%;
      overflow: hidden;
      text-decoration: none;
      transition: .5s opacity ease;
      width: 200px;
   }
   .resources-cont .grunge-cont-sidebar {
      display: none;
   }
}
@media all and (min-width: 780px) {
   .facetwp-flyout-open {
      display: none;
   }
}
.facetwp-flyout-close {
   background-color: var(--blue-dark);
   border-radius: 50%;
   color: var(--white);
   cursor: pointer;
   font-size: 20px;
   font-family: var(--noto-sans);
   height: 30px;
   line-height: 30px !important;
   margin-left: auto;
   padding: 0px !important;
   text-align: center !important;
   width: 30px;
}
.facetwp-checkbox {
   background: url("/wp-content/uploads/checkbox-bg.png") 0 50% no-repeat !important;
   background-size: auto;
   background-size: 20px 20px !important;
   margin-bottom: 10px !important;
   padding-left: 30px !important;
}
.facetwp-checkbox.checked {
   background: url("/wp-content/uploads/checkbox-bg-checked.png") 0 50% no-repeat !important;
   background-size: auto;
   background-size: 20px 20px !important;
   margin-bottom: 10px !important;
   padding-left: 30px !important;
}
.facetwp-display-value, .facetwp-counter {
   color: #000000 !important;
   font-size: clamp(1rem, 2vw, 1.2rem) !important;
}
.facetwp-selections .facetwp-selection-value {
   background-color: var(--blue-light) !important;
   background-position-x: calc(100% - 8px) !important;
   background-position-y: 13px !important;
   background-repeat: no-repeat !important;
   background-size: 12px 12px !important;
   border-radius: 25px !important;
   box-shadow: 0px 1px 2px var(--gray-dark) !important;
   color: #000000;
   cursor: pointer !important;
   display: inline-block !important;
   font-size: 1rem !important;
   margin-bottom: 10px !important;
   margin-right: 10px !important;
   padding-right: 0px !important;
   padding: 5px 28px 5px 16px !important;
}
.facetwp-selections .facetwp-selection-label {
   font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
}
.facetwp-pager {
   align-items: center !important;
   display: flex !important;
   flex-wrap: wrap !important;
   margin-top: 14px !important;
}
.facetwp-page {
   font-size: clamp(1.2rem, 2vw, 1.4rem) !important;
   padding: 10px 14px !important;
}
.facetwp-page.active {
   background: var(--gray-light) !important;
}
.main-interior .single-resource-sidebar h2 {
   font-size: clamp(1.3rem, 2vw, 1.7rem);
   line-height: 1.3;
   padding-bottom: 1rem;
}
.main-interior .single-resource-sidebar li {
   font-size: clamp(1rem, 2vw, 1.2rem);
}



@media all and (min-width: 900px) {
	.fwpl-layout.el-e5uoy8 {
		display: flex!important;
		flex-wrap: wrap;
		gap: 8%;
	}

	.fwpl-result {
		width: 46%!important;
		display: flex;
		align-self: stretch;
	}
	
	.fwpl-row.resource-item {
		width: 100%!important;
	}
}




/*-------------------------- SINGLE RESOURCE PAGE STYLES -----------------------------*/
/*-------------------------- ADVISORY GROUPS PAGE STYLES -----------------------------*/
.three-advisory-groups-cont {
   flex-direction: column;
}
.three-advisory-groups-cont img {
   height: 170px;
}
.three-advisory-groups-cont > div {
   flex: 0 1 100%;
}
@media screen and (min-width: 851px) {
   .three-advisory-groups-cont {
      align-items: flex-start;
      flex-direction: row;
      gap: 60px; /* space between columns */
   }
   /* First two items at 25% each */
   .three-advisory-groups-cont > div {
      flex: 0 1 calc(33% - 30px);
   }
}




/*================================ FOOTER STYLES =======================================*/
#footer {
   background-color: var(--blue-light);
   background-image: url('/wp-content/themes/blankslate-child/images/bg-organic-pattern-white.svg');
   background-repeat: no-repeat;
   background-position: left -40px;
   background-size: 100vw;
   position: relative;
   z-index: 10;
}
#footer p, #footer a {
   font-size: 1rem;
}
.top-footer-cont {
   display: flex;
   flex-direction: column;
   gap: 25px;
   justify-content: space-between;
}
.footer-menu {
   display: flex;
   gap: 30px; /* Space between columns */
   justify-content: space-between;
   max-width: 400px;
   padding-top: 30px;
}
.footer-column {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   gap: 10px; /* Space between links */
}
.footer-column a, .bottom-footer-cont a {
   font-weight: 400;
   padding-bottom: .3rem;
   text-decoration: underline;
   text-transform: none;
}
.footer-logos {
   width: 270px;
}
.footer-logos .logo-psu {
   width: 80%;
}
@media screen and (min-width: 800px) {
   #footer p, #footer a {
      font-size: clamp(1rem, 2vw, 1.25rem);
      line-height: 1.3;
   }
   .top-footer-cont {
      flex-direction: row;
   }
   .footer-menu {
      gap: 50px;
      padding-top: 0px;
   }
   .footer-logos {
      width: 400px;
   }
}
/*hide google captcha badge*/
.grecaptcha-badge { 
	visibility: hidden; 
}

