/* Indiana Healthy Schools — custom.css — v1.14.0 */

body {
  --green: #307b74;
  --green-darker: #26625d;
  --green-lightest: #96c0bc;
  --orange: #ff9d01;
  --orange-darker: #cc7e01;
  --orange-lighter: #ffb134;
  --container-gray: #efefef;
  --border-gray: #cecece;
  --white: #fff;
  --black: #333;
  --container-radius: 1.5rem;
  --blue: #56c9ed;
  --light-green: #8fc741;
  --light-green-lighter: #9acd54;
  --yellow: #ffc953;
  --yellow-darker: #ffba24;
  --red: #da403a;
  --beige: #fff7e5;
  --dark-grey: #414042;
}

body.adaptive .lighten {
  --color: 0, 100%;
  --l: 50%;
  --color-primary: hsl(var(--color), var(--l));
  --color-primary-lighter: hsl(var(--color), calc(var(--l) + 10%));
  --color-primary-lightest: hsl(var(--color), calc(var(--l) + 30%));
}

body.adaptive {
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  color: var(--black);
  font-weight: 300;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--white);
}

body.adaptive h1,
body.adaptive h2,
body.adaptive h3,
body.adaptive main section .row h1,
body.adaptive main section .row h2,
body.adaptive main section .row h3,
body.adaptive main article h1,
body.adaptive main article h2 {
  font-family: "Rubik", "Open Sans", "Helvetica", Arial, sans-serif;
  color: var(--black);
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1.3;
}

body.adaptive h2 {
  margin-bottom: 1rem;
}

