@font-face {
  font-family: Bebas;
  src: url('../assets/fonts/BEBAS/BebasNeue\ Bold.otf');
}
@font-face {
  font-family: Neue;
  src: url('../assets/fonts/HELVETICA\ NEUE/Helvetica-ExtraCompressed.otf');
}
@font-face {
  font-family: Inlanders;
  src: url('../assets/fonts/INLANDERS/Inlanders\ Bold.otf');
}
@font-face {
  font-family: Montserrat;
  src: url('../assets/fonts/MONTSERRAT/Montserrat-Regular.otf');
  font-weight: normal;
}
@font-face {
  font-family: Montserrat;
  src: url('../assets/fonts/MONTSERRAT/Montserrat-Medium.otf');
  font-weight: bold;
}
@font-face {
  font-family: Montserrat;
  src: url('../assets/fonts/MONTSERRAT/Montserrat-ExtraBold.otf');
  font-weight: bolder;
}
@font-face {
  font-family: Serpentine;
  src: url('../assets/fonts/serpentine/SFBO____.ttf');
}
@font-face {
  font-family: Din Pro;
  src: url('../assets/fonts/DIN PRO/DINPro-Cond.otf');
  font-weight: normal;
}
@font-face {
  font-family: Din Pro;
  src: url('../assets/fonts/DIN PRO/DINPro-CondLight.otf');
  font-weight: lighter;
}
#toolbar-item-administration-tray {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #toolbar-item-administration-tray {
    display: block;
  }
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px)  {
  body.toolbar-tray-open {
    padding-top: 39px !important;
  }
}
@media only screen and (min-width: 992px)  {
  body.toolbar-tray-open {
    padding-top: 79px !important;
  }
}
#header-menu .navbar-toggler-icon {
  background: none;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 0.2em 0;
  justify-content: space-around;
}
#header-menu .navbar-toggler-icon .bar1,
#header-menu .navbar-toggler-icon .bar2,
#header-menu .navbar-toggler-icon .bar3 {
  width: 80%;
  height: 0.1em;
  background: white;
}
html,
body {
  overflow-x: hidden;
}
html.noScroll {
  overflow-y: hidden;
}
#drupal-live-announce {
  display: none;
}
#miloSite main {
  min-height: unset;
}
.page,
.HomePage {
  background: linear-gradient(0deg, #dfd3b7 10%, #ffffff 25%, #ffffff 45%, #dfd3b7 50%);
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page,
  .HomePage {
    background: linear-gradient(0deg, #dfd3b7 20%, #ffffff 35%, #ffffff 60%, #dfd3b7 70%);
  }
}
.page .Hero-Parent,
.HomePage .Hero-Parent {
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent,
  .HomePage .Hero-Parent {
    height: calc(100vw * 9 / 16);
    display: block;
  }
}
.page .Hero-Parent .Hero,
.HomePage .Hero-Parent .Hero {
  position: relative;
  background: #000;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .Hero,
  .HomePage .Hero-Parent .Hero {
    height: 90%;
    min-height: 60%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  }
}
.page .Hero-Parent .Hero .slick-list.draggable,
.HomePage .Hero-Parent .Hero .slick-list.draggable {
  height: 100% !important;
}
.page .Hero-Parent .Hero .slick-track,
.HomePage .Hero-Parent .Hero .slick-track {
  height: 100%;
}
.page .Hero-Parent .Hero .slick-dots,
.HomePage .Hero-Parent .Hero .slick-dots {
  display: flex;
  visibility: hidden;
  list-style: none;
  position: absolute;
  bottom: 20%;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .Hero .slick-dots,
  .HomePage .Hero-Parent .Hero .slick-dots {
    visibility: visible;
  }
}
.page .Hero-Parent .Hero .slick-dots li > button,
.HomePage .Hero-Parent .Hero .slick-dots li > button {
  border: none;
  height: 3px;
  background-color: #5fa06d;
  width: 30px;
  margin: 0 10px;
  font-size: 0px;
  outline: none;
}
.page .Hero-Parent .Hero .slick-dots li.slick-active > button,
.HomePage .Hero-Parent .Hero .slick-dots li.slick-active > button {
  background-color: #fff;
}
.page .Hero-Parent .Hero .Hero-Content,
.HomePage .Hero-Parent .Hero .Hero-Content {
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 100px;
  flex-direction: column;
  justify-content: center;
}
.page .Hero-Parent .Hero .Hero-Content .hero-bg,
.HomePage .Hero-Parent .Hero .Hero-Content .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.page .Hero-Parent .Hero .Hero-Content .content,
.HomePage .Hero-Parent .Hero .Hero-Content .content {
  z-index: 2;
  display: none;
  max-width: 40%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .Hero .Hero-Content .content,
  .HomePage .Hero-Parent .Hero .Hero-Content .content {
    display: block;
  }
}
.page .Hero-Parent .Hero .Hero-Content .content h1,
.HomePage .Hero-Parent .Hero .Hero-Content .content h1 {
  line-height: 1;
  margin-bottom: 0;
  font-family: Inlanders;
  color: #fff;
}
.page .Hero-Parent .Hero .Hero-Content .content h1:first-child,
.HomePage .Hero-Parent .Hero .Hero-Content .content h1:first-child {
  color: #f4cc48;
}
.page .Hero-Parent .Hero .Hero-Content .content p,
.HomePage .Hero-Parent .Hero .Hero-Content .content p {
  color: #fff;
}
.page .Hero-Parent .Hero .Hero-Content .content .cta,
.HomePage .Hero-Parent .Hero .Hero-Content .content .cta {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .Hero-Parent .Hero .Hero-Content .content .cta a,
.HomePage .Hero-Parent .Hero .Hero-Content .content .cta a {
  text-transform: uppercase;
  color: #fff;
}
.page .Hero-Parent .Hero .Hero-Content .footer,
.HomePage .Hero-Parent .Hero .Hero-Content .footer {
  z-index: 2;
  display: none;
  position: absolute;
  right: 100px;
  bottom: 19%;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .Hero .Hero-Content .footer,
  .HomePage .Hero-Parent .Hero .Hero-Content .footer {
    display: flex;
    justify-content: flex-end;
  }
}
.page .Hero-Parent .Hero .Hero-Content .footer .image-desc .name,
.HomePage .Hero-Parent .Hero .Hero-Content .footer .image-desc .name {
  font-size: 1rem;
  font-family: Serpentine;
  text-transform: uppercase;
  color: #f4cc48;
}
.page .Hero-Parent .Hero .Hero-Content .footer .image-desc .description,
.HomePage .Hero-Parent .Hero .Hero-Content .footer .image-desc .description {
  font-size: 0.8rem;
  color: #fff;
}
.page .Hero-Parent .Hero .Hero-Content,
.HomePage .Hero-Parent .Hero .Hero-Content {
  visibility: hidden;
}
.page .Hero-Parent .Hero .Hero-Content:first-child,
.HomePage .Hero-Parent .Hero .Hero-Content:first-child {
  visibility: visible;
}
.page .Hero-Parent .Hero.slick-initialized .Hero-Content,
.HomePage .Hero-Parent .Hero.slick-initialized .Hero-Content {
  visibility: visible;
}
.page .Hero-Parent .clip-me,
.HomePage .Hero-Parent .clip-me {
  display: none;
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 10%;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .clip-me,
  .HomePage .Hero-Parent .clip-me {
    display: block;
  }
}
.page .Hero-Parent .yellow-streak,
.HomePage .Hero-Parent .yellow-streak {
  display: none;
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 50%;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cg%3E%3Cpath d='M 0 0 Q 51 1 100 5 L 100 0 L 10 0 ' fill='%23f4cc48'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Parent .yellow-streak,
  .HomePage .Hero-Parent .yellow-streak {
    display: block;
  }
}
.page .Hero-Mobile,
.HomePage .Hero-Mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  height: min-content;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Hero-Mobile,
  .HomePage .Hero-Mobile {
    display: none;
  }
}
.page .Hero-Mobile .slider .slick-dots,
.HomePage .Hero-Mobile .slider .slick-dots {
  padding: 0px;
  padding-left: 20px;
  display: flex;
  list-style: none;
  position: absolute;
  top: 85vw;
}
@media only screen and (min-width: 768px)  {
  .page .Hero-Mobile .slider .slick-dots,
  .HomePage .Hero-Mobile .slider .slick-dots {
    top: 70vw;
  }
}
.page .Hero-Mobile .slider .slick-dots li > button,
.HomePage .Hero-Mobile .slider .slick-dots li > button {
  border: none;
  height: 3px;
  background-color: #5fa06d;
  width: 30px;
  margin: 0 10px;
  font-size: 0px;
  outline: none;
}
.page .Hero-Mobile .slider .slick-dots li > button:first-child,
.HomePage .Hero-Mobile .slider .slick-dots li > button:first-child {
  margin-left: 0px;
}
.page .Hero-Mobile .slider .slick-dots li.slick-active > button,
.HomePage .Hero-Mobile .slider .slick-dots li.slick-active > button {
  background-color: #fff;
}
.page .Hero-Mobile .slider .slick-dots li > button,
.HomePage .Hero-Mobile .slider .slick-dots li > button {
  border: none;
  height: 3px;
  background-color: #5fa06d;
  width: 20px;
  margin: 0 10px;
  font-size: 0px;
  outline: none;
}
.page .Hero-Mobile .slider .slick-dots li.slick-active > button,
.HomePage .Hero-Mobile .slider .slick-dots li.slick-active > button {
  background-color: #fff;
}
.page .Hero-Mobile .slide .image,
.HomePage .Hero-Mobile .slide .image {
  z-index: 1;
}
.page .Hero-Mobile .slide .image img,
.HomePage .Hero-Mobile .slide .image img {
  width: 100%;
  object-fit: cover;
}
.page .Hero-Mobile .slide .image .image-desc,
.HomePage .Hero-Mobile .slide .image .image-desc {
  position: absolute;
  top: 20%;
  margin-left: 20px;
  width: 50vw;
}
.page .Hero-Mobile .slide .image .image-desc .name,
.HomePage .Hero-Mobile .slide .image .image-desc .name {
  font-size: 1rem;
  font-family: Serpentine;
  text-transform: uppercase;
  color: #f4cc48;
}
.page .Hero-Mobile .slide .image .image-desc .description,
.HomePage .Hero-Mobile .slide .image .image-desc .description {
  font-size: 0.8rem;
  color: #fff;
}
.page .Hero-Mobile .slide .text-container,
.HomePage .Hero-Mobile .slide .text-container {
  position: relative;
  margin-top: -32vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../assets/image/mobile-hero-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(1.28 * 100vw);
  padding: 0 20px;
}
@media only screen and (min-width: 768px)  {
  .page .Hero-Mobile .slide .text-container,
  .HomePage .Hero-Mobile .slide .text-container {
    margin-top: -55vw;
  }
}
.page .Hero-Mobile .slide .text-container h1,
.HomePage .Hero-Mobile .slide .text-container h1 {
  line-height: 1;
  margin-bottom: 0;
  font-family: Inlanders;
  color: #fff;
}
.page .Hero-Mobile .slide .text-container h1:first-child,
.HomePage .Hero-Mobile .slide .text-container h1:first-child {
  color: #f4cc48;
}
.page .Hero-Mobile .slide .text-container p,
.HomePage .Hero-Mobile .slide .text-container p {
  color: #fff;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px)  {
  .page .Hero-Mobile .slide .text-container p,
  .HomePage .Hero-Mobile .slide .text-container p {
    max-width: 50%;
    font-size: 1rem;
  }
}
.page .Hero-Mobile .slide .text-container .cta,
.HomePage .Hero-Mobile .slide .text-container .cta {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  max-width: 50%;
}
.page .Hero-Mobile .slide .text-container .cta a,
.HomePage .Hero-Mobile .slide .text-container .cta a {
  color: white;
}
.page .Products,
.HomePage .Products {
  padding: 20px 10px 60px 10px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Products,
  .HomePage .Products {
    margin-top: -60px;
    padding: 60px 100px;
  }
}
.page .Products h1,
.HomePage .Products h1 {
  font-family: Inlanders;
  line-height: 1;
  color: #411c13;
  margin-bottom: 20px;
}
.page .Products .product-grid,
.HomePage .Products .product-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px)  {
  .page .Products .product-grid,
  .HomePage .Products .product-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Products .product-grid,
  .HomePage .Products .product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
  }
}
.page .Products .product-grid .product,
.HomePage .Products .product-grid .product {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  min-width: 100%;
  margin: 20px 0;
  position: relative;
}
@media only screen and (min-width: 768px)  {
  .page .Products .product-grid .product,
  .HomePage .Products .product-grid .product {
    margin: 0 0 20px;
  }
}
.page .Products .product-grid .product img,
.HomePage .Products .product-grid .product img {
  width: 100%;
}
.page .Products .product-grid .product .overlay,
.HomePage .Products .product-grid .product .overlay {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
}
.page .Products .product-grid .product .product-title,
.HomePage .Products .product-grid .product .product-title {
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  height: 21px;
  text-transform: uppercase;
  font-size: 0.9799999rem;
}
@media only screen and (min-width: 992px)  {
  .page .Products .product-grid .product .product-title,
  .HomePage .Products .product-grid .product .product-title {
    font-size: 0.962vw;
  }
}
@media only screen and (min-width: 1200px)  {
  .page .Products .product-grid .product .product-title,
  .HomePage .Products .product-grid .product .product-title {
    font-size: 1.039vw;
  }
}
.page .Products .product-grid .product .product-description,
.HomePage .Products .product-grid .product .product-description {
  font-size: 0.7rem;
  color: #fff;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 2.1rem;
}
.page .Products .product-grid .product .learn-more,
.HomePage .Products .product-grid .product .learn-more {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  height: 15px;
}
@media only screen and (min-width: 992px)  {
  .page .Products .product-grid .product .learn-more,
  .HomePage .Products .product-grid .product .learn-more {
    font-size: 0.92vw;
  }
}
@media only screen and (min-width: 1200px)  {
  .page .Products .product-grid .product .learn-more,
  .HomePage .Products .product-grid .product .learn-more {
    font-size: 0.999vw;
  }
}
.page .Products .product-grid .product .learn-more:hover,
.HomePage .Products .product-grid .product .learn-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.page .Event,
.HomePage .Event {
  clip-path: polygon(100% 16%, 100% 87%, 0 100%, 0 0);
  position: relative;
  z-index: 2;
}
.page .Event img,
.HomePage .Event img {
  max-width: 100vw;
}
.page .Event img.desktop,
.HomePage .Event img.desktop {
  display: none;
}
.page .Event img.mobile,
.HomePage .Event img.mobile {
  display: block;
}
@media only screen and (min-width: 992px)  {
  .page .Event,
  .HomePage .Event {
    clip-path: polygon(100% 12%, 100% 86%, 0 100%, 0 0);
  }
  .page .Event img.desktop,
  .HomePage .Event img.desktop {
    display: block;
  }
  .page .Event img.mobile,
  .HomePage .Event img.mobile {
    display: none;
  }
}
.page .News,
.HomePage .News {
  position: relative;
  z-index: 2;
  padding: 60px 10px;
}
.page .News h1,
.HomePage .News h1 {
  font-family: Inlanders;
  line-height: 1;
  color: #461910;
}
.page .News h1:first-child,
.HomePage .News h1:first-child {
  color: #009d30;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .News,
  .HomePage .News {
    padding: 60px 100px;
  }
}
.page .News .news-grid,
.HomePage .News .news-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr 3fr 3fr;
  row-gap: 10px;
  column-gap: 10px;
}
@media only screen and (min-width: 768px)  {
  .page .News .news-grid,
  .HomePage .News .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .News .news-grid,
  .HomePage .News .news-grid {
    grid-template-columns: 7fr 3fr;
    grid-template-rows: 1fr 1fr;
  }
}
.page .News .news-grid .article,
.HomePage .News .news-grid .article {
  position: relative;
  order: 2;
}
.page .News .news-grid .article img,
.HomePage .News .news-grid .article img {
  height: 100%;
  width: 100%;
}
.page .News .news-grid .article.featured,
.HomePage .News .news-grid .article.featured {
  order: 1;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .News .news-grid .article.featured,
  .HomePage .News .news-grid .article.featured {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.page .News .news-grid .article.featured .article-details .article-title,
.HomePage .News .news-grid .article.featured .article-details .article-title {
  font-size: 0.8rem;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .News .news-grid .article.featured .article-details .article-title,
  .HomePage .News .news-grid .article.featured .article-details .article-title {
    font-size: 1rem;
  }
}
.page .News .news-grid .article .article-details,
.HomePage .News .news-grid .article .article-details {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background-color: rgba(36, 86, 32, 0.5);
  max-height: 40%;
  width: 100%;
}
@media only screen and (max-width: 576px)  {
  .page .News .news-grid .article .article-details,
  .HomePage .News .news-grid .article .article-details {
    max-height: 50%;
  }
}
.page .News .news-grid .article .article-details .article-title,
.HomePage .News .news-grid .article .article-details .article-title {
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 0.8rem;
  overflow: hidden;
}
.page .News .news-grid .article .article-details .article-description,
.HomePage .News .news-grid .article .article-details .article-description {
  margin: 10px 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) , only screen and (min-width: 992px)  {
  .page .News .news-grid .article .article-details .article-description,
  .HomePage .News .news-grid .article .article-details .article-description {
    margin: 20px 0;
  }
}
.page .News .news-grid .article .article-details .learn-more,
.HomePage .News .news-grid .article .article-details .learn-more {
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 0.8rem;
}
.page .Formula,
.HomePage .Formula {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 10px;
  width: 100%;
  height: 200vh;
}
@media only screen and (min-width: 768px)  {
  .page .Formula,
  .HomePage .Formula {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Formula,
  .HomePage .Formula {
    padding: 60px 100px;
    height: 100%;
  }
}
.page .Formula .mug-parallax-image,
.HomePage .Formula .mug-parallax-image {
  top: 0;
  align-self: center;
  position: absolute;
  z-index: 1;
  width: auto;
  height: 80%;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Formula .mug-parallax-image,
  .HomePage .Formula .mug-parallax-image {
    margin: -60px -100px;
    height: 100%;
  }
}
.page .Formula .copy,
.HomePage .Formula .copy {
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.page .Formula .copy h1,
.HomePage .Formula .copy h1 {
  font-family: Inlanders;
  color: #009d30;
  line-height: 1;
}
.page .Formula .copy h1:nth-child(2),
.HomePage .Formula .copy h1:nth-child(2) {
  color: #461910;
  font-size: 2.3rem;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Formula .copy h1:nth-child(2),
  .HomePage .Formula .copy h1:nth-child(2) {
    font-size: 3.5rem;
  }
}
.page .Formula .copy h1:nth-child(3),
.HomePage .Formula .copy h1:nth-child(3) {
  text-align: end;
}
.page .Formula .copy h1 br:nth-child(2),
.HomePage .Formula .copy h1 br:nth-child(2),
.page .Formula .copy h1 br:nth-child(4),
.HomePage .Formula .copy h1 br:nth-child(4) {
  display: none;
}
.page .Formula .copy h1 span,
.HomePage .Formula .copy h1 span {
  font-size: 1.5rem;
  position: relative;
  top: -0.25rem;
}
@media only screen and (min-width: 992px)  {
  .page .Formula .copy h1 span,
  .HomePage .Formula .copy h1 span {
    font-size: 2rem;
    position: relative;
    top: -0.5rem;
  }
}
.page .Formula .circle,
.HomePage .Formula .circle {
  top: -25px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 20px;
  background-color: #ffdc0d;
  box-shadow: 8px 10px rgba(255, 255, 255, 0.1);
  align-self: flex-end;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Formula .circle,
  .HomePage .Formula .circle {
    height: 200px;
    width: 200px;
  }
}
.page .Formula .circle h2,
.HomePage .Formula .circle h2 {
  font-family: Montserrat;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1rem;
  color: #004e12;
  text-align: center;
}
.page .Formula .circle img,
.HomePage .Formula .circle img {
  width: 100%;
  height: auto;
}
.page .Formula .circle img.cocoaIcon,
.HomePage .Formula .circle img.cocoaIcon {
  width: 60%;
}
.page .Formula .circle svg,
.HomePage .Formula .circle svg {
  width: 100%;
  height: auto;
}
.page .Formula .circle.start,
.HomePage .Formula .circle.start {
  align-self: flex-start;
  height: 180px;
  width: 180px;
}
.page .Formula .circle.large,
.HomePage .Formula .circle.large {
  height: 200px;
  width: 200px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .page .Formula .circle.large,
  .HomePage .Formula .circle.large {
    height: 250px;
    width: 250px;
  }
}
.mscoEnroll {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #009d30;
  background-repeat: no-repeat;
  background-image: url('../assets/image/basketball.png'), url('../assets/image/football.png'), url('../assets/image/volleyball.png'), url('../assets/image/ribbon-bg.png');
  background-size: 50%, 50%, 50%, 350%;
  background-position: top 5% left -50%, top 40% right -50%, bottom 15% left 10%, center;
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 250px;
  margin-top: -50px;
  clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0% 100%);
}
@media only screen and (min-width: 768px)  {
  .mscoEnroll {
    background-size: 25%, 25%, 25%, 150%;
    background-position: top 5% left -20%, top 40% right -20%, bottom 15% left 10%, center;
  }
}
@media only screen and (min-width: 992px)  {
  .mscoEnroll {
    background-size: 20%, 20%, 20%, 150%;
    background-position: top 10% left 10%, top 40% right 5%, bottom 35% left -5%, center;
    padding: 0 100px;
    padding-bottom: 100px;
  }
}
.mscoEnroll .text {
  font-family: Inlanders;
  color: #fff;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .mscoEnroll .text {
    font-size: 3rem;
    padding-top: 100px;
  }
}
.mscoEnroll .logo {
  padding: 0 30px;
  margin: 20px 0;
}
.mscoEnroll .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px)  {
  .mscoEnroll .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mscoEnroll .logo img {
    width: 50%;
  }
}
@media only screen and (min-width: 992px)  {
  .mscoEnroll .logo {
    margin: 20px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mscoEnroll .logo img {
    width: 60%;
  }
}
.mscoEnroll .cta {
  width: 100%;
  border-radius: 10px;
  background-color: #f4cc48;
  color: #411c13;
  border: none;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
@media only screen and (min-width: 768px)  {
  .mscoEnroll .cta {
    width: 65%;
  }
}
@media only screen and (min-width: 992px)  {
  .mscoEnroll .cta {
    width: 45%;
  }
}
.mscoEnroll .greenSwish {
  height: 75px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background: #135D10;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#msiocEnroll,
.msiocEnroll {
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
  padding: 34vw 20px 5vw;
  margin-top: -30vw;
  background: url(../assets/image/hc-bg-mb.png) no-repeat;
  background-size: cover;
  background-position: center 0px;
}
@media only screen and (min-width: 992px)  {
  #msiocEnroll,
  .msiocEnroll {
    margin-top: unset;
    clip-path: unset;
    background: url(../assets/image/hc-bg-dt.png) no-repeat;
    background-size: cover;
    background-position: center 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 100px;
  }
}
@media only screen and (min-width: 1200px)  {
  #msiocEnroll,
  .msiocEnroll {
    background-size: unset;
  }
}
#msiocEnroll h2,
.msiocEnroll h2 {
  font-family: 'Inlanders';
  font-size: 30px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 576px)  {
  #msiocEnroll h2,
  .msiocEnroll h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px)  {
  #msiocEnroll h2,
  .msiocEnroll h2 {
    font-size: 48px;
    flex: 0 0 calc(38% - 20px);
    text-align: right;
    margin-right: 20px;
    padding-left: 10%;
    margin-top: 40px;
  }
}
#msiocEnroll img,
.msiocEnroll img {
  width: 40vw;
  margin-left: calc(30vw - 20px);
}
@media only screen and (min-width: 992px)  {
  #msiocEnroll img,
  .msiocEnroll img {
    margin-left: 0;
    width: 12vw;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1200px)  {
  #msiocEnroll img,
  .msiocEnroll img {
    flex: 0 0 10%;
  }
}
#msiocEnroll p,
.msiocEnroll p {
  color: white;
  font-size: 12px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 576px)  {
  #msiocEnroll p,
  .msiocEnroll p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px)  {
  #msiocEnroll p,
  .msiocEnroll p {
    flex: 0 0 38%;
    padding-right: 10%;
    text-align: left;
    margin-left: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px)  {
  #msiocEnroll p,
  .msiocEnroll p {
    padding-right: 20%;
  }
}
#msiocEnroll a,
.msiocEnroll a {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #27A711;
  background: #FACC10;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px)  {
  #msiocEnroll a,
  .msiocEnroll a {
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #msiocEnroll a,
  .msiocEnroll a {
    margin-top: 30px;
    margin-bottom: 3vw;
    flex: 0 0 100%;
    max-width: 350px;
  }
}
.relatedArticles {
  background: #01371b;
  padding: 100px 20px 20px 20px;
  margin-top: -75px;
}
@media only screen and (min-width: 992px)  {
  .relatedArticles {
    padding: 125px 100px 50px 100px;
  }
}
.relatedArticles .seeMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.relatedArticles .seeMore span:first-child {
  text-transform: uppercase;
  font-family: Inlanders;
  line-height: 1;
  font-size: 2rem;
}
.relatedArticles .seeMore a {
  color: white;
}
.relatedArticles .seeMore a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.relatedArticles .article-grid {
  margin: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -10px;
}
.relatedArticles .article-grid::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .relatedArticles .article-grid {
    margin-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }
}
.relatedArticles .article-grid .article {
  border-radius: 15px;
  position: relative;
  flex: 0 0 auto;
  height: calc(300px * calc(293 / 366));
  width: 300px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px)  {
  .relatedArticles .article-grid .article {
    max-height: none;
  }
}
@media only screen and (min-width: 992px)  {
  .relatedArticles .article-grid .article {
    width: calc((100vw - 260px) / 3);
    height: calc(((100vw - 260px) / 3) * calc(293 / 366));
    border-radius: 20px;
    max-height: none;
    margin-right: 0;
  }
}
.relatedArticles .article-grid .article img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.relatedArticles .article-grid .article .titleBackground {
  background-color: rgba(11, 64, 8, 0.5);
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 30%;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.relatedArticles .article-grid .article .titleBackground .title {
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat;
  text-transform: uppercase;
}
.relatedArticles .article-grid-scrollbar {
  position: relative;
  width: 100%;
  background: #012c13;
  height: 5px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  .relatedArticles .article-grid-scrollbar {
    display: none;
  }
}
.relatedArticles .article-grid-scrollbar .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background-color: #fff;
  border-radius: 30px;
  height: 5px;
}
@media print {
  .noPrint {
    display: none !important;
  }
}
.w-100 {
  width: 100%;
}
.bg-milo {
  background-color: #2C9A42 !important;
}
.bg-wood {
  background-image: url('../assets/image/footer-bg.png');
  background-size: contain;
}
.fc-brown {
  color: #3D1D0E;
}
.fc-yellow {
  color: #f4cc48;
}
.fc-green {
  color: #459B38;
}
.fc-sgreen {
  color: #009d30;
}
.backToTop {
  display: block;
}
.backToTop .bg {
  background: #009D30;
  position: fixed;
  left: -50px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  border-radius: 10px;
  z-index: 50;
  transition: 0.3s;
}
@media only screen and (min-width: 768px)  {
  .backToTop .bg {
    bottom: 10%;
  }
}
.backToTop .bg .chevron {
  height: 20px;
  width: 20px;
  border-left: 5px solid #f4cc48;
  border-top: 5px solid #f4cc48;
  transform: rotate(45deg);
  margin-left: 16px;
  margin-top: 20px;
}
.cp {
  padding: 29vw 20px;
  margin-top: -29vw;
}
@media only screen and (min-width: 992px)  {
  .cp {
    padding: 10vw 100px;
    margin-top: -10vw;
  }
}
.cp.tl {
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 992px)  {
  .cp.tl {
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  }
}
.cp.tl-bl {
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 calc(100% - 29vw));
}
@media only screen and (min-width: 992px)  {
  .cp.tl-bl {
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 calc(100% - 10vw));
  }
}
.cp.tl-br {
  clip-path: polygon(0 29vw, 100% 0, 100% calc(100% - 29vw), 0 100%);
}
@media only screen and (min-width: 992px)  {
  .cp.tl-br {
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  }
}
.cp.tr-br {
  clip-path: polygon(0 0, 100% 29vw, 100% calc(100% - 29vw), 0 100%);
}
@media only screen and (min-width: 992px)  {
  .cp.tr-br {
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0 100%);
  }
}
.cp.tr-bl {
  clip-path: polygon(0 0, 100% 29vw, 100% 100%, 0 calc(100% - 29vw));
}
@media only screen and (min-width: 992px)  {
  .cp.tr-bl {
    clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  }
}
#miloSite #header-menu {
  width: 100vw;
  top: 0;
}
#miloSite #header-menu .navbar {
  padding: 0px 0px;
  height: 80px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar {
    padding: 0 100px;
  }
}
#miloSite #header-menu .navbar .navbarInner {
  height: 100%;
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar .navbarInner {
    width: 100%;
  }
}
#miloSite #header-menu .navbar .navbarInner .navbar-brand .logo {
  max-height: 55px;
}
#miloSite #header-menu .navbar .navbarInner .navbar-toggler {
  display: block;
  position: absolute;
  right: 20px;
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar .navbarInner .navbar-toggler {
    display: none;
  }
}
#miloSite #header-menu .navbar .navbarInner > .searchButton {
  display: block;
  position: absolute;
  right: 60px;
  width: 40px;
  height: 40px;
  fill: white;
  transform: scaleX(-1);
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar .navbarInner > .searchButton {
    display: none;
  }
}
#miloSite #header-menu .navbar .navbarInner #navigation-container {
  height: 100%;
  width: auto;
  display: block;
  flex-basis: 100%;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main {
  height: 100%;
  position: static;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main {
  width: 100%;
  height: 100%;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    margin: 0;
    justify-content: space-between;
    max-width: 1250px;
    margin-left: auto;
  }
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer {
  width: fit-content;
  position: relative;
  padding: 10px 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: transparent 2px solid;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(1) {
  display: flex;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(2) {
  display: flex;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(3) {
  display: none;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(4) {
  display: none;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(5) {
  display: flex;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(6) {
  display: flex;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(7) {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer {
    margin: 0 10px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(1) {
    width: 87px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(2) {
    width: 92px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(4) {
    width: 62px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(5) {
    width: 105px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(6) {
    width: 87px;
  }
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:nth-child(7) {
    width: 74px;
  }
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer.hasSublinks:after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: white;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: 8px;
  right: calc(50% - 5px);
  transform: rotate(135deg);
  transition: transform 0.3s;
}
@media only screen and (min-width: 1200px)  {
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer.hasSublinks:after {
    bottom: unset;
    right: unset;
    top: 33px;
    right: -17px;
  }
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer.active {
  border-bottom: white 2px solid;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:hover {
  border-bottom: white 2px solid;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer:hover .sublinks {
  display: block;
  max-height: unset;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer .mainLink {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer .sublinks {
  position: absolute;
  list-style: none;
  padding: 0px;
  width: fit-content;
  white-space: nowrap;
  background: white;
  box-shadow: 2px 4px 6px #666666;
  top: 100%;
  max-height: 0;
  min-width: 100%;
  display: none;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer .sublinks li {
  padding: 15px 10px;
  border-right: 4px transparent solid;
  text-align: left;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer .sublinks li:hover {
  border-right: 4px #00A111 solid;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .dropdownContainer .sublinks li .sublink {
  margin-bottom: 15px;
  color: #00A111;
  font-weight: bold;
  text-transform: uppercase;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .searchButton {
  height: 40px;
  width: 40px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mainMenu .searchButton svg {
  fill: white;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu {
  position: absolute;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100vw;
  transition: 0.3s;
}
@media only screen and (min-width: 992px)  {
  #miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu {
    display: none;
  }
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu.active {
  right: 0px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .header,
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .footer {
  position: absolute;
  height: 80px;
  width: 100%;
  background: #2C9A42;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .header {
  top: 0;
  right: 0;
  width: 50%;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .header .closeButton {
  font-size: 50px;
  right: 10px;
  position: absolute;
  color: white;
  transform: rotate(45deg);
  display: inline-flex;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .footer {
  display: flex;
  align-items: center;
  padding-left: 20px;
  bottom: 0px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .footer a {
  margin-right: 20px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .footer a svg {
  fill: white;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .footer a:nth-child(2) {
  margin-right: 15px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner {
  background: white;
  height: calc(100% - 160px);
  position: absolute;
  top: 80px;
  width: 100%;
  overflow-y: scroll;
  padding: 20px;
  text-transform: uppercase;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul {
  list-style: none;
  padding: 0;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont {
  margin-bottom: 25px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(1) {
  display: block;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(2) {
  display: block;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(3) {
  display: none;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(4) {
  display: none;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(5) {
  display: block;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(6) {
  display: block;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont:nth-child(7) {
  display: block;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont .mainLink {
  position: relative;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont .mainLink.hasSublinks:after {
  content: '';
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 7px;
  left: calc(100vw - 60px);
  transform: rotate(-45deg);
  transition: 0.3s;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner ul .cont .mainLink.collapsed.hasSublinks:after {
  transform: rotate(135deg);
  top: 0px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner .sublinks {
  padding-left: 20px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner .sublinks li {
  margin-top: 20px;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner .sublinks .sublink {
  color: #31A068;
}
#miloSite #header-menu .navbar .navbarInner #navigation-container #menu-main .region-nav-main .menu--main .mobileMenu .mobileMenuInner a {
  font-weight: bold;
  color: #008943;
}
#miloSite #searchMenu {
  position: absolute;
  top: 80px;
  right: -100vw;
  height: calc(100vh - 80px);
  width: 100vw;
  background: white;
  transition: 0.3 right;
}
#miloSite #searchMenu.search {
  right: 0;
  top: 0px;
  height: 100vh;
  background: #FFFFFFDD;
}
#miloSite #searchMenu.search .searchContainer {
  justify-content: center;
}
#miloSite #searchMenu.search .searchContainer .closeButton {
  display: block;
}
#miloSite #searchMenu.search .searchContainer .searchHeader {
  display: block;
}
#miloSite #searchMenu.search .searchContainer .smartSearch {
  display: block;
}
#miloSite #searchMenu.loading {
  right: 0;
}
#miloSite #searchMenu.loading .searchContainer {
  display: none;
}
#miloSite #searchMenu.loading .loader {
  display: block;
}
#miloSite #searchMenu.results {
  right: 0;
  z-index: -1;
}
#miloSite #searchMenu.results .searchContainer .resultHeader {
  display: block;
}
#miloSite #searchMenu.results .searchContainer .results {
  display: block;
}
#miloSite #searchMenu .loader {
  display: none;
  background: red;
  height: 100%;
  width: 100%;
}
#miloSite #searchMenu .searchContainer {
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 20px 20px 20px;
  height: 100%;
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer {
    padding: 50px 100px 130px;
  }
}
#miloSite #searchMenu .searchContainer .closeButton {
  display: none;
  position: absolute;
  top: -20px;
  right: 5px;
  color: #00A211;
  font-size: 80px;
  transform: rotate(45deg);
}
#miloSite #searchMenu .searchContainer .searchHeader {
  display: none;
  font-family: 'Inlanders';
  color: #00A211;
  text-align: center;
  font-size: 2rem;
}
#miloSite #searchMenu .searchContainer .resultHeader {
  display: none;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
#miloSite #searchMenu .searchContainer .resultHeader span {
  color: #00A211;
}
#miloSite #searchMenu .searchContainer div.search {
  position: relative;
  height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px)  {
  #miloSite #searchMenu .searchContainer div.search {
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer div.search {
    max-width: 70%;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloSite #searchMenu .searchContainer div.search {
    max-width: 60%;
  }
}
#miloSite #searchMenu .searchContainer div.search input {
  border: none;
  border: 2px solid #00A211;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 5px 100px 5px 20px;
  color: #00A211;
  font-weight: bold;
}
#miloSite #searchMenu .searchContainer div.search input:focus {
  outline: none					;
  border: 3px solid #00d516;
}
#miloSite #searchMenu .searchContainer div.search div.searchButton {
  display: block;
  position: absolute;
  top: 5px;
  height: 40px;
  width: 40px;
  right: 15px;
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer div.search div.searchButton {
    top: 10px;
  }
}
#miloSite #searchMenu .searchContainer div.search div.clear {
  display: none;
  position: absolute;
  top: 10px;
  height: 30px;
  width: 30px;
  right: 60px;
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer div.search div.clear {
    top: 15px;
  }
}
#miloSite #searchMenu .searchContainer .smartSearch {
  display: none;
  width: 100%;
  overflow-y: scroll;
  margin-top: 20px;
  margin-right: 3vw;
  max-height: 50vh;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px)  {
  #miloSite #searchMenu .searchContainer .smartSearch {
    max-width: 85%;
    max-height: 60vh;
  }
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer .smartSearch {
    max-width: 65%;
    max-height: 70%;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloSite #searchMenu .searchContainer .smartSearch {
    max-width: 55%;
    margin-right: 2vw;
  }
}
#miloSite #searchMenu .searchContainer .smartSearch a {
  display: block;
  color: black;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}
#miloSite #searchMenu .searchContainer .smartSearch a .highlight {
  color: #00A211;
}
#miloSite #searchMenu .searchContainer .results {
  display: none;
  width: 100%;
  overflow-y: scroll;
  margin-top: 20px;
  margin-right: 3vw;
  max-height: 50vh;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px)  {
  #miloSite #searchMenu .searchContainer .results {
    max-width: 85%;
    max-height: 60vh;
  }
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer .results {
    max-width: 65%;
    max-height: 70%;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloSite #searchMenu .searchContainer .results {
    max-width: 55%;
    margin-right: 2vw;
  }
}
#miloSite #searchMenu .searchContainer .results a {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px)  {
  #miloSite #searchMenu .searchContainer .results a {
    height: 55px;
  }
}
@media only screen and (min-width: 768px)  {
  #miloSite #searchMenu .searchContainer .results a {
    height: 110px;
  }
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer .results a {
    height: 90px;
  }
}
#miloSite #searchMenu .searchContainer .results a img {
  flex: 0 0 30%;
  max-width: 30%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
  background: #2C9A42;
}
#miloSite #searchMenu .searchContainer .results a img[src*="milo-logo.svg"],
#miloSite #searchMenu .searchContainer .results a img[src*="logo-milo.jpg"] {
  padding: 10px;
  object-fit: contain;
}
@media only screen and (min-width: 992px)  {
  #miloSite #searchMenu .searchContainer .results a img {
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloSite #searchMenu .searchContainer .results a img {
    max-width: 20%;
  }
}
#miloSite #searchMenu .searchContainer .results a p {
  flex: 0 0 70%;
  color: black;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#mainFooter {
  background: #00A111;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 992px)  {
  #mainFooter {
    padding: 20px 100px;
  }
}
@media only screen and (min-width: 1200px)  {
  #mainFooter {
    flex-flow: row;
    align-items: center;
  }
}
#mainFooter .logo {
  align-self: flex-start;
  max-height: 55px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px)  {
  #mainFooter .logo {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px)  {
  #mainFooter br {
    display: none;
  }
}
#mainFooter p {
  color: white;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1200px)  {
  #mainFooter p {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
#mainFooter a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 1200px)  {
  #mainFooter a {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
#mainFooter a:last-child {
  margin-right: 0;
}
#mainFooter hr {
  width: 50px;
  margin: 15px 0 20px;
  border-top: 2px solid white;
}
@media only screen and (min-width: 1200px)  {
  #mainFooter hr {
    display: none;
  }
}
@media only screen and (min-width: 1200px)  {
  #mainFooter .verticalLine {
    display: block;
    height: 45px;
    border-right: 2px solid white;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px)  {
  #mainFooter .outboundLinks {
    margin-right: auto;
  }
}
#mainFooter .outboundLinks a:first-child {
  margin-right: 5px;
}
@media only screen and (min-width: 1200px)  {
  #mainFooter .outboundLinks a {
    width: 25px;
    margin-right: 10px;
  }
  #mainFooter .outboundLinks a:nth-child(2) {
    margin-right: 7.5px;
  }
}
#mainFooter .outboundLinks svg {
  fill: white;
}
#homepageFooter {
  background-size: cover;
  padding: 20px;
}
@media only screen and (min-width: 992px)  {
  #homepageFooter {
    padding: 10px 100px;
  }
}
#newsArticle .header,
#recipe .header {
  position: relative;
}
#newsArticle .header img,
#recipe .header img {
  width: 100%;
}
#newsArticle .header .bannerDesktop,
#recipe .header .bannerDesktop {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #newsArticle .header .bannerDesktop,
  #recipe .header .bannerDesktop {
    display: block;
  }
}
@media print {
  #newsArticle .header .bannerDesktop,
  #recipe .header .bannerDesktop {
    display: block;
    width: 100%;
    margin: auto;
  }
}
#newsArticle .header .bannerMobile,
#recipe .header .bannerMobile {
  display: block;
}
@media only screen and (min-width: 992px)  {
  #newsArticle .header .bannerMobile,
  #recipe .header .bannerMobile {
    display: none;
  }
}
@media print {
  #newsArticle .header .bannerMobile,
  #recipe .header .bannerMobile {
    display: none;
  }
}
#newsArticle .header .swoosh,
#recipe .header .swoosh {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#newsArticle .header .swoosh .a,
#recipe .header .swoosh .a,
#newsArticle .header .swoosh .b,
#recipe .header .swoosh .b {
  background: white;
  height: 100%;
  width: 100%;
  position: absolute;
}
#newsArticle .header .swoosh .a,
#recipe .header .swoosh .a {
  bottom: -1px;
  left: 0px;
  clip-path: polygon(0 80%, 0% 100%, 100% 100%);
}
#newsArticle .header .swoosh .b,
#recipe .header .swoosh .b {
  bottom: 0px;
  right: 0px;
  clip-path: polygon(100% 90%, 50% 85%, 100% 95%);
}
@media only screen and (min-width: 992px)  {
  #newsArticle .header .swoosh .b,
  #recipe .header .swoosh .b {
    clip-path: polygon(100% 87.5%, 50% 87.5%, 100% 92.5%);
  }
}
#newsArticle article,
#recipe article {
  padding: 0 20px;
  clip-path: polygon(0 0, 100% 66px, 100% calc(100% - 50px), 0% 100%);
  background: white;
  padding-bottom: 65px;
  position: relative;
  margin-top: -65px;
  padding-top: 65px;
}
@media only screen and (min-width: 768px)  {
  #newsArticle article,
  #recipe article {
    clip-path: polygon(0 0, 100% 155px, 100% calc(100% - 50px), 0% 100%);
    margin-top: -155px;
    padding-top: 115px;
  }
}
@media only screen and (min-width: 992px)  {
  #newsArticle article,
  #recipe article {
    padding: 115px calc(10% + 15%) 50px 10%;
    margin-top: -120px;
    clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 50px), 0% 100%);
  }
}
@media only screen and (min-width: 1200px)  {
  #newsArticle article,
  #recipe article {
    padding: 115px calc(10% + 30%) 50px 10%;
  }
}
@media print {
  #newsArticle article,
  #recipe article {
    clip-path: unset;
    padding-top: 15px;
    margin-top: 0px;
  }
}
#newsArticle article *,
#recipe article * {
  color: #373f51;
}
#newsArticle article .breadcrumbs,
#recipe article .breadcrumbs {
  display: flex;
  list-style: none;
  color: #019A29;
  padding-left: 0;
  flex-flow: row wrap;
}
#newsArticle article .breadcrumbs .breadcrumb,
#recipe article .breadcrumbs .breadcrumb {
  display: inline-block;
  background: none;
  padding: 0;
  white-space: nowrap;
  margin-bottom: 0px;
}
#newsArticle article .breadcrumbs .breadcrumb:last-child,
#recipe article .breadcrumbs .breadcrumb:last-child {
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px)  {
  #newsArticle article .breadcrumbs .breadcrumb:last-child,
  #recipe article .breadcrumbs .breadcrumb:last-child {
    flex: unset;
  }
}
#newsArticle article .breadcrumbs .breadcrumb:last-child a,
#recipe article .breadcrumbs .breadcrumb:last-child a {
  font-weight: bold;
  white-space: break-spaces;
  padding-right: 80px;
}
@media only screen and (min-width: 768px)  {
  #newsArticle article .breadcrumbs .breadcrumb:last-child a,
  #recipe article .breadcrumbs .breadcrumb:last-child a {
    padding-right: 195px;
  }
}
@media only screen and (min-width: 992px)  {
  #newsArticle article .breadcrumbs .breadcrumb:last-child a,
  #recipe article .breadcrumbs .breadcrumb:last-child a {
    padding: unset ;
  }
}
#newsArticle article .breadcrumbs .breadcrumb a,
#recipe article .breadcrumbs .breadcrumb a {
  display: inline-block;
  color: #019A29;
  text-decoration: underline;
}
#newsArticle article .breadcrumbs .breadcrumb a sup,
#recipe article .breadcrumbs .breadcrumb a sup {
  display: inline-block;
  text-decoration: none;
}
#newsArticle article .breadcrumbs .breadcrumb a:hover,
#recipe article .breadcrumbs .breadcrumb a:hover,
#newsArticle article .breadcrumbs .breadcrumb a:active,
#recipe article .breadcrumbs .breadcrumb a:active,
#newsArticle article .breadcrumbs .breadcrumb a:focus,
#recipe article .breadcrumbs .breadcrumb a:focus {
  color: #01671c;
}
#newsArticle article .breadcrumbs .breadcrumb span,
#recipe article .breadcrumbs .breadcrumb span {
  margin: 0 5px;
  vertical-align: top;
}
#newsArticle article .breadcrumbs .breadcrumb sup,
#recipe article .breadcrumbs .breadcrumb sup {
  color: #019A29;
}
#newsArticle article .breadcrumbs .breadcrumb sup:hover,
#recipe article .breadcrumbs .breadcrumb sup:hover,
#newsArticle article .breadcrumbs .breadcrumb sup:active,
#recipe article .breadcrumbs .breadcrumb sup:active,
#newsArticle article .breadcrumbs .breadcrumb sup:focus,
#recipe article .breadcrumbs .breadcrumb sup:focus {
  color: #01671c;
}
#newsArticle article h1,
#recipe article h1 {
  font-family: 'Bebas';
  font-size: 36px;
  padding-right: calc(50% - 20px);
  color: #019A29;
}
@media only screen and (min-width: 992px)  {
  #newsArticle article h1,
  #recipe article h1 {
    font-size: 48px;
    padding-right: unset;
  }
}
#newsArticle article hr,
#recipe article hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#newsArticle article .icons,
#recipe article .icons {
  display: flex;
  justify-content: flex-start;
  margin-left: -5px;
  padding-bottom: 16px;
}
#newsArticle article .icons .icon,
#recipe article .icons .icon {
  margin: 5px;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
