/**********/
/* COLORS */
/**********/
/**********/
/* SIZES  */
/**********/
/**********/
/* COLORS */
/**********/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
.header-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -10px;
}
#header-video-container {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  min-width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-video-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateZ(1px);
  margin-top: auto;
  margin-bottom: auto;
}
#video-mask {
  position: absolute;
  width: 100%;
  min-height: 700px;
  height: 100%;
  overflow: hidden;
  transform: translateZ(1px);
  filter: brightness(50%);
}
.video-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  min-height: 100%;
  aspect-ratio: 16/9;
}
#player {
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.social-media-buttons {
  text-align: right;
  z-index: 2;
  transform: translateZ(1px);
}
.social-media-buttons > a {
  margin: 4px;
}
#home-registration a {
  color: #bad80a;
}
#home-registration a:hover {
  text-decoration: underline;
}
.header-magnyfying-glass {
  position: absolute;
  max-width: 870px !important;
  right: 0;
}
.text-highlight-color {
  margin-top: 1em !important;
  line-height: 0.8;
  font-size: 4em !important;
  color: red !important;
}
.ui.segment {
  font-size: 12pt;
}
.ui.massive.button {
  background-color: #bad80a;
  color: black;
}
.ui.huge.header {
  font-family: 'Exo', sans-serif;
  color: #1F81C4;
  text-transform: uppercase;
}
.ui.medium.header {
  font-family: 'Exo', sans-serif;
  color: #1F81C4;
  font-size: 2em !important;
  text-transform: uppercase;
}
.header-text {
  z-index: 2;
  position: relative;
  font-family: 'Exo', sans-serif;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.sub-header-text {
  font-family: 'Exo', sans-serif;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.gigantic {
  font-size: 7.5em;
  line-height: 0.8em;
}
.step-number {
  background: #bad80a;
  padding-top: 40px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  font-size: 36pt;
  color: black;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media all and (min-width: 767px) {
  .header-main {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    width: auto;
    text-align: center;
  }
  .header-main .header-text,
  .header-main img {
    display: inline-block;
  }
  .header-main .header-text {
    vertical-align: top;
    font-size: 3.4em;
    line-height: 1.9em;
  }
  .header-main .header-text img.footprints {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .header-main .header-text.-left {
    padding-right: 15px;
  }
  .header-main .header-text.-left img.footprints {
    vertical-align: top;
    padding-top: 4px;
  }
  .header-main .header-text.-right {
    padding-left: 15px;
  }
  .header-main .header-text.-right img.footprints {
    vertical-align: bottom;
    margin-bottom: -13px;
  }
  .header-main .header-text .extra-text {
    display: block;
    font-size: 0.5em;
    font-weight: 300;
    line-height: 0em;
  }
  .header-main img {
    width: 150px;
    margin-top: -25px;
  }
  div.embed {
    height: 540px;
  }
}
@media all and (max-width: 766px) {
  .text-highlight-color {
    line-height: 0.8;
    font-size: 3em !important;
    color: red !important;
  }
  .gigantic {
    font-size: 5.5em;
    line-height: 0.8em;
  }
  .header-main {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    width: auto;
    text-align: center;
    display: block;
    overflow: auto;
  }
  .header-main .header-text,
  .header-main img {
    display: block;
  }
  .header-main img.footprints {
    display: none;
  }
  .header-main .header-text {
    vertical-align: top;
    font-size: 2.4em;
    line-height: 1.2em;
    float: left;
  }
  .header-main .header-text .extra-text {
    display: block;
    font-size: 0.5em;
    font-weight: 300;
    line-height: 1em;
  }
  .header-main img {
    width: 100px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  div.embed {
    height: 190px;
  }
}
