:root {
  --color-green: #c5e8d2;
  --color-green-forest: #007559;
  --color-orange: #b15603;
  --color-yellow: #eea000;
  --color-blue: #00467b;
  --color-blue-light: #006bad;
  --color-grey: #919191;
  --color-brown: #462900;
  --color-white: #ffffff;
  --color-light-grey: #f1f1f1;
  --spacing-side--default: 3rem;
  --spacing-side--lg: 4rem;
  --spacing-top--default: 2rem;
  --spacing-top--md: 4rem;
  --spacing-top--lg: 7rem;
  --spacing-top--xl: 7rem;
  --border-thickness--lg: 2px;
  --border-thickness--default: 0.1rem;
  --header-height: 4.5rem;
  --width--max: 1399px;
}

@media (max-width: 767px) {
  :root {
    --header-height: 6.5rem;
  }
}

@-webkit-keyframes raise-hands {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes raise-hands {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-from-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-from-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-from-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-from-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

#healthy-school-meals-main {
  font-family: 'Proxima Nova', sans-serif;
  width: 100vw;
}

.hsm__container-inner {
  width: 100%;
  max-width: var(--width--max);
  margin: 0 auto;
}

p strong {
  font-weight: 700;
}

.logo {
  width: 10rem;
  height: 4rem;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center left;
  object-position: center left;
}

.hsm__button {
  display: inline-block;
  border-radius: 1rem;
  text-transform: uppercase;
  padding: 0.6rem 2.5rem 0.45rem 2.5rem;
  font-size: 0.85rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: solid var(--border-thickness--default) transparent;
}

@media (max-width: 767px) {
  .hsm__button {
    border-radius: 2rem;
    padding: 1rem 2.5rem 1rem 2.5rem;
    font-size: 1rem;
  }
}

.hsm__button--primary {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
  color: white;
}

.hsm__button--primary:hover {
  border-color: var(--color-grey);
  background-color: white;
  color: var(--color-grey);
  text-decoration: none;
}

.hsm__button--default {
  border-color: var(--color-grey);
  background-color: white;
  color: var(--color-grey);
}

.hsm__button--default:hover {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
  color: white;
}

#the-solution p a {
  color: var(--color-blue);
}

#the-solution p a:hover {
  color: var(--color-blue);
}

#the-issue a {
  color: var(--color-orange);
  cursor: pointer;
  text-decoration: none;
}

#the-issue a:hover {
  color: var(--color-white);
}

.hsm_the-solution-text-right {
  margin-bottom: 125px;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .hsm_the-solution-text-right {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .hsm_the-solution-text-right {
    padding-top: 110px;
  }
}

.at-share-btn-elements a {
  border-radius: 50px !important;
}

.at-share-btn {
  padding: 0 !important;
  font-size: 0.85rem !important;
  border-color: var(--color-orange) !important;
  background-color: var(--color-orange) !important;
  color: white !important;
  text-decoration: none;
}

.at-share-btn:hover {
  border-color: var(--color-grey) !important;
  background-color: white !important;
  color: var(--color-grey) !important;
  text-decoration: none;
}

.at-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: white !important;
  padding-right: 30px !important;
  font-family: 'Proxima Nova', sans-serif !important;
  font-size: 0.85rem !important;
}

@media (max-width: 767px) {
  .at-label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.1rem !important;
  }
}

.at-label:hover {
  color: var(--color-grey) !important;
  text-decoration: none;
}

.hsm__hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - var(--header-height));
  background-color: var(--color-green);
  z-index: 0;
  overflow: hidden;
}

.hsm__hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: var(--spacing-top--default) var(--spacing-side--default);
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation-name: slide-from-top;
  animation-name: slide-from-top;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hsm__hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 8rem - var(--header-height));
}

@media (max-width: 767px) {
  .hsm__hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.hsm__hero-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-name: raise-hands;
  animation-name: raise-hands;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 767px) {
  .hsm__hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
}