#newsArticle article .icons .icon:first-child,
#recipe article .icons .icon:first-child,
#newsArticle article .icons .icon:nth-child(2),
#recipe article .icons .icon:nth-child(2) {
  margin-left: unset;
}
#newsArticle article .icons .icon img,
#recipe article .icons .icon img {
  height: 100%;
  object-fit: contain;
}
#newsArticle article .ingredients h2,
#recipe article .ingredients h2 {
  font-size: 1.25rem;
}
#newsArticle article .ingredients ul,
#recipe article .ingredients ul {
  padding-left: 0px;
  list-style: none;
}
#newsArticle article .ingredients ul li,
#recipe article .ingredients ul li {
  margin-bottom: 10px;
}
#newsArticle article .content iframe,
#recipe article .content iframe {
  width: calc(100vw - 40px);
}
@media only screen and (min-width: 768px)  {
  #newsArticle article .content iframe,
  #recipe article .content iframe {
    height: calc((100vw - 40px) / 16 * 9);
  }
}
@media only screen and (min-width: 992px)  {
  #newsArticle article .content iframe,
  #recipe article .content iframe {
    width: calc(100vw - 35vw);
    height: calc((100vw - 35vw) / 16 * 9);
  }
}
@media only screen and (min-width: 1200px)  {
  #newsArticle article .content iframe,
  #recipe article .content iframe {
    width: calc(100vw - 50vw);
    height: calc((100vw - 50vw) / 16 * 9);
  }
}
#newsArticle article .content img,
#recipe article .content img {
  width: 100%;
}
@media print {
  #newsArticle article .content img,
  #recipe article .content img {
    width: unset;
  }
}
#newsArticle article .content .back,
#recipe article .content .back {
  color: #019A29;
}
#newsArticle article .content .back:hover,
#recipe article .content .back:hover,
#newsArticle article .content .back:active,
#recipe article .content .back:active,
#newsArticle article .content .back:focus,
#recipe article .content .back:focus {
  color: #01671c;
}
#newsArticle article .steps h2,
#recipe article .steps h2 {
  font-size: 1.25rem;
}
#newsArticle article .steps ol,
#recipe article .steps ol {
  padding-left: 0px;
  list-style: none;
  counter-reset: counter;
}
#newsArticle article .steps ol li,
#recipe article .steps ol li {
  counter-increment: counter;
  margin-bottom: 10px;
}
#newsArticle article .steps ol li::before,
#recipe article .steps ol li::before {
  content: counter(counter) ". ";
  color: black;
  padding-right: 5px;
}
#newsArticle article .greenSwish,
#recipe article .greenSwish {
  height: 75px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background: #135D10;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#newsArticle .relatedArticles,
#recipe .relatedArticles {
  padding: 100px 20px 20px 20px;
}
@media only screen and (min-width: 992px)  {
  #newsArticle .relatedArticles,
  #recipe .relatedArticles {
    padding: 125px 10% 50px 10%;
  }
}
@media only screen and (min-width: 992px)  {
  #newsArticle .relatedArticles .article,
  #recipe .relatedArticles .article {
    width: calc((100vw - (20vw + 40px)) / 3);
    height: calc(((100vw - (20vw + 40px)) / 3) * calc(293 / 366));
  }
}
#everydayNutritionMainLanding .Hero-Parent svg {
  position: relative;
  z-index: 2;
}
#everydayNutritionMainLanding .Hero-Mobile p {
  padding-right: 70px;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container {
  display: block;
  background: url(../assets/image/mobile-hero-bg-3.png);
  background-size: 100% 100%;
  height: calc(2 * 100vw + 10rem);
  min-height: 840px;
}
@media only screen and (min-width: 768px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container {
    height: calc(1.5 * 100vw);
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .text {
  padding-top: 25vw;
}
@media only screen and (min-width: 768px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .text {
    padding-top: 20vw;
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .text h1 {
  font-size: calc(1.5rem + 7vw);
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles {
  padding: 100px 0px 20px;
  margin-top: -75px;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles {
    padding: 125px 100px 50px 100px;
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .seeMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .seeMore span:first-child {
  text-transform: uppercase;
  font-family: Inlanders;
  line-height: 1;
  font-size: 2rem;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .seeMore a {
  color: white;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .seeMore a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid {
  margin: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -10px;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid {
    margin-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid .article {
  position: relative;
  flex: 0 0 auto;
  height: calc(300px * calc(293 / 366));
  width: 300px;
  margin-right: 20px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid .article {
    width: 300px;
    max-height: none;
  }
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid .article {
    width: calc((100vw - 240px) / 3);
    height: calc(((100vw - 240px) / 3) * calc(293 / 366));
    border-radius: 20px;
    max-height: none;
    margin-right: 0;
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid .article img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid .article .title {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  background-color: rgba(11, 64, 8, 0.5);
  min-height: 30%;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid-scrollbar {
  position: relative;
  width: 100%;
  background: #012c13;
  height: 5px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid-scrollbar {
    display: none;
  }
}
#everydayNutritionMainLanding .Hero-Mobile .slide .text-container .articles .article-grid-scrollbar .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background-color: #00A211ff;
  border-radius: 30px;
  height: 5px;
}
#everydayNutritionMainLanding .fuelForChampions {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .fuelForChampions {
    display: block;
    height: 800px;
    width: 100vw;
    background: url('../assets/image/EN-GreenBG.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: -115px;
    clip-path: polygon(0 0, 100% 5%, 100% calc(100% - 150px), 0 100%);
    padding: 125px 100px;
  }
}
@media only screen and (min-width: 1200px)  {
  #everydayNutritionMainLanding .fuelForChampions {
    height: calc(100vw / 16 * 9 + 200px);
    margin-top: -145px;
  }
}
#everydayNutritionMainLanding .fuelForChampions .seeMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#everydayNutritionMainLanding .fuelForChampions .seeMore span:first-child {
  text-transform: uppercase;
  font-family: Inlanders;
  line-height: 1;
  font-size: 2rem;
}
#everydayNutritionMainLanding .fuelForChampions .seeMore span:last-child:hover {
  cursor: pointer;
  text-decoration: underline;
}
#everydayNutritionMainLanding .fuelForChampions .article-grid {
  margin: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -10px;
}
#everydayNutritionMainLanding .fuelForChampions .article-grid::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #everydayNutritionMainLanding .fuelForChampions .article-grid {
    margin-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
  }
}
#everydayNutritionMainLanding .fuelForChampions .article-grid .article {
  position: relative;
  flex: 0 0 auto;
  height: calc(300px * calc(293 / 366));
  width: 300px;
  margin-right: 20px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px)  {
  #everydayNutritionMainLanding .fuelForChampions .article-grid .article {
    width: 300px;
    max-height: none;
  }
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .fuelForChampions .article-grid .article {
    width: calc((100vw - 260px) / 4);
    height: calc((100vw - 260px) / 4 * calc(293 / 366));
    border-radius: 20px;
    max-height: none;
    margin-right: 0;
  }
}
#everydayNutritionMainLanding .fuelForChampions .article-grid .article img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
#everydayNutritionMainLanding .fuelForChampions .article-grid .article .title {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  background-color: rgba(11, 64, 8, 0.5);
  min-height: 30%;
  font-size: 12px;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#everydayNutritionMainLanding .fuelForChampions .article-grid-scrollbar {
  position: relative;
  width: 100%;
  background: #012c13;
  height: 5px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #everydayNutritionMainLanding .fuelForChampions .article-grid-scrollbar {
    display: none;
  }
}
#everydayNutritionMainLanding .fuelForChampions .article-grid-scrollbar .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background-color: #fff;
  border-radius: 30px;
  height: 5px;
}
#everydayNutritionMainLanding .hotColdMiloRecipes {
  padding: 20px;
  width: 100vw;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .hotColdMiloRecipes {
    padding: 20px 100px;
  }
}
#everydayNutritionMainLanding .hotColdMiloRecipes h2 {
  color: #10742B;
  text-transform: uppercase;
  font-family: Inlanders;
  line-height: 1;
  font-size: 2rem;
}
#everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer {
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer {
    flex-flow: row wrap;
  }
}
#everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  height: calc((100vw - 40px) * calc(293 / 366));
  border-radius: 10px;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander {
    flex: 0 0 calc((100vw - 220px) / 2);
    height: calc(((100vw - 220px) / 2) * calc(293 / 366));
  }
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander:nth-child(odd) {
    margin-right: 20px;
  }
}
#everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
@media only screen and (min-width: 992px)  {
  #everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander img {
    height: unset;
    object-fit: cover;
  }
}
#everydayNutritionMainLanding .hotColdMiloRecipes .recipeLandingContainer .lander .title {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  background-color: rgba(11, 64, 8, 0.5);
  min-height: 30%;
}
#ednLanding .Hero-Parent h1 {
  line-height: 1;
  margin-bottom: 0;
  font-family: Inlanders;
  color: #f4cc48;
}
#ednLanding .Hero-Parent h1:first-child {
  color: #fff;
}
#ednLanding .Hero-Mobile h1 {
  line-height: 1;
  margin-bottom: 0;
  font-family: Inlanders;
  color: #f4cc48;
  font-size: 3rem;
}
#ednLanding .Hero-Mobile h1:first-child {
  color: #fff;
}
#ednLanding .Hero-Mobile p {
  margin-top: 20px;
  padding-right: 35%;
  font-size: 1rem;
}
@media only screen and (min-width: 768px)  {
  #ednLanding .Hero-Mobile p {
    max-width: unset;
  }
}
#ednLanding .ednGridContainer {
  background: radial-gradient(at 0% 5%, #1F7535 5%, #1c7033 20%, #105d29 40%, #02421b 70%, #02421b);
  width: 100vw;
  margin-top: calc(-30vw - 10px);
  position: relative;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 768px)  {
  #ednLanding .ednGridContainer {
    margin-top: -55vw;
    background: radial-gradient(at 0% 5%, #1d7334 5%, #14642c 20%, #0a5424 40%, #003917 70%, #003917);
  }
}
@media only screen and (min-width: 992px)  {
  #ednLanding .ednGridContainer {
    background: radial-gradient(at 0% 5%, #1F7535 5%, #1B7032 20%, #12622B 40%, #02431C 70%, #02431C);
    margin-top: -8vw;
    position: static;
    padding: calc(100vw * 0.1) 100px 20px;
  }
}
#ednLanding .ednGridContainer .controlContainer {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #ednLanding .ednGridContainer .controlContainer {
    display: flex;
    margin-bottom: 30px;
    position: relative;
  }
}
#ednLanding .ednGridContainer .controlContainer select,
#ednLanding .ednGridContainer .controlContainer input {
  padding: 10px 15px;
  border-radius: 15px;
  border: #00A211 2px solid;
  background: white;
  color: #00A211;
  font-size: 15px;
}
#ednLanding .ednGridContainer .controlContainer #filter {
  width: 180px;
  margin-right: 15px;
  font-weight: bold;
}
#ednLanding .ednGridContainer .controlContainer .filterContainer,
#ednLanding .ednGridContainer .controlContainer .sortContainer {
  position: relative;
}
#ednLanding .ednGridContainer .controlContainer .sortContainer {
  margin-right: auto;
}
#ednLanding .ednGridContainer .controlContainer #sort {
  width: 180px;
  font-weight: bold;
}
#ednLanding .ednGridContainer .controlContainer input {
  width: 310px;
  padding-right: 53px;
  position: relative;
}
#ednLanding .ednGridContainer .controlContainer select {
  background: white url(../assets/image/chevron-green.png) no-repeat;
  background-size: 20px 20px;
  background-position: calc(100% - 10px);
}
#ednLanding .ednGridContainer .controlContainer span.searchButton {
  height: 100%;
  width: 48px;
  background-color: #00A211;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#ednLanding .ednGridContainer .controlContainer span.searchButton svg {
  fill: white;
  height: 44px;
}
#ednLanding .ednGridContainer .ednGrid {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
@media only screen and (min-width: 768px)  {
  #ednLanding .ednGridContainer .ednGrid {
    flex-flow: row wrap;
    margin: 0 -10px;
  }
}
#ednLanding .ednGridContainer .ednGrid p {
  width: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
}
#ednLanding .ednGridContainer .ednGrid.active {
  margin-bottom: 20px;
}
#ednLanding .ednGridContainer .ednGrid .article {
  position: relative;
  flex: 0 0 auto;
  height: calc((100vw - 40px) * calc(293 / 366));
  margin-top: 20px;
  border-radius: 15px;
}
@media only screen and (min-width: 768px)  {
  #ednLanding .ednGridContainer .ednGrid .article {
    height: calc(((100vw - 60px) / 2) * calc(293 / 366));
    max-height: none;
    flex: 0 0 calc((100vw - 60px) / 2);
    margin: 20px 10px 0px;
  }
}
@media only screen and (min-width: 992px)  {
  #ednLanding .ednGridContainer .ednGrid .article {
    height: calc(((100vw - 240px) / 3) * calc(293 / 366));
    flex: 0 0 calc((100vw - 240px) / 3);
  }
}
#ednLanding .ednGridContainer .ednGrid .article img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
#ednLanding .ednGridContainer .ednGrid .article .title {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  background-color: rgba(11, 64, 8, 0.5);
  min-height: 25%;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  word-break: break-word;
}
#ednLanding .ednGridContainer .buttonContainer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 0px;
}
#ednLanding .ednGridContainer .buttonContainer a {
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
#ednLanding .ednGridContainer .buttonContainer a sup {
  margin-right: 4px;
}
@media only screen and (min-width: 768px)  {
  #ednLanding .ednGridContainer .buttonContainer a {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px)  {
  #ednLanding .ednGridContainer .buttonContainer a {
    max-width: 60%;
  }
}
#ednLanding .ednGridContainer .buttonContainer .seeMore {
  margin-bottom: 20px;
  border: white solid 2px;
}
#ednLanding .ednGridContainer .buttonContainer .goTo {
  margin-bottom: 30px;
  background-color: #FCCC10;
  color: #6A360D;
}
#champCamp {
  background: none;
}
#champCamp p {
  color: black;
}
#champCamp .Hero-Parent {
  height: calc(75vw * 9 / 16);
}
#champCamp .Hero-Parent .overlay {
  background: linear-gradient(45deg, #013D1988, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
}
#champCamp .Hero-Parent .content {
  max-width: unset;
  position: absolute;
  z-index: 20;
}
#champCamp .Hero-Parent .content h1 {
  color: #f4cc48;
}
#champCamp .Hero-Parent .content h1:first-child {
  color: white;
}
#champCamp .Hero-Parent .content h1:first-child br:first-child,
#champCamp .Hero-Parent .content h1:first-child br:nth-child(3) {
  display: none;
}
#champCamp .Hero-Parent .content h1:nth-child(2) br {
  display: none;
}
#champCamp .Hero-Parent .logo {
  position: absolute;
  right: 5vw;
  bottom: 0vw;
  width: 25vw;
  z-index: 20;
}
#champCamp .Hero-Parent .bg-hero {
  object-fit: unset;
  height: calc(75vw * 9 / 16);
  width: unset;
}
#champCamp .Hero-Mobile .logo {
  top: 58vw;
  position: absolute;
  z-index: 3;
  width: 43vw;
  left: 20px;
}
@media only screen and (min-width: 768px)  {
  #champCamp .Hero-Mobile .logo {
    top: 40vw;
  }
}
#champCamp .Hero-Mobile .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #066913, transparent 25%, transparent);
}
#champCamp .Hero-Mobile h1 {
  color: #f4cc48;
  padding-right: 20px;
  font-size: calc(1rem + 4vw);
}
@media only screen and (min-width: 768px)  {
  #champCamp .Hero-Mobile h1 {
    font-size: calc(2rem + 4vw);
  }
}
#champCamp .Hero-Mobile h1:first-child {
  color: white;
  margin-top: 7.5vw;
}
#champCamp .Hero-Mobile h1:first-child br:nth-child(2) {
  display: none;
}
#champCamp .intro {
  background: white;
  margin-top: -30vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .intro {
    display: flex;
    align-items: center;
    padding: 8vw 100px 12vw;
    margin-top: -3vw;
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0 100%);
  }
}
#champCamp .intro p {
  flex: 0 0 35%;
  text-align: left;
}
#champCamp .intro .cont {
  margin-bottom: 10vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .intro .cont {
    flex: 0 0 calc(65% - 30px);
    margin-left: 30px;
  }
}
#champCamp .intro .cont iframe,
#champCamp .intro .cont img {
  width: 100vw;
  margin: 0 -20px;
  height: 52vw;
}
@media only screen and (min-width: 768px)  {
  #champCamp .intro .cont iframe,
  #champCamp .intro .cont img {
    height: 56vw;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .intro .cont iframe,
  #champCamp .intro .cont img {
    width: calc((100vw - 200px) / 100 * 65);
    height: calc(((100vw - 200px) / 100 * 65) * 0.56);
    margin: unset;
    margin-top: 4vw;
  }
}
#champCamp .intro .cont p {
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #champCamp .intro .cont p {
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px)  {
  #champCamp .intro .cont {
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .intro .cont {
    margin-bottom: 3vw;
  }
}
#champCamp .program {
  background: #CCCCCC;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program {
    padding: 10vw 100px 13vw;
  }
}
#champCamp .program h2 {
  font-family: 'Inlanders';
  color: #257336;
  margin-top: 5vw;
  font-size: 30px;
  padding-right: 25vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program h2 {
    font-size: 3rem;
  }
}
#champCamp .program .imageSet {
  margin: 10px -20px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .imageSet {
    margin: 10px calc(-100px - 39vw);
  }
}
#champCamp .program .imageSet img {
  width: 50vw;
  height: 50vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .imageSet img {
    width: 25vw;
    height: 25vw;
  }
}
#champCamp .program .imageSet :first-child,
#champCamp .program .imageSet :last-child {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .imageSet :first-child,
  #champCamp .program .imageSet :last-child {
    display: block;
  }
}
@media only screen and (min-width: 768px)  {
  #champCamp .program .imageSet {
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .imageSet {
    margin-bottom: 3vw;
  }
}
#champCamp .program .formContainer {
  background: #E1E1E1;
  margin: 0 -20px -29vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer {
    background: unset;
    clip-path: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form {
    display: flex;
    flex-flow: row wrap;
  }
}
#champCamp .program .formContainer form h2 {
  flex: 0 0 100%;
}
#champCamp .program .formContainer form .formInput {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form .formInput {
    margin-bottom: 5px;
  }
}
#champCamp .program .formContainer form .formInput.error p {
  color: red;
  text-align: left;
  font-size: 1rem;
  margin: 0px 7px 0 0;
  display: inline-block;
}
#champCamp .program .formContainer form .formInput.error input,
#champCamp .program .formContainer form .formInput.error textarea {
  border: red 1px solid;
}
#champCamp .program .formContainer form .formInput.error input[type=checkbox] {
  outline: red 1px solid;
}
#champCamp .program .formContainer form .f3 .formInput.error p {
  margin-top: 3px;
}
#champCamp .program .formContainer form label {
  display: block;
  margin-bottom: 3px;
  margin-left: 5px;
  color: black;
  font-size: 1rem;
}
#champCamp .program .formContainer form input,
#champCamp .program .formContainer form textarea {
  border-radius: 5px;
  border: #C6C6C6 2px solid;
  width: 100%;
  padding: 10px;
}
#champCamp .program .formContainer form input {
  height: 40px;
  display: flex;
  align-items: center;
}
#champCamp .program .formContainer form textarea {
  height: 50vw;
}
@media only screen and (min-width: 768px)  {
  #champCamp .program .formContainer form textarea {
    height: 20vw;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form textarea {
    height: 23.5vw;
  }
}
@media only screen and (min-width: 1200px)  {
  #champCamp .program .formContainer form textarea {
    height: 13vw;
  }
}
#champCamp .program .formContainer form label[for=consent],
#champCamp .program .formContainer form label[for=newsletter] {
  display: inline-block;
  width: calc(100vw - 85px);
  margin: 0;
  margin-left: 10px;
  font-size: 10px;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form label[for=consent],
  #champCamp .program .formContainer form label[for=newsletter] {
    font-size: 12px;
    width: unset;
  }
}
#champCamp .program .formContainer form input[type=checkbox] {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form .f1 {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form .f2 {
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px;
  }
}
#champCamp .program .formContainer form .f3 .formInput {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form .f3 .formInput {
    align-items: center;
    margin-top: 7px;
  }
}
#champCamp .program .formContainer form .f3 .formInput p {
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form .f3 {
    margin-top: 15px;
  }
}
#champCamp .program .formContainer form button {
  width: 100%;
  border-radius: 10px;
  background-color: #f4cc48;
  color: #411c13;
  border: none;
  padding: 10px 0;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 992px)  {
  #champCamp .program .formContainer form button {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
}
#champCamp .program .formContainer form button:not(:disabled):hover,
#champCamp .program .formContainer form button:not(:disabled):active,
#champCamp .program .formContainer form button:not(:disabled):focus {
  box-shadow: 2px 4px 6px #222222;
  background: #ffd424;
  color: #782313;
  transition: 0.3s;
  outline: none;
}
#champCamp .program .formContainer form button:disabled {
  background: #ffe695;
}
#champCamp .program .formContainer form .status {
  width: 100%;
  margin: 15px 0px;
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 5px;
  transition: 2s;
  opacity: 1;
}
#champCamp .program .formContainer form .status.success {
  background: #459A3F;
}
#champCamp .program .formContainer form .status.errored {
  background: #dc3545;
}
#champCamp .relatedArticles {
  background: #459A3F;
  padding: 29vw 20px 5vw;
  margin-top: -29vw;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 992px)  {
  #champCamp .relatedArticles {
    padding: 10vw 100px;
    margin-top: -10vw;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  }
}
#champCamp .relatedArticles .seeMore {
  margin-top: 5vw;
}
#barangayLiga {
  background: none;
}
#barangayLiga p {
  color: black;
}
#barangayLiga .Hero-Parent {
  height: calc(75vw * 9 / 16);
}
#barangayLiga .Hero-Parent .overlay {
  background: linear-gradient(45deg, #013D1988, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
}
#barangayLiga .Hero-Parent .content {
  max-width: unset;
  position: absolute;
  z-index: 20;
}
#barangayLiga .Hero-Parent .content h1 {
  color: #f4cc48;
}
#barangayLiga .Hero-Parent .content h1:first-child {
  color: white;
}
#barangayLiga .Hero-Parent .content h1:first-child br:first-child,
#barangayLiga .Hero-Parent .content h1:first-child br:nth-child(3),
#barangayLiga .Hero-Parent .content h1:first-child br:nth-child(4) {
  display: none;
}
#barangayLiga .Hero-Parent .content h1:nth-child(2) br {
  display: none;
}
#barangayLiga .Hero-Parent .logo {
  position: absolute;
  right: 5vw;
  bottom: 0vw;
  width: 25vw;
  z-index: 20;
}
#barangayLiga .Hero-Parent .bg-hero {
  object-fit: unset;
  height: calc(75vw * 9 / 16);
  width: unset;
}
#barangayLiga .Hero-Mobile .logo {
  top: 58vw;
  position: absolute;
  z-index: 3;
  width: 43vw;
  left: 20px;
}
@media only screen and (min-width: 768px)  {
  #barangayLiga .Hero-Mobile .logo {
    top: 40vw;
  }
}
#barangayLiga .Hero-Mobile .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #066913, transparent 25%, transparent);
}
#barangayLiga .Hero-Mobile h1 {
  color: #f4cc48;
  padding-right: 20px;
}
#barangayLiga .Hero-Mobile h1:first-child {
  color: white;
}
#barangayLiga .Hero-Mobile h1:first-child br:nth-child(2) {
  display: none;
}
#barangayLiga .intro {
  background: white;
  margin-top: -30vw;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .intro {
    display: flex;
    align-items: center;
    padding: 8vw 100px 12vw;
    margin-top: -3vw;
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0 100%);
  }
}
#barangayLiga .intro p {
  flex: 0 0 35%;
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .intro .cont {
    flex: 0 0 calc(65% - 30px);
    margin-left: 30px;
  }
}
#barangayLiga .intro .cont iframe,
#barangayLiga .intro .cont img {
  width: 100vw;
  margin: 0 -20px;
  height: 52vw;
}
@media only screen and (min-width: 768px)  {
  #barangayLiga .intro .cont iframe,
  #barangayLiga .intro .cont img {
    height: 56vw;
  }
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .intro .cont iframe,
  #barangayLiga .intro .cont img {
    width: calc((100vw - 200px) / 100 * 65);
    height: calc(((100vw - 200px) / 100 * 65) * 0.56);
    margin: unset;
    margin-top: 4vw;
  }
}
#barangayLiga .intro .cont p {
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .intro .cont p {
    text-align: center;
    font-size: 16px;
  }
}
#barangayLiga .program {
  background: #CCCCCC;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program {
    padding: 10vw 100px 13vw;
  }
}
#barangayLiga .program h2 {
  font-family: 'Inlanders';
  color: #257336;
  margin-top: 5vw;
  font-size: 30px;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program h2 {
    font-size: 3rem;
  }
}
#barangayLiga .program p br {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program p br {
    display: block;
  }
}
#barangayLiga .program .imageSet {
  margin: 10px -20px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .imageSet {
    margin: 10px calc(-100px - 39vw);
  }
}
#barangayLiga .program .imageSet img {
  width: 50vw;
  height: 50vw;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .imageSet img {
    width: 25vw;
    height: 25vw;
  }
}
#barangayLiga .program .imageSet :first-child,
#barangayLiga .program .imageSet :last-child {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .imageSet :first-child,
  #barangayLiga .program .imageSet :last-child {
    display: block;
  }
}
#barangayLiga .program .formContainer {
  background: #E1E1E1;
  margin: 0 -20px -29vw;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer {
    background: unset;
    clip-path: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form {
    display: flex;
    flex-flow: row wrap;
  }
}
#barangayLiga .program .formContainer form h2 {
  flex: 0 0 100%;
}
#barangayLiga .program .formContainer form .formInput {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form .formInput {
    margin-bottom: 5px;
  }
}
#barangayLiga .program .formContainer form .formInput.error p {
  color: red;
  text-align: left;
  font-size: 1rem;
  margin: 0px 7px 0 0;
  display: inline-block;
}
#barangayLiga .program .formContainer form .formInput.error input,
#barangayLiga .program .formContainer form .formInput.error textarea {
  border: red 1px solid;
}
#barangayLiga .program .formContainer form .formInput.error input[type=checkbox] {
  outline: red 1px solid;
}
#barangayLiga .program .formContainer form .f3 .formInput.error p {
  margin-top: 3px;
}
#barangayLiga .program .formContainer form label {
  display: block;
  margin-bottom: 3px;
  margin-left: 5px;
  color: black;
  font-size: 1rem;
}
#barangayLiga .program .formContainer form input,
#barangayLiga .program .formContainer form textarea {
  border-radius: 5px;
  border: #C6C6C6 2px solid;
  width: 100%;
  padding: 10px;
}
#barangayLiga .program .formContainer form input {
  height: 40px;
  display: flex;
  align-items: center;
}
#barangayLiga .program .formContainer form textarea {
  height: 50vw;
}
@media only screen and (min-width: 768px)  {
  #barangayLiga .program .formContainer form textarea {
    height: 20vw;
  }
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form textarea {
    height: 23.5vw;
  }
}
@media only screen and (min-width: 1200px)  {
  #barangayLiga .program .formContainer form textarea {
    height: 13vw;
  }
}
#barangayLiga .program .formContainer form label[for=consent],
#barangayLiga .program .formContainer form label[for=newsletter] {
  display: inline-block;
  width: calc(100vw - 85px);
  margin: 0;
  margin-left: 10px;
  font-size: 10px;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form label[for=consent],
  #barangayLiga .program .formContainer form label[for=newsletter] {
    font-size: 12px;
    width: calc(100% - 40px);
  }
}
#barangayLiga .program .formContainer form input[type=checkbox] {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form .f1 {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form .f2 {
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px;
  }
}
#barangayLiga .program .formContainer form .f3 .formInput {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form .f3 .formInput {
    align-items: center;
    margin-top: 7px;
  }
}
#barangayLiga .program .formContainer form .f3 .formInput p {
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form .f3 {
    margin-top: 15px;
  }
}
#barangayLiga .program .formContainer form button {
  width: 100%;
  border-radius: 10px;
  background-color: #f4cc48;
  color: #411c13;
  border: none;
  padding: 10px 0;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .program .formContainer form button {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
}
#barangayLiga .program .formContainer form button:not(:disabled):hover,
#barangayLiga .program .formContainer form button:not(:disabled):active,
#barangayLiga .program .formContainer form button:not(:disabled):focus {
  box-shadow: 2px 4px 6px #222222;
  background: #ffd424;
  color: #782313;
  transition: 0.3s;
  outline: none;
}
#barangayLiga .program .formContainer form button:disabled {
  background: #ffe695;
}
#barangayLiga .program .formContainer form .status {
  width: 100%;
  margin: 15px 0px;
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 5px;
  transition: 2s;
  opacity: 1;
}
#barangayLiga .program .formContainer form .status.success {
  background: #459A3F;
}
#barangayLiga .program .formContainer form .status.errored {
  background: #dc3545;
}
#barangayLiga .relatedArticles {
  background: #459A3F;
  padding: 29vw 20px 5vw;
  margin-top: -29vw;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 992px)  {
  #barangayLiga .relatedArticles {
    padding: 10vw 100px;
    margin-top: -10vw;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  }
}
#barangayLiga .relatedArticles .seeMore {
  margin-top: 5vw;
}
#littleOlympics {
  background: none;
}
#littleOlympics .innerNav {
  width: 100%;
  z-index: 10;
  top: 0;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.5%;
}
#littleOlympics .innerNav .navButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  color: #f4cc48;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#littleOlympics .innerNav .navButton:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #littleOlympics .innerNav .navButton {
    font-size: 1rem;
  }
}
#littleOlympics.ei #eventInfo {
  display: block;
}
#littleOlympics.ei .innerNav #eventInfoButton {
  border-bottom: #f4cc48 4px solid;
}
#littleOlympics.s #schedules {
  display: block;
}
#littleOlympics.s .innerNav #scheduleButton {
  border-bottom: #f4cc48 4px solid;
}
#littleOlympics .Hero-Parent {
  height: calc(75vw * 9 / 16);
}
#littleOlympics .Hero-Parent .overlay {
  background: linear-gradient(45deg, #013D1988, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
}
#littleOlympics .Hero-Parent .content {
  max-width: unset;
  position: absolute;
  z-index: 20;
}
#littleOlympics .Hero-Parent .content h1 {
  color: #f4cc48;
}
#littleOlympics .Hero-Parent .content h1:first-child {
  color: white;
}
#littleOlympics .Hero-Parent .logo {
  position: absolute;
  right: 5vw;
  bottom: -5vw;
  width: 25vw;
  z-index: 3;
}
#littleOlympics .Hero-Parent .bg-hero {
  object-fit: unset;
  height: calc(75vw * 9 / 16);
  width: unset;
}
#littleOlympics .Hero-Parent .clip-me {
  z-index: 2;
}
#littleOlympics .Hero-Mobile .logo {
  top: 58vw;
  position: absolute;
  z-index: 3;
  width: 43vw;
  left: 20px;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics .Hero-Mobile .logo {
    top: 40vw;
  }
}
#littleOlympics .Hero-Mobile .image {
  height: 100vw;
  width: 100vw;
}
#littleOlympics .Hero-Mobile .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #066913, transparent 25%, transparent);
}
#littleOlympics .Hero-Mobile text {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics .Hero-Mobile text {
    margin-top: -10vw;
  }
}
#littleOlympics .Hero-Mobile h1 {
  color: white;
  padding-right: calc(100% - 250px - 1.5vw - 1.75rem);
}
@media only screen and (min-width: 768px)  {
  #littleOlympics .Hero-Mobile h1 {
    font-size: 50px;
    padding-right: calc(100% - 445px);
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics .Hero-Mobile h1 {
    font-size: unset;
  }
}
#littleOlympics .Hero-Mobile h1 .yellow {
  color: #f4cc48;
}
#littleOlympics #eventInfo {
  display: none;
}
#littleOlympics #eventInfo .intro {
  background: #237336;
  width: 100vw;
  margin-top: -45vw;
  position: relative;
  padding: 0 20px 20px;
  clip-path: polygon(0 0, 100vw 0, 100vw calc(100% - 29vw), 0 100%);
  padding-bottom: 29vw;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics #eventInfo .intro {
    margin-top: -52vw;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .intro {
    clip-path: polygon(0 0, 100vw 10vw, 100vw calc(100% - 10vw), 0 100%);
    padding: 17vw 100px 13vw;
    margin-top: -8vw;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
  }
}
#littleOlympics #eventInfo .intro iframe,
#littleOlympics #eventInfo .intro img {
  margin-left: -20px;
  width: calc(100vw);
  height: calc(100vw / 16 * 9);
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .intro iframe,
  #littleOlympics #eventInfo .intro img {
    width: calc(100vw - 35vw - 200px);
    height: calc((100vw - 35vw - 200px) / 16 * 9);
    flex: 0 0 calc(65% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px)  {
  #littleOlympics #eventInfo .intro iframe,
  #littleOlympics #eventInfo .intro img {
    width: calc(100vw - 50vw);
    height: calc((100vw - 50vw) / 16 * 9);
  }
}
#littleOlympics #eventInfo .intro p {
  color: white;
  margin: 20px 0 5vw;
  flex: 0 0 35%;
}
#littleOlympics #eventInfo .faqs {
  position: relative;
  background-color: #e1e1e1;
  padding: 29vw 10px 34vw;
  clip-path: polygon(0 29vw, 100% 0, 100% calc(100% - 29vw), 0% 100%);
  margin-top: -29vw;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .faqs {
    padding: 10vw 100px 15vw;
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    margin-top: -10vw;
  }
}
#littleOlympics #eventInfo .faqs .title {
  font-size: 2.5rem;
  color: #357234;
  font-family: Inlanders;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 5vw;
}
#littleOlympics #eventInfo .faqs .column-container {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
}
#littleOlympics #eventInfo .faqs .column-container .column {
  padding: 0 0;
}
@media only screen and (min-width: 1200px)  {
  #littleOlympics #eventInfo .faqs .column-container .column {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #littleOlympics #eventInfo .faqs .column-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .faqs .q-container {
    max-width: calc(100vw - 200px);
  }
}
#littleOlympics #eventInfo .faqs .q-tile {
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 5px solid #357234;
}
#littleOlympics #eventInfo .faqs .q-tile .question {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#littleOlympics #eventInfo .faqs .q-tile svg {
  height: 15px;
  width: 15px;
  fill: #357234;
}
#littleOlympics #eventInfo .faqs .q-tile.active svg {
  transform: rotateY(0deg) rotate(-90deg);
}
#littleOlympics #eventInfo .faqs .q-answer {
  background-color: #ededed;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#littleOlympics #eventInfo .faqs .q-answer > div {
  padding: 20px;
}
#littleOlympics #eventInfo .faqs .q-answer * {
  color: black;
}
#littleOlympics #eventInfo .milestones {
  clip-path: polygon(0 29vw, 100% 0, 100% calc(100% - 29vw), 0 100%);
  padding: 34vw 20px 29vw 20px;
  margin-top: -29vw;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones {
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
    padding: 10vw 100px;
    margin-top: -10vw;
  }
}
#littleOlympics #eventInfo .milestones h2 {
  color: #207742;
  font-family: 'Inlanders';
  font-size: 32px;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics #eventInfo .milestones h2 {
    font-size: 48px;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer {
  padding-right: 5vw;
  height: 275vw;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer {
    height: 175vw;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer {
    height: unset;
    flex-flow: row;
    padding-right: 0;
    margin-bottom: 3vw;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .bar {
  height: calc(100% - 30vw);
  position: absolute;
  width: 10px;
  background: #10AF48;
  z-index: -1;
  top: 10vw;
  left: calc(17vw / 2 - 5px);
}
@media only screen and (min-width: 768px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .bar {
    width: 15px;
    left: calc(17vw / 2 - 7.5px);
    height: calc(100% - 15vw);
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .bar {
    left: 35px;
    top: 40px;
    width: 90%;
    height: 15px;
  }
}
@media only screen and (min-width: 1200px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .bar {
    top: 65px;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .milestone {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .milestone {
    display: flex;
    align-items: center;
    max-width: calc(100vw / 10);
    flex-flow: column;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .milestone img {
  width: 17vw;
  height: 17vw;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .milestone img {
    width: calc((100vw - 200px) / 9);
    height: calc((100vw - 200px) / 9);
  }
}
@media only screen and (min-width: 1200px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .milestone img {
    width: calc((100vw - 200px) / 12);
    height: calc((100vw - 200px) / 12);
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .milestone div {
  margin-left: 20px;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .milestone div {
    margin-left: 0;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .milestone div p {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #eventInfo .milestones .milestoneContainer .milestone div p {
    text-align: center;
  }
}
#littleOlympics #eventInfo .milestones .milestoneContainer .milestone div .year {
  color: #21A24F;
  font-weight: bold;
  font-size: 32px;
}
#littleOlympics #schedules {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #schedules .mloSched {
    margin-top: -5vw;
  }
}
#littleOlympics #schedules .mloSched h2 {
  font-family: 'Inlanders';
  font-size: 36px;
  color: #277532;
  padding-right: calc(50vw - 200px);
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #schedules .mloSched h2 {
    font-size: 48px;
  }
}
#littleOlympics #schedules .mloSched table {
  border-radius: 10px;
  border: 2px solid #0CB149;
  border-collapse: unset;
  width: 100%;
  margin-bottom: 15px;
}
#littleOlympics #schedules .mloSched table thead {
  background: #0CB149;
}
#littleOlympics #schedules .mloSched table thead tr th {
  color: white;
}
#littleOlympics #schedules .mloSched table td,
#littleOlympics #schedules .mloSched table th {
  text-align: center;
  color: black;
  padding: 10px 0;
  font-size: 12px;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics #schedules .mloSched table td,
  #littleOlympics #schedules .mloSched table th {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #schedules .mloSched table td,
  #littleOlympics #schedules .mloSched table th {
    font-size: 1rem;
  }
}
#littleOlympics #schedules .mloSched table tbody tr:nth-child(odd) {
  background: #F9FBF8;
}
#littleOlympics #schedules .mloSched table tbody tr:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#littleOlympics #schedules .mloSched p {
  font-size: 1.5rem;
}
#littleOlympics #schedules .mloSched .poster {
  margin-left: -20px;
  width: 100vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics #schedules .mloSched .poster {
    margin-left: unset;
    width: 100%;
  }
}
#littleOlympics .endorsers {
  display: flex;
  flex-flow: row wrap;
}
#littleOlympics .endorsers h3 {
  flex: 0 0 100%;
  font-family: 'Bebas';
  color: #509947;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics .endorsers h3 {
    font-size: 65px;
  }
}
#littleOlympics .endorsers img:nth-child(2) {
  flex: 0 0 100%;
  margin-bottom: 5px;
  max-width: 100%;
}
#littleOlympics .endorsers img:nth-child(3) {
  flex: 0 0 calc(100% / 2 - 10px);
  margin-right: 20px;
  max-width: calc(50% - 10px);
}
#littleOlympics .endorsers img:nth-child(4) {
  flex: 0 0 calc(100% / 2 - 10px);
  max-width: calc(50% - 10px);
}
@media only screen and (min-width: 768px)  {
  #littleOlympics .endorsers img {
    flex: unset !important;
    max-width: unset !important;
    margin-right: 20px !important;
    height: 165px;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics .endorsers img {
    height: 185px;
  }
}
#littleOlympics .relatedArticles {
  background: #449A3F;
  padding: 29vw 20px 10vw;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -29vw;
}
@media only screen and (min-width: 768px)  {
  #littleOlympics .relatedArticles {
    padding-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #littleOlympics .relatedArticles {
    padding: 10vw 100px 1vw;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
    margin-top: -10vw;
  }
}
#littleOlympics .relatedArticles .seeMore {
  margin-top: 5vw;
}
@media only screen and (min-width: 992px)  {
  #littleOlympics .relatedArticles .seeMore {
    margin-top: 3vw;
  }
}
#whySports .innerNav {
  width: 100%;
  z-index: 10;
  top: 0;
  position: absolute;
  column-gap: 0.5%;
}
#whySports .innerNav .navButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  color: #f4cc48;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#whySports .innerNav .navButton:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #whySports .innerNav .navButton {
    font-size: 1rem;
  }
}
#whySports .innerNav .navButton a {
  color: #f4cc48;
}
#whySports .Hero-Parent {
  height: calc(75vw * 9 / 16);
}
#whySports .Hero-Parent .content {
  max-width: unset;
  position: absolute;
  z-index: 20;
}
#whySports .Hero-Parent .content h1 {
  color: #f4cc48;
}
#whySports .Hero-Parent .content h1:first-child {
  color: white;
}
#whySports .Hero-Parent .bg-hero {
  object-fit: unset;
  height: calc(75vw * 9 / 16);
  width: unset;
}
#whySports .Hero-Mobile .image {
  height: 100vw;
  width: 100vw;
}
#whySports .Hero-Mobile text {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px)  {
  #whySports .Hero-Mobile text {
    margin-top: -10vw;
  }
}
#whySports .Hero-Mobile h1 {
  color: #f4cc48;
  font-size: calc(2rem + 2vw);
}
@media only screen and (min-width: 768px)  {
  #whySports .Hero-Mobile h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .Hero-Mobile h1 {
    font-size: unset;
  }
}
#whySports .Hero-Mobile h1:first-child {
  color: white;
}
#whySports .intro {
  background: white;
  margin-top: -30vw;
}
@media only screen and (min-width: 992px)  {
  #whySports .intro {
    display: flex;
    align-items: center;
    padding: 8vw 100px 12vw;
    margin-top: -3vw;
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0 100%);
  }
}
#whySports .intro p {
  flex: 0 0 35%;
  text-align: left;
}
#whySports .intro p:first-child {
  margin-top: 5vw;
}
@media only screen and (min-width: 992px)  {
  #whySports .intro .cont {
    flex: 0 0 calc(65% - 30px);
    margin-left: 30px;
  }
}
#whySports .intro .cont iframe {
  width: 100vw;
  margin: 0 -20px;
  height: 52vw;
}
@media only screen and (min-width: 768px)  {
  #whySports .intro .cont iframe {
    height: 56vw;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .intro .cont iframe {
    width: calc((100vw - 200px) / 100 * 65);
    height: calc(((100vw - 200px) / 100 * 65) * 0.56);
    margin: unset;
    margin-top: 4vw;
  }
}
#whySports .intro .cont p {
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #whySports .intro .cont p {
    text-align: center;
    font-size: 16px;
  }
}
#whySports .athletes {
  padding: 0;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px)  {
  #whySports .athletes .mb {
    display: none;
  }
}
#whySports .athletes .dt {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #whySports .athletes .dt {
    display: block;
  }
}
#whySports .athletes .mb,
#whySports .athletes .dt {
  width: 100%;
}
#whySports .athletes .slick-prev,
#whySports .athletes .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  z-index: 2;
  width: 40px;
  background: none;
  border: none;
  color: transparent;
  font-size: 0;
}
#whySports .athletes .slick-prev:after,
#whySports .athletes .slick-next:after {
  color: white;
  font-size: 32px;
}
#whySports .athletes .slick-prev:focus,
#whySports .athletes .slick-next:focus {
  outline: none;
}
@media only screen and (min-width: 992px)  {
  #whySports .athletes .slick-prev,
  #whySports .athletes .slick-next {
    width: 60px;
  }
}
#whySports .athletes .slick-prev::after {
  content: "<";
}
#whySports .athletes .slick-next {
  right: 0;
}
#whySports .athletes .slick-next::after {
  content: ">";
}
#whySports .values {
  background: #00380B;
}
@media only screen and (min-width: 992px)  {
  #whySports .values {
    padding-bottom: 15vw;
  }
}
#whySports .values h2 {
  font-family: 'Inlanders';
  color: white;
  padding-right: max(25%, 75px);
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px)  {
  #whySports .values h2 {
    padding-right: 65%;
    margin-top: -10vw;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .values h2 {
    margin-top: 0vw;
  }
}
#whySports .values h2 .yellow {
  color: #F7DA26;
}
#whySports .values > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px)  {
  #whySports .values > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#whySports .values > div img {
  max-width: 100%;
}
#whySports .values p {
  color: white;
  text-align: left;
}
@media only screen and (min-width: 992px)  {
  #whySports .values p {
    padding-right: max(55%, 445px);
  }
}
#whySports .mscoEnroll {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #009d30;
  background-repeat: no-repeat;
  background-image: url('../assets/image/basketball.png'), url('../assets/image/football.png'), url('../assets/image/volleyball.png'), url('../assets/image/ribbon-bg.png');
  background-size: 50%, 50%, 50%, 350%;
  background-position: top 5% left -50%, top 40% right -50%, bottom 15% left 10%, center;
  clip-path: polygon(0 0, 100% 29vw, 100% 100%, 0 100%);
  padding: 29vw 20px 29vw;
  margin-top: -29vw;
}
@media only screen and (min-width: 992px)  {
  #whySports .mscoEnroll {
    clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
    margin-top: -10vw;
  }
}
@media only screen and (min-width: 768px)  {
  #whySports .mscoEnroll {
    background-size: 25%, 25%, 25%, 150%;
    background-position: top 5% left -20%, top 40% right -20%, bottom 15% left 10%, center;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .mscoEnroll {
    background-size: 20%, 20%, 20%, 150%;
    background-position: top 10% left 10%, top 40% right 5%, bottom 35% left -5%, center;
    padding: 10vw 100px 100px;
  }
}
#whySports .mscoEnroll .greenSwish {
  display: none;
}
#whySports .programs {
  background: linear-gradient(180deg, #009D30, #003718);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 29vw), 0% 100%);
  padding: 0 20px 29vw;
}
@media only screen and (min-width: 992px)  {
  #whySports .programs {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    padding: 0 100px 10vw;
  }
}
#whySports .programs h2 {
  color: white;
  font-family: 'Inlanders';
  font-size: 3rem;
}
@media only screen and (min-width: 992px)  {
  #whySports .programs h2 {
    padding-right: 30%;
  }
}
#whySports .programs > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 0px 0px;
  grid-template-areas: "." "." "." "." ".";
}
@media only screen and (min-width: 992px)  {
  #whySports .programs > div {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.3fr repeat(auto-fill, 1fr 1fr);
    column-gap: 15px;
    row-gap: 10px;
    grid-template-areas: "featured featured" ". ." ". .";
  }
}
#whySports .programs > div .program {
  grid-column-start: 1;
  background: linear-gradient(180deg, #287A2E, #0A3811 80%, #06300A 100%);
  border: 2px solid #3ad63e;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 768px)  {
  #whySports .programs > div .program {
    padding: 7.5px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .programs > div .program {
    grid-column-start: unset;
  }
}
#whySports .programs > div .program img {
  border-radius: 10px;
  width: calc(100%);
  margin-bottom: 10px;
}
#whySports .programs > div .program h3 {
  color: #F4CC48;
  font-family: 'Bebas';
  margin-bottom: 5px;
  font-size: 2rem;
}
#whySports .programs > div .program p {
  color: white;
}
#whySports .programs > div .program a {
  position: absolute;
  bottom: 7.5px;
  color: #F4CC48;
  font-weight: bold;
}
#whySports .programs > div .program a:focus,
#whySports .programs > div .program a:hover,
#whySports .programs > div .program a:active {
  color: #f7d978;
}
@media only screen and (min-width: 992px)  {
  #whySports .programs > div .featured {
    grid-area: featured;
  }
  #whySports .programs > div .featured p {
    width: 50%;
  }
}
#whySports .relatedArticles {
  background: #41963B;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
  padding: 34vw 20px 10vw;
  margin-top: -29vw;
}
@media only screen and (min-width: 768px)  {
  #whySports .relatedArticles {
    padding-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #whySports .relatedArticles {
    margin-top: -10vw;
    padding: 15vw 100px 3vw;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  }
}
#miloMarathon {
  background: none;
}
#miloMarathon .innerNav {
  width: 100%;
  z-index: 10;
  top: 0;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.5%;
}
#miloMarathon .innerNav .navButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  color: #f4cc48;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#miloMarathon .innerNav .navButton:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) , only screen and (min-width: 1200px)  {
  #miloMarathon .innerNav .navButton {
    font-size: 1rem;
  }
}
#miloMarathon.tab1 #tab1 {
  display: block;
}
#miloMarathon.tab1 .innerNav .tab1 {
  border-bottom: #f4cc48 4px solid;
}
#miloMarathon.tab2 #tab2 {
  display: block;
}
#miloMarathon.tab2 .innerNav .tab2 {
  border-bottom: #f4cc48 4px solid;
}
#miloMarathon.tab3 #tab3 {
  display: block;
}
#miloMarathon.tab3 .innerNav .tab3 {
  border-bottom: #f4cc48 4px solid;
}
#miloMarathon > div {
  display: none;
}
#miloMarathon .Hero-Parent {
  height: calc(75vw * 9 / 16);
}
#miloMarathon .Hero-Parent .overlay {
  background: linear-gradient(45deg, #013D1988, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
}
#miloMarathon .Hero-Parent .content {
  max-width: unset;
  position: absolute;
  z-index: 20;
}
#miloMarathon .Hero-Parent .content h1 {
  color: #f4cc48;
}
#miloMarathon .Hero-Parent .content h1:first-child {
  color: white;
}
#miloMarathon .Hero-Parent .logo {
  position: absolute;
  right: 5vw;
  bottom: -5vw;
  width: 25vw;
  z-index: 3;
}
#miloMarathon .Hero-Parent .bg-hero {
  object-fit: unset;
  height: calc(75vw * 9 / 16);
  width: unset;
}
#miloMarathon .Hero-Mobile .logo {
  top: 58vw;
  position: absolute;
  z-index: 3;
  width: 43vw;
  left: 20px;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon .Hero-Mobile .logo {
    top: 40vw;
  }
}
#miloMarathon .Hero-Mobile .image {
  height: 100vw;
  width: 100vw;
}
#miloMarathon .Hero-Mobile .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #066913, transparent 25%, transparent);
}
#miloMarathon .Hero-Mobile text {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon .Hero-Mobile text {
    margin-top: -10vw;
  }
}
#miloMarathon .Hero-Mobile h1 {
  color: #f4cc48;
  padding-right: 20px;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon .Hero-Mobile h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon .Hero-Mobile h1 {
    font-size: unset;
  }
}
#miloMarathon .Hero-Mobile h1:first-child {
  color: white;
}
#miloMarathon #tab1 .clip-me.desktop-only {
  z-index: 2;
}
#miloMarathon #tab1 .intro {
  background: #237336;
  width: 100vw;
  margin-top: -40vw;
  position: relative;
  padding: 0 20px 20px;
  clip-path: polygon(0 0, 100vw 0, 100vw calc(100% - 29vw), 0 100%);
  padding-bottom: 29vw;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon #tab1 .intro {
    margin-top: -35w;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .intro {
    clip-path: polygon(0 0, 100vw 10vw, 100vw 100%, 0 calc(100% - 10vw));
    padding: 17vw 100px 13vw;
    margin-top: -8vw;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
  }
}
#miloMarathon #tab1 .intro iframe,
#miloMarathon #tab1 .intro img {
  margin-left: -20px;
  width: calc(100vw);
  height: calc(100vw / 16 * 9);
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .intro iframe,
  #miloMarathon #tab1 .intro img {
    width: calc(100vw - 35vw - 200px);
    height: calc((100vw - 35vw - 200px) / 16 * 9);
    flex: 0 0 calc(65% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloMarathon #tab1 .intro iframe,
  #miloMarathon #tab1 .intro img {
    width: calc(100vw - 50vw);
    height: calc((100vw - 50vw) / 16 * 9);
  }
}
#miloMarathon #tab1 .intro p {
  color: white;
  margin: 20px 0 10px;
  flex: 0 0 35%;
  text-align: left;
}
#miloMarathon #tab1 .intro p:last-child {
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon #tab1 .endorserContainer {
    padding-top: 34vw;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer {
    padding-top: 14vw;
  }
}
#miloMarathon #tab1 .endorserContainer h3 {
  flex: 0 0 100%;
  font-family: 'Bebas';
  color: #509947;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer h3 {
    font-size: 65px;
  }
}
#miloMarathon #tab1 .endorserContainer .endorsers {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon #tab1 .endorserContainer .endorsers {
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer .endorsers {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 768px)  {
  #miloMarathon #tab1 .endorserContainer .endorsers img {
    flex: unset !important;
    max-width: unset !important;
    margin-right: 20px !important;
    height: 165px;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer .endorsers img {
    height: 185px;
  }
}
#miloMarathon #tab1 .endorserContainer .endorsers img:nth-child(2) {
  flex: 0 0 100%;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer .endorsers img:nth-child(2) {
    margin-bottom: 5px;
  }
}
#miloMarathon #tab1 .endorserContainer .endorsers img:nth-child(3) {
  flex: 0 0 calc(100% / 2 - 10px);
  margin-right: 20px;
  max-width: calc(50% - 10px);
}
#miloMarathon #tab1 .endorserContainer .endorsers img:nth-child(4) {
  flex: 0 0 calc(100% / 2 - 10px);
  max-width: calc(50% - 10px);
}
#miloMarathon #tab1 .endorserContainer .sanctioners,
#miloMarathon #tab1 .endorserContainer .organizers {
  display: inline-block;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon #tab1 .endorserContainer .sanctioners,
  #miloMarathon #tab1 .endorserContainer .organizers {
    margin-right: 25px;
  }
}
#miloMarathon #tab1 .endorserContainer .sanctioners h3,
#miloMarathon #tab1 .endorserContainer .organizers h3 {
  font-size: 25px;
  text-align: center;
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab1 .endorserContainer .sanctioners h3,
  #miloMarathon #tab1 .endorserContainer .organizers h3 {
    font-size: 32px;
  }
}
#miloMarathon #tab1 .endorserContainer .sanctioners img,
#miloMarathon #tab1 .endorserContainer .organizers img {
  max-width: 135px;
}
#miloMarathon #tab2 .clip-me.desktop-only {
  z-index: 2;
}
#miloMarathon #tab2 .raceResultsContainer {
  background: #F7F7F7;
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab2 .raceResultsContainer {
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0% 100%);
    margin-top: -8vw;
  }
}
#miloMarathon #tab2 .raceResultsContainer .rrIntro {
  max-width: 400px;
}
#miloMarathon #tab2 .raceResultsContainer .rrIntro p {
  text-align: left;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 992px)  {
  #miloMarathon #tab2 .raceResultsContainer .raceResults {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px)  {
  #miloMarathon #tab2 .raceResultsContainer .raceResults {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#miloMarathon #tab2 .raceResultsContainer .raceResults div {
  display: flex;
  flex-flow: column;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults * {
  text-transform: uppercase;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result {
  border-radius: 15px;
  background: #FFFFFF;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result div {
  margin-top: 20px;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result h2,
#miloMarathon #tab2 .raceResultsContainer .raceResults .result a,
#miloMarathon #tab2 .raceResultsContainer .raceResults .result span,
#miloMarathon #tab2 .raceResultsContainer .raceResults .result p {
  margin-left: 20px;
  font-weight: bold;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result h2 {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: normal;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result p {
  font-size: 0.75rem;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result a {
  font-size: 0.9rem;
  color: #5AA155;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result a:hover,
#miloMarathon #tab2 .raceResultsContainer .raceResults .result a:focus,
#miloMarathon #tab2 .raceResultsContainer .raceResults .result a:active {
  color: #478043;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top {
  border-radius: 15px;
  background: #FFFFFF;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top > p {
  font-weight: normal;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top .finishers {
  background: #E5E5E5;
  border-radius: 15px;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top .finishers p {
  margin: 20px;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top .finishers .qualifiers {
  background: #B2B2B2;
  border-radius: 15px;
  padding-bottom: 20px;
}
#miloMarathon #tab2 .raceResultsContainer .raceResults .result .top .finishers .qualifiers p {
  color: white;
}
#miloMarathon .relatedArticles {
  background: #41963B;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
  padding: 34vw 20px 10vw;
  margin-top: -29vw;
}
@media only screen and (min-width: 768px)  {
  #miloMarathon .relatedArticles {
    padding-bottom: 5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #miloMarathon .relatedArticles {
    margin-top: -10vw;
    padding: 15vw 100px 3vw;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  }
}
#championHabit a.back {
  height: 45px;
  width: 100vw;
  background: #013311;
  color: #F9CD2E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 20px;
}
#championHabit .header {
  padding: 0 20px;
  background: radial-gradient(#02B13A, #07782A 45%, #0C491F 60%, #000000) no-repeat;
  background-size: 300% 250%;
  background-position: center 100%;
}
@media only screen and (min-width: 992px)  {
  #championHabit .header {
    background-size: 175% 250%;
    background-position: center 90%;
    padding: 0 100px;
  }
}
#championHabit .header iframe {
  width: 100%;
  height: calc((100vw - 40px) / 16 * 9);
  margin: 5vw 0 45vw;
}
@media only screen and (min-width: 992px)  {
  #championHabit .header iframe {
    width: calc(100vw - 200px);
    height: calc((100vw - 200px) / 16 * 9);
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 1200px)  {
  #championHabit .header iframe {
    width: 900px;
    height: calc(900px / 16 * 9);
    margin-left: calc((100vw - 900px - 200px) / 2);
    margin-top: 3vw;
    margin-bottom: 7.5vw;
  }
}
#championHabit .decoration {
  background: url(../assets/image/mobile-hero-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(1.28 * 100vw);
  margin-top: -32vw;
  margin: -40vw 0 0;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration {
    height: unset;
    margin: -4vw 0 0;
    position: relative;
    padding: 0 100px;
    background: #0B361F;
  }
}
#championHabit .decoration .clip-me {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration .clip-me {
    display: block;
    margin-left: -100px;
    margin-right: -100px;
  }
}
#championHabit .decoration .yellow-streak {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cg%3E%3Cpath d='M 0 0 Q 51 1 100 5 L 100 0 L 10 0 ' fill='%23f4cc48'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration .yellow-streak {
    display: block;
  }
}
#championHabit .decoration h1 {
  font-family: 'Inlanders';
  font-size: 30px;
  color: #F4CC48;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 576px)  {
  #championHabit .decoration h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration h1 {
    font-size: 48px;
    text-align: center;
    margin-top: -3vw;
  }
  #championHabit .decoration h1 br {
    display: none;
  }
}
#championHabit .decoration h2 {
  font-family: 'Inlanders';
  font-size: 20px;
  text-align: left;
  color: #F4CC48;
}
@media only screen and (min-width: 576px)  {
  #championHabit .decoration h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration h2 {
    font-size: 36px;
    text-align: center;
  }
}
#championHabit .decoration p {
  color: white;
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 576px)  {
  #championHabit .decoration p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration p {
    font-size: 24px;
    text-align: center;
  }
}
#championHabit .decoration p:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration p:last-child {
    margin-bottom: 3vw;
  }
}
#championHabit .decoration .whiteClip {
  display: none;
  height: 25px;
  width: 100vw;
  margin: 50px -100px 0;
  background: white;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px)  {
  #championHabit .decoration .whiteClip {
    display: block;
  }
}
#championMinute a.back {
  height: 45px;
  width: 100vw;
  background: #013311;
  color: #F9CD2E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 20px;
}
#championMinute .header {
  background: url(../assets/image/hc-cm-header-mb.png) no-repeat;
  padding: 10vw 20px 40vw;
}
@media only screen and (min-width: 768px)  {
  #championMinute .header {
    background: url(../assets/image/hc-cm-header-dt.png) no-repeat;
    padding: 10vw 20px 45vw;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .header {
    background: url(../assets/image/hc-cm-header-dt.png) no-repeat;
    padding: 5vw 100px;
  }
}
#championMinute .header h1 {
  font-family: 'Inlanders';
  color: #F4CC48;
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px)  {
  #championMinute .header h1 {
    max-width: unset;
  }
}
#championMinute .header h1:first-child {
  margin-bottom: 0;
}
#championMinute .header .dt {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 992px)  {
  #championMinute .header .dt {
    display: block;
    color: white;
  }
}
#championMinute .header .dt * {
  text-align: inherit;
}
#championMinute .decoration {
  background: url(../assets/image/mobile-hero-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(1.28 * 100vw);
  margin-top: -32vw;
  margin: -40vw 0 0;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (min-width: 768px)  {
  #championMinute .decoration {
    background-size: 100% 100%;
    height: calc(0.5 * 100vw);
    width: 100vw;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration {
    height: unset;
    margin: -4vw 0 0;
    position: relative;
    padding: 0 100px;
    background: none;
  }
}
#championMinute .decoration .clip-me {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration .clip-me {
    display: block;
    margin-left: -100px;
    margin-right: -100px;
  }
}
#championMinute .decoration .yellow-streak {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cg%3E%3Cpath d='M 0 0 Q 51 1 100 5 L 100 0 L 10 0 ' fill='%23f4cc48'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration .yellow-streak {
    display: block;
  }
}
#championMinute .decoration h1 {
  font-family: 'Inlanders';
  font-size: 30px;
  color: #F4CC48;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 576px)  {
  #championMinute .decoration h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration h1 {
    font-size: 48px;
    text-align: center;
    margin-top: -3vw;
  }
  #championMinute .decoration h1 br {
    display: none;
  }
}
#championMinute .decoration h2 {
  font-family: 'Inlanders';
  font-size: 20px;
  text-align: left;
  color: #F4CC48;
}
@media only screen and (min-width: 576px)  {
  #championMinute .decoration h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration h2 {
    font-size: 36px;
    text-align: center;
  }
}
#championMinute .decoration p {
  color: white;
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
}
@media only screen and (min-width: 576px)  {
  #championMinute .decoration p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .decoration p {
    display: none;
  }
}
#championMinute .decoration p:last-child {
  margin-bottom: 0px;
}
#championMinute .content .cm {
  background: red;
  background: radial-gradient(#00641E, #046d1b, #0e2d15, #021E08);
  background-size: 200% 150%;
  background-position: 0% center;
  padding: 35px 20px 0px;
}
@media only screen and (min-width: 992px)  {
  #championMinute .content .cm {
    padding: 40px 100px 0;
    display: flex;
    flex-flow: row wrap;
  }
}
#championMinute .content .cm:first-child {
  padding-top: 34vw;
  margin-top: -30vw;
  clip-path: polygon(0 29vw, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 768px)  {
  #championMinute .content .cm:first-child {
    padding-top: 16vw;
    margin-top: -12vw;
    clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .content .cm:first-child {
    padding-top: 6vw;
    margin-top: -11vw;
    clip-path: unset;
  }
}
#championMinute .content .cm .swish {
  margin: 40px 0 0 -20px;
  height: 10px;
  width: 100vw;
}
@media only screen and (min-width: 992px)  {
  #championMinute .content .cm .swish {
    height: 25px;
    flex: 0 0 100vw;
    margin-left: -100px;
    margin-right: -100px;
  }
}
#championMinute .content .cm:nth-child(odd) .swish {
  background: #F4CC48;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}
#championMinute .content .cm:nth-child(even) .swish {
  background: white;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px)  {
  #championMinute .content .cm .fb-video {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 992px)  {
  #championMinute .content .cm .details {
    flex: 0 0 calc(50% - 25px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 25px;
  }
}
#championMinute .content .cm .details .sport {
  color: white;
  font-size: 1.8rem;
  margin-top: 20px;
}
#championMinute .content .cm .details .name {
  font-family: 'Inlanders';
  color: #F4CC48;
  font-size: 2.5rem;
}
#championMinute .content .cm .details .description {
  color: white;
  font-size: 1rem;
}
#msioc a.back {
  height: 45px;
  width: 100vw;
  background: #013311;
  color: #F9CD2E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 20px;
}
#msioc .header {
  position: relative;
}
#msioc .header .mb {
  width: 100vw;
}
@media only screen and (min-width: 992px)  {
  #msioc .header .mb {
    display: none;
  }
}
#msioc .header .dt {
  display: none;
  width: 100vw;
}
@media only screen and (min-width: 992px)  {
  #msioc .header .dt {
    display: block;
  }
}
#msioc .header .logo {
  position: absolute;
  z-index: 3;
  left: 20px;
  width: 35vw;
  top: 28vw;
}
@media only screen and (min-width: 768px)  {
  #msioc .header .logo {
    width: 25vw;
    top: 31vw;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc .header .logo {
    width: 15vw;
    left: 100px;
    top: 3vw;
  }
}
#msioc .header .textContainer {
  background: url(../assets/image/mobile-hero-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 128vw;
  width: 100vw;
  margin: -40vw 0 0;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 576px)  {
  #msioc .header .textContainer {
    height: 100vw;
  }
}
@media only screen and (min-width: 768px)  {
  #msioc .header .textContainer {
    height: calc(0.5 * 100vw);
    width: 100vw;
    margin: -38vw 0 0;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc .header .textContainer {
    height: unset;
    margin: 0;
    margin: 0 0 0 calc(16vw + 100px);
    padding-right: 100px;
    background: none;
    position: absolute;
    top: 10vw;
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px)  {
  #msioc .header .textContainer {
    top: 9vw;
  }
}
#msioc .header .textContainer p {
  color: white;
  text-align: left;
}
@media only screen and (min-width: 1200px)  {
  #msioc .header .textContainer p {
    font-size: 24px;
  }
}
#msioc .header .decoration {
  display: none;
}
@media only screen and (min-width: 992px)  {
  #msioc .header .decoration {
    display: block;
    position: relative;
    width: 100vw;
    margin-top: -4vw;
  }
}
#msioc .header .decoration .yellow-streak {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cg%3E%3Cpath d='M 0 0 Q 51 1 100 5 L 100 0 L 10 0 ' fill='%23f4cc48'/%3E%3C/g%3E%3C/svg%3E");
}
#msioc .content {
  min-height: 100vw;
  background: linear-gradient(#08361D, #00461F);
  padding: 20px;
  padding-top: calc(30vw + 20px);
  margin-top: -30vw;
}
@media only screen and (min-width: 576px)  {
  #msioc .content {
    padding-top: calc(25vw + 20px);
    margin-top: -25vw;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc .content {
    padding: 100px;
    padding-bottom: 100px;
    padding-top: calc(22vw + 20px);
  }
}
#msioc .content > h2 {
  color: #F4CC48;
  font-size: 32px;
}
@media only screen and (min-width: 768px)  {
  #msioc .content > h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc .content > h2 {
    font-size: 60px;
  }
}
#msioc.landing .content h2 {
  font-family: 'Inlanders';
}
#msioc.landing .content select {
  border-radius: 200px;
  width: 100%;
  max-width: 450px;
  color: white;
  padding: 15px 15px 15px 25px;
  font-weight: bold;
  border: white 2px solid;
  margin: 10px 0 20px;
  background: url(../assets/image/chevron-white.png) no-repeat;
  background-size: 20px;
  background-position: calc(100% - 20px);
  transition: 0.3s;
}
@media only screen and (min-width: 992px)  {
  #msioc.landing .content select {
    margin-bottom: 50px;
  }
}
#msioc.landing .content select option {
  color: white;
  background: #08361D;
}
#msioc.landing .content .programs {
  column-gap: 20px;
  column-count: 1;
}
@media only screen and (min-width: 768px)  {
  #msioc.landing .content .programs {
    column-count: 2;
  }
}
@media only screen and (min-width: 1280px) {
  #msioc.landing .content .programs {
    column-count: 3;
  }
}
#msioc.landing .content .programs .program {
  background: linear-gradient(#149D18, #0E5A1A 60%, #0A321C);
  border-radius: 10px;
  border: 2px solid #149D18;
  width: 100%;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px)  {
  #msioc.landing .content .programs .program {
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
  }
}
#msioc.landing .content .programs .program > img {
  width: 100%;
  border-radius: 10px;
}
#msioc.landing .content .programs .program h3 {
  position: absolute;
  top: calc(((100vw - 60px) / 3) - 3vw);
  color: #F4CC48;
  font-size: 11vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px)  {
  #msioc.landing .content .programs .program h3 {
    top: calc(((100vw - 80px) / 6) - 2vw);
    font-size: 5.5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.landing .content .programs .program h3 {
    top: calc(((100vw - 220px) / 6) - 2.4vw);
    font-size: 4.25vw;
  }
}
@media only screen and (min-width: 1280px) {
  #msioc.landing .content .programs .program h3 {
    top: calc(((100vw - 240px) / 9) - 1.75vw);
    font-size: 3.2vw;
  }
}
#msioc.landing .content .programs .program p {
  color: white;
  margin-top: 7vw;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 768px)  {
  #msioc.landing .content .programs .program p {
    margin-top: 3.5vw;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.landing .content .programs .program p {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 1280px) {
  #msioc.landing .content .programs .program p {
    margin-top: 2vw;
    font-size: 18px;
  }
}
#msioc.landing .content .programs .program .bottom {
  height: 50px;
}
#msioc.landing .content .programs .program .bottom a {
  color: #F4CC48;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-flex;
  align-items: flex-end;
  height: 100%;
  width: fit-content;
  font-weight: bold;
}
@media only screen and (min-width: 1280px) {
  #msioc.landing .content .programs .program .bottom a {
    font-size: 16px;
  }
}
#msioc.landing .content .programs .program .bottom .organizers {
  display: flex;
  justify-content: flex-end;
  max-height: 100%;
  width: calc(100% - 120px);
  align-items: flex-end;
  margin-bottom: 5px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
@media only screen and (min-width: 1280px) {
  #msioc.landing .content .programs .program .bottom .organizers {
    width: calc(100% - 155px);
  }
}
#msioc.landing .content .programs .program .bottom .organizers img {
  max-height: 100%;
  max-width: 50px;
  margin-left: 10px;
}
#msioc.landing .content .programsCopy {
  display: none;
}
#msioc.program .content {
  min-height: unset;
}
#msioc.program .content h2 {
  text-transform: uppercase;
}
#msioc.program .content p {
  color: white;
}
@media only screen and (min-width: 768px)  {
  #msioc.program .content .organizers {
    column-count: 2;
    column-gap: 20px;
  }
}
#msioc.program .content .organizers .organizer {
  background: linear-gradient(#149D18, #0E5A1A 60%, #0A321C);
  border-radius: 10px;
  border: 2px solid #149D18;
  display: inline-flex;
  width: 100%;
  height: 120px;
  padding: 10px;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px)  {
  #msioc.program .content .organizers .organizer {
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.program .content .organizers .organizer {
    height: 175px;
  }
}
#msioc.program .content .organizers .organizer .imgContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(95px + 1vw);
  max-height: calc(95px + 1vw);
  flex-shrink: 0;
}
@media only screen and (min-width: 768px)  {
  #msioc.program .content .organizers .organizer .imgContainer {
    max-width: calc(145px + 1vw);
    max-height: calc(145px + 1vw);
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.program .content .organizers .organizer .imgContainer {
    max-width: calc(190px + 1vw);
    max-height: calc(190px + 1vw);
  }
}
#msioc.program .content .organizers .organizer .imgContainer img {
  max-width: 100%;
  max-height: 100%;
}
#msioc.program .content .organizers .organizer .linkContainer {
  margin-left: 10px;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#msioc.program .content .organizers .organizer .linkContainer h2 {
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  color: white;
  font-size: calc(8px + 1.7vw);
  font-weight: bold;
}
@media only screen and (min-width: 768px)  {
  #msioc.program .content .organizers .organizer .linkContainer h2 {
    font-size: calc(8px + 1vw);
  }
}
#msioc.program .content .organizers .organizer .linkContainer a {
  font-size: 14px;
  height: 20px;
  bottom: 0;
  color: #F4CC10;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px)  {
  #msioc.program .content .organizers .organizer .linkContainer a {
    margin-bottom: 15px;
  }
}
#msioc.organizer .header {
  background: url(/themes/custom/milo/assets/image/bg-grain-2.png);
  background-size: 100% 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .header {
    background: url(/themes/custom/milo/assets/image/bg-grain-1.png);
    padding: 50px 100px;
  }
}
#msioc.organizer .header img {
  max-height: 30vw;
  max-width: 30vw;
  margin-right: 10px;
}
@media only screen and (min-width: 768px)  {
  #msioc.organizer .header img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .header img {
    max-width: 175px;
    max-height: 175px;
  }
}
#msioc.organizer .header .descriptionContainer h1 {
  color: #F4CC48;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .header .descriptionContainer h1 {
    font-size: 24px;
  }
}
#msioc.organizer .header .descriptionContainer p,
#msioc.organizer .header .descriptionContainer a {
  font-size: 14px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .header .descriptionContainer p,
  #msioc.organizer .header .descriptionContainer a {
    font-size: 18px;
  }
}
#msioc.organizer .header .descriptionContainer p {
  color: white;
}
#msioc.organizer .header .descriptionContainer a {
  color: #F4CC48;
  text-decoration: underline;
}
#msioc.organizer .header .descriptionContainer :last-child {
  margin-bottom: 0;
}
#msioc.organizer .header .wooshYellow {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100vw;
  background: #FACC10;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media only screen and (min-width: 768px)  {
  #msioc.organizer .header .wooshYellow {
    height: 10px;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .header .wooshYellow {
    height: 15px;
  }
}
#msioc.organizer .content {
  padding: 20px;
  background: #073B1F;
  margin-top: 0;
  position: relative;
  min-height: unset;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content {
    padding: 50px 100px;
  }
}
#msioc.organizer .content .modules .module {
  margin-bottom: 20px;
}
#msioc.organizer .content .modules .module h2 {
  color: #F4CC10;
  font-size: 40px;
}
@media only screen and (min-width: 768px)  {
  #msioc.organizer .content .modules .module h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content .modules .module h2 {
    font-size: 56px;
  }
}
#msioc.organizer .content .modules .module > * {
  color: white;
  font-size: 14px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content .modules .module > * {
    font-size: 18px;
  }
}
#msioc.organizer .content .modules .module hr {
  border-top: 1px solid #dddddd;
}
#msioc.organizer .content .modules .module .schedules {
  width: 100%;
}
#msioc.organizer .content .modules .module .schedules .schedule {
  width: 100%;
}
#msioc.organizer .content .modules .module .schedules .schedule:nth-child(odd) p {
  text-align: right;
}
#msioc.organizer .content .modules .module .schedules .schedule td:first-child {
  padding-right: 10px;
}
#msioc.organizer .content .modules .module .schedules .schedule td:last-child {
  width: 200px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content .modules .module .schedules .schedule td:last-child {
    width: 250px;
  }
}
#msioc.organizer .content .modules .module .schedules .schedule h3 {
  color: #F4CC10;
  font-size: 14px;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content .modules .module .schedules .schedule h3 {
    font-size: 18px;
  }
}
#msioc.organizer .content .wooshWhite {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100vw;
  background: white;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  margin: 0 -20px;
}
@media only screen and (min-width: 768px)  {
  #msioc.organizer .content .wooshWhite {
    height: 10px;
  }
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .content .wooshWhite {
    margin: 0 -100px;
    height: 15px;
  }
}
#msioc.organizer .footer {
  background: radial-gradient(#029C36, #075E1E, #0E4A1D, #0A4719);
  background-size: 200% 800%;
  background-position: 50% 50%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .footer {
    padding: 50px 100px;
  }
}
#msioc.organizer .footer p,
#msioc.organizer .footer a {
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 992px)  {
  #msioc.organizer .footer p,
  #msioc.organizer .footer a {
    font-size: 22px;
  }
}
#msioc.organizer .footer p {
  color: white;
}
#msioc.organizer .footer a {
  color: #F4CC10;
}
#homeCourt .Hero-Parent {
  display: none;
  position: relative;
  height: calc(100vw * 9 / 16);
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent {
    display: block;
    height: calc(75vw * 9 / 16);
  }
}
#homeCourt .Hero-Parent .Hero {
  position: relative;
  background: #000;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .Hero {
    height: 75%;
    min-height: 60%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  }
}
#homeCourt .Hero-Parent .Hero .Hero-Content {
  visibility: hidden;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center;
}
#homeCourt .Hero-Parent .Hero .Hero-Content:first-child {
  visibility: visible;
}
#homeCourt .Hero-Parent .Hero .Hero-Content .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  transform: scale(1);
}
#homeCourt .Hero-Parent .Hero .Hero-Content .content {
  z-index: 2;
  display: none;
  max-width: 40%;
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .Hero .Hero-Content .content {
    display: block;
    max-width: unset;
    position: absolute;
    z-index: 20;
  }
}
#homeCourt .Hero-Parent .Hero .Hero-Content .content img.msco_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .Hero .Hero-Content .content img.msco_img {
    width: 600px;
  }
}
#homeCourt .Hero-Parent .Hero .Hero-Content .content h1 {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Arial';
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .Hero .Hero-Content .content h1 {
    font-size: 22px;
  }
}
#homeCourt .Hero-Parent .yellow-streak {
  display: none;
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 50%;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cg%3E%3Cpath d='M 0 0 Q 51 1 100 5 L 100 0 L 10 0 ' fill='%23f4cc48'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .yellow-streak {
    display: block;
  }
}
#homeCourt .Hero-Parent .clip-me {
  display: none;
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 28%;
  z-index: 9;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Parent .clip-me {
    display: block;
  }
}
#homeCourt .Hero-Mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  height: min-content;
  z-index: 11;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Mobile {
    display: none;
  }
}
#homeCourt .Hero-Mobile .slider .slide .image {
  height: 100vw;
  width: 100vw;
  display: flex;
  align-items: center;
}
#homeCourt .Hero-Mobile .slider .slide .hc-img-mb {
  position: absolute;
  height: auto;
  padding: 20px;
  margin-bottom: 25vw;
}
#homeCourt .Hero-Mobile .slider .slide .text-container {
  position: relative;
  top: 0;
  padding: 0 15px;
  font-size: 2.5rem;
  font-family: Inlanders;
  color: #fff;
  display: flex;
  align-items: center;
  background: url(../assets/image/mobile-hero-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(1.27927928 * 100vw);
  line-height: 1;
  z-index: 2;
}
@media only screen and (min-width: 768px)  {
  #homeCourt .Hero-Mobile .slider .slide .text-container {
    background-size: 100% 100%;
    height: calc(0.5 * 100vw);
    width: 100vw;
    top: 25vw;
  }
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Hero-Mobile .slider .slide .text-container {
    height: calc(1.28 * 100vw);
  }
}
#homeCourt .Hero-Mobile .slider .slide .text-container .text h1 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Arial';
}
@media only screen and (min-width: 768px)  {
  #homeCourt .Hero-Mobile .slider .slide .text-container .text {
    font-size: 30px;
  }
}
#homeCourt .Homecourt-Links {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -30vw;
}
@media only screen and (min-width: 768px)  {
  #homeCourt .Homecourt-Links {
    margin-top: 13vw;
  }
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links {
    margin-top: -13vw;
  }
}
#homeCourt .Homecourt-Links .navigation-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#homeCourt .Homecourt-Links .navigation-title .row {
  width: 100%;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links .navigation-title .row {
    width: 55%;
  }
}
#homeCourt .Homecourt-Links .navigation-title .row a h2 {
  color: #f4cc48;
  font-family: Inlanders;
  font-weight: bold;
}
#homeCourt .Homecourt-Links .navigation-title .row p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links .navigation-title .row p {
    font-size: 18px;
  }
}
#homeCourt .Homecourt-Links .navigation-title .dropdown-icon-right svg {
  transform: rotateY(0deg) rotate(-90deg);
  height: 25px;
  width: 25px;
  fill: #f4cc48;
}
#homeCourt .Homecourt-Links > div {
  padding: 25px 20px;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links > div {
    padding: 30px 100px;
  }
}
#homeCourt .Homecourt-Links > div:nth-child(odd) {
  background: radial-gradient(circle at center, #00671D 15%, #012c10 45%, #001908 70%, #000000 100%) no-repeat;
  background-size: 175% 100%;
  background-position: 30%;
}
#homeCourt .Homecourt-Links > div:nth-child(odd) .woosh {
  width: 0;
  height: 0;
  border-bottom: 1vh solid #ffffff;
  border-right: 100vw solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -20px;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links > div:nth-child(odd) .woosh {
    margin-left: -100px;
  }
}
#homeCourt .Homecourt-Links > div:nth-child(even) {
  background: radial-gradient(circle at center, #03a93c 0%, #064415 55%, #001908 70%, #000000 90%) no-repeat;
  background-size: 200% 300%;
  background-position: 60%;
}
#homeCourt .Homecourt-Links > div:nth-child(even) .woosh {
  width: 0;
  height: 0;
  border-bottom: 1vh solid #facc10;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: 0;
}
#homeCourt .Homecourt-Links > div:first-child {
  padding: 130px 25px 25px;
  background: radial-gradient(at top right, #00671D 25%, #012c10 55%, #001908 70%, #000000 100%) no-repeat;
}
@media only screen and (min-width: 992px)  {
  #homeCourt .Homecourt-Links > div:first-child {
    padding: 13vw 100px 2vw;
    background: #00380B;
  }
}
#homeCourt .mscoEnroll .text {
  font-style: unset;
}
#homeCourt .mscoEnroll .button {
  max-width: 300px;
}
