* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Merriweather", serif;
  margin: 0px;
}

a {
  background-color: goldenrod;
  text-decoration: none;
  color: white;
  border-radius: 0.25rem;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: black;
  font-size: 2rem;
}

h1 {
  font-size: 3rem;
}

li,
button,
label,
input,
a,
p {
  font-size: 2rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

ul {
  list-style: none;
}

.bold {
  font-weight: 900;
}

.hero {
  min-height: 90vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f3f7fa;
}

.hero .hero-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 40rem;
          flex: 2 1 40rem;
  text-align: center;
  -webkit-animation: hero-introduction 0.5s ease-in;
          animation: hero-introduction 0.5s ease-in;
}

.hero h1 {
  font-size: 8rem;
  position: relative;
}

.hero h1 .givers {
  color: #9a8500;
}

.hero h1 .university {
  color: #707070;
}

.p3-wrapper {
  margin-top: 10rem !important;
}

.bold-hook {
  font-weight: 1000;
  font-size: 2.3rem;
}

.wisdom-heading {
  color: #9a8500;
  text-decoration: underline;
  font-style: italic;
}

.wealth-heading {
  color: #733773;
  text-decoration: underline;
  font-style: italic;
}

.wellness-heading {
  color: green;
  text-decoration: underline;
  font-style: italic;
}

.trade-mark {
  font-size: 2rem;
  position: absolute;
  bottom: 0;
}

.hero-introduction p {
  padding: 5rem 10rem;
}

.hero-introduction h2 {
  padding-top: 3rem;
}

.hero-introduction button {
  padding: 2rem 8rem;
  border: 3px solid black;
  margin-bottom: 4rem;
  z-index: 2;
  cursor: pointer;
  color: black;
  font-size: 2.5rem;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #f59300;
  -webkit-box-shadow: 2px 2px 7px 1px #000000;
          box-shadow: 2px 2px 7px 1px #000000;
}

.hero-introduction button:hover {
  background: #b86f01;
}

.hero-images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  z-index: 1;
  -webkit-transform: translateX(10rem) skew(-10deg);
          transform: translateX(10rem) skew(-10deg);
  margin-right: 0;
}

.hero-image {
  min-width: 60vw;
  min-height: 90vh;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.quiz-banner {
  background-color: #0a283f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  width: 100%;
}

.quiz-banner a {
  display: inline-block;
  border: white 0.5rem solid;
  text-decoration: none;
  padding: 4rem;
  border-radius: 50%;
  background-color: #a7d5f9;
  z-index: 1;
}

.quiz-banner a:hover {
  background-color: #f3f7fa;
}

.quiz-banner .quiz-banner-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30rem;
          flex: 1 1 30rem;
  opacity: 0;
}

h3 {
  font-size: 3rem;
}

.give-to-be-great-article {
  background: linear-gradient(44deg, #9a8500, gold);
  color: black;
  height: 80vh;
}

.give-to-be-great-article article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.001fr 0.01fr 0.02fr 1fr;
      grid-template-rows: 0.001fr 0.01fr 0.02fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
      grid-template-areas: "header stressed-woman stressed-woman stressed-woman" "p stressed-woman stressed-woman stressed-woman" "learn-more stressed-woman stressed-woman stressed-woman" "cta stressed-woman stressed-woman stressed-woman";
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}

.give-to-be-great-article article * {
  margin-bottom: 2rem;
}

.give-to-be-great-article article header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  font-size: 4rem;
  margin-left: 4rem;
}

.give-to-be-great-article article p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: p;
}

.give-to-be-great-article article .left-border-article-1 {
  border-left: solid 7px #decc5b;
  margin-left: 4rem;
}

.give-to-be-great-article article .learn-more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: learn-more;
  background: transparent;
  text-decoration: underline;
  color: black;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.give-to-be-great-article article .learn-more:hover {
  color: whitesmoke;
}

.give-to-be-great-article article .stressed-woman-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: stressed-woman;
  overflow: hidden;
  -webkit-transform: translateX(10rem) skew(-10deg);
          transform: translateX(10rem) skew(-10deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 80vh;
  min-width: 62vw;
}

.give-to-be-great-article article .stressed-woman-container .stressed-woman {
  min-height: 70vh;
  min-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 0;
}

.corporate-training-article {
  background: linear-gradient(30deg, #966b98, purple);
  color: white;
  height: 80vh;
}

.corporate-training-article article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.001fr 0.01fr 0.02fr 1fr;
      grid-template-rows: 0.001fr 0.01fr 0.02fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
      grid-template-areas: "header fire fire fire" "p fire fire fire" "learn-more fire fire fire" "cta fire fire fire";
  text-align: center;
  line-height: 1.5;
  height: 100%;
  overflow: hidden;
}