body.adaptive h3,
body.adaptive main section .row h3 {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

body.adaptive h2.star:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 40px;
  background-image: url(/indiana-healthy-schools/images/home/star.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 1rem;
}

body.adaptive h2.arrow:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 24px;
  background-image: url(/indiana-healthy-schools/images/home/arrow-down.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 1rem;
}

body.adaptive .green {
  color: var(--green-darker) !important;
}

body.adaptive .blue,
body.adaptive main section .blue,
body.adaptive main section.multi-column-container h2.blue {
  color: var(--blue);
}

body.adaptive main article section.dark-bg h1,
body.adaptive main article section.dark-bg h2,
body.adaptive main article section.dark-bg h3,
body.adaptive main article section.dark-bg h4,
body.adaptive main article section.dark-bg h5,
body.adaptive main article section.dark-bg h6,
body.adaptive main article section.dark-bg .row h1,
body.adaptive main article section.dark-bg .row h2,
body.adaptive main article section.dark-bg .row h3,
body.adaptive main article section.dark-bg .row h4,
body.adaptive main article section.dark-bg .row h5,
body.adaptive main article section.dark-bg .row h6 {
  color: var(--white);
}

body.adaptive .white,
body.adaptive main section .white,
body.adaptive main section.multi-column-container h2.white {
  color: var(--white);
}

body.adaptive main section .dark-blue-bg {
  background-color: var(--blue);
}

body.adaptive .quote {
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: 600;
}

body.adaptive main a {
  color: var(--green);
}

body.adaptive main article > section.reverse h1,
body.adaptive main article > section.reverse h2,
body.adaptive main article > section.reverse h3,
body.adaptive main article > section.reverse h4,
body.adaptive main article > section.reverse h5,
body.adaptive main article > section.reverse h6 {
  color: var(--green-darker);
}

body.adaptive article > section.reverse h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

body.adaptive hr {
  border-bottom: 1px solid var(--border-gray);
}

body.adaptive main article {
  background-color: var(--white);
}

body main article > section {
  padding-left: 1rem;
  padding-right: 1rem;
}

body main article > section img {
  border-radius: 0;
}

body.adaptive main article section:has(.generic-content-wrap) .row > div[class*="col"] .generic-content-wrap {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: none;
}

body.adaptive main article .hero .d-lg-flex > img {
  align-self: flex-end;
}

body main article > section.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

body main article > section.p-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body main article > section.p-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

body main article > section.p-3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

body main article > section.pb-0 {
  padding-bottom: 0;
}

body main article > section.mt-2 {
  margin-top: 2rem;
}

body main article > section.mb-1 {
  margin-bottom: 1rem;
}

body main article > section.mb-2 {
  margin-bottom: 2rem;
}

body main article > section.m-0 {
  margin: 0;
}

body main article > section.m-0 > section {
  margin: 0;
}

body main article > section .row [class*="col"].p-1 {
  padding: 2rem;
}

body main article > section .row [class*="col"].m-1 {
  margin: 1rem 0;
}

body main article > section .row.gap-1 {
  gap: 1rem;
}

body main article > section .row.gap-2 {
  gap: 2rem;
}

body main article > section .row.gap-3 {
  gap: 3rem;
}

body main article > section.reverse {
  color: var(--white);
  background-color: var(--blue);
}

body main article > section.reverse a,
body main article > section.reverse a:hover {
  color: var(--white);
  text-decoration: underline;
}

body main article > section.gray-bg {
  background-color: var(--container-gray);
}

body main article > section .border-right {
  border-right: 1px solid var(--border-gray);
}

body .grow {
  transition: all 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
}

body .grow:hover {
  transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
}

@media print, screen and (max-width: 39.99875em) {
  body main article > section.p-0,
  body main article > section.p-1,
  body main article > section.p-2,
  body main article > section.p-3 {
    padding: 2rem 1rem;
  }

  body main article > section .border-right {
    border-right: none;
  }
}

body.adaptive main article .button,
body.adaptive main article .agency-button,
body.adaptive main article .btn {
  display: inline-block;
  position: relative;
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  color: #fff;
  background-color: var(--green);
  padding: 0.75rem 2rem;
  border: 1px solid var(--green);
}

body.adaptive main article .button.secondary,
body.adaptive main article .agency-button.secondary,
body.adaptive main article .btn-secondary {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 0.75rem 0.75rem 0;
  color: var(--white);
}

body.adaptive main article .button.secondary:hover,
body.adaptive main article .agency-button.secondary:hover,
body.adaptive main article .btn-secondary:hover {
  background-color: var(--orange-darker);
  border-color: var(--orange-darker);
  color: var(--white);
}

body.adaptive main article [class*="-wrap"]:not(.info):not(.adaptive) .btn,
body.adaptive main article [class*="-wrap"]:not(.info):not(.adaptive) .button,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .agency-button {
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  padding: 0.75rem 2rem;
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 22px;
  background-color: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}

body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .btn.btn-secondary,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .button.secondary,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .agency-button.secondary {
  border-radius: 0.75rem 0.75rem 0;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .btn:hover,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .button:hover,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .agency-button:hover {
  background-color: var(--green-darker);
  border-color: var(--green-darker);
  color: #fff;
  text-decoration: none;
}

body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .btn.btn-secondary:hover,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .button.secondary:hover,
body.adaptive
  main
  article
  [class*="-wrap"]:not(.info):not(.adaptive)
  .agency-button.secondary:hover {
  background-color: var(--orange-darker);
  border-color: var(--orange-darker);
  color: var(--white);
}

body.adaptive main article .button.full,
body.adaptive main article .agency-button.full,
body.adaptive main article .btn.full {
  width: 100%;
}

body.adaptive main article .button.no-icon,
body.adaptive main article .agency-button.no-icon,
body.adaptive main article .btn.no-icon {
  padding: 0.75rem 2rem;
}

body.adaptive main article .button .fa-circle,
body.adaptive main article .agency-button .fa-circle {
  color: var(--green-darker);
}

body.adaptive main article .button:hover,
body.adaptive main article .agency-button:hover,
body.adaptive main article .btn:hover {
  background-color: var(--green-darker);
  color: #fff;
  border: 1px solid var(--green-darker);
  text-decoration: none;
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive main article .button,
  body.adaptive main article .agency-button,
  body.adaptive main article .btn {
    margin-bottom: 1rem;
  }
}

/* ============================================================
   Subpage Banner
   ============================================================ */

body.adaptive main #subpage-banner-container,
body.adaptive main .subpage-banner-container {
  display: block;
  max-width: calc(1600px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  background: none;
  box-shadow: none;
}

body.adaptive main #subpage-banner-container h1,
body.adaptive main .subpage-banner-container h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.adaptive main #subpage-banner-container h1 span,
body.adaptive main .subpage-banner-container h1 span {
  color: var(--green);
  font-size: 2.5rem;
  vertical-align: bottom;
  line-height: 1.7;
}

body.adaptive main #subpage-banner-container img,
body.adaptive main .subpage-banner-container img {
  width: 100%;
  border-radius: var(--container-radius);
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive main #subpage-banner-container h1 span,
  body.adaptive main .subpage-banner-container h1 span {
    font-size: 1.5rem;
  }
}

/* ============================================================
   Footer
   ============================================================ */

body.adaptive #footer_global {
  font-size: 1rem;
  background-color: var(--white);
  color: var(--black);
  border-top: 1px solid var(--border-gray);
}

body.adaptive #footer_global section.content > div {
  padding: 4rem 0 3rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

body.adaptive #footer_global .logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
}

body.adaptive #footer_global .logos .logo {
  margin-bottom: 1rem;
}