.hsm__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
}

.hsm__hero-cta {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  padding: var(--spacing-top--default) var(--spacing-top--md);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-animation-name: slide-from-right;
  animation-name: slide-from-right;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 767px) {
  .hsm__hero-cta {
    padding: var(--spacing-top--default) var(--spacing-side--default);
  }
}

.hsm__hero-cta h1 {
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-green-forest);
}

@media (max-width: 767px) {
  .hsm__hero-cta h1 {
    font-size: 4rem;
  }
}

.hsm__hero-cta h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--color-blue);
}

@media (max-width: 767px) {
  .hsm__hero-cta h2 {
    font-size: 2.6rem;
  }
}

#hsm__parallax-container {
  margin-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

#hsm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: var(--header-height);
  border-top: solid var(--border-thickness--lg) white;
  border-bottom: solid var(--border-thickness--lg) white;
  background: var(--color-blue-light);
}

#hsm__header.hsm__header--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

#hsm__header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1399px;
  margin: 0 auto;
}

#hsm__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#hsm__header ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: solid var(--border-thickness--lg) white;
}

#hsm__header ul li:first-child {
  border-left: solid var(--border-thickness--lg) white;
}

@media (max-width: 767px) {
  #hsm__header ul li:first-child {
    border-left: none;
  }
}

@media (max-width: 767px) {
  #hsm__header ul li:last-child {
    border-right: none;
  }
}

#hsm__header ul li a {
  height: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem;
  text-align: center;
  background: var(--color-blue-light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#hsm__header ul li a:hover {
  background: var(--color-orange);
}

#hsm__header ul li a.active {
  background: var(--color-orange);
}

.hsm__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid var(--border-thickness--lg) white;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hsm__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hsm__section .hsm__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hsm__section .hsm__container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hsm__section h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
}

.hsm__section h2 {
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  color: white;
}

.hsm__section h3 {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
}

.hsm__section p {
  font-size: 1.25rem;
  line-height: 1.3;
}

.hsm__section p + p {
  margin-top: 1.4rem;
}

.hsm__section p.p--md {
  font-size: 1.5rem;
}

.hsm__section p.p--lg {
  font-size: 1.7rem;
}

.hsm__section p.p--padding-around {
  padding: var(--spacing-top--xl) var(--spacing-side--lg) var(--spacing-top--default) 0;
}

@media (max-width: 767px) {
  .hsm__section p.p--padding-around {
    padding: var(--spacing-top--default) var(--spacing-side--lg);
  }
}

.hsm__section--blue {
  background: var(--color-blue);
  color: white;
}

.hsm__section--yellow {
  background: var(--color-yellow);
  color: var(--color-brown);
}

.hsm__section--green {
  background: var(--color-green);
  color: var(--color-green-forest);
}

.hsm__section--green h2 {
  color: var(--color-green-forest);
}

.hsm__section--blue {
  background: var(--color-blue);
  color: white;
}

.hsm__section--light-blue {
  background: var(--color-blue-light);
  color: white;
}

.hsm__section-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}

.hsm__section-side--padding-right {
  padding-right: 6rem;
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

@media (max-width: 767px) {
  .hsm__section-side--absolute-image {
    padding-bottom: 20rem;
  }
}

.hsm__section-side--image-container {
  height: 35rem;
}

.hsm__section-side--with-padding {
  padding: var(--spacing-top--lg) var(--spacing-side--lg);
}

@media (max-width: 767px) {
  .hsm__section-side--with-padding {
    padding: var(--spacing-top--lg) var(--spacing-side--lg) var(--spacing-top--default);
  }
}

@media (max-width: 767px) {
  .hsm__section-side--with-padding + .hsm__section-side--with-padding {
    padding: var(--spacing-top--default) var(--spacing-side--lg) var(--spacing-top--lg);
  }
}

.hsm__section-side + .hsm__section-side {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hsm__section--visible .hsm__section-side {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.hsm__list--with-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hsm__list--with-icons li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.hsm__list--with-icons .icon {
  min-width: 4rem;
  width: 4rem;
  min-height: 4rem;
  height: 4rem;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem;
  margin-right: 1rem;
}

.hsm__list--with-icons .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hsm__list--with-icons .description p.numbers {
  color: var(--color-yellow);
  font-size: 2.6rem;
  font-weight: 600;
}

.hsm__list--with-icons .description p {
  margin-bottom: 0.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.hsm__figure-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 25rem;
  height: 100%;
}

.hsm__figure-full-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hsm__figure-fill-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  padding: var(--spacing-top--default) var(--spacing-side--lg) var(--spacing-top--default) 0;
}

@media (max-width: 767px) {
  .hsm__figure-fill-height {
    padding: var(--spacing-top--default) var(--spacing-side--lg);
    min-height: 25rem;
  }
}

.hsm__figure-fill-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hsm__figure-half-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hsm__figure-half-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
  margin-top: 45px;
}

.hsm__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: var(--spacing-top--lg) var(--spacing-side--default) 0 0;
  margin-bottom: var(--spacing-top--default);
}

@media (max-width: 767px) {
  .hsm__gallery {
    padding: var(--spacing-top--default);
  }
}

@media (min-width: 1545px) {
  .hsm__gallery {
    width: 800px !important;
  }
}

.hsm__gallery figure {
  margin: 0.25rem;
  width: 18.5vw;
  height: 18.5vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hsm__gallery figure {
    width: 40vw;
    height: 40vw;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .hsm__gallery figure {
    width: 16vw;
    height: 16vw;
  }
}

.hsm__gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hsm__section-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: var(--spacing-top--lg) var(--spacing-side--default);
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.hsm__section-video .hsm__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsm__section-video h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-blue-light);
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .hsm__section-video h1 {
    font-size: 3rem;
    text-align: center;
  }
}

.hsm__section-video h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-blue-light);
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .hsm__section-video h2 {
    font-size: 3rem;
    text-align: center;
  }
}

.hsm__video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsm__video-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  z-index: 1;
}

@media (max-width: 767px) {
  .hsm__video-viewport {
    width: 80vw;
  }
}

.hsm__video-reel {
  width: 500vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.hsm__video-reel article {
  float: left;
  margin-right: 2vw;
}

.hsm__video-reel article iframe {
  width: 45vw;
  height: 30vw;
}

@media (max-width: 767px) {
  .hsm__video-reel article iframe {
    width: 60vw;
    height: 40vw;
  }
}

.hsm__video-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .hsm__video-pagination {
    width: 80vw;
    margin-bottom: 2rem;
  }
}

.hsm__video-pagination .hsm__video-pagination-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hsm__video-pagination .hsm__video-pagination-button {
    font-size: 0.9rem;
  }
}

.hsm__video-pagination .hsm__video-pagination-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.fa-arrow-circle-left {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .fa-arrow-circle-left {
    padding-right: 0.5rem;
  }
}

.fa-arrow-circle-right {
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .fa-arrow-circle-right {
    padding-left: 0.5rem;
  }
}

.hsm__video-description {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20vw 5vw 4vw;
  background-color: var(--color-blue-light);
  margin-top: -20vw;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hsm__video-description {
    width: 90vw;
    padding: 30vw 5vw 4vw;
    margin-top: -30vw;
  }
}

.hsm__video-description article {
  display: none;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

.hsm__video-description article:first-child {
  display: inline-block;
}

.hsm__video-description article.visible {
  opacity: 1;
  height: auto;
}

.hsm__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--spacing-top--default) var(--spacing-side--default);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
}

.hsm__footer figure {
  width: 6rem;
  height: 3rem;
}

.hsm__footer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hsm__twitter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--spacing-top--default) 0;
}

.hsm__twitter-block a {
  text-decoration: none;
}

.hsm__twitter-block a:hover {
  text-decoration: none;
}

.hsm__twitter-block--white .hsm__twitter-block-icon {
  border-color: white;
}

.hsm__twitter-block--white .hsm__twitter-block-text p {
  color: white;
}

.hsm__twitter-block--blue .hsm__twitter-block-icon {
  border-color: var(--color-blue-light);
}

.hsm__twitter-block--blue .hsm__twitter-block-text p {
  color: var(--color-blue-light);
}

.hsm__twitter-block-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1rem;
  padding: 0.75rem;
  overflow: hidden;
  border: solid var(--border-thickness--lg) transparent;
}

.hsm__twitter-block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hsm__twitter-block-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hsm__twitter-block-text p {
  font-size: 1.3rem;
  font-weight: 700;
}

.hsm__twitter-block-text p + p {
  margin-top: 0;
}

.hsm__gallery-caption {
  text-align: center;
  padding: 0 var(--spacing-side--default) var(--spacing-top--lg) 0;
}

@media (max-width: 767px) {
  .hsm__gallery-caption {
    padding: 0 var(--spacing-side--default) var(--spacing-top--default);
  }
}

.text--center {
  text-align: center;
}

.margin__top--md {
  margin-top: var(--spacing-top--default);
}

.margin__top--lg {
  margin-top: var(--spacing-top--md);
}

.margin__bottom--md {
  margin-bottom: var(--spacing-top--default);
}

.hsm_additional_resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: var(--spacing-top--lg) var(--spacing-side--default);
  background-color: var(--color-white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  overflow: hidden;
}

.hsm_additional_resources h2 {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 2rem;
}

.hsm_additional_resources h1 {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 2rem;
}

.hsm_additional_resources a {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--color-blue);
  text-decoration: underline;
  line-height: 30px;
}

.hsm_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hsm_col_6 {
  width: 50%;
}

@media (max-width: 767px) {
  .hsm_col_6 {
    width: 100%;
  }
}

.twitter-share-button-blue {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-blue);
}

.twitter-share-button-white {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-white);
}

.ue__popup_container {
  background: white;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hsm__section-news-updates {
  display: block;
  width: 100%;
  padding: var(--spacing-top--lg) var(--spacing-side--default);
  background: var(--color-yellow);
  overflow: hidden;
  position: relative;
}

.ue__post_carousel--title {
  text-align: left;
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}

.ue__post_carousel-slide-inner {
  display: flex;
  margin: 0px 10px;
  flex-direction: column;
  background-color: #fffffe;
  height: 100%;
  flex-grow: 1;
}
.slick-list {
  flex: 1 !important;
}
.ue__post_carousel--text {
  position: relative;
  padding: 20px 20px 35px;
  width: 100%;
  flex-grow: 1;
  align-items: flex-start;
}
.ue__post_carousel-image {
  width: 100%;
  height: 225px;
  overflow: hidden;
  background-size: cover;
  font-size: 0;
}
.ue__post_carousel-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ue__post_carousel--text > p {
  height: 72px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: inline;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.ue__post_carousel--text > a {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  background: url(images/healthy/icon-caret-right-green.png) right 3px no-repeat transparent;
  font-size: 14px;
  font-weight: 600;
  color: #086cad;
}

.ue__post_carousel--hands-graphic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ue__post_carousel--hands-graphic > figure {
  height: 15rem;
  width: 100%;
}
.ue__post_carousel--hands-graphic > figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.ue_post_carousel > .slick-slide {
  margin: 0 27px;
}
.slick-dots li.slick-active button:before {
  color: white !important;
}
.slick-dots li button:before {
  font-size: 10px !important;
}
.slick-dots {
  bottom: -35px !important;
}

#TB_closeWindowButton > .screen-reader-text {
  opacity: 0;
}
/*# sourceMappingURL=healthy-school-meals.css.map */