.corporate-training-article article * {
  margin-bottom: 2rem;
}

.corporate-training-article article header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  font-size: 4rem;
  margin-left: 4rem;
}

.corporate-training-article article p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: p;
}

.corporate-training-article article .left-border-article-1 {
  border-left: solid 7px #d558e0;
  margin-left: 4rem;
}

.corporate-training-article article .learn-more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: learn-more;
  background: transparent;
  text-decoration: underline;
  color: white;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.corporate-training-article article .learn-more:hover {
  color: black;
}

.corporate-training-article article .fire-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: fire;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
  -webkit-transform: translateX(23rem) skew(10deg) scale(1.1);
          transform: translateX(23rem) skew(10deg) scale(1.1);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80vh;
  min-width: 62vw;
}

.corporate-training-article article .fire-container .fire {
  min-height: 70vh;
  min-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 0;
}

.food-article {
  background: linear-gradient(30deg, lightgreen, green);
  color: #290042;
  height: 80vh;
}

.food-article article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.001fr 0.01fr 0.02fr 1fr;
      grid-template-rows: 0.001fr 0.01fr 0.02fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
      grid-template-areas: "header fruit fruit fruit" "p fruit fruit fruit" "learn-more fruit fruit fruit" "cta fruit fruit fruit";
  text-align: center;
  line-height: 1.5;
  height: 100%;
  overflow: hidden;
}

.food-article article * {
  margin-bottom: 2rem;
}

.food-article article header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  font-size: 4rem;
  margin-left: 4rem;
}

.food-article article p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: p;
}

.food-article article .left-border-article-1 {
  border-left: solid 7px #26d60d;
  margin-left: 4rem;
}

.food-article article .learn-more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: learn-more;
  background: transparent;
  text-decoration: underline;
  color: #290042;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.food-article article .learn-more:hover {
  color: white;
}

.food-article article .food-article-image-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: fruit;
  overflow: hidden;
  -webkit-transform: translateX(10rem) skew(-10deg);
          transform: translateX(10rem) skew(-10deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 80vh;
  min-width: 62vw;
}

.food-article article .food-article-image-container .food-article-image {
  min-height: 70vh;
  min-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 0;
}

.coming-soon-button {
  pointer-events: none;
}

.cta {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: cta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 4rem;
}

.cta .cta-link {
  background: yellow;
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.cta .cta-link:hover {
  background-color: #826e00;
}

/* cards start*/
.cards {
  padding: 2rem;
}

.cards > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}

.cards > ul > li {
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
}

.cards > ul > li > figure {
  max-height: 220px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards > ul > li > figure > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.cards > ul > li > figure > figcaption > h5 {
  color: white;
  padding: 0.75rem;
  font-size: 1.8rem;
}

.cards > ul > li > p {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  color: black;
}

.cards > ul > li > a {
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.cards > ul > li > a:hover {
  background: gold;
}

/* cards end*/
::cue(.background) {
  color: white;
  background: black;
  font-weight: bolder;
}

@media screen and (max-width: 1600px) {
  .hidden {
    visibility: hidden;
  }
  .burger {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 30;
  }
  .burger:focus span {
    height: 1rem;
    width: 6rem;
  }
  .burger span {
    display: block;
    width: 3rem;
    height: 0.4rem;
    margin-bottom: 0.4rem;
    margin-right: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #a2d0f2;
    pointer-events: none;
  }
  .nav-links {
    background: #4b6070;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    z-index: 30;
    visibility: hidden;
  }
  .nav-on {
    visibility: visible;
  }
  .nav-links a {
    color: white;
    font-size: var(--header3);
    text-decoration: underline;
  }
  .nav-open {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  .toggle .line1 {
    -webkit-transform: rotateZ(-90deg) translateY(320%) translateX(-32%);
            transform: rotateZ(-90deg) translateY(320%) translateX(-32%);
    background: white;
  }
  .toggle .line2 {
    -webkit-transform: rotateZ(-90deg) translateY(-300%) translateX(-8%);
            transform: rotateZ(-90deg) translateY(-300%) translateX(-8%);
    background: white;
  }
  .toggle .line3 {
    -webkit-transform: rotateZ(-90deg) translateY(0%) translateX(20%);
            transform: rotateZ(-90deg) translateY(0%) translateX(20%);
    background: white;
  }
  /* Burger nav end */
}

@media screen and (max-width: 766px) {
  .hero .hero-introduction h1 {
    font-size: 6rem;
  }
  .hero .hero-introduction h1 .trade-mark {
    display: block;
    position: static;
    font-size: 2rem;
  }
  .hero-images {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    overflow: hidden;
  }
  .hero-images .hero-image {
    width: 100%;
  }
  .collapse-video {
    visibility: hidden;
  }
  .video-tab .expand-video {
    border-radius: 0;
    visibility: hidden;
  }
  .video-tab .expand-video:after {
    content: url("../media/icons/joey-play.svg");
    background-color: blue;
    visibility: visible;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: -2.5rem;
    padding: 1.1rem;
  }
  .give-to-be-great-article {
    height: auto;
    width: 100%;
    overflow-wrap: break-word;
  }
  .give-to-be-great-article article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .give-to-be-great-article article header {
    margin: auto;
  }
  .give-to-be-great-article article .left-border-article-1 {
    margin-left: 0;
  }
  .give-to-be-great-article article .stressed-woman-container {
    display: none;
  }
  .give-to-be-great-article article .cta {
    margin: auto;
  }
  .give-to-be-great-article article .cta .cta-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 3rem;
  }
  .collapse-video {
    display: none;
  }
  .video-tab .expand-video {
    border-radius: 0;
    padding: 1rem;
    cursor: pointer;
  }
  .corporate-training-article {
    height: auto;
    width: 100%;
    overflow-wrap: break-word;
  }
  .corporate-training-article article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .corporate-training-article article header {
    margin: auto;
  }
  .corporate-training-article article .left-border-article-1 {
    margin-left: 0;
  }
  .corporate-training-article article .fire-container {
    display: none;
  }
  .corporate-training-article article .cta {
    margin: auto;
  }
  .corporate-training-article article .cta .cta-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 3rem;
  }
  .food-article {
    height: auto;
    width: 100%;
    overflow-wrap: break-word;
  }
  .food-article article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .food-article article header {
    margin: auto;
  }
  .food-article article .left-border-article-1 {
    margin-left: 0;
  }
  .food-article article .food-article-image-container {
    display: none;
  }
  .food-article article .cta {
    margin: auto;
  }
  .food-article article .cta .cta-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 3rem;
  }
  footer {
    width: 100%;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-right: 2rem;
  }
  footer .newsletter-link {
    display: block;
    margin: 0 !important;
  }
  footer .newsletter-link:hover {
    background: #b86f01;
  }
}