body.adaptive #footer_global p {
  margin-bottom: 0.75rem;
}

/* Platform forces #footer_global a { color: #fefefe !important } — must match with !important */
body.adaptive #footer_global section.content a,
body.adaptive #footer_global section.content a:link,
body.adaptive #footer_global section.content a:visited {
  color: var(--black) !important;
  text-decoration: none !important;
}

body.adaptive #footer_global section.content a:not(.btn):not(.button):not(.agency-button):hover {
  text-decoration: underline !important;
}

body.adaptive #footer_global hr {
  max-width: none;
  border-top: 1px solid var(--border-gray);
  border-bottom: none;
  margin: 3rem 0;
}

body.adaptive #footer_global h3 {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
}

body.adaptive #footer_global section.content .social a,
body.adaptive #footer_global section.content .social a:link,
body.adaptive #footer_global section.content .social a:visited {
  font-size: 2.25rem;
  display: inline-block;
  color: var(--green) !important;
  margin-right: 0.5rem;
}

body.adaptive #footer_global .social .browser-ie11 {
  display: none;
}

body.adaptive #footer_global .disclaimer,
body.adaptive #footer_global .copyright {
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Platform forces #footer_global a { color: #fefefe !important } — !important required here too.
   :link/:visited variants needed to beat our own section.content a:link rule (1,3,3). */
body.adaptive #footer_global .btn.btn-secondary,
body.adaptive #footer_global .btn.btn-secondary:link,
body.adaptive #footer_global .btn.btn-secondary:visited,
body.adaptive #footer_global .button.secondary,
body.adaptive #footer_global .button.secondary:link,
body.adaptive #footer_global .button.secondary:visited,
body.adaptive #footer_global .agency-button.secondary,
body.adaptive #footer_global .agency-button.secondary:link,
body.adaptive #footer_global .agency-button.secondary:visited {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 0.75rem 0.75rem 0;
  color: var(--white) !important;
  padding: 0.75rem 2rem;
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
}

body.adaptive #footer_global .btn.btn-secondary:hover,
body.adaptive #footer_global .button.secondary:hover,
body.adaptive #footer_global .agency-button.secondary:hover {
  background-color: var(--orange-darker);
  border-color: var(--orange-darker);
  color: var(--white) !important;
  text-decoration: none !important;
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive #footer_global {
    text-align: center;
  }

  body.adaptive #footer_global section.content {
    padding: 2rem 2rem 0;
  }

  body.adaptive #footer_global section.content .row [class*="col"].border {
    border-right: none;
  }
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive #footer_global section.content > div {
    padding: 2rem 0;
  }

  body.adaptive #footer_global img {
    text-align: center;
  }

  body.adaptive #footer_global h3 {
    margin: 1rem 0 0.75rem;
  }

  body.adaptive #footer_global p {
    margin-bottom: 0.75rem;
  }

  body.adaptive #footer_global .disclaimer {
    margin-top: 1rem;
  }

  body.adaptive #footer_global .row:nth-of-type(2) {
    justify-content: center;
  }

  body.adaptive #footer_global .links [class*="col"] {
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
  body.adaptive #footer_global section.content > div {
    margin-left: 2rem;
  }

  body.adaptive #footer_global .logos {
    flex-wrap: nowrap;
    margin-bottom: 2rem;
  }

  body.adaptive #footer_global .logos .ig-logo {
    flex: 1 1 50%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  body.adaptive #footer_global .logos .hh-logo {
    flex: 1 1 21%;
    margin-top: 1%;
  }

  body.adaptive #footer_global .logos .isda-logo {
    flex: 1 1 31%;
    margin-bottom: 2%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive #footer_global .logos {
    max-width: 70%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

body.adaptive #backToTopBtn {
  display: none;
  position: fixed;
  font-size: 2rem;
  background-color: var(--orange);
  color: var(--black);
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  padding: 1rem 1.25rem;
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

body.adaptive #backToTopBtn:hover {
  bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  body.adaptive #backToTopBtn.show {
    display: block;
    opacity: 1;
  }
}

@charset "UTF-8";
body.adaptive .intro {
  margin-bottom: 5rem;
}

body.adaptive .intro h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}

body.adaptive [class*="col"] > a {
  color: initial;
}

body.adaptive [class*="col"] > a:hover {
  text-decoration: none;
}

body.adaptive .hero-cta {
  background-color: var(--container-gray);
  padding: 1.5rem;
  border-radius: var(--container-radius);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

body.adaptive .hero-cta.bottom-image {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 7rem;
  background-size: contain;
}

body.adaptive .hero-cta.arrow:before {
  color: var(--orange);
  content: "";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem 2.25rem 0.5rem 1.25rem;
  font-size: 2rem;
  border: 8px solid var(--white);
  border-radius: var(--container-radius);
  font-size: 2rem;
}

body.adaptive .hero-cta p:last-of-type {
  margin-bottom: 0;
}

body.adaptive .hero-cta h2 {
  max-width: 90%;
}

body.adaptive .hero-cta .button,
body.adaptive .hero-cta .agency-button,
body.adaptive .hero-cta .btn {
  text-align: center;
}

body.adaptive .hero-cta img {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 1599px) {
  body.adaptive .intro h1 {
    font-size: 3vw;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive .intro {
    margin-bottom: 0;
  }

  body.adaptive .intro h1 {
    font-size: 3rem;
  }

  body.adaptive .hero-cta {
    margin-bottom: 2rem;
  }

  body.adaptive .cta-wrap {
    gap: 2rem;
  }
}

@charset "UTF-8";
body.adaptive main section.promo-cards .row [class*="col"] > a {
  color: initial;
}

body.adaptive main section.promo-cards .row [class*="col"] > a:hover {
  text-decoration: none;
}

body.adaptive main section.promo-cards .row .promo-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  background-color: var(--container-gray);
  border-radius: var(--container-radius);
  padding: 1.5rem;
}

body.adaptive main section.promo-cards .row .promo-card img {
  max-width: 100px;
  max-height: 100px;
  margin: 1rem 0;
}

body.adaptive main section.promo-cards .row .promo-card .orange {
  color: var(--orange);
}

body.adaptive main section.promo-cards .row .promo-card.left-arrow .image {
  text-align: right;
}

body.adaptive main section.promo-cards .row .promo-card.left-arrow:before {
  color: var(--orange);
  content: "";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  padding: 0.5rem 1.25rem 1.5rem 2.25rem;
  font-size: 2rem;
  border: 8px solid var(--white);
  border-radius: var(--container-radius);
}

body.adaptive main section.promo-cards .row .promo-card.right-arrow:before {
  color: var(--orange);
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem 2.25rem 0.5rem 1.25rem;
  font-size: 2rem;
  border: 8px solid var(--white);
  border-radius: var(--container-radius);
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive main section.promo-cards > .row > [class*="col"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

body.adaptive main article section.core-components .row {
  background-color: #efefef;
  border-radius: var(--container-radius);
  padding: 2rem;
}

body.adaptive main article section.core-components .row .wheel-container {
  margin-right: 2rem;
}

body.adaptive main article section.core-components .row #core-wheel-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: var(--container-radius);
  height: fit-content;
  align-self: center;
}

body.adaptive main article section.core-components .row #core-wheel-content h3 {
  margin-bottom: 2rem;
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow:before {
  color: var(--green);
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  padding: 1.5rem 2.25rem 0.5rem 1.25rem;
  font-size: 2rem;
  border: 8px solid #efefef;
  border-radius: var(--container-radius);
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#health-education:before {
  content: "\f481";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#physical-education:before {
  content: "\f70c";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#nutrition:before {
  content: "\e32b";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#health-services:before {
  content: "\f5f8";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#counseling:before {
  content: "\e783";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#social:before {
  content: "\e068";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#physical:before {
  content: "\f015";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#employee:before {
  content: "\e579";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#family:before {
  content: "\e300";
}

body.adaptive
  main
  article
  section.core-components
  .row
  #core-wheel-content
  .core-cta.arrow#community:before {
  content: "\e0cc";
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive main article section.core-components .wheel-container {
    text-align: center;
    margin: 2rem;
  }
}

body.adaptive main section.stat-steps > div.row {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

body.adaptive main section.stat-steps > div.row img {
  max-height: calc(25vw + 15vh);
}

@charset "UTF-8";
body.adaptive main section.news-cards .row [class*="col"] > a {
  color: initial;
}

body.adaptive main section.news-cards .row [class*="col"] > a:hover {
  text-decoration: none;
}

body.adaptive main section.news-cards .row .news-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--container-gray);
  border-radius: var(--container-radius);
  padding: 1rem;
  height: 100%;
}

body.adaptive main section.news-cards .row .news-card img {
  width: 100%;
  margin: 0 0 1rem;
}

body.adaptive main section.news-cards .row .news-card .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 3rem;
  justify-content: center;
  position: relative;
  bottom: 0;
  left: 5rem;
  width: 70%;
}

body.adaptive main section.news-cards .row .news-card .title h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

body.adaptive main section.news-cards .row .news-card .orange {
  color: var(--orange);
}

body.adaptive main section.news-cards .row .news-card.left-arrow .image {
  text-align: right;
}

body.adaptive main section.news-cards .row .news-card.left-arrow:before {
  color: var(--orange);
  content: "";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  padding: 0.5rem 1.25rem 1.5rem 2.25rem;
  font-size: 2rem;
  border: 8px solid var(--white);
  border-radius: var(--container-radius);
}

