* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
html {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: 'Fellix', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  overflow-y: auto;
}
a {
  color: #B188EE;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover {
  text-decoration: underline;
  color: white;
}
h2 {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #B188EE;
  background: #A767E5;
  background: linear-gradient(135deg, #a767e5 0%, #2d68d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 span.subtitle {
  display: block;
  font-weight: 500;
}
h3 {
  margin-top: 3rem;
  text-transform: uppercase;
}
b,
strong {
  font-weight: bold;
}
p {
  line-height: 1.4em;
}
p span {
  color: #B188EE;
}
p.lead {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 0;
}
p.smaller {
  font-size: 0.9em;
  line-height: 1.3em;
}
.solid {
  display: block;
  padding: 1em;
  background: #606060;
}
.solid p {
  margin-top: 0;
}
.gradtext {
  background: #A767E5;
  background: linear-gradient(135deg, #a767e5 0%, #2d68d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button {
  display: block;
  padding: 0.5rem 1rem;
  color: blue;
  border: 2px solid blue;
  background-color: white;
}
.button:hover {
  background-color: blue;
  color: white;
}
a.cta-btn,
a.btn {
  display: inline-block;
  background: #2D68D2;
  background: linear-gradient(135deg, #a767e5 0%, #2d68d2 100%);
  text-decoration: none;
  font-weight: bold;
  padding: 1.1rem 1.7rem;
  margin: 1em auto;
  color: white;
  transition: background 0.2s, transform 0.3s;
  border-radius: 4px;
  transform: scale(1);
}
a.cta-btn:hover,
a.btn:hover {
  background: linear-gradient(135deg, #a767e5 0%, #a767e5 30%, #2d68d2 100%);
  transform: scale(1.05);
}
a.cta-btn.small {
  padding: 0.9rem 1.2rem;
  font-size: 0.9em;
}
a.btn-border {
  display: inline-block;
  border: 2px solid black;
  padding: 0.8rem 1rem;
  font-weight: bold;
  text-decoration: none;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
ul,
ol {
  padding-left: 1rem;
}
.media-small {
  display: block;
}
.media-medium,
.media-large {
  display: none;
}
.block {
  position: relative;
  width: 100%;
}
.block .inner-block {
  position: relative;
  width: 100%;
  padding: 1.5rem;
}
.block .inner-block .left h1 {
  margin-top: 1rem;
}
.block.title-block .inner-block {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: max(40vw, 320px);
}
.block.title-block .inner-block .featured-image-container {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.block.title-block .inner-block .featured-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.title-block .inner-block .title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.block.title-block .inner-block .title-container .title p.bread {
  display: block;
  margin-top: 0;
  font-size: 1rem;
}
.block.title-block .inner-block .title-container .title h1 {
  display: block;
  line-height: 1em;
  margin: 0;
}
.block.title-block .inner-block .title-container .title .line {
  border-bottom: 4px solid #B188EE;
}
.nkfi-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.nkfi-logo img {
  max-height: 100px;
}
header.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: black;
  transition: background-color 0.3s;
}
header.header .inner-block .mome925-logo-container {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: white;
}
header.header .inner-block .mome925-logo-container .mome-container {
  width: 99px;
  height: 20px;
  flex-shrink: 0;
}
header.header .inner-block .mome925-logo-container .numbers-container {
  display: flex;
  width: 100%;
  /*animation-name: logoStretchAnim;
				animation-duration: 10s;
				animation-iteration-count: infinite;
				animation-timing-function: ease-out;*/
}
header.header .inner-block .mome925-logo-container .numbers-container .num-9 {
  margin-left: 0;
  margin-right: 1px;
  flex: 0 0 auto;
}
header.header .inner-block .mome925-logo-container .numbers-container .underline {
  position: relative;
  flex: 1 1 auto;
  margin-right: 0;
  width: 0%;
}
header.header .inner-block .mome925-logo-container .numbers-container .underline .line {
  position: relative;
  width: calc(100% - 4px);
  height: 4px;
  background: linear-gradient(270deg, #a767e5 0%, #2d68d2 100%);
  margin-top: 20px;
}
header.header .inner-block .mome925-logo-container .numbers-container .num-25 {
  flex: 0 0 auto;
  display: flex;
}
header.header .inner-block .mome925-logo-container .numbers-container .num-25 .subtitle {
  font-size: 0.8em;
  font-weight: 500;
  padding-left: 12px;
  transform: translateY(-6px);
}
header.header .inner-block .menu-container {
  margin-top: 2.4rem;
}
@keyframes logoStretchAnim {
  0% {
    width: 0%;
  }
  25% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
nav.main-nav,
nav.side-nav {
  display: none;
}
nav.main-nav ul,
nav.side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.main-nav ul li,
nav.side-nav ul li {
  display: block;
  margin-bottom: 0.6rem;
}
nav.main-nav ul li a,
nav.side-nav ul li a {
  position: relative;
  display: block;
  height: 1.3em;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}
nav.main-nav ul li a .underline,
nav.side-nav ul li a .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #a767e5 0%, #2d68d2 100%);
}
nav.main-nav ul li a .text,
nav.side-nav ul li a .text {
  position: absolute;
  top: 0;
  left: -1px;
  padding-bottom: 4px;
  padding-right: 4px;
  background-color: black;
  transition: padding-right 0.2s;
}
nav.main-nav ul li a:hover .text,
nav.side-nav ul li a:hover .text,
nav.main-nav ul li a.selected .text,
nav.side-nav ul li a.selected .text {
  padding-right: 1em;
}
nav.side-nav {
  display: none;
}
.content-wrapper {
  position: relative;
  flex: 1 0 auto;
}
.content-container {
  position: relative;
  width: 100%;
  max-width: 860px;
}
.video-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .video iframe {
  width: 100%;
  height: 100%;
}
.decor-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.decor-container .line-container {
  position: relative;
  padding: 15px 0;
}
.decor-container .line-container .line {
  position: relative;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #a767e5 0%, #2d68d2 100%);
}
.decor-container .line-container .blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
}
footer.page-footer {
  position: relative;
  flex-shrink: 0;
}
footer.page-footer .copy {
  font-size: 0.8em;
  font-weight: 500;
}
/*
@media screen and (min-width: @small-screen) {
	@import "_small.less";
}
*/
@media screen and (min-width: 640px) {
  .media-small {
    display: none;
  }
  .media-medium,
  .media-large {
    display: block;
  }
  .block .inner-block {
    padding: 1.5rem;
  }
  .block.title-block .inner-block {
    padding: 1.5rem;
  }
  .block.title-block .inner-block .featured-image-container {
    width: 66.6%;
  }
  .block.title-block .inner-block .title-container {
    padding: 1.5rem;
  }
  .block.title-block .inner-block .title-container .title h1 {
    font-size: 3rem;
    line-height: 1.1em;
  }
  header.header .inner-block {
    display: flex;
  }
  header.header .inner-block .left {
    width: 33.3%;
  }
  header.header .inner-block .right {
    width: 66.6%;
  }
  .video-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .video-content .video-container,
  .video-content .padder {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  p.lead {
    font-size: 2rem;
    line-height: 1.2em;
  }
  .block .inner-block {
    padding: 2rem;
    display: flex;
  }
  .block .inner-block .left {
    width: 33.3%;
  }
  .block .inner-block .right {
    width: 66.6%;
  }
  .block.title-block .inner-block {
    padding: 2rem;
  }
  .block.title-block .inner-block .title-container {
    padding: 2rem;
  }
  .block.title-block .inner-block .title-container .title {
    width: 100%;
  }
  .block.title-block .inner-block .title-container .title h1 {
    font-size: 6rem;
    line-height: 1.1em;
    max-width: 66.6%;
  }
  header.header .inner-block .menu-container {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
  header.header .inner-block .menu-container nav.main-nav {
    width: 50%;
  }
  nav.side-nav {
    display: block;
    position: sticky;
    top: 2rem;
    padding-right: 4px;
  }
  .content-container {
    padding-left: 1.5rem;
  }
  .video-content .video-container,
  .video-content .padder {
    width: calc(33% - 1rem);
  }
}
/*# sourceMappingURL=style.css.map */