@media screen and (max-width: 1316px) {
  .benfits-article .benefits-title-section .benefits-list li {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 925px) {
  .benfits-article .benefits-image-container {
    max-height: 78vh !important;
  }
  .benfits-article .benefits-image-container .benefits-image {
    min-height: 100% !important;
  }
}

@media screen and (max-width: 746px) {
  .benfits-article {
    -ms-grid-columns: (minmax(50vw, auto))[auto-fit] !important;
        grid-template-columns: repeat(auto-fit, minmax(50vw, auto)) !important;
  }
  .benfits-article .benefits-image-container {
    max-height: 78vh !important;
  }
  .benfits-article .benefits-image-container .benefits-image {
    min-height: 100% !important;
  }
  .benefits-image-container {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  html {
    overflow-x: hidden;
  }
  nav {
    width: 100%;
  }
  footer {
    width: 100%;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1931px) {
  .fire-container {
    -webkit-transform: translateX(24rem) skew(10deg) scale(1.1) !important;
            transform: translateX(24rem) skew(10deg) scale(1.1) !important;
  }
}

@media screen and (min-width: 2800px) {
  .fire-container {
    -webkit-transform: translateX(25rem) skew(10deg) scale(1.1) !important;
            transform: translateX(25rem) skew(10deg) scale(1.1) !important;
  }
}

@media screen and (min-width: 3000px) {
  .fire-container {
    -webkit-transform: translateX(27rem) skew(10deg) scale(1.1) !important;
            transform: translateX(27rem) skew(10deg) scale(1.1) !important;
  }
}

@-webkit-keyframes hero-introduction {
  from {
    -webkit-transform: translateX(50rem);
            transform: translateX(50rem);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hero-introduction {
  from {
    -webkit-transform: translateX(50rem);
            transform: translateX(50rem);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.quiz-banner-anim {
  -webkit-animation: quiz-banner-anim 1s ease;
          animation: quiz-banner-anim 1s ease;
}

@-webkit-keyframes quiz-banner-anim {
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes quiz-banner-anim {
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.joey-video-container {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  margin-left: 2rem;
  opacity: 1;
}

@-webkit-keyframes joey-video-container-first-load {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}

@keyframes joey-video-container-first-load {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}

@-webkit-keyframes joey-video-fade-in {
  to {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}

@keyframes joey-video-fade-in {
  to {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}

.video-tab .expand-video {
  -webkit-animation: joey-video-container-first-load 3s forwards;
          animation: joey-video-container-first-load 3s forwards;
  border-radius: 45%;
  padding: 2rem;
  cursor: pointer;
  background-color: #0064b1;
  color: white;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.video-tab .expand-video:hover {
  background: #01243f;
}

.video-tab .collapse-video {
  color: black;
  -webkit-animation: joey-video-container-first-load 3s forwards;
          animation: joey-video-container-first-load 3s forwards;
  position: fixed;
  cursor: pointer;
}

.video-tab .collapse-video:hover {
  background: red;
}

.joey-video {
  display: none;
  -webkit-animation: joey-video-fade-in 5s ease;
          animation: joey-video-fade-in 5s ease;
}

.video-stop-button {
  position: fixed;
  z-index: 4;
  cursor: pointer;
  border: solid black;
  -webkit-animation: joey-video-fade-in 15s ease;
          animation: joey-video-fade-in 15s ease;
}

.video-stop-button:focus {
  color: red;
}

.video-stop-button:hover {
  padding: 1rem;
  color: red;
}

.main-header {
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

nav {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 15vh;
  padding: 5rem 0rem;
  background-color: #012b4b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

nav a {
  background-color: transparent;
  font-weight: 600;
  color: white;
  margin-right: 0;
  margin-left: 1.5rem;
  font-size: 2.5rem;
  overflow-x: auto;
}

nav a:focus {
  border: 5px solid orange;
}

nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .active {
  -webkit-text-decoration: underline skyblue;
          text-decoration: underline skyblue;
}

.give-to-be-great-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.give-to-be-great-link:hover {
  color: #ffffac;
}

.corporate-training-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.corporate-training-link:hover {
  color: #ffffac;
}

.products-and-services-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.products-and-services-link:hover {
  color: #c6ff8c;
}

.smart-food-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.smart-food-link:hover {
  color: #c6ff8c;
}

.instructor-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.instructor-link:hover {
  color: #eec5ff;
}

.campus-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.campus-link:hover {
  color: #eec5ff;
}

.thinkubator-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.thinkubator-link:hover {
  color: #eec5ff;
}

.contactus-link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.contactus-link:hover {
  color: #ffffac;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

footer {
  margin-top: 0;
  padding-bottom: 2rem;
  padding-left: 5rem;
  height: 100%;
  width: 100%;
  background: #e9edf0;
  line-height: 1.5;
}

footer .copy-right {
  text-align: center;
}

footer .copy-right aside p {
  font-size: 1.5rem;
}

footer .copy-right p {
  font-size: 1rem;
}

footer section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .newsletter-link {
  padding: 2rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6rem;
  background-color: #f59300;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 7px 1px #000000;
          box-shadow: 2px 2px 7px 1px #000000;
  font-weight: bolder;
}

footer .newsletter-link:hover {
  background: #b86f01;
}

footer .newsletter-link:focus {
  background: #b86f01;
}

footer a {
  background-color: transparent;
}

footer a:focus {
  fill: #a2d0f2;
}

svg {
  height: 5rem;
  width: 5rem;
  margin-left: 2rem;
  margin-top: 1rem;
}

svg:hover {
  fill: #a2d0f2;
}

.give-to-be-great-title-section {
  color: gold;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: black;
}

.give-to-be-great-title-section .give-to-be-great-title {
  position: absolute;
  top: 20%;
  background-color: black;
  z-index: 2;
  text-align: center;
}

.give-to-be-great-title-section .give-to-be-great-title h2 {
  color: silver;
}

.give-to-be-great-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-animation: 2s give-to-be-great-hero-image normal ease-in;
          animation: 2s give-to-be-great-hero-image normal ease-in;
}

@-webkit-keyframes give-to-be-great-hero-image {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes give-to-be-great-hero-image {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.give-to-be-great-main {
  background-color: #f3f7fa;
  text-align: center;
}

.give-to-be-great-main h3 {
  color: #012b4b;
}

.give-to-be-great-main p {
  color: black;
}

.give-to-be-great-main * {
  max-width: 100%;
}

.vow-section {
  line-height: 1.5;
  text-align: start;
  margin-left: 1rem;
}

.vow-section h3 {
  -webkit-animation: 3s give-to-be-great-hero-image normal ease-in;
          animation: 3s give-to-be-great-hero-image normal ease-in;
}

.vow-section p {
  -webkit-animation: 3s give-to-be-great-hero-image normal ease-in;
          animation: 3s give-to-be-great-hero-image normal ease-in;
}

.vow-article {
  margin-top: 3rem;
}

.transformation-header {
  color: #a31b18 !important;
}

.course-pitch-container {
  -webkit-animation: 3s give-to-be-great-hero-image normal ease-in;
          animation: 3s give-to-be-great-hero-image normal ease-in;
}

.course-pitch-container h4 {
  font-size: 2.5rem;
  margin-top: 2rem;
}

.purchase-section {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1rem;
}

.purchase-section .purchase {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, auto));
  gap: 1rem;
  width: 100%;
}

.course-box {
  background-color: lightgray;
  position: relative;
  min-height: 52vh;
  text-align: center;
  -webkit-box-shadow: 3px 3px 13px 3px black;
          box-shadow: 3px 3px 13px 3px black;
  min-height: 86vh;
}

.course-box .course-header {
  background-color: #0a294f;
  display: block;
  margin-bottom: 2rem;
  min-height: 18rem;
}

.course-box .course-header aside {
  color: silver;
}

.course-box .course-header h5 {
  color: gold;
  font-size: 2.8rem;
}

.course-box .course-header .mindset-header {
  color: #ff0000;
}

.course-box .course-header .lifestyle-header {
  color: #00ff00;
}

.course-box .course-header .lifelonglearning-header {
  color: #f759da;
}

.course-box .course-header p {
  color: white;
}

.course-box .course-contents {
  line-height: 2;
}

.course-box .course-contents p {
  font-size: 1.6rem;
  border-bottom: dashed thin;
}

.course-box .spacer {
  height: 5rem;
  width: 100%;
}

.course-box a {
  padding: 0.5rem 1rem;
  height: 5rem;
  width: 100%;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #deb62f;
}

.course-box a:hover {
  background: gold;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 3rem;
  min-height: 30rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(45deg, #012b4b, #518296);
  color: white;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 4rem;
  width: 4rem;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: skyblue;
  cursor: pointer;
}

.dot:focus {
  background-color: skyblue;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

html {
  overflow-x: hidden;
}

.corporate-training-body {
  background: linear-gradient(88deg, #f3f7fa, skyblue);
  max-width: 100%;
  overflow-x: hidden;
}

.corporate-training-main-title-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(48.5vw, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(48.5vw, auto));
  gap: 0px 3rem;
  margin-top: 5rem;
  background: linear-gradient(88deg, #f3f7fa, skyblue);
}

.training-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: 2rem;
}

.training-title-list h1 {
  font-size: 6rem;
}

.training-title-list h2 {
  font-size: 3rem;
}

.training-title-list .evaluation-benefits {
  list-style: disc;
  border-left: 1rem solid #00485e;
  padding: 3rem;
  line-height: 3;
}

.training-title-list .evaluation-benefits li {
  border-bottom: #00485e 0.5rem solid;
  font-size: 2.3rem;
}

.eval-submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.eval-submit-form input {
  width: 90%;
  height: 9rem;
  color: black;
  font-size: 2.5rem;
  text-align: center;
  margin-top: -1rem;
}

.eval-submit-form input:focus {
  background-color: whitesmoke;
}

.eval-submit-form textarea {
  width: 90%;
  font-size: 3rem;
  height: 55rem;
  line-height: 3;
}

.eval-submit-form .submit {
  cursor: pointer;
  color: black;
  font-size: 2.5rem;
  font-weight: 600;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #f59300;
  width: 81%;
}

.eval-submit-form .submit:hover {
  background: #b86f01;
}

input {
  border: navy 3px solid;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

textarea {
  border: navy 3px solid;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

textarea::-ms-input-placeholder {
  opacity: 1;
}

textarea::placeholder {
  opacity: 1;
}

.floating {
  margin-bottom: 2rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 90%;
}

.floating:hover .floating__input {
  border-color: blue;
}

.floating__input {
  padding: 1.8rem 1rem 0.6rem;
  font-size: 1rem;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  height: 6rem;
}

.floating__input::-webkit-input-placeholder {
  color: #0000;
}

.floating__input:-ms-input-placeholder {
  color: #0000;
}

.floating__input::-ms-input-placeholder {
  color: #0000;
}

.floating__input::placeholder {
  color: #0000;
}

.floating__input:focus + .floating__label::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating__input:focus + .floating__label::before {
  -webkit-transform: translate3d(0, -7.12rem, 0) scale3d(0.82, 0.82, 1);
          transform: translate3d(0, -7.12rem, 0) scale3d(0.82, 0.82, 1);
  color: green;
}

.floating__input:placeholder-shown + .floating__label::before {
  -webkit-transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
          transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating__label::before {
  color: black;
  content: attr(data-content);
  display: inline-block;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  left: 0.3rem;
  bottom: 0.4rem;
  position: relative;
  -webkit-transform: translate3d(0, -8.12rem, 0) scale3d(0.82, 0.82, 1);
          transform: translate3d(0, -8.12rem, 0) scale3d(0.82, 0.82, 1);
  pointer-events: none;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  -webkit-transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  pointer-events: none;
}

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 1rem;
  position: absolute;
  width: 1px;
}

.text-area-label {
  margin-top: 2rem;
  bottom: 47rem;
  width: 100%;
  font-size: 1.9rem;
}

.text-area-label::-webkit-input-placeholder {
  opacity: 1;
}

.text-area-label:-ms-input-placeholder {
  opacity: 1;
}

.text-area-label::-ms-input-placeholder {
  opacity: 1;
}

.text-area-label::placeholder {
  opacity: 1;
}

.text-area-label::before {
  color: black;
  content: attr(data-content);
  display: inline-block;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  left: 1rem;
  bottom: 0.4rem;
  position: relative;
  -webkit-transform: translate3d(0, -8.12rem, 0) scale3d(0.82, 0.82, 1);
          transform: translate3d(0, -8.12rem, 0) scale3d(0.82, 0.82, 1);
}

.text-area-label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  -webkit-transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 10, 0.2, 1);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 10, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.4, 10, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  transition: transform 180ms cubic-bezier(0.4, 10, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 180ms cubic-bezier(0.4, 10, 0.2, 1);
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.benefits-section {
  margin-top: 6rem;
  max-height: 100%;
}

.benefits-section .benfits-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(48.5vw, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(48.5vw, auto));
  gap: 0px 1rem;
  text-align: center;
}

.benefits-section .benfits-article .benefits-title-section h4 {
  font-size: 4rem;
}

.benefits-section .benfits-article .benefits-title-section .benefits-list li {
  margin-top: 6rem;
}

.benefits-section .benfits-article .benefits-image-container {
  max-height: 64vh;
}

.benefits-section .benfits-article .benefits-image-container .benefits-image {
  min-width: 50vw;
  max-width: 100%;
  height: 100%;
  margin-bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.article1 {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#710404), to(#0101ba));
  background: linear-gradient(180deg, #710404, #0101ba);
}

.article2 {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf8301), to(purple));
  background: linear-gradient(180deg, #bf8301, purple);
}

.free-eval-hook {
  background-color: skyblue;
  text-align: center;
  font-weight: bold;
}

.free-eval-hook h5 {
  font-size: 3rem;
}

.free-eval-hook a {
  margin-top: 1rem;
  padding: 3rem;
  font-weight: bold;
  border-radius: 45%;
  -webkit-box-shadow: 0px 1px 5px 4px black;
          box-shadow: 0px 1px 5px 4px black;
  color: #000004;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.free-eval-hook a:hover {
  background-color: white;
}

.free-eval-hook a:focus {
  background-color: white;
}

.main-thanks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100%, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100%, auto));
  gap: 0px 3rem;
}

.main-thanks-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main-thanks-text h1 {
  font-size: 6rem;
  color: #c28c02;
}

.main-thanks-text h2 {
  font-size: 4rem;
}

.main-thanks-text p {
  font-size: 3rem;
}

.thanks-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 70vh;
}

.super-smart-foods-main {
  background-color: #d7ffd7;
}

.super-smart-food-main-title-section {
  color: white;
  background-image: url("../media/images/vegtest.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 60vh;
}

.super-smart-food-main-title-section .super-smart-title {
  background-color: #1c681c;
  text-align: center;
}

.super-smart-food-main-title-section .super-smart-title h1 {
  font-size: 4rem;
  color: #d5fed5;
}

.super-smart-food-main-title-section .super-smart-title .coming-soon {
  font-size: 3.5rem;
}

.super-smart-food-main-title-section .super-smart-title h2 {
  color: #d5fed5;
}

.foods-section {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  text-align: center;
  color: #135413;
}

.foods-section .food-list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.foods-section .food-list img {
  border-radius: 50%;
}

.foods-section .food-list h4 {
  color: #09a409;
}

.foods-section .food-list .fun-waters {
  width: 100%;
}

.foods-section .food-list .fun-waters li {
  display: inline-block;
  margin: 2rem;
}

.benefits-of-smart-foods-opening-section {
  font-size: 4rem;
  text-align: center;
  background-color: #1c681c;
  color: #d5fed5;
  min-height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.old-paradigm-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: lightgrey;
}

.old-paradigm-section h6 {
  font-size: 3rem;
}

.old-paradigm-section p {
  width: 100%;
}

.old-paradigm-section .old-paradigm-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.old-paradigm-section .old-paradigm-image-container .old-paradigm-image {
  width: 100%;
  max-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-paradigm-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #015e1c;
  color: white;
}

.new-paradigm-section h6 {
  font-size: 3rem;
}

.new-paradigm-section p {
  width: 100%;
}

.new-paradigm-section .new-paradigm-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.new-paradigm-section .new-paradigm-image-container .new-paradigm-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 30vh;
  -o-object-position: left;
     object-position: left;
}

.fibonacci-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30vh, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30vh, auto));
  height: auto;
  text-align: center;
}

.fibonacci-section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fibonacci-section h6 {
  font-size: 2.5rem;
}

.fibonacci-section img {
  min-height: 50vh;
  min-width: 50vh;
  height: 100%;
  width: 100%;
}

.instructors-oppty-main {
  background-color: #f3f7fa;
  overflow-x: hidden;
  overflow-y: hidden;
}

.givers {
  color: #9a8500;
}

h1 .givers {
  font-size: 7rem;
}

.university {
  color: #707070;
}

h1 .university {
  font-size: 6rem;
  color: silver;
}

.instructors-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #060629;
  color: white;
}

.instructors-main-title .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.instructors-main-title .title-wrapper h2 {
  font-size: 4rem;
}

.instructors-main-title img {
  max-height: 90vh;
  -o-object-fit: fill;
     object-fit: fill;
  height: 100%;
  width: 50vw;
}

.p-wrapper {
  display: block;
  font-size: 2.8rem;
  margin-top: 2rem;
  line-height: 1.5;
}

.main-title-paragraph {
  margin-top: 5rem;
  font-size: 2.8rem;
  margin-bottom: 5rem;
  text-align: center;
}

.positions-overview-section {
  text-align: center;
}

.positions-overview-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.positions-overview-section ul li p {
  max-width: 40vw;
  line-height: 2;
}

.positions-overview-section ul li .positions-image {
  width: 50vw;
  height: 50rem;
  min-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.positions-overview-section .benefit-give-to-be-great-link {
  color: #5e5202;
  background-color: transparent;
  text-decoration: underline;
}

.positions-overview-section .benefit-give-to-be-great-link:hover {
  color: #d0b400;
}

.positions-overview-section .benefit-give-to-be-great-link:focus {
  border: 2px solid orange;
}

.hidden-label {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 1rem;
  position: absolute;
  width: 1px;
}

.both-position-benefits-section {
  margin-left: 5rem;
}

.both-position-benefits-section h3 {
  padding: 3rem;
  margin-bottom: -3rem;
}

.both-position-benefits-section ul {
  list-style: square;
  padding: 3rem;
}

.both-position-benefits-section ul li {
  margin-top: 2rem;
}

.both-position-benefits-section .benefit-smart-food-link {
  background-color: transparent;
  color: green;
  text-decoration: underline;
}

.both-position-benefits-section .benefit-smart-food-link:hover {
  color: #0d520d;
}

.both-position-benefits-section .benefit-smart-food-link:focus {
  border: 2px solid orange;
}

.instructor-benefits-section {
  margin-left: 5rem;
  margin-top: 2rem;
}

.instructor-benefits-section h4 {
  font-size: 3rem;
}

.instructor-benefits-section ul {
  list-style-type: disc;
  padding: 2rem;
}

.instructor-benefits-section ul li {
  margin-top: 2rem;
}

.proven-system-section {
  margin-top: 2rem;
  text-align: center;
}

.proven-system-section h5 {
  font-size: 2.5rem;
  letter-spacing: 0.7rem;
  color: #9a8500;
}

.proven-system-section ul li {
  line-height: 2;
}

.personality-traits-section {
  margin-top: 2rem;
  text-align: center;
}

.personality-traits-section h5 {
  font-size: 2.5rem;
}

.personality-traits-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #bdd1f6;
}

.personality-traits-section ul li {
  padding: 3rem;
  font-style: italic;
}

.apply-hook-section {
  text-align: center;
}

.apply-hook-section h6 {
  font-size: 2rem;
}

.eval-submit-form-container {
  position: relative;
}

.form-bg {
  background-image: url("../media/images/happy-office.jpg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  margin-bottom: 0;
}

.instructor-oppty-form {
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}

.instructor-oppty-form legend {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-style: italic;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}

.instructor-oppty-form .select-label {
  border: navy 1px solid;
  width: 81%;
  border-bottom: none;
  background-color: white;
}

.instructor-oppty-form select {
  width: 81%;
  height: 9rem;
  font-size: 3rem;
  border: navy 3px solid;
  margin-bottom: 2rem;
  cursor: pointer;
  text-align-last: center;
}

.instructor-oppty-form select::-webkit-input-placeholder {
  opacity: 1;
}

.instructor-oppty-form select:-ms-input-placeholder {
  opacity: 1;
}

.instructor-oppty-form select::-ms-input-placeholder {
  opacity: 1;
}

.instructor-oppty-form select::placeholder {
  opacity: 1;
}

.instructor-oppty-form select:focus {
  background-color: whitesmoke;
}

.instructor-oppty-form select:hover {
  border-color: blue;
}

.campus-title-section {
  text-align: center;
  min-height: 40vh;
  background-color: #060629;
  color: white;
}

.campus-title-section .givers {
  font-size: 5rem;
}

.campus-title-section .university {
  font-size: 5rem;
}

.campus-title-section h1 {
  font-size: 5rem;
}

.campus-title-section aside {
  font-size: 3rem;
}

.five-campus-section {
  background-color: #f3f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.five-campus-section h4 {
  font-size: 3rem;
}

.five-campus-section ul {
  margin-top: 4rem;
  margin-left: 2rem;
}

.five-campus-section ul li {
  margin-top: 1.8rem;
}

.five-campus-section .company-wheel {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.extra-benefits-section {
  margin-top: 2rem;
  background-color: #060629;
  color: white;
}

.extra-benefits-section h5 {
  font-size: 2.5rem;
  text-align: center;
}

.extra-benefits-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extra-benefits-section ul li {
  padding: 2rem;
  width: 33%;
  font-size: 1.6rem;
}

.campus-ending {
  font-size: 5rem;
  text-align: center;
  margin-top: 3rem;
  font-style: italic;
  letter-spacing: 2rem;
  height: 40vh;
  color: white;
  background-image: url("../media/images/campus images/diploma.jpg");
  background-size: cover;
}

.thinku-title-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thinku-title-section h1 {
  font-size: 4rem;
}

.thinku-title-section aside {
  font-size: 2rem;
}

.thinku-title-section h2 {
  font-size: 3rem;
}

.thinku-title-section article {
  max-width: 50%;
}

.thinku-benefit {
  margin-top: 5rem;
}

.thinku-img-container {
  min-height: 100%;
  min-width: 50%;
}

.thinku-img-container .thinku-img {
  width: 100%;
  height: 100%;
}

.thinku-provides {
  margin-left: 2rem;
}

.thinku-provides h4 {
  font-size: 2.5rem;
  margin-top: 2rem;
}

.thinku-provides .thinku-list {
  list-style: disc;
  padding: 2rem;
}

.thinku-provides .thinku-list li {
  margin-top: 2rem;
}

.thinku-ending {
  font-size: 5rem;
  text-align: center;
  margin-top: 3rem;
  font-style: italic;
  letter-spacing: 2rem;
  height: 40vh;
  color: white;
  background-image: url("../media/images/thinkubator images/lightbulb.jpg");
  background-size: cover;
  background-position: center;
}

.thinku-ending-title {
  background-color: #060629;
  position: absolute;
  left: 0;
  right: 0;
}

.contact-body {
  background-color: #f3f7fa;
}

.contact-svg {
  fill: navy;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}

.contact-link {
  background: transparent;
  text-decoration: underline;
}

.contact-link:hover {
  color: orangered;
}

.contact-section {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.contact-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-section ul li {
  margin-top: 5rem;
}

.contact-us-form {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 5rem;
}

.contact-us-form input {
  width: 100%;
  height: 9rem;
  font-size: 2rem;
}

.contact-us-form textarea {
  width: 100%;
  height: 54rem;
  font-size: 2rem;
  padding-top: 4rem;
}

.contact-us-form .submit {
  width: 90%;
  cursor: pointer;
  background-color: orange;
  -webkit-box-shadow: black 1px 1px 1px 1px;
          box-shadow: black 1px 1px 1px 1px;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}

.contact-us-form .submit:hover {
  background-color: #b37501;
}

.junto-main {
  background-color: #f3f7fa;
}

.junto-credo {
  color: #9a8500;
}

.greater-junto-header {
  color: #9a8500;
}

.junto-insider-header {
  color: #008000;
}

.junto-mill-header {
  color: #733773;
}

.junto-background-color-main {
  margin-left: 10rem;
}

.junto-intro-section h1 {
  font-size: 4rem;
  color: #9a8500;
}

.junto-desc-and-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.junto-desc-and-pic h4 {
  font-size: 2.5rem;
}

.junto-desc-and-pic img {
  margin-left: 10rem;
}

.junto-form-scoll-link {
  text-decoration: underline;
  color: #5e5202;
  background-color: transparent;
}

.junto-form-scoll-link:hover {
  color: goldenrod;
}

.junto-submit-form {
  margin-top: 5rem;
  background-color: whitesmoke;
  width: 100vw;
}

.junto-fieldset {
  width: 81%;
  color: black;
  font-size: 2.5rem;
  border: navy 3px solid;
  text-align: center;
  margin-top: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.junto-fieldset:focus {
  background-color: whitesmoke;
}

.junto-fieldset:hover {
  border-color: blue;
}

.junto-checkbox-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
}

#junto-options {
  width: 2.5rem;
  margin-right: 2rem;
}

.pure-gives-first-article {
  text-align: left;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-first-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.p-first-image-container p {
  width: 50%;
  line-height: 1.5;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pure-give-image-one {
  min-height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pure-give-image-two {
  width: 80%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */