/*
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

*/
@import url("https://use.typekit.net/cbp2qye.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --color-pink: #e90271;
  --color-blue: #0d99e3;
  --color-purple: #a7017e;
  --color-yellow: #ffd600;
  --color-black: #1f101f;
  --color-white: #ffffff;
  --site-background: white;
  --site-color: #1f101f;
  --spacing-s1: 56px;
  --spacing-s2: 48px;
  --spacing-s3: 36px;
  --spacing-s4: 32px;
  --xl: 40px;
  --xl-line-height: 48px;
  --xl-font-weight: bold;
  --xl-letter-spacing: normal;
  --xl-font-family: filson-pro, sans-serif;
  --h1: 40px;
  --h1-line-height: 48px;
  --h1-font-weight: bold;
  --h1-letter-spacing: normal;
  --h1-font-family: filson-pro, sans-serif;
  --h1-margin-bottom: 12px;
  --h2: 32px;
  --h2-line-height: 44px;
  --h2-font-weight: bold;
  --h2-letter-spacing: normal;
  --h2-font-family: filson-pro, sans-serif;
  --h3: 24px;
  --h3-line-height: 28px;
  --h3-font-weight: bold;
  --h3-letter-spacing: normal;
  --h3-font-family: filson-pro, sans-serif;
  --h3-margin-bottom: 20px;
  --h4: 22px;
  --h4-line-height: 26px;
  --h4-font-weight: bold;
  --h4-letter-spacing: 0.05em;
  --h4-font-family: filson-pro, sans-serif;
  --h5: 18px;
  --h5-line-height: 24px;
  --h5-font-weight: bold;
  --h5-letter-spacing: normal;
  --h5-font-family: filson-pro, sans-serif;
  --h6: 18px;
  --h6-line-height: 32px;
  --h6-font-weight: 600;
  --h6-letter-spacing: normal;
  --h6-font-family: filson-pro, sans-serif;
  --p-font-size: 16px;
  --p-font-family: filson-pro, sans-serif;
  --p-line-height: 24px;
  --p-letter-spacing: 0px;
  --p-margin-bottom: 30px;
  /* These still not all implemented. Secondary and other things are hard-coded and they probably should be all variables */
  --button-font-family: filson-pro, sans-serif;
  --button-border-radius: 0px;
  --button-font-size: 18px;
  --button-line-height: 47px;
  --button-font-size-small: 12px;
  --button-text-transform: none;
  --button-padding: 0 23px;
  --button-padding: 0 24px;
  --button-width: auto;
  --button-text-transform: capitalize;
  --button-main-background-color: #ffd600;
  --button-main-color: #221f20;
  --button-main-border: 3px solid #ffd600;
  --button-main-background-color-hover: #ffe539;
  --button-main-color-hover: #221f20;
  --button-main-border-hover: 3px solid #ffe539;
  --button-secondary-background-color: #ffd600;
  --button-secondary-color: #221f20;
  --button-secondary-border: 3px solid #ffd600;
  --button-secondary-background-color-hover: #ffe539;
  --button-secondary-color-hover: #221f20;
  --button-secondary-border-hover: 3px solid #ffe539;
  --button-tertiary-background-color: #0d99e3;
  --button-tertiary-color: #221f20;
  --button-tertiary-border: 3px solid #0d99e3;
  --button-tertiary-background-color-hover: #20adf8;
  --button-tertiary-color-hover: #221f20;
  --button-tertiary-border-hover: 3px solid #20adf8;
  --button-quaternary-background-color: #221f20;
  --button-quaternary-color: white;
  --button-quaternary-border: 3px solid #221f20;
  --button-quaternary-background-color-hover: #484244;
  --button-quaternary-color-hover: white;
  --button-quaternary-border-hover: 3px solid #484244;
  --section-max-width: 368px;
}
@media (min-width: 768px) {
  :root {
    --spacing-s1: 136px;
    --spacing-s2: 72px;
    --spacing-s3: 48px;
    --spacing-s4: 40px;
  }
}
@media (min-width: 768px) {
  :root {
    --xl: 88px;
    --xl-line-height: 88px;
    --h1: 88px;
    --h1-line-height: 88px;
    --h2: 72px;
    --h2-line-height: 80px;
    --h3: 40px;
    --h3-line-height: 44px;
    --h4: 30px;
    --h4-line-height: 28px;
    --h4-letter-spacing: normal;
    --h5: 24px;
    --h5-line-height: 32px;
    --h6: 32px;
    --h6-line-height: 48px;
  }
}
@media (min-width: 768px) {
  :root {
    --p-font-size: 18px;
    --p-line-height: 26px;
  }
}
@media (min-width: 768px) {
  :root {
    --button-width: auto;
  }
}
@media (min-width: 768px) {
  :root {
    --section-max-width: 1222px;
  }
}

html {
  background-color: var(--site-background);
  font-family: "filson-pro", sans-serif;
}