body.adaptive main section.news-cards .row .news-card.right-arrow:before {
  color: var(--orange);
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem 2.25rem 0.5rem 1.25rem;
  font-size: 2rem;

  border-radius: var(--container-radius);
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive main section.news-cards > .row > [class*="col"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

body.adaptive main article section.news-events-columns h2 {
  color: var(--black);
}

body.adaptive main article section.news-events-columns .events-column {
  margin-bottom: 0.5rem;
}

body.adaptive main article section.news-events-columns .events-column ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}

body.adaptive main article section.news-events-columns .events-column ul li a {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  color: var(--beige);
  text-decoration: none;
  background-color: var(--black);
  padding: 0;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a:hover {
  color: var(--beige);
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 60%;
  padding: 1rem 2rem;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-details
  .event-date {
  color: var(--yellow);
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-details
  .event-title {
  font-size: 1.375rem;
  font-weight: 600;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-details
  span,
body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-details
  .event-location {
  display: none;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li
  a
  .event-image {
  flex: 0 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.adaptive
  main
  article
  section.news-events-columns
  .events-column
  ul
  li:nth-child(odd)
  a {
  flex-direction: row-reverse;
}

body.adaptive main article section.news-events-columns .button,
body.adaptive main article section.news-events-columns .button:hover {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: var(--black);
}

body.adaptive main article section.news-events-columns .button:hover {
  text-decoration: underline;
}

body.adaptive main article section.news-events-columns.dark-bg h2,
body.adaptive main article section.news-events-columns.dark-bg .button,
body.adaptive main article section.news-events-columns.dark-bg .button:hover {
  color: var(--beige);
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive main article section.news-events-columns .row {
    gap: 3rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive main article section.news-events-columns h2 {
    margin-bottom: 1rem;
  }

  body.adaptive
    main
    article
    section.news-events-columns
    .events-column
    ul
    li
    a {
    min-height: 150px;
  }

  body.adaptive
    main
    article
    section.news-events-columns
    .events-column
    ul
    li
    a
    .event-details
    .event-date {
    font-size: 0.875rem;
  }

  body.adaptive
    main
    article
    section.news-events-columns
    .events-column
    ul
    li
    a
    .event-details
    .event-title {
    font-size: 1rem;
  }
}

@charset "UTF-8";
body.adaptive #prefooter {
  padding: 0;
  margin: 2rem 0 3rem;
}

body.adaptive #prefooter-content {
  padding: 0;
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive #prefooter {
    margin: 0 0 2rem;
  }
}

body.adaptive section.successes-cta .row {
  max-width: calc(1600px + 2rem);
  margin-left: auto;
  margin-right: auto;
}

body.adaptive main article .row.collapse,
body.adaptive .successes-cta .row.collapse {
  display: flex;
}

body.adaptive section.successes-cta .image {
  background-color: var(--green);
  border-top-left-radius: var(--container-radius);
  border-bottom-left-radius: var(--container-radius);
  height: 100%;
}

body.adaptive section.successes-cta .image img {
  border-top-left-radius: var(--container-radius);
  border-bottom-left-radius: var(--container-radius);
  height: 100%;
}

body.adaptive section.successes-cta .content {
  background-color: var(--green);
  border-top-right-radius: var(--container-radius);
  border-bottom-right-radius: var(--container-radius);
  padding: 3rem 2rem 2rem;
  color: var(--white);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

body.adaptive section.successes-cta .content .subtitle {
  font-size: 1.5rem;
  color: var(--orange);
  margin-bottom: 1.5rem;
}

body.adaptive section.successes-cta .content h2 {
  color: var(--white);
}

body.adaptive section.successes-cta .content p {
  max-width: 80%;
}

body.adaptive section.successes-cta .content .asterisk {
  height: 35%;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

body.adaptive section.successes-cta .content.arrow:before {
  content: "";
  color: var(--orange);
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem 2.25rem 0.5rem 1.25rem;
  font-size: 2rem;
  border: 8px solid var(--white);
  border-radius: var(--container-radius);
  font-size: 2rem;
}

body.adaptive section.successes-cta .btn,
body.adaptive section.successes-cta .button,
body.adaptive section.successes-cta .agency-button {
  display: inline-block;
  position: relative;
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  color: #fff;
  background-color: var(--green);
  padding: 0.75rem 2rem;
  border: 1px solid var(--green);
}

body.adaptive section.successes-cta .btn:hover,
body.adaptive section.successes-cta .button:hover,
body.adaptive section.successes-cta .agency-button:hover {
  background-color: var(--green-darker);
  border-color: var(--green-darker);
  color: #fff;
  text-decoration: none;
}

body.adaptive section.successes-cta .btn.btn-secondary,
body.adaptive section.successes-cta .button.secondary,
body.adaptive section.successes-cta .agency-button.secondary {
  border-radius: 0.75rem 0.75rem 0;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

body.adaptive section.successes-cta .btn.btn-secondary:hover,
body.adaptive section.successes-cta .button.secondary:hover,
body.adaptive section.successes-cta .agency-button.secondary:hover {
  background-color: var(--orange-darker);
  border-color: var(--orange-darker);
  color: var(--white);
}

@media print, screen and (max-width: 63.9988em) {
  body.adaptive section.successes-cta .content {
    border-top-left-radius: var(--container-radius);
    border-bottom-left-radius: var(--container-radius);
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.adaptive section.successes-cta .content {
    border-top-left-radius: var(--container-radius);
    border-bottom-left-radius: var(--container-radius);
  }
}

body.adaptive .topPromo {
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: var(--red);
  padding: 0.5rem;
  color: var(--beige);
  font-size: 1rem;
}

body.adaptive .topPromo a {
  color: var(--beige);
  text-decoration: underline;
}

body.adaptive .topPromo .topPromoContent {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

body.adaptive .topPromo > span {
  font-size: 1.5rem;
  cursor: pointer;
}

body.adaptive nav#header_top,
body.adaptive.elem_stuck nav#header_top {
  background-color: var(--white);
  border-bottom: 3px solid var(--green);
  padding: 1rem 0;
}

body.adaptive.elem_stuck header {
  padding-bottom: calc(80px + 2rem);
}

body.adaptive nav#header_top a {
  color: var(--dark-grey);
}

body.adaptive nav#header_top ul#header_elem-list #header_agency-logo .logo_agency,
body.adaptive.elem_stuck nav#header_top ul#header_elem-list #header_agency-logo .logo_agency {
  height: 80px;
  max-height: none;
  width: auto;
  max-width: 270px;
}

body.adaptive nav#header_top ul#header_elem-list li#top-menu-nav-btn {
  margin-left: auto;
  order: 999;
}

body.adaptive nav#header_top #top-menu-nav-btn,
body.adaptive nav#header_top #top-menu-nav-btn button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

body.adaptive nav#header_top #top-menu-nav-btn button#button_main-menu .button-container#toggle span {
  background-color: #000;
}

body.adaptive nav#header_top #top-menu-nav-btn #button_main-menu .button-container#toggle .icon-text {
  color: #000;
}

body.adaptive #header_inline-nav .nav {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

body.adaptive #header_inline-nav .nav-link {
  color: var(--dark-grey);
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
  border-radius: 0.25rem;
}

body.adaptive #header_inline-nav .nav-link:hover,
body.adaptive #header_inline-nav .nav-item.active .nav-link {
  color: var(--green-darker);
  background-color: var(--container-gray);
}

body.adaptive #header_inline-nav .dropdown-menu {
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

body.adaptive #header_inline-nav .dropdown-item {
  color: var(--dark-grey);
  font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
  font-weight: 300;
}

body.adaptive #header_inline-nav .dropdown-item:hover {
  background-color: var(--container-gray);
  color: var(--green-darker);
}

/* Open dropdowns on hover — desktop inline nav only */
body.adaptive #header_inline-nav .nav-item.dropdown:hover > .dropdown-menu,
body.adaptive #header_inline-nav .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media print, screen and (max-width: 39.9988em) {
  body.adaptive nav#header_top ul#header_elem-list #header_agency-logo .logo_agency,
  body.adaptive.elem_stuck nav#header_top ul#header_elem-list #header_agency-logo .logo_agency {
    max-height: 50px;
  }
}