* {
  color: var(--site-color);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.anchor-link {
  position: relative;
  top: -100px;
}

section .section-wrapper,
footer .section-wrapper {
  max-width: var(--section-max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  text-align: var(--global-text-align);
}
@media (min-width: 768px) {
  section .section-wrapper,
  footer .section-wrapper {
    padding: 0 68px;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
div.cb-background-image {
  width: 100%;
  height: 223px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  div.cb-background-image {
    height: 257px;
  }
}

/*
  Usage:
  <div class="cb-play-button">
    <img src="whatever-image.jpg" alt="">
  </div>
*/
.cb-play-button {
  position: relative;
  cursor: pointer;
}
.cb-play-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/play-button.svg");
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
}
.cb-play-button:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.fx-relay-email-input-wrapper {
  z-index: 1 !important;
}

section.article article {
  max-width: 798px;
  margin: 0 auto;
}
section.article article a {
  color: #0d99e3;
}
section.article article h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}
@media (min-width: 768px) {
  section.article article h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
section.article article h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  section.article article h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
safecode {
  display: none;
}

html[lang=en],
html[lang=es] {
  margin-top: 0 !important;
}

html body #wpadminbar {
  z-index: 100;
  top: 58px;
  max-width: var(--section-max-width);
  left: 50%;
  transform: translate(-50%, 0);
}
html body #wpadminbar #wp-admin-bar-site-name {
  display: none;
}

html[lang=en] .es-only {
  display: none !important;
}

html[lang=es] .en-only {
  display: none !important;
}

@media (min-width: 768px) {
  .close-card-row.rainbow .grid-4-desktop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1352px) {
  .close-card-row.rainbow .grid-4-desktop {
    grid-template-columns: repeat(4, 1fr);
  }
}

.carousel-container {
  width: calc(100% - 74px);
  display: block;
  margin: 0 0px 0 35px;
}
.carousel-container.center {
  margin: 0 auto;
}
.carousel-container .logos-carousel .slick-dots {
  display: none !important;
}
.carousel-container .logos-carousel .slick-prev,
.carousel-container .logos-carousel .slick-next {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/carousel-arrow-black.svg");
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 41px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.carousel-container .logos-carousel .slick-prev {
  left: -35px;
  transform: translate(0, -50%);
}
.carousel-container .logos-carousel .slick-next {
  left: 100%;
  transform: translate(0, -50%) rotate(180deg);
}
.carousel-container .logos-carousel .slick-slide {
  height: 150px;
  display: grid;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}

/************************************************
  Gallery Blocks
************************************************/
.wp-block-gallery {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.wp-block-gallery.columns-1 {
  flex-wrap: wrap;
}
.wp-block-gallery.columns-2 {
  flex-wrap: wrap;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 50px);
}

.wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.grid-gap-1 {
  gap: 30px;
}
@media (min-width: 768px) {
  .grid-gap-1 {
    gap: 50px;
  }
}

.grid-2-mobile {
  display: grid;
}
@media (max-width: 767px) {
  .grid-2-mobile {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-3-desktop {
  display: grid;
}
@media (min-width: 768px) {
  .grid-3-desktop {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4-desktop {
  display: grid;
}
@media (min-width: 768px) {
  .grid-4-desktop {
    grid-template-columns: repeat(4, 1fr);
  }
}

.button {
  background: var(--button-main-background-color);
  border-radius: var(--button-border-radius);
  color: var(--button-main-color);
  font-family: var(--button-font-family);
  text-transform: var(--button-text-transform);
  text-decoration: none;
  font-weight: 600;
  padding: var(--button-padding);
  line-height: var(--button-line-height);
  display: inline-block;
  text-align: center;
  font-size: var(--button-font-size);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border: var(--button-main-border);
  box-sizing: border-box;
  width: var(--button-width);
  text-transform: var(--button-text-transform);
}
.button:hover, .button:focus {
  background: var(--button-main-background-color-hover);
  color: var(--button-main-color-hover);
  border: var(--button-main-border-hover);
}
.button.small {
  font-size: var(--button-font-size-small);
  padding: 0 20px;
}
.button.secondary {
  background: var(--button-secondary-background-color);
  color: var(--button-secondary-color);
  border: var(--button-secondary-border);
}
.button.secondary:hover, .button.secondary:focus {
  box-shadow: var(--button-secondary-shadow-focus);
  background: var(--button-secondary-background-color-hover);
  color: var(--button-secondary-color-hover);
  border: var(--button-secondary-border-hover);
}
.button.tertiary {
  background: var(--button-tertiary-background-color);
  color: var(--button-tertiary-color);
  border: var(--button-tertiary-border);
}
.button.tertiary:hover, .button.tertiary:focus {
  background: var(--button-tertiary-background-color-hover);
  color: var(--button-tertiary-color-hover);
  border: var(--button-tertiary-border-hover);
}
.button.quaternary {
  background: var(--button-quaternary-background-color);
  color: var(--button-quaternary-color);
  border: var(--button-quaternary-border);
}
.button.quaternary:hover, .button.quaternary:focus {
  background: var(--button-quaternary-background-color-hover);
  color: var(--button-quaternary-color-hover);
  border: var(--button-quaternary-border-hover);
}

h1,
.h1-style {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
  margin-bottom: var(--h1-margin-bottom);
}
h1.xl,
.h1-style.xl {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

.xl-style {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

h2,
.h2-style {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}

h3,
.h3-style {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
  margin-bottom: var(--h3-margin-bottom);
}

h4,
.h4-style {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}

h5,
.h5-style {
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
}

h6,
.h6-style {
  font-family: var(--h6-font-family);
  font-weight: var(--h6-font-weight);
  font-size: var(--h6);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
}

p {
  font-size: var(--p-font-size);
  font-family: var(--p-font-family);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
  margin-bottom: var(--p-margin-bottom);
}
p a {
  color: var(--color-secondary);
}
p strong {
  font-weight: bold;
}

h2 + p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  h2 + p {
    margin-top: 33px;
  }
}

section.article article ul,
section.article article ol {
  margin-bottom: 23px;
  margin-left: 30px;
  margin-top: -10px;
}
section.article article ul li,
section.article article ol li {
  margin-left: 18px;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
}
section.article article ol li {
  list-style-type: decimal;
}
section.article article h1 {
  margin-bottom: 40px;
}
section.article article h4 {
  margin-bottom: 10px;
}
section.article article .issuuembed .issuu-isrendered {
  width: 100%;
}
section.article article img.aligncenter {
  display: block;
  margin: 20px auto;
}
section.article article strong {
  font-weight: bold;
}
section.article article .wp-element-caption {
  opacity: 0.6;
  text-align: center;
}
section.article article .wp-block-quote {
  background: #e6e6e6;
  padding: 43px;
  max-width: 86%;
  margin: 0 auto;
  margin-bottom: var(--p-margin-bottom);
}
section.article article .wp-block-quote p {
  font-size: 1.4em;
  font-weight: bold;
}
section.article article .wp-block-quote cite {
  opacity: 0.5;
}
section.article article .wp-block-quote cite::before {
  content: "— ";
}

nav.site-nav {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 104;
  padding: 0px 24px;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
}
@media (min-width: 768px) {
  nav.site-nav {
    background: transparent;
    top: 0px;
    padding: 0px 68px;
  }
}
nav.site-nav .logo {
  display: grid;
  align-items: center;
}
nav.site-nav .logo path,
nav.site-nav .logo rect,
nav.site-nav .menu path,
nav.site-nav .menu rect,
nav.site-nav .close path,
nav.site-nav .close rect {
  transition: all 0.3s ease-in-out;
  fill: #fff;
}
nav.site-nav svg.search circle,
nav.site-nav svg.search path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  nav.site-nav svg.search circle,
  nav.site-nav svg.search path {
    stroke: #201e1f;
  }
}
nav.site-nav.solid, nav.site-nav.force-black {
  background: white;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
}
nav.site-nav.solid .logo path,
nav.site-nav.solid .logo rect,
nav.site-nav.solid .menu path,
nav.site-nav.solid .menu rect,
nav.site-nav.solid .close path,
nav.site-nav.solid .close rect, nav.site-nav.force-black .logo path,
nav.site-nav.force-black .logo rect,
nav.site-nav.force-black .menu path,
nav.site-nav.force-black .menu rect,
nav.site-nav.force-black .close path,
nav.site-nav.force-black .close rect {
  fill: #201e1f;
}
nav.site-nav.solid svg.search circle,
nav.site-nav.solid svg.search path, nav.site-nav.force-black svg.search circle,
nav.site-nav.force-black svg.search path {
  stroke: #201e1f;
}
@media (min-width: 768px) {
  nav.site-nav.solid, nav.site-nav.force-black {
    background: transparent;
    box-shadow: none;
  }
}
nav.site-nav svg.mobile-menu {
  position: relative;
  top: 5px;
  left: 20px;
}
nav.site-nav .container {
  display: grid;
  grid-template-columns: 1fr 56px 56px;
  position: relative;
  margin: 0 auto;
  max-width: var(--section-max-width);
  padding: 13px 30px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  nav.site-nav .container {
    box-sizing: border-box;
    grid-template-columns: 15vw 1fr 89px 50px 8vw;
    background: white;
    padding: 13px 16px;
    padding-right: 0px;
  }
}
@media (min-width: 1222px) {
  nav.site-nav .container {
    grid-template-columns: 175px 1fr 89px 50px 113px;
  }
}
@media (min-width: 768px) {
  nav.site-nav .container.es {
    grid-template-columns: 175px 1fr 89px 50px 152px;
  }
}
nav.site-nav .container .button.tertiary.donate {
  line-height: 52px;
  width: 100%;
  margin-top: -13px;
  margin-bottom: -13px;
  font-size: 1.2vw;
  padding: 0;
}
@media (min-width: 1222px) {
  nav.site-nav .container .button.tertiary.donate {
    font-size: 18px;
  }
}
nav.site-nav .container .logo {
  left: 0px;
  top: 1px;
  position: relative;
}
@media (min-width: 768px) {
  nav.site-nav .container .logo {
    top: 10px;
    position: initial;
  }
}
nav.site-nav .container .links {
  padding-left: 3vw;
}
@media (min-width: 1222px) {
  nav.site-nav .container .links {
    padding-left: 45px;
  }
}
nav.site-nav .container .links a.page {
  line-height: 32px;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  padding-right: 1vw;
  font-size: 1.2vw;
}
@media (min-width: 1222px) {
  nav.site-nav .container .links a.page {
    padding-right: 35px;
    font-size: 16px;
  }
}
nav.site-nav .container .links a.page::before {
  position: absolute;
  background: white;
  content: "";
  height: 58px;
  top: -18px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1222px) {
  nav.site-nav .container .links a.page::before {
    width: calc(100% + 5px);
    left: -21px;
    padding-right: 40px;
  }
}
nav.site-nav .container .links a.page:hover::before,
nav.site-nav .container .links a.page.active::before {
  background: #ffd600;
}
nav.site-nav .container .links a.page:last-of-type {
  padding-right: 0;
}
nav.site-nav .container .other {
  font-size: 12px;
  line-height: 32px;
}
nav.site-nav .container .other a {
  font-weight: bold;
}
nav.site-nav .container .other a span {
  text-decoration: underline;
}
nav.site-nav .container .programs-dropdown.desktop,
nav.site-nav .container .action-dropdown.desktop,
nav.site-nav .container .events-dropdown.desktop,
nav.site-nav .container .about-dropdown.desktop {
  position: absolute;
  top: 58px;
  background: #fed602;
  margin-left: 70px;
  padding: 18px 0;
  pointer-events: none;
  opacity: 1;
  transform-origin: top left;
  transform: scaleY(0);
  transition: all 0.1s ease-in-out;
}
nav.site-nav .container .programs-dropdown.desktop.active,
nav.site-nav .container .action-dropdown.desktop.active,
nav.site-nav .container .events-dropdown.desktop.active,
nav.site-nav .container .about-dropdown.desktop.active {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}
nav.site-nav .container .programs-dropdown.desktop a,
nav.site-nav .container .action-dropdown.desktop a,
nav.site-nav .container .events-dropdown.desktop a,
nav.site-nav .container .about-dropdown.desktop a {
  display: block;
  line-height: 40px;
  padding-left: 26px;
  padding-right: 26px;
  transition: all 0.2s ease-in-out;
}
nav.site-nav .container .programs-dropdown.desktop a:hover,
nav.site-nav .container .action-dropdown.desktop a:hover,
nav.site-nav .container .events-dropdown.desktop a:hover,
nav.site-nav .container .about-dropdown.desktop a:hover {
  background: #ffe539;
}
nav.site-nav .container .about-dropdown.desktop {
  margin-left: -21px;
}
nav.site-nav .container .action-dropdown.desktop {
  margin-left: 180px;
}
nav.site-nav .container .events-dropdown.desktop {
  margin-left: 314px;
}

nav.site-nav .container .menu,
nav.site-nav .container .close {
  right: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  nav.site-nav .container .menu,
  nav.site-nav .container .close {
    top: 9px;
  }
}
nav.site-nav .container .close {
  display: none;
  top: -6px;
}
@media (min-width: 768px) {
  nav.site-nav .container .close {
    top: 4px;
  }
}
nav.site-nav .container .image-container {
  text-align: center;
  cursor: pointer;
}
nav.site-nav .container .image-container img.search {
  height: 27px;
  top: 15px;
  margin-left: -12px;
}

.nav-solid-background {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  height: 80px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background-color: #0c0b0f;
}
@media (min-width: 768px) {
  .nav-solid-background {
    height: 77px;
  }
}
.nav-solid-background.visible {
  opacity: 1;
  pointer-events: all;
}

.nav-full-size-page {
  z-index: 100;
  background: #393648;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  top: -100%;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.nav-full-size-page.open {
  top: 0;
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-full-size-page {
    display: grid;
    grid-template-columns: 60% 40%;
  }
}
.nav-full-size-page .container {
  width: calc(100% - 48px);
  max-width: var(--section-max-width);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .nav-full-size-page .container {
    padding: 0 68px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-height: 621px) {
  .nav-full-size-page .container {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (min-height: 729px) {
  .nav-full-size-page .container {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .nav-full-size-page .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.nav-full-size-page .container .row .title {
  font-size: 10px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.nav-full-size-page .container .row a {
  text-decoration: none;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  display: block;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row a {
    border-bottom: none;
    max-width: 110px;
  }
}
.nav-full-size-page .container .row a span {
  color: inherit;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row a span {
    padding-left: 30px;
    margin-left: -30px;
  }
}
.nav-full-size-page .container .row a::before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -26px;
  margin-top: 9px;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row a::before {
    background-image: url(/wp-content/themes/poet-of-code-theme/images/nav/hover-link.svg);
  }
}
.nav-full-size-page .container .row a:hover {
  color: #fbbd75;
}
.nav-full-size-page .container .row a:hover::before {
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row a:hover {
    margin-left: 23px;
  }
}
.nav-full-size-page .container .row.content a:last-of-type {
  border-bottom: none;
}
.nav-full-size-page .container .row.social {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row.social {
    padding-top: 0px;
  }
}
.nav-full-size-page .container .row.social a {
  display: inline-block;
  margin-right: 34px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row.social a {
    display: block;
  }
}
.nav-full-size-page .container .row.social a span {
  display: none;
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row.social a span {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-full-size-page .container .row.social a img {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-full-size-page .wrapper {
    max-width: 620px;
    position: relative;
    padding-top: 110px;
  }
}
.nav-full-size-page .image {
  display: none;
  pointer-events: none;
  position: relative;
}
@media (min-width: 768px) {
  .nav-full-size-page .image {
    display: block;
  }
}
.nav-full-size-page .image .full-size {
  background-image: url("http://poetofcode.com/wp-content/uploads/2021/09/image-nav-menu-1.jpg");
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.nav-full-size-page .image .full-size.social {
  background-image: url("http://poetofcode.com/wp-content/uploads/2021/09/image-nav-menu-2.jpg");
}

.search-nav {
  position: fixed;
  top: 0;
  z-index: 110;
  height: 58px;
  max-width: 1222px;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
}
@media (min-width: 768px) {
  .search-nav {
    width: calc(100% - 136px);
  }
}
.search-nav.active {
  opacity: 1;
  pointer-events: all;
}
.search-nav input {
  font-size: 16px;
  line-height: 32px;
  height: 100%;
  border: 0;
  border-radius: 0;
  font-weight: bold;
  width: 100%;
  padding-left: 26px;
  box-sizing: border-box;
}
.search-nav input:focus {
  outline: none;
}
.search-nav .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.search-nav #datafetch {
  background-color: #e9e9e9;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}
.search-nav #datafetch p {
  padding: 12px 25px;
  margin: 0;
  color: var(--site-color);
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: #e9e9e9;
}
.search-nav #datafetch p a {
  display: block;
}
.search-nav #datafetch p:hover {
  background-color: #d3d2d2;
}

.gray-out-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.gray-out-screen.active {
  background: rgba(0, 0, 0, 0.3921568627);
  pointer-events: all;
}

.mobile.menu-links {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 285px;
  right: 0;
  height: 100%;
  transform: translate(100%, 0);
  transition: all 0.3s ease-in-out;
  background: white;
  box-shadow: transparent;
}
.mobile.menu-links.open {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4784313725);
  transform: translate(0, 0);
}
.mobile.menu-links a {
  display: block;
  padding: 14px 18px;
}
.mobile.menu-links .open-menu-a,
.mobile.menu-links .open-menu-b,
.mobile.menu-links .open-menu-c,
.mobile.menu-links .open-menu-d{
  background-image: url(/wp-content/themes/hip-casablue-theme/images/nav/plus-sign-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 19px;
}
.mobile.menu-links .open-menu-a.open,
.mobile.menu-links .open-menu-b.open,
.mobile.menu-links .open-menu-c.open,
.mobile.menu-links .open-menu-d.open{
  background-image: url(/wp-content/themes/hip-casablue-theme/images/nav/minus-sign.svg);
}
.mobile.menu-links .slide-menu a {
  background-color: #d3d2d2;
}

.mobile.nav.close-x {
  position: fixed;
  top: 10px;
  right: 7px;
  z-index: 1000;
  padding: 7px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.mobile.nav.close-x.active {
  opacity: 1;
  pointer-events: all;
}

.site-nav ul.dropdown {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

footer.global-footer {
  background-color: #221f20;
  position: relative;
}
footer.global-footer .button.mobile {
  width: 100%;
  margin-bottom: 32px;
}
footer.global-footer .button.desktop {
  display: none;
}
@media (min-width: 960px) {
  footer.global-footer .button.desktop {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  footer.global-footer .columns {
    display: grid;
    grid-template-columns: 230px 230px 230px 1fr;
  }
}
footer.global-footer .columns .button-wrapper {
  text-align: right;
}
footer.global-footer .columns .button-wrapper .button {
  width: 163px;
}
footer.global-footer .footer-section {
  padding-bottom: 18px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.global-footer .footer-section:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  footer.global-footer .footer-section {
    border: none !important;
  }
}
footer.global-footer .footer-section img.plus {
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 25px;
  transition: all 0.3s ease-in-out;
}
footer.global-footer .footer-section img.plus.active {
  transform: rotate(45deg);
}
footer.global-footer .footer-section .title {
  font-size: 14px;
  line-height: 28px;
  color: white;
  padding-top: 12px;
}
@media (min-width: 768px) {
  footer.global-footer .footer-section .title {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 0;
    padding-bottom: 8px;
  }
}
footer.global-footer .footer-section ul,
footer.global-footer .footer-section li,
footer.global-footer .footer-section a {
  font-weight: 100;
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  footer.global-footer .footer-section ul,
  footer.global-footer .footer-section li,
  footer.global-footer .footer-section a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid rgba(1, 1, 1, 0);
  }
}
footer.global-footer .footer-section a:hover {
  color: #ffd600;
  border-bottom: 2px solid #ffd600;
}
footer.global-footer .footer-section ul {
  padding-left: 13px;
}
@media (min-width: 768px) {
  footer.global-footer .footer-section ul {
    padding-left: 0;
  }
}
footer.global-footer .credits-wrapper .guide img {
  width: 55px;
}
footer.global-footer .credits-wrapper .charity img {
  width: 194px;
}
@media (min-width: 768px) {
  footer.global-footer .credits-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
  }
  footer.global-footer .credits-wrapper .stars {
    text-align: right;
    padding-top: 20px;
  }
  footer.global-footer .credits-wrapper .guide img {
    width: 55px;
  }
  footer.global-footer .credits-wrapper .charity img {
    padding-right: 0;
    width: auto;
  }
}
footer.global-footer .social {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  footer.global-footer .social {
    max-width: 224px;
  }
}
footer.global-footer p.credits {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  footer.global-footer p.credits {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0;
  }
}
footer.global-footer p.credits a {
  color: inherit;
}
footer.global-footer p.credits a.color {
  color: #ffd600;
}
footer.global-footer p.credits span {
  color: inherit;
}
footer.global-footer p.credits .separator {
  padding: 0 17px;
}
footer.global-footer .stars img {
  padding-right: 35px;
}

.video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video-player.visible {
  opacity: 1;
  pointer-events: all;
}
.video-player .wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -2px 29px 60px 0px black;
  width: 100vw;
  height: 40vh;
}
@media (min-width: 768px) {
  .video-player .wrapper {
    width: 70vw;
    height: 60vh;
  }
}
.video-player .wrapper iframe {
  width: 100%;
  height: 100%;
}

section.join-collective-corazon .container {
  padding: 42px 30px;
  border: 4px solid #221f20;
}
@media (min-width: 768px) {
  section.join-collective-corazon .container {
    padding: 60px 56px;
  }
}
@media (min-width: 768px) {
  section.join-collective-corazon .container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 424px;
  }
}
@media (min-width: 768px) {
  section.join-collective-corazon .container #mc_embed_signup {
    align-self: end;
    position: relative;
  }
}
section.join-collective-corazon .container form input {
  font-size: 18px;
  line-height: 39px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 4px solid #221f20;
  margin-bottom: 24px;
  border-radius: 0;
  font-family: "filson-pro", sans-serif;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  section.join-collective-corazon .container form input {
    padding-right: 95px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
section.join-collective-corazon .container form input:focus {
  outline: none;
  border-color: #0d99e3;
}
section.join-collective-corazon .container form button {
  width: 100%;
}
@media (min-width: 768px) {
  section.join-collective-corazon .container form button {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 768px) {
  section.join-collective-corazon .container .copy {
    max-width: 530px;
  }
}
section.join-collective-corazon .container .copy h2 {
  line-height: 32px;
}
@media (min-width: 768px) {
  section.join-collective-corazon .container .copy h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  section.join-collective-corazon .container .copy p {
    margin-top: 21px;
    margin-bottom: 0;
  }
}

section.cb-hero {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/home/hero-mobile.jpg");
  background-position: top;
  background-size: cover;
  padding-top: 158px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  section.cb-hero {
    background-image: url("/wp-content/themes/hip-casablue-theme/images/home/hero.jpg");
    padding-top: 268px;
    padding-bottom: 229px;
  }
}
section.cb-hero h2.pre-title {
  font-size: 18px;
  line-height: 24px;
  color: white;
}
@media (min-width: 768px) {
  section.cb-hero h2.pre-title {
    font-size: 24px;
    line-height: 32px;
  }
}
section.cb-hero h1 {
  color: white;
}
section.cb-hero p {
  color: white;
}
@media (min-width: 768px) {
  section.cb-hero p {
    font-size: 20px;
    line-height: 30px;
  }
}

.cb-card div.img,
.cb-mini-card div.img,
.cb-color-card div.img {
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cb-card div.img,
  .cb-mini-card div.img,
  .cb-color-card div.img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 296px;
  }
}
@media (min-width: 768px) {
  .cb-card:hover div.img,
  .cb-mini-card:hover div.img,
  .cb-color-card:hover div.img {
    background-size: auto 110%;
  }
}

@media (min-width: 768px) {
  .cb-color-card div.img {
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .cb-color-card:hover div.img {
    background-size: 110% auto;
  }
}

.cb-card {
  display: block;
}
.cb-card h4 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .cb-card h4 {
    padding-top: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.cb-card.inverted h4,
.cb-card.inverted p {
  color: white;
}
.cb-card.inverted h4 {
  padding-bottom: 7px;
  padding-top: 0;
}
.cb-card.inverted p {
  margin-bottom: 0;
}
.cb-card.inverted .date {
  color: #e90271;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 800;
}
@media (min-width: 768px) {
  .cb-card.inverted .date {
    font-size: 16px;
    line-height: 24px;
  }
}

.cb-mini-card {
  display: block;
}
.cb-mini-card div.img {
  height: 197px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .cb-mini-card h5 {
    font-size: 24px;
    line-height: 24px;
  }
}

.cb-color-card {
  display: block;
  background-color: #a7017e;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 16px;
  margin-bottom: 24px;
}
.cb-color-card h5,
.cb-color-card p {
  color: white;
}
.cb-color-card h5 {
  margin-bottom: 20px;
  max-width: 237px;
}
@media (min-width: 768px) {
  .cb-color-card h5 {
    max-width: 182px;
  }
}
.cb-color-card p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-color-card {
    margin-bottom: 56px;
    background-position: calc(100% - 20px) 233px;
    transition: all 0.3s ease-in-out;
  }
}
.cb-color-card div.img {
  display: none;
}
@media (min-width: 768px) {
  .cb-color-card div.img {
    display: block;
    height: 197px;
  }
}
.cb-color-card .wrapper {
  padding: 16px 14px;
}
@media (min-width: 768px) {
  .cb-color-card .wrapper {
    padding: 29px 32px;
  }
}
.cb-color-card.red {
  background-color: #ea1527;
}
.cb-color-card.orange {
  background-color: #ff5d15;
}
.cb-color-card.blue {
  background-color: #0d99e3;
}
.cb-color-card.cyan {
  background-color: #30d5c8;
}
.cb-color-card.pink {
  background-color: #d60469;
}
.cb-color-card.purple {
  background-color: #a7017e;
}
.cb-color-card.yellow {
  background-color: #ffd600;
}
.cb-color-card.black {
  background-color: var(--color-black);
}
.cb-color-card.blue, .cb-color-card.orange, .cb-color-card.cyan, .cb-color-card.yellow {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right-black.svg");
}
.cb-color-card.blue h5,
.cb-color-card.blue p, .cb-color-card.orange h5,
.cb-color-card.orange p, .cb-color-card.cyan h5,
.cb-color-card.cyan p, .cb-color-card.yellow h5,
.cb-color-card.yellow p {
  color: var(--color-black);
}

section.pink-card-1 {
  background-color: var(--color-pink);
  padding-top: 44px;
}
@media (min-width: 768px) {
  section.pink-card-1 {
    background-color: transparent;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  section.pink-card-1 .section-wrapper {
    margin-top: -96px;
  }
}
section.pink-card-1 p,
section.pink-card-1 h3,
section.pink-card-1 h2 {
  color: white;
}
section.pink-card-1 h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.pink-card-1 h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}
section.pink-card-1 p {
  line-height: 24px;
}
@media (min-width: 768px) {
  section.pink-card-1 p {
    line-height: 26px;
  }
}
section.pink-card-1 .mobile-gap {
  height: 32px;
  background: white;
  margin-top: -32px;
}
section.pink-card-1 .grid-2 {
  display: grid;
}
@media (min-width: 768px) {
  section.pink-card-1 .grid-2 {
    gap: 30px;
    grid-template-columns: 1fr 318px;
    padding: 40px 44px;
    box-sizing: border-box;
    background-color: var(--color-pink);
  }
}
section.pink-card-1 .copy {
  max-width: 636px;
}
@media (min-width: 768px) {
  section.pink-card-1 .copy p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  section.pink-card-1 .copy .h5-style {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
section.pink-card-1 .cb-background-image {
  height: 100%;
}

.cb-half-half-card {
  background-color: var(--color-pink);
  padding-top: 44px;
}
@media (min-width: 768px) {
  .cb-half-half-card {
    background-color: transparent;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .cb-half-half-card .section-wrapper {
    margin-top: -96px;
  }
}
@media (min-width: 768px) {
  .cb-half-half-card.no-margin-top .section-wrapper {
    margin-top: 0px;
  }
}
.cb-half-half-card p,
.cb-half-half-card h3,
.cb-half-half-card h2 {
  color: white;
}
.cb-half-half-card h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cb-half-half-card h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.cb-half-half-card p {
  line-height: 24px;
}
@media (min-width: 768px) {
  .cb-half-half-card p {
    margin-top: 0;
    line-height: 26px !important;
  }
}
.cb-half-half-card .mobile-gap {
  height: 32px;
  background: white;
  margin-top: -32px;
}
.cb-half-half-card .grid-2 {
  display: grid;
}
@media (min-width: 768px) {
  .cb-half-half-card .grid-2 {
    gap: 0px;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    background-color: var(--color-pink);
  }
}
.cb-half-half-card .copy {
  max-width: 636px;
}
@media (min-width: 768px) {
  .cb-half-half-card .copy {
    padding: 55px 55px;
  }
}
@media (min-width: 768px) {
  .cb-half-half-card .copy p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .cb-half-half-card .copy .h5-style {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
.cb-half-half-card .cb-background-image {
  height: 100%;
}
.cb-half-half-card img.mobile {
  margin-bottom: 48px;
}

main.take-action-page .cb-half-half-card.pink {
  background-color: #e90271;
}
@media (min-width: 768px) {
  main.take-action-page .cb-half-half-card.pink {
    background-color: transparent;
  }
}
main.take-action-page .cb-half-half-card.pink .container.grid-2 {
  background-color: #e90271;
}
main.take-action-page .cb-half-half-card.pink .copy h2,
main.take-action-page .cb-half-half-card.pink .copy p {
  color: white;
}

section.cb-multiple-cta-section {
  background-color: #a7017e;
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section {
    background-color: white;
  }
}
section.cb-multiple-cta-section p,
section.cb-multiple-cta-section h3 {
  color: white;
}
section.cb-multiple-cta-section p {
  max-width: 1022px;
}
section.cb-multiple-cta-section .h5-style {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section .h5-style {
    font-size: 24px;
    line-height: 32px;
  }
}
section.cb-multiple-cta-section .content {
  background-color: #a7017e;
  padding: 0px;
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section .content {
    padding: 55px;
  }
}
section.cb-multiple-cta-section .grid-4-desktop {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1045px) {
  section.cb-multiple-cta-section .grid-4-desktop {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.cb-multiple-cta-section .card {
  background: white;
  padding: 18px 22px;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right-black.svg");
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-position: calc(100% - 16px) 50%;
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section .card {
    background-position: 24px calc(100% - 15px);
  }
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section .card:hover {
    background-position: 30px calc(100% - 15px);
  }
}
section.cb-multiple-cta-section .card p {
  color: #221f20;
  margin-bottom: 0px;
  max-width: 200px;
}
@media (min-width: 768px) {
  section.cb-multiple-cta-section .card p {
    margin-bottom: 30px;
    max-width: auto;
  }
}

section.cb-minimal-hero h1 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  max-width: 756px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  section.cb-minimal-hero h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
section.cb-minimal-hero p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 754px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.cb-minimal-hero p {
    font-size: 20px;
    line-height: 30px;
  }
}

.cb-numbers {
  background: white;
  border: 4px solid #221f20;
  text-align: center;
  padding-bottom: 32px;
  display: grid;
}
.cb-numbers h2,
.cb-numbers p {
  color: #221f20;
}
.cb-numbers h2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  margin-top: 23px;
}
.cb-numbers p {
  max-width: 227px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .cb-numbers p {
    font-size: 16px;
    line-height: 20px;
  }
}

main.front-page section.section-1 {
  background-color: var(--color-pink);
  padding-top: 44px;
}
@media (min-width: 768px) {
  main.front-page section.section-1 {
    background-color: transparent;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  main.front-page section.section-1 .section-wrapper {
    margin-top: -96px;
  }
}
main.front-page section.section-1 p,
main.front-page section.section-1 h3,
main.front-page section.section-1 h2 {
  color: white;
}
main.front-page section.section-1 .mobile-gap {
  height: 32px;
  background: white;
  margin-top: -32px;
}
main.front-page section.section-1 .grid-2 {
  display: grid;
}
@media (min-width: 768px) {
  main.front-page section.section-1 .grid-2 {
    gap: 30px;
    grid-template-columns: 1fr 318px;
    padding: 54px 56px;
    box-sizing: border-box;
    background-color: var(--color-pink);
  }
}
main.front-page section.section-1 .copy {
  max-width: 636px;
}
@media (min-width: 768px) {
  main.front-page section.section-1 .copy h3 {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  main.front-page section.section-1 .copy p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  main.front-page section.section-1 .copy .h5-style {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
main.front-page section.section-1 .numbers {
  background: white;
  border: 4px solid #221f20;
  text-align: center;
  padding-bottom: 32px;
  display: grid;
}
main.front-page section.section-1 .numbers h2,
main.front-page section.section-1 .numbers p {
  color: #221f20;
}
main.front-page section.section-1 .numbers h2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  margin-top: 23px;
}
main.front-page section.section-1 .numbers p {
  max-width: 227px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  main.front-page section.section-1 .numbers p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main.front-page section.cards .section-wrapper {
    gap: 50px;
  }
}
main.front-page section.cards .section-wrapper h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  main.front-page section.cards .section-wrapper h4 {
    padding-top: 20px;
  }
}
main.front-page section.cards .section-wrapper div.img {
  height: 223px;
}
@media (min-width: 768px) {
  main.front-page section.cards .section-wrapper div.img {
    height: 257px;
  }
}
main.front-page section.section-3 {
  background-color: var(--color-blue);
}
@media (min-width: 768px) {
  main.front-page section.section-3 {
    background-color: transparent;
  }
}
main.front-page section.section-3 .section-wrapper {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  main.front-page section.section-3 .section-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
main.front-page section.section-3 .section-wrapper .grid-2 {
  background-color: var(--color-blue);
}
@media (min-width: 768px) {
  main.front-page section.section-3 .section-wrapper .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 54px 56px;
  }
}
@media (min-width: 900px) {
  main.front-page section.section-3 .section-wrapper .grid-2 {
    grid-template-columns: 1fr 320px;
  }
}
main.front-page section.section-3 .section-wrapper .grid-2 .mobile img {
  padding-bottom: 32px;
  width: 100%;
}
main.front-page section.section-3 .section-wrapper .grid-2 p,
main.front-page section.section-3 .section-wrapper .grid-2 h3 {
  color: var(--color-black);
}
main.front-page section.section-3 .section-wrapper .grid-2 .h5-style {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  main.front-page section.section-3 .section-wrapper .grid-2 .h5-style {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  main.front-page section.section-3 .section-wrapper .grid-2 .copy {
    max-width: 632px;
  }
}
main.front-page section.small-intro {
  padding-top: 44px;
}
main.front-page section.small-intro .logo-container {
  overflow: scroll;
}
@media (min-width: 768px) {
  main.front-page section.small-intro .logo-container {
    overflow: hidden;
  }
}
main.front-page section.small-intro .logo-container img.mobile {
  padding-left: 24px;
  padding-right: 24px;
  max-width: initial;
}
@media (min-width: 768px) {
  main.front-page section.small-intro .logo-container img.mobile {
    padding-right: 160px;
  }
}
main.front-page section.small-intro .section-wrapper div.copy {
  max-width: 998px;
}
@media (min-width: 768px) {
  main.front-page section.small-intro .section-wrapper div.copy h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
main.front-page section.small-intro .section-wrapper div.copy p {
  max-width: 908px;
}
main.front-page section.small-intro .section-wrapper div.copy p.h5-style {
  margin-bottom: 5px;
}
main.front-page section.small-intro .section-wrapper div.copy p a {
  text-decoration: underline;
}
main.front-page section.in-the-news {
  padding-top: 44px;
  padding-bottom: 80px;
}
main.front-page section.in-the-news p.h5-style {
  margin-bottom: 5px;
}
main.front-page section.events {
  background-color: #221f20;
}
main.front-page section.events h3,
main.front-page section.events p {
  color: white;
}
@media (min-width: 768px) {
  main.front-page section.events h3 {
    margin-bottom: 35px;
  }
}
main.front-page section.cb-multiple-cta-section .grid-4-desktop.grid-gap-1 {
  grid-template-columns: 1fr;
}
main.front-page section.cb-multiple-cta-section .grid-4-desktop.grid-gap-1 .card p {
  max-width: 100%;
  padding-right: 38px;
}
@media (min-width: 768px) {
  main.front-page section.cb-multiple-cta-section .grid-4-desktop.grid-gap-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  main.front-page section.cb-multiple-cta-section .grid-4-desktop.grid-gap-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  main.front-page section.cb-multiple-cta-section {
    background-color: white;
  }
}

main.impact-page section.pink-card-1 {
  background-color: var(--color-pink);
  padding-top: 44px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 {
    background-color: transparent;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 .section-wrapper {
    margin-top: -96px;
  }
}
main.impact-page section.pink-card-1 p,
main.impact-page section.pink-card-1 h3,
main.impact-page section.pink-card-1 h2 {
  color: white;
}
main.impact-page section.pink-card-1 h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}
main.impact-page section.pink-card-1 p {
  line-height: 24px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 p {
    line-height: 26px;
  }
}
main.impact-page section.pink-card-1 .mobile-gap {
  height: 32px;
  background: white;
  margin-top: -32px;
}
main.impact-page section.pink-card-1 .grid-2 {
  display: grid;
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 .grid-2 {
    gap: 30px;
    grid-template-columns: 1fr 318px;
    padding: 40px 44px;
    box-sizing: border-box;
    background-color: var(--color-pink);
  }
}
main.impact-page section.pink-card-1 .copy {
  max-width: 636px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 .copy p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main.impact-page section.pink-card-1 .copy .h5-style {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
main.impact-page section.pink-card-1 .cb-background-image {
  height: 100%;
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image .container {
    gap: 80px;
  }
}
main.impact-page section.number-and-image h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  main.impact-page section.number-and-image h2 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 60px;
    text-align: left;
  }
}
main.impact-page section.number-and-image .data {
  border: 4px solid #221f20;
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image .data {
    border: 0px;
  }
}
main.impact-page section.number-and-image .data .entry {
  margin-bottom: 25px;
}
main.impact-page section.number-and-image .data .entry h3 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image .data .entry h3 {
    text-align: left;
  }
}
main.impact-page section.number-and-image .data .entry p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  max-width: 242px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image .data .entry p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-left: 0;
  }
}
main.impact-page section.number-and-image .image .cb-background-image {
  height: 232px;
  background-position: top;
}
@media (min-width: 768px) {
  main.impact-page section.number-and-image .image .cb-background-image {
    height: 534px;
  }
}
@media (min-width: 768px) {
  main.impact-page section.simple-text-image .container {
    gap: 80px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  main.impact-page section.simple-text-image .container {
    gap: 162px;
  }
}
main.impact-page section.simple-text-image h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.impact-page section.simple-text-image h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  main.impact-page section.simple-text-image p {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  main.impact-page section.simple-text-image .image .cb-background-image {
    height: 534px;
    background-position: top;
  }
}
main.impact-page section.gray-section {
  background-color: #e9e9e9;
  padding-top: 48px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  main.impact-page section.gray-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
main.impact-page section.gray-section h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.impact-page section.gray-section h2 {
    font-size: 48px;
    line-height: 52px;
    max-width: 692px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  main.impact-page section.gray-section .grid-2 {
    gap: 50px;
  }
}
main.impact-page section.pink-footer-section {
  background-color: #0d99e3;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section {
    background-color: white;
  }
}
main.impact-page section.pink-footer-section .section-wrapper .container {
  background-color: #0d99e3;
  padding: 44px 0;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section .section-wrapper .container {
    padding: 55px;
  }
}
main.impact-page section.pink-footer-section h2,
main.impact-page section.pink-footer-section p {
  color: #221f20;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section .grid-2 {
    grid-template-columns: 1fr 160px;
    align-items: center;
  }
}
main.impact-page section.pink-footer-section h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
main.impact-page section.pink-footer-section p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section p {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
main.impact-page section.pink-footer-section .button {
  width: 100%;
}
@media (min-width: 768px) {
  main.impact-page section.pink-footer-section .button {
    width: auto;
  }
}

@media (min-width: 768px) {
  main.our-dna-page section.our-why .grid-2 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  main.our-dna-page section.our-why h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  main.our-dna-page section.our-why p:first-of-type {
    margin-top: 10px;
  }
}
main.our-dna-page section.our-mission h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.our-dna-page section.our-mission h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
main.our-dna-page section.our-mission h3 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  main.our-dna-page section.our-mission h3 {
    margin-top: 64px;
  }
}
main.our-dna-page section.our-mission p {
  margin-top: 10px;
  max-width: 798px;
}
main.our-dna-page section.blue {
  background-color: #0d99e3;
}
@media (min-width: 768px) {
  main.our-dna-page section.blue {
    background-color: transparent;
  }
}
main.our-dna-page section.blue .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  main.our-dna-page section.blue .container {
    background-color: #0d99e3;
    grid-template-columns: 0.8fr 1fr;
    padding: 56px;
    gap: 100px;
  }
}
@media (min-width: 768px) {
  main.our-dna-page section.blue .container .image {
    display: grid;
    align-items: center;
  }
}
main.our-dna-page section.blue .container h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.our-dna-page section.blue .container h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
main.our-dna-page section.blue .container p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  main.our-dna-page section.blue .container p {
    margin-top: 24px;
  }
}
main.our-dna-page section.code h2.title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  main.our-dna-page section.code h2.title {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
  }
}
main.our-dna-page section.code .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  main.our-dna-page section.code .container .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
  }
}
main.our-dna-page section.code .container .grid h2,
main.our-dna-page section.code .container .grid p {
  text-align: center;
  color: white;
}
main.our-dna-page section.code .container .grid h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
}
main.our-dna-page section.code .container .grid p {
  color: white;
  margin-top: 0;
  max-width: 169px;
  margin: 0 auto;
}
main.our-dna-page section.code .container .grid .card {
  padding: 40px 0;
}
main.our-dna-page section.carousel-cards {
  background-color: #221f20;
}
main.our-dna-page section.carousel-cards h2 {
  color: white;
  margin-bottom: 63px;
}
main.our-dna-page section.carousel-cards .slick-dots {
  display: none !important;
}
main.our-dna-page section.carousel-cards .slick-prev,
main.our-dna-page section.carousel-cards .slick-next {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/our-dna/carousel-arrow.svg");
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 41px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
@media (max-width: 768px) {
  main.our-dna-page section.carousel-cards .slick-prev,
  main.our-dna-page section.carousel-cards .slick-next {
    z-index: 1;
    box-shadow: 0 0 10px #222020;
    width: 23px;
    height: 342px;
    background-color: #222020;
    background-position: center;
  }
}
main.our-dna-page section.carousel-cards .slick-prev {
  transform: translate(0, -50%);
  left: -12px;
}
@media (min-width: 768px) {
  main.our-dna-page section.carousel-cards .slick-prev {
    left: -35px;
  }
}
main.our-dna-page section.carousel-cards .slick-next {
  transform: translate(0, -50%) rotate(180deg);
  left: calc(100% - 11px);
  margin-top: -6px;
}
@media (min-width: 768px) {
  main.our-dna-page section.carousel-cards .slick-next {
    left: 100%;
    margin-top: 0;
  }
}
main.our-dna-page section.carousel-cards .card {
  padding: 0 20px;
  box-sizing: border-box;
}
main.our-dna-page section.carousel-cards .card .wrapper {
  background-color: #e9e9e9;
}
main.our-dna-page section.carousel-cards .card .wrapper h2 {
  color: #221f20;
}
main.our-dna-page section.carousel-cards .card .wrapper .text {
  padding: 17px 23px;
  position: relative;
  display: grid;
  height: 120px;
  box-sizing: border-box;
}
main.our-dna-page section.carousel-cards .card .wrapper .text p {
  margin-bottom: 0;
}
main.our-dna-page section.carousel-cards .card .wrapper .text p.title {
  align-self: end;
}
main.our-dna-page section.carousel-cards.team .card .cb-background-image {
  height: 200px;
  background-size: cover;
  background-position: top;
  background-color: transparent;
}
main.our-dna-page section.carousel-cards.board .card .cb-background-image, main.our-dna-page section.carousel-cards.committee .card .cb-background-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #221f20;
}
main.our-dna-page section.carousel-cards .glider .glider-track {
  gap: 50px;
}
main.our-dna-page .cb-half-half-card:nth-of-type(5) {
  background: #0d99e3;
}
@media (min-width: 768px) {
  main.our-dna-page .cb-half-half-card:nth-of-type(5) {
    background: transparent;
  }
}
@media (min-width: 768px) {
  main.our-dna-page .cb-half-half-card:nth-of-type(5) .copy {
    padding: 55px 54px;
    background: #0d99e3;
  }
}
main.our-dna-page .cb-half-half-card:nth-of-type(5) .copy h2,
main.our-dna-page .cb-half-half-card:nth-of-type(5) .copy p {
  color: #221f20;
}

main.our-dna-page .areas-of-focus .grid,
main.grantees-page .areas-of-focus .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  main.our-dna-page .areas-of-focus .grid,
  main.grantees-page .areas-of-focus .grid {
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
main.our-dna-page .areas-of-focus .grid .card,
main.grantees-page .areas-of-focus .grid .card {
  padding: 14px;
}
@media (min-width: 768px) {
  main.our-dna-page .areas-of-focus .grid .card,
  main.grantees-page .areas-of-focus .grid .card {
    height: 154px;
    padding: 29px;
    box-sizing: border-box;
  }
}
main.our-dna-page .areas-of-focus .grid h4,
main.grantees-page .areas-of-focus .grid h4 {
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 768px) {
  main.our-dna-page .areas-of-focus .grid h4,
  main.grantees-page .areas-of-focus .grid h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

.bio-link {
  cursor: pointer;
}

.bio-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bio-popup.visible {
  opacity: 1;
  pointer-events: all;
}
.bio-popup .wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -2px 29px 60px 0px black;
  background: white;
  box-sizing: border-box;
  width: 90vw;
  height: 70vh;
  padding: 20px;
}
@media (min-width: 768px) {
  .bio-popup .wrapper {
    width: 70vw;
    height: 60vh;
    padding: 50px;
  }
}
.bio-popup .wrapper .close {
  position: absolute;
  top: -43px;
  right: -13px;
  padding: 11px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bio-popup .wrapper .close {
    right: -43px;
  }
}
.bio-popup .wrapper .overflow {
  overflow-x: scroll;
  max-height: calc(100% + 20px);
}
@media (min-width: 768px) {
  .bio-popup .wrapper .overflow {
    max-height: calc(100% + 50px);
  }
}
.bio-popup .wrapper .bio-container p.name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #0d99e3;
}
.bio-popup .wrapper .bio-container h2 {
  display: none;
}
.bio-popup .wrapper .bio-container h3 {
  font-size: 24px;
  line-height: 28px;
}

.bio-popup .bio-popup .wrapper .overflow::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  height: 0;
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.bio-popup .wrapper .bio-popup .wrapper .bio-popup iframe {
  width: 100%;
  height: 100%;
}

main.members-page .logos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  padding-top: 20px;
}
main.members-page .logos .logo {
  display: grid;
  align-items: center;
  mix-blend-mode: multiply;
  padding-top: 0px;
  padding-bottom: 0px;
}
main.members-page section.cb-multiple-cta-section {
  background: #222020;
}
@media (min-width: 768px) {
  main.members-page section.cb-multiple-cta-section {
    background-color: white;
  }
}
@media (max-width: 767px) {
  main.members-page section.cb-multiple-cta-section .content div.grid-4-desktop.grid-gap-1 {
    grid-template-columns: 1fr;
  }
}
main.members-page section.cb-multiple-cta-section .section-wrapper .content {
  background-color: #221f1f;
}
main.members-page section.cb-multiple-cta-section .section-wrapper .content h3 {
  color: white;
}
main.members-page section.cb-multiple-cta-section .section-wrapper .content p {
  color: white;
}
main.members-page section.cb-multiple-cta-section .section-wrapper .content a .h5-style {
  color: #221f20;
}
main.members-page section.logos-section {
  background: white;
}
main.members-page section.logos-section.closed {
  background: #e4e4e9;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  main.members-page section.logos-section.closed {
    background: white;
  }
}
main.members-page section.logos-section.closed h2 {
  background-image: url(/wp-content/themes/hip-casablue-theme/images/drawer-plus.svg);
}
main.members-page section.logos-section h2 {
  font-size: 24px;
  line-height: 28px;
  padding: 22px 0;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/drawer-minus.svg");
}
@media (min-width: 768px) {
  main.members-page section.logos-section h2 {
    background-image: none !important;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
  }
}
main.members-page section.columns .column-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
  }
}
main.members-page section.columns .column-grid .column {
  padding: 22px 17px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column {
    padding: 20px 23px;
  }
}
main.members-page section.columns .column-grid .column .column-wrapper {
  height: 100%;
  position: relative;
}
main.members-page section.columns .column-grid .column .discount {
  background: #ffd600;
  padding: 10px;
  position: absolute;
  width: 109px;
  top: -28px;
  padding: 14px 16px;
  box-sizing: border-box;
  right: -24px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column .discount {
    opacity: 1;
    right: -33px;
  }
}
main.members-page section.columns .column-grid .column .discount p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0 2px;
}
main.members-page section.columns .column-grid .column .discount p.price {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin: 0;
}
main.members-page section.columns .column-grid .column .content {
  position: relative;
  height: 100%;
}
main.members-page section.columns .column-grid .column h3 {
  font-size: 24px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/drawer-minus.svg");
  margin-bottom: 0;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column h3 {
    background-image: none !important;
    font-size: 16px;
    line-height: 24px;
  }
}
main.members-page section.columns .column-grid .column.closed h3 {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/drawer-plus.svg");
}
@media (max-width: 768px) {
  main.members-page section.columns .column-grid .column.closed .discount {
    opacity: 0;
  }
}
main.members-page section.columns .column-grid .column .header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 30px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column .header {
    display: block;
  }
}
main.members-page section.columns .column-grid .column .header p.price {
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column .header p.price span {
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
  }
}
main.members-page section.columns .column-grid .column .header p.billed {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
  padding-left: 11px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column .header p.billed {
    padding-left: 0;
  }
}
main.members-page section.columns .column-grid .column p.extra {
  margin-bottom: 0;
  margin-top: 44px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column p.extra {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 60px;
    padding: 0;
    margin: 0;
  }
}
main.members-page section.columns .column-grid .column a {
  width: 100%;
  margin-bottom: 44px;
  font-size: 23px;
  line-height: 56px;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column a {
    font-size: 14px;
    line-height: 36px;
    width: auto;
    margin-bottom: 30px;
  }
}
main.members-page section.columns .column-grid .column hr {
  display: none;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column hr {
    display: block;
    border: none;
    height: 1px;
    width: 100%;
    background-color: rgba(34, 31, 32, 0.4);
    margin-bottom: 34px;
  }
}
main.members-page section.columns .column-grid .column h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
main.members-page section.columns .column-grid .column ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  main.members-page section.columns .column-grid .column ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
main.members-page section.columns .column-grid .column ul li::before {
  content: "";
  height: 12px;
  width: 12px;
  background: url("/wp-content/themes/hip-casablue-theme/images/members/checkmark.svg") no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
}
main.members-page section.columns .column-grid .column-1 {
  background-color: #5cd2af;
}
main.members-page section.columns .column-grid .column-2 {
  background-color: #0d99e3;
}
main.members-page section.columns .column-grid .column-3 {
  background-color: #d60469;
}
main.members-page section.columns .column-grid .column-4 {
  background-color: #a7017e;
}
main.members-page section.columns .column-grid .column-3 h3,
main.members-page section.columns .column-grid .column-3 p,
main.members-page section.columns .column-grid .column-3 li,
main.members-page section.columns .column-grid .column-3 h4,
main.members-page section.columns .column-grid .column-3 span,
main.members-page section.columns .column-grid .column-4 h3,
main.members-page section.columns .column-grid .column-4 p,
main.members-page section.columns .column-grid .column-4 li,
main.members-page section.columns .column-grid .column-4 h4,
main.members-page section.columns .column-grid .column-4 span {
  color: white;
}
main.members-page section.columns .column-grid .column-3 h3,
main.members-page section.columns .column-grid .column-4 h3 {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/drawer-minus-white.svg");
}
main.members-page section.columns .column-grid .column-3 ul li::before,
main.members-page section.columns .column-grid .column-4 ul li::before {
  background: url("/wp-content/themes/hip-casablue-theme/images/members/checkmark-white.svg") no-repeat;
}
main.members-page section.columns .column-grid .column-3.closed h3,
main.members-page section.columns .column-grid .column-4.closed h3 {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/drawer-plus-white.svg");
}
main.members-page section.columns p.under-columns {
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 798px;
  text-align: center;
}
@media (min-width: 768px) {
  main.members-page section.columns p.under-columns {
    font-size: 16px;
    line-height: 20px;
  }
}
main.members-page section.columns p.under-columns a {
  color: #0d99e3;
  border-bottom: 3px solid #0d99e3;
}

main.funders-page section.pink-footer-section .section-wrapper .container {
  background-color: #e90271;
  padding: 26px 30px;
}
@media (min-width: 768px) {
  main.funders-page section.pink-footer-section .section-wrapper .container {
    padding: 55px;
  }
}
main.funders-page section.pink-footer-section h2,
main.funders-page section.pink-footer-section p {
  color: white;
}
@media (min-width: 768px) {
  main.funders-page section.pink-footer-section .grid-2 {
    grid-template-columns: 639px 1fr;
    align-items: center;
  }
}
main.funders-page section.pink-footer-section h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.funders-page section.pink-footer-section h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
main.funders-page section.pink-footer-section p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  main.funders-page section.pink-footer-section p {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
main.funders-page section.pink-footer-section p a {
  color: #ffd600;
  border-bottom: 2px solid #ffd600;
}
main.funders-page section.pink-footer-section .button {
  width: 100%;
}
@media (min-width: 768px) {
  main.funders-page section.pink-footer-section .button {
    width: auto;
  }
}
main.funders-page section.pink-footer-section .cta {
  text-align: right;
}
main.funders-page section.data {
  text-align: center;
}
main.funders-page section.data h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  main.funders-page section.data h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 70px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
main.funders-page section.data div.h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
}
@media (min-width: 768px) {
  main.funders-page section.data .numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
main.funders-page section.gray {
  background: #e9e9e9;
}
main.funders-page section.gray h2 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  main.funders-page section.gray h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
main.funders-page section.gray .logo-container {
  overflow: scroll;
}
@media (min-width: 768px) {
  main.funders-page section.gray .logo-container {
    overflow: hidden;
  }
}
main.funders-page section.gray .logo-container img.mobile {
  padding-left: 24px;
  padding-right: 24px;
  max-width: initial;
}
@media (min-width: 768px) {
  main.funders-page section.gray .logo-container img.mobile {
    padding-right: 160px;
  }
}
main.funders-page section.partner-with-us .button.primary {
  margin-bottom: 50px;
}
main.funders-page section.partner-with-us h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  main.funders-page section.partner-with-us h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  main.funders-page section.partner-with-us .grid-2 {
    gap: 50px;
  }
}
main.funders-page section.partner-with-us .grid-2.first {
  gap: 30px;
}
main.funders-page section.partner-with-us .image.desktop .cb-background-image {
  height: 100%;
  background-position: top;
}
main.funders-page section.partner-with-us .grid-2 .cb-card .img {
  background-size: auto 100% !important;
}

main.careers-page p {
  max-width: 530px;
}
@media (min-width: 768px) {
  main.careers-page p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.careers-page section.job-posts .entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  border-bottom: 1px solid rgba(34, 31, 32, 0.2);
  padding: 20px 0;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/careers/arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 23px;
}
@media (min-width: 768px) {
  main.careers-page section.job-posts .entry {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px 0;
    background-image: none;
  }
}
main.careers-page section.job-posts .entry:last-child {
  border-bottom: none;
}
main.careers-page section.job-posts .entry h4,
main.careers-page section.job-posts .entry p {
  transition: all 0.3s ease-in-out;
}
main.careers-page section.job-posts .entry svg path {
  transition: all 0.3s ease-in-out;
}
main.careers-page section.job-posts .entry:hover h4,
main.careers-page section.job-posts .entry:hover p {
  color: #0d99e3;
}
main.careers-page section.job-posts .entry:hover svg path {
  stroke: #0d99e3;
}
main.careers-page section.job-posts .entry .title {
  padding-right: 40px;
}
@media (min-width: 768px) {
  main.careers-page section.job-posts .entry .title {
    padding-right: 0;
  }
}
main.careers-page section.job-posts .entry .type {
  display: grid;
  position: relative;
  padding-right: 40px;
}
@media (min-width: 768px) {
  main.careers-page section.job-posts .entry .type {
    padding-right: 0;
    grid-template-columns: 1fr 25px;
  }
}

main.petitions-page section.hero h1 {
  max-width: 774px;
}
@media (min-width: 768px) {
  main.petitions-page section.hero h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  main.petitions-page section.hero p {
    font-size: 20px;
    line-height: 30px;
   /* max-width: 530px;*/
  }
}
main.petitions-page section.main .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  main.petitions-page section.main .cards {
    gap: 68px;
  }
}
main.petitions-page section.main .card {
  display: grid;
  background-color: #1f101f;
}
@media (min-width: 768px) {
  main.petitions-page section.main .card {
    grid-template-columns: 0.8fr 1fr;
    gap: 47px;
  }
}
main.petitions-page section.main .card h3,
main.petitions-page section.main .card p {
  color: white;
}
main.petitions-page section.main .card .cb-background-image {
  height: 184px;
}
@media (min-width: 768px) {
  main.petitions-page section.main .card .cb-background-image {
    height: 100%;
    background-size: cover;
  }
}
main.petitions-page section.main .card .copy {
  padding: 23px 16px;
}
@media (min-width: 768px) {
  main.petitions-page section.main .card .copy {
    padding: 47px 19px 47px 0px;
  }
}
@media (min-width: 768px) {
  main.petitions-page section.main .card h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
main.petitions-page section.main .card-1 {
  background-color: #ea1527;
}
main.petitions-page section.main .card-2 {
  background-color: #ff5d15;
}
main.petitions-page section.main .card-3 {
  background-color: #0d99e3;
}
main.petitions-page section.main .card-4 {
  background-color: #1f101f;
}
main.petitions-page section.main .card-5 {
  background-color: #a7017e;
}
main.petitions-page section.main .card-1 h3,
main.petitions-page section.main .card-1 p,
main.petitions-page section.main .card-4 h3,
main.petitions-page section.main .card-4 p {
  color: white;
}
main.petitions-page .share {
  display: grid;
  gap: 38px;
}
@media (min-width: 768px) {
  main.petitions-page .share {
    display: flex;
    gap: 40px;
  }
}
main.petitions-page .share a {
  width: 100%;
  color: white;
}
@media (min-width: 768px) {
  main.petitions-page .share a {
    width: auto;
  }
}
main.petitions-page .share a.twitter {
  background-color: #3d83b0;
  border-color: #3d83b0;
}
main.petitions-page .share a.facebook {
  background-color: #435993;
  border-color: #435993;
}

/*Div list box*/
main.petitions-page .listbox{
	width:100%;
    padding-bottom: 200px;
	margin: 0 0 3em 0;
}

main.petitions-page .left {
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 57px;
    float: left;
    position: relative;
    width: 45%;
    height: auto;
}
main.petitions-page .right {
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 45%;
    height: auto;
}

@media only screen and (max-width : 1000px) {
main.petitions-page .listbox{
	padding-bottom: 550px;
	}
main.petitions-page .left {
    margin-left: 20px;
	}
main.petitions-page .right {
    margin-left: 20px;
	}
main.petitions-page #lista2 {
	margin-bottom: inherit !important;
	}
main.petitions-page #lista2 ol {
    margin: inherit !important;
	}
main.petitions-page #lista2 li {
      width: 12em !important;
	}
}



/*UL,LI petitions page*/
	
main.petitions-page #lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'filson-pro', 'sans-serif';
    padding: 0;
    margin-bottom: 2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

main.petitions-page #lista2 ol {
    margin: 0 0 0 2em; 
}

main.petitions-page #lista2 li{
    position: relative;
    display: block;
    padding: 0.4em 2.4em 0.4em 2em;
    *padding: .4em;
    margin: .5em 1em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;  
	width: 20em;
}

main.petitions-page #lista2 li:hover{
    background: #eee;
}

main.petitions-page #lista2 li:hover:before{
    transform: rotate(360deg);  
}

main.petitions-page #lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #3199e3;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

article.contact-page h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  article.contact-page h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
  }
}
article.contact-page section.form .form-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media (min-width: 1187px) {
  article.contact-page section.form .form-wrapper {
    grid-template-columns: 1fr 0.7fr;
  }
}
article.contact-page section.form .form-wrapper .part-1 {
  display: grid;
  gap: 28px;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper .part-1 {
    grid-template-columns: 1fr 1fr;
  }
}
article.contact-page section.form .form-wrapper .form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper .form-group {
    gap: 0;
    padding-bottom: 66px;
  }
}
article.contact-page section.form .form-wrapper .form-group input,
article.contact-page section.form .form-wrapper .form-group textarea {
  border: 3px solid black;
  font-size: 18px;
  line-height: 56px;
  padding-left: 14px;
  font-family: "filson-pro", sans-serif;
}
article.contact-page section.form .form-wrapper .form-group input:focus,
article.contact-page section.form .form-wrapper .form-group textarea:focus {
  background-color: rgba(31, 16, 31, 0.2);
  color: black;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper .form-group input,
  article.contact-page section.form .form-wrapper .form-group textarea {
    line-height: 36px;
  }
}
article.contact-page section.form .form-wrapper .form-group ::placeholder {
  color: transparent;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper .form-group ::placeholder {
    color: rgba(34, 31, 32, 0.5);
  }
}
article.contact-page section.form .form-wrapper .form-group textarea {
  padding-top: 14px;
  line-height: 20px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
@media (min-width: 768px) {
  article.contact-page section.form .form-wrapper label {
    position: absolute;
    top: -22px;
  }
}
article.contact-page section.form .button-wrapper {
  margin-top: 28px;
}
@media (min-width: 768px) {
  article.contact-page section.form .button-wrapper {
    text-align: right;
    position: relative;
    top: -70px;
  }
}
article.contact-page section.form select {
  border: 3px solid;
  height: 64px;
  padding: 0 10px;
  box-sizing: border-box;
  background-image: url(/wp-content/themes/hip-casablue-theme/images/dropdown-image.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 14px;
  appearance: none;
  font-family: "filson-pro", sans-serif;
  font-size: 18px;
  background-color: white;
}
@media (min-width: 768px) {
  article.contact-page section.form select {
    height: auto;
  }
}

@media (min-width: 768px) {
  main.grantees-page section.events h3 {
    margin-bottom: 35px;
  }
}
main.grantees-page section.pink-card-1 .grid-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  main.grantees-page section.pink-card-1 .grid-2 {
    padding: 72px 56px 30px;
  }
  main.grantees-page section.pink-card-1 .grid-2 .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  main.grantees-page section.pink-card-1 .grid-2 .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
main.grantees-page section.pink-card-1 h2 {
  text-align: center;
}
main.grantees-page section.pink-card-1 .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  main.grantees-page section.pink-card-1 .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
  }
}
main.grantees-page section.pink-card-1 .cards .card {
  background-color: white;
  padding: 22px 16px;
}
@media (min-width: 768px) {
  main.grantees-page section.pink-card-1 .cards .card {
    padding: 38px 28px;
  }
}
main.grantees-page section.pink-card-1 .cards .card h3,
main.grantees-page section.pink-card-1 .cards .card p {
  color: #1f101f;
  text-align: center;
}
@media (min-width: 768px) {
  main.grantees-page section.pink-card-1 .cards .card h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
main.grantees-page section.pink-card-1 .cards .card p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  main.grantees-page section.pink-card-1 .cards .card p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main.grantees-page section.map h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
main.grantees-page section.map p {
  margin-top: 20px;
}
main.grantees-page section.map p a {
  text-decoration: underline;
}
main.grantees-page section.map h2,
main.grantees-page section.map p {
  max-width: 530px;
}
main.grantees-page section.other h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.grantees-page section.other h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  main.grantees-page section.close-card-row.supah .grid-4-desktop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
main.grantees-page .cb-color-card div.img {
  background-size: 101% auto;
}
@media (min-width: 768px) {
  main.grantees-page .cb-color-card div.img {
    height: 180px;
  }
}
@media (min-width: 768px) {
  main.grantees-page .cb-color-card:hover div.img {
    background-size: 110% auto;
  }
}
main.grantees-page section.map .map-wrapper {
  position: relative;
}
main.grantees-page section.map svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  main.grantees-page section.map svg {
    margin-top: 40px;
  }
}
main.grantees-page section.map svg path {
  fill: #d1d1d1;
}
main.grantees-page section.map svg circle {
  outline: 0px solid rgba(233, 37, 113, 0.5607843137);
  border-radius: 100%;
  animation: pulsedot 3s 0s infinite;
  transition: all ease-in-out 0.1s;
}
main.grantees-page section.map svg circle:nth-of-type(1) {
  animation-delay: 300ms;
}
main.grantees-page section.map svg circle:nth-of-type(2) {
  animation-delay: 400ms;
}
main.grantees-page section.map svg circle:nth-of-type(3) {
  animation-delay: 500ms;
}
main.grantees-page section.map svg circle:nth-of-type(4) {
  animation-delay: 600ms;
}
main.grantees-page section.map svg circle:nth-of-type(5) {
  animation-delay: 700ms;
}
main.grantees-page section.map svg circle:nth-of-type(6) {
  animation-delay: 800ms;
}
main.grantees-page section.map svg circle:nth-of-type(7) {
  animation-delay: 900ms;
}
main.grantees-page section.map svg circle:nth-of-type(8) {
  animation-delay: 1000ms;
}
main.grantees-page section.map svg circle:nth-of-type(9) {
  animation-delay: 1100ms;
}
main.grantees-page section.map svg circle:nth-of-type(10) {
  animation-delay: 1200ms;
}
main.grantees-page section.map svg circle:nth-of-type(11) {
  animation-delay: 1300ms;
}
main.grantees-page section.map svg circle:nth-of-type(12) {
  animation-delay: 1400ms;
}
main.grantees-page section.map svg circle:nth-of-type(13) {
  animation-delay: 1500ms;
}
main.grantees-page section.map svg circle:nth-of-type(14) {
  animation-delay: 1600ms;
}
main.grantees-page section.map svg circle:nth-of-type(15) {
  animation-delay: 1700ms;
}
main.grantees-page section.map svg circle:nth-of-type(16) {
  animation-delay: 1800ms;
}
main.grantees-page section.map svg circle:nth-of-type(17) {
  animation-delay: 1900ms;
}
main.grantees-page section.map svg circle:nth-of-type(18) {
  animation-delay: 2000ms;
}
main.grantees-page section.map svg circle:nth-of-type(19) {
  animation-delay: 2100ms;
}
main.grantees-page section.map svg circle:nth-of-type(20) {
  animation-delay: 2200ms;
}
main.grantees-page section.map svg circle:nth-of-type(21) {
  animation-delay: 2300ms;
}
main.grantees-page section.map svg circle:nth-of-type(22) {
  animation-delay: 2400ms;
}
main.grantees-page section.map svg circle:nth-of-type(23) {
  animation-delay: 2500ms;
}
main.grantees-page section.map svg circle:nth-of-type(24) {
  animation-delay: 2600ms;
}
main.grantees-page section.map svg circle:nth-of-type(25) {
  animation-delay: 2700ms;
}
main.grantees-page section.map svg circle:nth-of-type(26) {
  animation-delay: 2800ms;
}
main.grantees-page section.map svg circle:nth-of-type(27) {
  animation-delay: 2900ms;
}
main.grantees-page section.map svg circle:nth-of-type(28) {
  animation-delay: 3000ms;
}
main.grantees-page section.map svg circle:nth-of-type(29) {
  animation-delay: 3100ms;
}
main.grantees-page section.map svg circle:nth-of-type(30) {
  animation-delay: 3200ms;
}
main.grantees-page section.map svg circle:nth-of-type(31) {
  animation-delay: 3300ms;
}
main.grantees-page section.map svg circle:nth-of-type(32) {
  animation-delay: 3400ms;
}
main.grantees-page section.map svg circle:nth-of-type(33) {
  animation-delay: 3500ms;
}
main.grantees-page section.map svg circle:nth-of-type(34) {
  animation-delay: 3600ms;
}
main.grantees-page section.map svg circle:nth-of-type(35) {
  animation-delay: 3700ms;
}
main.grantees-page section.map svg circle:nth-of-type(36) {
  animation-delay: 3800ms;
}
main.grantees-page section.map svg circle:nth-of-type(37) {
  animation-delay: 3900ms;
}
main.grantees-page section.map svg circle:nth-of-type(38) {
  animation-delay: 4000ms;
}
main.grantees-page section.map svg circle:nth-of-type(39) {
  animation-delay: 4100ms;
}
main.grantees-page section.map svg circle:nth-of-type(40) {
  animation-delay: 4200ms;
}
main.grantees-page section.map svg circle:nth-of-type(41) {
  animation-delay: 4300ms;
}
main.grantees-page section.map svg circle:nth-of-type(42) {
  animation-delay: 4400ms;
}
main.grantees-page section.map svg circle:nth-of-type(43) {
  animation-delay: 4500ms;
}
main.grantees-page section.map svg circle:nth-of-type(44) {
  animation-delay: 4600ms;
}
main.grantees-page section.map svg circle:nth-of-type(45) {
  animation-delay: 4700ms;
}
main.grantees-page section.map svg circle:nth-of-type(46) {
  animation-delay: 4800ms;
}
main.grantees-page section.map svg circle:nth-of-type(47) {
  animation-delay: 4900ms;
}
main.grantees-page section.map svg circle:nth-of-type(48) {
  animation-delay: 5000ms;
}
main.grantees-page section.map svg circle:nth-of-type(49) {
  animation-delay: 5100ms;
}
main.grantees-page section.map svg circle:nth-of-type(50) {
  animation-delay: 5200ms;
}

@keyframes pulsedot {
  0% {
    outline: 0px solid rgba(233, 37, 113, 0.5607843137);
  }
  50% {
    outline: 10px solid rgba(233, 37, 113, 0);
  }
  60% {
    outline: 0px solid rgba(233, 37, 113, 0);
  }
  100% {
    outline: 0px solid rgba(233, 37, 113, 0);
  }
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  main.program-page .cb-programs-section .section-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
main.program-page .cb-programs-section .part {
  padding: 50px 30px;
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section .part {
    padding: 0;
  }
}
main.program-page .cb-programs-section .part .image {
  height: 184px;
  background-size: cover;
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section .part .image {
    height: 100%;
  }
}
@media (max-width: 768px) {
  main.program-page .cb-programs-section .part .copy {
    max-width: var(--section-max-width);
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section .part .copy {
    padding: 52px 55px;
  }
}
main.program-page .cb-programs-section .part .copy p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section .part .copy p {
    margin-top: 20px;
  }
}
main.program-page .cb-programs-section .part .copy p a {
  text-decoration: underline;
}
main.program-page .cb-programs-section .part .copy p:last-of-type {
  margin-bottom: 0;
}
main.program-page .cb-programs-section .part .copy li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
main.program-page .cb-programs-section .part .copy li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 3px;
  background-color: white;
}
main.program-page .cb-programs-section strong {
  font-weight: 900;
}
main.program-page .cb-programs-section h2,
main.program-page .cb-programs-section p,
main.program-page .cb-programs-section li,
main.program-page .cb-programs-section strong {
  color: white;
}
main.program-page .cb-programs-section h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
main.program-page .cb-programs-section ul {
  margin-top: 20px;
}
main.program-page .cb-programs-section p,
main.program-page .cb-programs-section li {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  main.program-page .cb-programs-section p,
  main.program-page .cb-programs-section li {
    font-size: 18px;
    line-height: 26px;
  }
}
main.program-page .cb-programs-section .part-1 {
  background-color: #e90271;
}
main.program-page .cb-programs-section .part-2 {
  background-color: #0d99e3;
}
main.program-page .cb-programs-section .part-2 h2,
main.program-page .cb-programs-section .part-2 p,
main.program-page .cb-programs-section .part-2 li,
main.program-page .cb-programs-section .part-2 strong {
  color: #1f101f;
}
main.program-page .cb-programs-section .part-2 li::before {
  background-color: #1f101f !important;
}
main.program-page .cb-programs-section .part-3 {
  background-color: #a7017e;
}
main.program-page section.impact .header {
  max-width: 692px;
}
main.program-page section.impact .header h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.program-page section.impact .header h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
main.program-page section.impact .header p {
  margin-top: 10px;
}
main.program-page section.pink-contact-section .container {
  background-color: #e90271;
  padding: 27px;
}
@media (min-width: 768px) {
  main.program-page section.pink-contact-section .container {
    padding: 55px;
  }
}
main.program-page section.pink-contact-section .container h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main.program-page section.pink-contact-section .container h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
  }
}
main.program-page section.pink-contact-section .container p {
  margin-bottom: 0;
}
main.program-page section.pink-contact-section .container p.title {
  margin-bottom: 6px;
}
main.program-page section.pink-contact-section .container h2,
main.program-page section.pink-contact-section .container p {
  color: white;
}
main.program-page section.pink-contact-section .container a {
  color: #ffd600;
  border-bottom: 2px solid #ffd600;
}
main.program-page section.pink-contact-section .container .contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
main.program-page section.experiences .card {
  background-color: #ff5d15;
  padding: 33px 36px;
  position: relative;
  padding-bottom: 70px;
}
main.program-page section.experiences .card h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main.program-page section.experiences .card h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
main.program-page section.experiences .card p {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  padding-right: 30px;
}
main.program-page section.experiences .card.card-2 {
  background-color: #5cd2af;
}
main.program-page section.experiences .card.card-3 {
  background-color: #ea1527;
}
main.program-page section.experiences .card.card-3 h3,
main.program-page section.experiences .card.card-3 p {
  color: white;
}
main.program-page section.program-grantees .section-wrapper,
main.program-page section.program-grantees .cb-half-half-card {
  background-color: #ff5d15;
}
@media (min-width: 768px) {
  main.program-page section.program-grantees .section-wrapper,
  main.program-page section.program-grantees .cb-half-half-card {
    background-color: white;
  }
}
main.program-page section.program-grantees .copy {
  background-color: #ff5d15;
}
@media (min-width: 768px) {
  main.program-page section.program-grantees .copy {
    background-color: #ff5d15;
  }
}
main.program-page section.events {
  background-color: #221f20;
}
main.program-page section.events h3,
main.program-page section.events p {
  color: white;
}
@media (min-width: 768px) {
  main.program-page section.events h3 {
    margin-bottom: 35px;
  }
}
main.program-page section.lideres-cohort .lideres {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  main.program-page section.lideres-cohort .lideres {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
main.program-page section.lideres-cohort .card p.name {
  margin-top: 14px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.program-page section.lideres-cohort .card p.name {
    margin-top: 44px;
  }
}
main.program-page section.lideres-cohort .card p.title {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
main.program-page section.startup-impact .wrapper {
  border: 4px solid #221f20;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  main.program-page section.startup-impact .wrapper {
    padding: 40px 60px;
  }
}
main.program-page section.startup-impact .container {
  display: grid;
}
@media (min-width: 768px) {
  main.program-page section.startup-impact .container {
    grid-template-columns: 1fr 0.6fr;
    gap: 50px;
  }
}
main.program-page section.startup-impact .container li {
  font-size: 16px;
  line-height: 20px;
  padding-left: 25px;
  margin-bottom: 17px;
  position: relative;
}
main.program-page section.startup-impact .container li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 3px;
  background-color: #221f20;
}
main.program-page .video-link {
  cursor: pointer;
}
main.program-page .cb-play-button::after {
  background-size: 50px;
  background-position: calc(100% - 20px) calc(100% - 20px);
}
main.program-page section.key-dates h3,
main.program-page section.fellowship-schedule h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main.program-page section.key-dates h3,
  main.program-page section.fellowship-schedule h3 {
    margin-bottom: 30px;
  }
}
main.program-page section.key-dates .container,
main.program-page section.fellowship-schedule .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 768px) {
  main.program-page section.key-dates .container,
  main.program-page section.fellowship-schedule .container {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
@media (min-width: 768px) {
  main.program-page section.key-dates .image .cb-background-image,
  main.program-page section.fellowship-schedule .image .cb-background-image {
    height: 100%;
    background-size: cover;
  }
}
main.program-page section.key-dates .list,
main.program-page section.fellowship-schedule .list {
  display: grid;
  margin-bottom: 50px;
}
main.program-page section.key-dates .list .item,
main.program-page section.fellowship-schedule .list .item {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border-bottom: 1px solid rgba(34, 31, 32, 0.2);
  padding-top: 24px;
}
main.program-page section.key-dates .list .item:last-of-type,
main.program-page section.fellowship-schedule .list .item:last-of-type {
  border-bottom: none;
}
main.program-page section.key-dates .list .item p,
main.program-page section.fellowship-schedule .list .item p {
  margin-bottom: 24px;
}
main.program-page section.key-dates .list .item .date,
main.program-page section.fellowship-schedule .list .item .date {
  font-size: 16px;
  line-height: 20px;
}
main.program-page section.key-dates .list .item .title,
main.program-page section.fellowship-schedule .list .item .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}
main.program-page section.key-dates .container {
  grid-template-areas: "image" "content";
}
@media (min-width: 768px) {
  main.program-page section.key-dates .container {
    grid-template-areas: "content image";
  }
}
main.program-page section.key-dates .container .content {
  grid-area: content;
}
main.program-page section.key-dates .container .image {
  grid-area: image;
}
@media (max-width: 768px) {
  main.program-page section.key-dates .container .image .cb-background-image {
    aspect-ratio: 4/5;
    height: auto;
  }
}
main.program-page section.fellowship-schedule {
  background-color: #e9e9e9;
}
main.program-page section.fellowship-schedule .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 768px) {
  main.program-page section.fellowship-schedule .container {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media (min-width: 768px) {
  main.program-page section.fellowship-schedule .list {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  main.program-page section.fellowship-schedule .image .cb-background-image {
    aspect-ratio: 4/4;
    height: auto;
  }
}
main.program-page section.cb-programs-section .section-wrapper .three-sections .image.mobile {
  height: 240px;
  background-size: cover;
  background-position: top center;
}

main.take-action-page section.cb-hero #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) {
  main.take-action-page section.cb-hero #mc_embed_signup_scroll {
    grid-template-columns: 318px 1px 100px;
  }
}
main.take-action-page section.cb-hero #mc_embed_signup_scroll .button {
  max-height: 53px;
}
@media (max-width: 768px) {
  main.take-action-page section.cb-hero #mc_embed_signup_scroll .button {
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  main.take-action-page section.cb-hero #mc_embed_signup_scroll .button {
    position: relative;
    left: -2px;
  }
}
main.take-action-page section.cb-hero #mc_embed_signup_scroll input[type=email] {
  width: 100%;
  line-height: 53px;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 14px;
  font-size: 18px;
  outline: none;
  font-family: "filson-pro", sans-serif;
}
@media (max-width: 768px) {
  main.take-action-page section.cb-hero.safari input[type=email] {
    margin-bottom: 0px;
    width: calc(100% - 32px) !important;
    margin-left: 2px;
    border-radius: 0 !important;
  }
  main.take-action-page section.cb-hero.safari .button {
    margin-top: -1px;
  }
}
main.take-action-page section.cb-hero #mc_embed_signup #mce-responses {
  position: absolute;
  left: 0;
  width: 350px;
  top: -40px;
}
@media (min-width: 768px) {
  main.take-action-page section.cb-hero #mc_embed_signup #mce-responses {
    position: relative;
    left: -318px;
    width: 350px;
    top: 55px;
  }
}
main.take-action-page section.cb-hero #mc_embed_signup #mce-responses .response {
  color: white;
}
main.take-action-page section.cb-hero .mc-field-group {
  overflow: hidden;
}
main.take-action-page #mc_embed_signup div.mce_inline_error {
  margin: 0;
  background-color: #ff5858;
}
@media (max-width: 768px) {
  main.take-action-page section.cb-hero p {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  main.take-action-page section.cb-half-half-card {
    background-color: #0d99e3;
  }
  main.take-action-page section.cb-half-half-card img.mobile {
    display: none;
  }
}
main.take-action-page section.cb-half-half-card .container.grid-2 {
  background-color: #0d99e3;
}
main.take-action-page section.cb-half-half-card h2,
main.take-action-page section.cb-half-half-card p {
  color: #1f101f;
}
main.take-action-page section.become-a-member .container {
  display: grid;
}
@media (min-width: 768px) {
  main.take-action-page section.become-a-member .container {
    border: 4px solid #221f20;
    grid-template-columns: 1fr 250px;
    padding: 60px;
    gap: 20px;
  }
}
main.take-action-page section.become-a-member .container p {
  max-width: 530px;
}
main.take-action-page section.become-a-member .container .b-container {
  display: grid;
}
@media (min-width: 768px) {
  main.take-action-page section.become-a-member .container .b-container {
    text-align: right;
    align-content: end;
  }
}
main.take-action-page section.always-cd.mobile {
  margin-bottom: -2px;
  height: 240px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  main.take-action-page section.cb-multiple-cta-section {
    background-color: white;
  }
}
main.take-action-page section.events .highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  grid-template-areas: "copy" "events";
}
@media (min-width: 768px) {
  main.take-action-page section.events .highlights {
    gap: 30px;
    grid-template-areas: "copy events";
    grid-template-columns: 1fr 1fr;
  }
}
main.take-action-page section.events .highlights .list {
  grid-area: events;
  display: grid;
  gap: 10px;
}
main.take-action-page section.events .copy {
  grid-area: copy;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main.take-action-page section.events .copy {
    text-align: left;
    margin-bottom: 0;
  }
}
main.take-action-page section.events .copy h2 {
  font-size: 48px;
  line-height: 52px;
  max-width: 500px;
  margin-bottom: 24px;
}
main.take-action-page section.cb-multiple-cta-section .grid-4-desktop {
  grid-template-columns: 1fr;
}
main.take-action-page section.cb-multiple-cta-section .grid-4-desktop .card p {
  max-width: 100%;
  padding-right: 33px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  main.take-action-page section.cb-multiple-cta-section .grid-4-desktop {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1160px) {
  main.take-action-page section.cb-multiple-cta-section .grid-4-desktop {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
main.take-action-page section.cb-half-half-card {
  padding-top: 50px;
}
@media (min-width: 768px) {
  main.take-action-page section.cb-half-half-card {
    padding-top: 0px;
  }
}

main.take-action-page .cb-half-half-card.orange {
  background-color: #ff5d15;
}
@media (min-width: 768px) {
  main.take-action-page .cb-half-half-card.orange {
    background-color: transparent;
  }
}
main.take-action-page .cb-half-half-card.orange .container.grid-2 {
  background-color: #ff5d15;
}

main.take-action-page .cb-half-half-card.teal {
  background-color: #30d5c8;
}
@media (min-width: 768px) {
  main.take-action-page .cb-half-half-card.teal {
    background-color: transparent;
  }
}
main.take-action-page .cb-half-half-card.teal .container.grid-2 {
  background-color: #30d5c8;
}

main.blog-page p {
  max-width: 530px;
}
@media (min-width: 768px) {
  main.blog-page p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.blog-page .date {
  font-size: 16px;
  line-height: 24px;
  color: #d60469;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  main.blog-page .date {
    margin-bottom: 5px;
  }
}
main.blog-page .cb-background-image {
  background-size: cover;
  background-color: #30d5c8;
}
main.blog-page section.top-section h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 70px;
}
main.blog-page section.top-section .entries {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  main.blog-page section.top-section .entries {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
main.blog-page section.top-section .filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  main.blog-page section.top-section .filters {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
main.blog-page section.top-section .filters select,
main.blog-page section.top-section .filters input {
  border: 4px solid #221f20;
  font-weight: bold;
  padding: 0 10px;
  font-size: 18px;
  font-family: "filson-pro", sans-serif;
  background: white;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
}
main.blog-page section.top-section .filters select:focus,
main.blog-page section.top-section .filters input:focus {
  outline-style: none;
  border: 4px solid #0d99e3;
}
main.blog-page section.top-section .filters select {
  cursor: pointer;
  appearance: none;
  line-height: 36px;
  padding-left: 13px;
  background-image: url(/wp-content/themes/hip-casablue-theme/images/dropdown-image.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 9px;
}
main.blog-page section.top-section.in-the-news .entries {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  main.blog-page section.top-section.in-the-news .entries {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  main.blog-page section.top-section.in-the-news h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
main.blog-page section.top-section.after-form .entries {
  display: grid;
}
@media (min-width: 768px) {
  main.blog-page section.top-section.after-form .entries {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  main.blog-page section.top-section.after-form .entries h2 {
    line-height: 32px;
  }
}
main.blog-page section.top-section.after-form .load-more-container {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  main.blog-page section.top-section.after-form .load-more-container {
    margin-top: 64px;
  }
}
main.blog-page section.top-section.after-form .load-more-container.left {
  text-align: left;
}
main.blog-page section.hip-givers {
  background-color: #e9e9e9;
}
main.blog-page section.hip-givers .entries {
  display: grid;
}
@media (min-width: 768px) {
  main.blog-page section.hip-givers .entries {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  main.blog-page section.hip-givers .entries h4 {
    line-height: 32px;
    margin-bottom: 20px;
  }
}

main.blog-page .wrapper {
  overflow: hidden;
}
main.blog-page a.entry .wrapper div.cb-background-image {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
main.blog-page a.entry:hover .wrapper div.cb-background-image {
  transform: scale(1.1);
}
main.blog-page .button-container {
  display: flex;
  gap: 20px;
}
main.blog-page .load-more-container {
  text-align: center;
}
@media (min-width: 768px) {
  main.blog-page .load-more-container.left {
    text-align: left;
  }
}
main.blog-page section.events {
  background-color: #221f20;
}
main.blog-page section.events h3,
main.blog-page section.events p {
  color: white;
}
@media (min-width: 768px) {
  main.blog-page section.events h3 {
    margin-bottom: 35px;
  }
}

main.grantee-list-page {
  background: #e9e9e9;
}
main.grantee-list-page .list-container {
  width: 100%;
}
main.grantee-list-page .list-container table {
  width: 100% !important;
  background: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  main.grantee-list-page .list-container table {
    font-size: 14px;
    line-height: 48px !important;
    font-weight: normal;
  }
}
main.grantee-list-page .list-container table td,
main.grantee-list-page .list-container table tr {
  font-family: var(--p-font-family) !important;
}
main.grantee-list-page .list-container table td {
  border: none;
  border-bottom: 1px solid rgba(34, 31, 32, 0.1);
  padding-left: 22px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  main.grantee-list-page .list-container table td {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media (min-width: 768px) {
  main.grantee-list-page .list-container table td {
    padding-left: 56px !important;
  }
}
main.grantee-list-page .list-container table td:nth-child(2) {
  font-weight: normal;
}
main.grantee-list-page .list-container table tr:first-of-type {
  font-weight: bold;
  box-shadow: 0px 4px 11px -4px rgba(0, 0, 0, 0.1);
}
main.grantee-list-page .list-container table tr:first-of-type td:nth-child(2) {
  font-weight: bold;
}

main.events-page section.top {
  background-color: #e9e9e9;
}
main.events-page section.top h2 {
  margin-bottom: 86px;
}
main.events-page section.top .list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
main.events-page section.top .big-list {
  display: grid;
  gap: 16px;
}
main.events-page section.top .big-list .event-card {
  display: grid;
  grid-template-columns: 140px 1fr 56px;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 31, 32, 0.2);
  background-color: transparent;
}
main.events-page section.top .big-list .event-card:last-child {
  border-bottom: none;
}
main.events-page section.top .big-list .event-card .link {
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right-black.svg");
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
main.events-page section.top .big-list .event-card:hover .link {
  background-position: 100% 50%;
}
main.events-page section.top .highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  grid-template-areas: "calendar" "events";
}
@media (min-width: 768px) {
  main.events-page section.top .highlights {
    gap: 30px;
    grid-template-areas: "events calendar";
    grid-template-columns: 1fr 1fr;
  }
}
main.events-page section.top .highlights .list {
  grid-area: events;
}
main.events-page section.top .highlights .calendar {
  grid-area: calendar;
  text-align: right;
}
main.events-page section.news-section h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 70px;
}
main.events-page section.news-section .entries {
  display: grid;
}
@media (min-width: 768px) {
  main.events-page section.news-section .entries {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }
}
main.events-page section.news-section .entries .date {
  font-size: 16px;
  line-height: 24px;
  color: #d60469;
  margin-bottom: 13px;
  font-weight: bold;
}
main.events-page section.news-section .entries .cb-background-image {
  background-size: cover;
  background-color: #30d5c8;
}
main.events-page section.get-involved {
  background-color: #e9e9e9;
}
main.events-page section.get-involved .card-container {
  display: grid;
  gap: 69px;
}
main.events-page section.get-involved .card-container .card {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  background-color: #ff5d15;
}
main.events-page section.get-involved .card-container .card .image .cb-background-image {
  background-size: cover;
  min-height: 264px;
  height: 100%;
}
main.events-page section.get-involved .card-container .card .content {
  padding: 34px;
  display: grid;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right-black.svg");
  background-position: calc(100% - 29px) 45px;
  background-repeat: no-repeat;
}
main.events-page section.get-involved .card-container .card .content h3 {
  font-size: 30px;
  margin: 0;
}
main.events-page section.get-involved .card-container .card .content p {
  margin: 0;
  display: grid;
  align-items: end;
}
main.events-page section.get-involved .card-container .card:nth-child(2) {
  background: #0d99e3;
}
main.events-page section.get-involved .card-container .card:nth-child(3) {
  background: #30d5c8;
}
main.events-page section.get-involved .card-container .card:nth-child(4) {
  background: #ffd600;
}

a.event-card {
  background: white;
  display: grid;
  text-decoration: none;
  width: 100%;
  grid-template-columns: 74px 1fr;
  grid-template-areas: "date content" "link link";
}
@media (min-width: 768px) {
  a.event-card {
    grid-template-columns: 140px 1fr 56px;
    grid-template-areas: "date content link";
  }
}
a.event-card .date {
  grid-area: date;
  color: #e90271;
  padding: 16px;
  padding-right: 60px;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 768px) {
  a.event-card .date {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 17px 0;
  }
}
@media (min-width: 768px) {
  a.event-card .date {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
  }
}
a.event-card .date span {
  color: #e90271;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  a.event-card .date span {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
a.event-card .content {
  padding: 16px 0;
  grid-area: content;
}
a.event-card .content p.title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 5px;
  padding-right: 17px;
}
a.event-card .content p.excerpt {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  padding-right: 17px;
}
a.event-card .link {
  grid-area: link;
  background-color: #ffd600;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/icons/arrow-right-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40px;
  transition: all 0.2s ease-in-out;
}
a.event-card:hover .link {
  background-color: #ffe539;
}

main.donations-page section.donations-section .section-wrapper {
  margin-top: -20px;
}
@media (min-width: 768px) {
  main.donations-page section.donations-section .section-wrapper {
    margin-top: -96px;
  }
}
main.donations-page section.donations-section .section-wrapper .card {
  background: #0d99e3;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  main.donations-page section.donations-section .section-wrapper .card {
    padding: 50px;
  }
}
main.donations-page section.donations-section .section-wrapper .card .button.quaternary {
  width: 100%;
}
@media (min-width: 768px) {
  main.donations-page section.donations-section .section-wrapper .card .button.quaternary {
    width: 150px;
  }
}
main.donations-page section.donations-section .section-wrapper .card .selectors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
main.donations-page section.donations-section .section-wrapper .card .selectors a {
  width: 100% !important;
  opacity: 0.24;
  transition: all 0.2s ease-in-out;
}
main.donations-page section.donations-section .section-wrapper .card .selectors a.active {
  opacity: 1;
}
main.donations-page section.donations-section .section-wrapper .card .selectors a:hover {
  opacity: 0.8;
}
main.donations-page section.donations-section .section-wrapper .card .one-time {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  main.donations-page section.donations-section .section-wrapper .card .one-time {
    display: block;
  }
}
main.donations-page section.donations-section .section-wrapper .card .back {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 30px;
  cursor: pointer;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/donations/back.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
}
main.donations-page section.gray-section {
  background-color: #e9e9e9;
}
main.donations-page section.gray-section .grid-2 {
  gap: 48px;
}
@media (min-width: 768px) {
  main.donations-page section.gray-section .grid-2 {
    gap: 7vw;
    align-items: center;
  }
}
main.donations-page section.gray-section .grid-2 .cb-background-image {
  height: 232px;
}
@media (min-width: 768px) {
  main.donations-page section.gray-section .grid-2 .cb-background-image {
    height: 529px;
  }
}
main.donations-page section.gray-section .copy a {
  font-weight: bold;
}

main.page-40-landing-page {
  /* Events */
  /*

  section.events h2 {
  	color: white;
  }

  section.events .highlights {
  	display: grid;
  	grid-template-columns: 1fr;
  	gap: 20px;
  	grid-template-areas: "copy""events";
  }

  @media (min-width: 768px) {
  	section.events .highlights {
  		gap: 30px;
  		grid-template-areas: "copy events";
  		grid-template-columns: 1fr 1fr;
  	}
  }

  section.events .highlights .list {
  	grid-area: events;
  	display: grid;
  	gap: 10px;
  }

  section.events .copy {
  	grid-area: copy;
  	text-align: left;
  	margin-bottom: 30px;
  } */
}
main.page-40-landing-page .cb-hero {
  overflow: hidden;
}
main.page-40-landing-page .cb-hero .hero-image-40 {
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-40-landing-page .cb-hero .hero-image-40 {
    max-width: 273px;
    margin-bottom: 110px;
  }
}
main.page-40-landing-page .cb-half-half-card .grid-2 {
  background-color: #a7017e;
}
main.page-40-landing-page section.always-cd.mobile {
  margin-bottom: -2px;
  height: 240px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  main.page-40-landing-page .cb-half-half-card {
    background-color: #a7017e;
  }
  main.page-40-landing-page .cb-half-half-card img.mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.simple-text-image .container {
    gap: 80px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  main.page-40-landing-page section.simple-text-image .container {
    gap: 162px;
  }
}
main.page-40-landing-page section.simple-text-image h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.page-40-landing-page section.simple-text-image h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.simple-text-image p {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.simple-text-image .image .cb-background-image {
    height: 534px;
    background-position: top;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.cb-multiple-cta-section {
    background-color: white;
  }
}
main.page-40-landing-page section.events .highlights .copy h2 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  main.page-40-landing-page section.events .highlights .copy h2 {
    margin-bottom: 72px;
  }
}
main.page-40-landing-page .events .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
main.page-40-landing-page .events .list .coming-soon {
  display: grid;
  align-content: center;
}
@media (max-width: 768px) {
  main.page-40-landing-page .events .list .coming-soon {
    min-height: 202px;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page .events .list {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.events .copy {
    text-align: left;
    margin-bottom: 0;
  }
}
main.page-40-landing-page section.events .copy h2 {
  font-size: 48px;
  line-height: 52px;
  max-width: 500px;
  margin-bottom: 24px;
}
main.page-40-landing-page section.how-it-started .grid-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}
main.page-40-landing-page section.how-it-started .grid-section .card {
  border-top: 3px solid #e90271;
  padding-top: 32px;
  padding-bottom: 10px;
}
main.page-40-landing-page section.how-it-started .grid-section .card p {
  margin: 0;
  padding-right: 10px;
}
main.page-40-landing-page section.how-it-started .grid-section .card a {
  color: #0d99e3;
}
main.page-40-landing-page section.how-it-started .grid-section .card h4 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  main.page-40-landing-page section.how-it-started .grid-section .card h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  main.page-40-landing-page section.how-it-started .grid-section {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  main.page-40-landing-page section.how-it-started .grid-section {
    grid-template-columns: repeat(5, 1fr);
  }
}
main.page-40-landing-page section.numbers {
  background-color: #221f20;
  text-align: center;
  overflow: hidden;
}
main.page-40-landing-page section.numbers h2,
main.page-40-landing-page section.numbers h3,
main.page-40-landing-page section.numbers p {
  color: white;
}
main.page-40-landing-page section.numbers p.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  main.page-40-landing-page section.numbers p.subtitle {
    margin-bottom: 60px;
  }
}
main.page-40-landing-page section.numbers .flex-numbers {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  main.page-40-landing-page section.numbers .flex-numbers {
    gap: 44px;
  }
}
main.page-40-landing-page section.numbers .flex-numbers .number {
  max-width: 243px;
}
main.page-40-landing-page section.numbers .flex-numbers .number h3 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
}
main.page-40-landing-page section.numbers .flex-numbers .number p {
  font-size: 16px;
  line-height: 20px;
}
main.page-40-landing-page .how-it-started {
  position: relative;
  z-index: 1;
  background: white;
}
main.page-40-landing-page section.numbers {
  background-color: #221f20;
  text-align: center;
  overflow: hidden;
  position: relative;
}
main.page-40-landing-page .flower-1 {
  width: 48vw;
  position: absolute;
  top: 110px;
  left: -70px;
}
@media (min-width: 768px) {
  main.page-40-landing-page .flower-1 {
    width: auto;
  }
}
main.page-40-landing-page .flower-red-1 {
  position: absolute;
  top: 0px;
  left: 57%;
  transform: rotate(135deg);
}
main.page-40-landing-page .flower-red-2 {
  position: absolute;
  left: 17%;
  transform: rotate(205deg);
  margin-top: -210px;
}
@media (max-width: 768px) {
  main.page-40-landing-page .flower-red-2 {
    right: -100px;
    left: auto;
    transform: rotate(215deg);
    margin-top: 50px;
    width: 210px;
  }
}
main.page-40-landing-page .flower-2 {
  position: absolute;
  right: -100px;
  margin-top: -100px;
  width: 400px;
  z-index: 3;
}
main.page-40-landing-page .flower-purple-1 {
  position: absolute;
  left: calc(50% - 520px);
  margin-top: -230px;
  z-index: 3;
  width: 300px;
}
main.page-40-landing-page .flower-3 {
  width: 169px;
  position: absolute;
  left: -70px;
  margin-top: -70px;
  z-index: 1;
}
main.page-40-landing-page .cactus-1 {
  width: 120px;
  position: absolute;
  top: 400px;
  right: 0;
}
@media (min-width: 768px) {
  main.page-40-landing-page .cactus-1 {
    top: 300px;
    width: auto;
  }
}

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