/*********************
 * Template colors (TODO: remove the color above completely)
 */
/*
@fontHeadingsMedium:	"titillium_websemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
@fontHeadingsRegular:	"titillium_websemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;

@fontHeadingSubLight:	"titillium_weblight", "Helvetica Neue", Helvetica, Arial, sans-serif;

@fontTextRegular:		"open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
@fontTextLight:			"Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;

@fontHomeHero:			"titillium_webthin", "Helvetica Neue", Helvetica, Arial, sans-serif;

*/
/* This shit doesn't work on the hub
.calcHeaderValues() when (@headerNavHeight > @headerLogoHeight) {
	@headerHeight: @headerPaddingTop + @headerPaddingBottom + @headerNavHeight;

	@navAlignmentValue: 0 + @logoVisualAlignmentAdjustment;
	@logoAlignmentValue: (@headerNavHeight - @headerLogoHeight) / 2;
	@mobileMenuAlignmentValue: (@headerNavHeight - @navigationMobileMenuIconHeight) / 2 + @logoVisualAlignmentAdjustment;
}
.calcHeaderValues() when (@headerNavHeight <= @headerLogoHeight) {
	@headerHeight: @headerPaddingTop + @headerPaddingBottom + @headerLogoHeight;

	@navAlignmentValue: (@headerLogoHeight - @headerNavHeight) / 2 + @logoVisualAlignmentAdjustment;
	@logoAlignmentValue: 0;
	@mobileMenuAlignmentValue: (@headerLogoHeight - @navigationMobileMenuIconHeight) / 2 + @logoVisualAlignmentAdjustment;

}
.calcHeaderValues();
*/
/*
@headerHeight: @headerPaddingTop + @headerPaddingBottom + @headerLogoHeight;

@navAlignmentValue: (@headerLogoHeight - @headerNavHeight) / 2 + @logoVisualAlignmentAdjustment;
@logoAlignmentValue: 0;
@mobileMenuAlignmentValue: (@headerLogoHeight - @navigationMobileMenuIconHeight) / 2 + @logoVisualAlignmentAdjustment;
*/
.positionOuterPaddingRight {
  right: 1rem;
}
@media (min-width: 500px) {
  .positionOuterPaddingRight {
    right: 2rem;
  }
}
@media (min-width: 900px) {
  .positionOuterPaddingRight {
    right: 4rem;
  }
}
@media (min-width: 1200px) {
  .positionOuterPaddingRight {
    right: 6rem;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 600px;
}
.paralax {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transition: all 1s ease-in-out;
}
.paralax.shift {
  left: 50px;
}
@media (min-width: 500px) {
  .paralax.shift {
    left: 100px;
  }
}
@media (min-width: 700px) {
  .paralax.shift {
    left: 150px;
  }
}
@media (min-width: 900px) {
  .paralax.shift {
    left: 200px;
  }
}
.paralax > .inner {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  transform-style: preserve-3d;
  background: url('../../images/home/hero.jpg') no-repeat;
  background-size: cover;
  background-position: left center;
  transform: translateZ(0px);
  z-index: 1;
}
.paralax-panel {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.tagline-container {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.tagline {
  padding-left: 1rem !important;
}
@media (min-width: 500px) {
  .tagline {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .tagline {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .tagline {
    padding-left: 6rem !important;
  }
}
@media (min-width: 1600px) {
  .tagline {
    padding-left: 7rem !important;
  }
}
.tagline .inner {
  position: absolute;
  bottom: 25%;
}
.tagline .inner .h1Line {
  position: relative;
  float: left;
  clear: both;
  font-size: 1.8rem;
  margin: 0 0 0.6rem 0;
  background: #f9f9f9;
  padding: 0.2em 0.5em 0.3em 0;
}
@media (min-width: 500px) {
  .tagline .inner .h1Line {
    font-size: 2.2rem;
  }
}
@media (min-width: 900px) {
  .tagline .inner .h1Line {
    font-size: 2.6rem;
  }
}
.tagline .inner .h1Line h1 {
  letter-spacing: -2px;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 500px) {
  .tagline .inner .h1Line h1 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 900px) {
  .tagline .inner .h1Line h1 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .tagline .inner .h1Line h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 1600px) {
  .tagline .inner .h1Line h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
.tagline .inner .h1Line h1 strong {
  position: relative;
  z-index: 2;
  font-weight: normal;
  display: block;
}
.tagline .inner .h1Line h1 strong > span {
  display: inline-block;
  position: relative;
}
.tagline .inner .h1Line h1 strong > span span {
  opacity: 0;
  display: none;
}
.tagline .inner .h1Line h1 strong > span span:first-child {
  opacity: 1;
  display: inline-block;
}
.tagline .inner .h1Line h1 strong > span.js span {
  display: inline-block;
}
.tagline .inner .h1Line h1 strong > span.js span.word {
  position: absolute;
  left: 0;
  top: 0;
}
.tagline .inner .h1Line .curtain {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f9f9f9;
  z-index: 1;
}
.anv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12rem;
  line-height: 0;
  transform: translate(0, 10%);
}
@media (min-width: 900px) {
  .anv {
    width: 22rem;
  }
}
@media (min-width: 1200px) {
  .anv {
    width: 25rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 3.5rem;
  }
}
section.intro {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #afafaf;
}
@media (min-width: 900px) {
  section.intro {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
section.intro p {
  font-family: 'montserratregular', Helvetica Neue, Helvetica, sans-serif;
}
section.intro p strong {
  font-family: 'montserratsemi_bold', Helvetica Neue, Helvetica, sans-serif;
  color: #393c3d;
}
section.intro p:first-child {
  font-size: 1.1rem;
  line-height: 1.2em;
}
@media (min-width: 500px) {
  section.intro p:first-child {
    font-size: 1.3rem;
  }
}
@media (min-width: 900px) {
  section.intro p:first-child {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  section.intro p:first-child {
    font-size: 1.6rem;
  }
}
section.intro p .--last-of-type {
  font-family: 'montserratlight', Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 900px) {
  section.intro p {
    width: 75%;
  }
  section.intro p .--last-of-type {
    position: relative;
    left: 25%;
    color: #868a8b;
    line-height: inherit;
  }
}
section.intro .goto {
  margin-top: 3rem;
}
section.root {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (min-width: 900px) {
  section.root {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.root:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
section.root:first-child:before {
  display: none;
}
@media (min-width: 900px) {
  .color-boxes + section.root {
    padding-top: 8rem;
  }
}
.split-half {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .split-half {
    flex-direction: row;
  }
  .split-half > div {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
  }
  .split-half .content > .inner {
    max-width: 37.5rem;
    position: relative;
  }
  .split-half .content h2 {
    transform: translate(-0.05em, 0);
  }
  .split-half .visual.centered {
    justify-content: center;
  }
  .split-half .visual.full img {
    width: 100%;
    max-height: none;
    max-width: 60rem;
  }
  .split-half.mirror .content {
    transform: translate(-100%, 0);
  }
  .split-half.mirror .content:last-child {
    justify-content: flex-end;
  }
  .split-half.mirror .content:last-child > .inner {
    padding-left: 1rem !important;
    padding-right: 50px;
  }
  .split-half.mirror .visual {
    transform: translate(100%, 0);
  }
  .split-half.straight .content:first-child {
    justify-content: flex-end;
  }
  .split-half.straight .content:first-child > .inner {
    padding-left: 1rem !important;
    padding-right: 50px;
  }
  .split-half.straight .content:last-child > .inner {
    padding-right: 1rem !important;
    padding-left: 50px;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .split-half.mirror .content:last-child > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .split-half.mirror .content:last-child > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .split-half.mirror .content:last-child > .inner {
    padding-left: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.mirror .content:last-child > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.mirror .content:last-child > .inner {
    padding-right: 80px;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .split-half.straight .content:first-child > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .split-half.straight .content:first-child > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .split-half.straight .content:first-child > .inner {
    padding-left: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.straight .content:first-child > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.straight .content:first-child > .inner {
    padding-right: 80px;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .split-half.straight .content:last-child > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .split-half.straight .content:last-child > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .split-half.straight .content:last-child > .inner {
    padding-right: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.straight .content:last-child > .inner {
    padding-right: 7rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .split-half.straight .content:last-child > .inner {
    padding-left: 80px;
  }
}
.split.kiss-me-bliss-me-baby {
  position: relative;
}
.split.kiss-me-bliss-me-baby .visual,
.split.kiss-me-bliss-me-baby .content {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .split.kiss-me-bliss-me-baby:after {
    display: block;
    content: '';
    position: absolute;
    height: 80%;
    width: 0;
    top: 10%;
    right: 0;
    background: #f7f7f7;
    z-index: 1;
    transition: width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1s;
  }
  .split.kiss-me-bliss-me-baby.visual-left:after {
    right: auto;
    left: 0;
  }
}
@media (min-width: 900px) {
  .split.kiss-me-bliss-me-baby.show:after {
    width: 60%;
  }
}
@media (max-width: 899px) {
  .split .content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 899px) and (min-width: 500px) {
  .split .content {
    padding-left: 2rem !important;
  }
}
@media (max-width: 899px) and (min-width: 900px) {
  .split .content {
    padding-left: 4rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1200px) {
  .split .content {
    padding-left: 6rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1600px) {
  .split .content {
    padding-left: 7rem !important;
  }
}
@media (max-width: 899px) and (min-width: 500px) {
  .split .content {
    padding-right: 2rem !important;
  }
}
@media (max-width: 899px) and (min-width: 900px) {
  .split .content {
    padding-right: 4rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1200px) {
  .split .content {
    padding-right: 6rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1600px) {
  .split .content {
    padding-right: 7rem !important;
  }
}
.split .content > .inner * {
  box-sizing: border-box;
}
.split h2 {
  margin-bottom: 1.4rem;
  margin-top: 1em;
}
@media (min-width: 900px) {
  .split h2 {
    margin-top: 0;
  }
}
.split img {
  max-height: 800px;
}
@media (max-height: 1200px) {
  .split img {
    max-height: 600px;
  }
}
@media (max-height: 1000px) {
  .split img {
    max-height: 500px;
  }
}
@media (max-height: 800px) {
  .split img {
    max-height: 450px;
  }
}
@media (max-width: 899px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 899px) and (min-width: 500px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-left: 2rem !important;
  }
}
@media (max-width: 899px) and (min-width: 900px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-left: 4rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1200px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-left: 6rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1600px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-left: 7rem !important;
  }
}
@media (max-width: 899px) and (min-width: 500px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-right: 2rem !important;
  }
}
@media (max-width: 899px) and (min-width: 900px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-right: 4rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1200px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-right: 6rem !important;
  }
}
@media (max-width: 899px) and (min-width: 1600px) {
  .contain-more .split .visual,
  .contain-more-nopad .split .visual,
  .contain .split .visual {
    padding-right: 7rem !important;
  }
}
@media (min-width: 900px) {
  .contain-more .split-half.mirror .visual:first-of-type,
  .contain-more-nopad .split-half.mirror .visual:first-of-type,
  .contain .split-half.mirror .visual:first-of-type {
    padding-right: 1rem !important;
  }
  .contain-more .split-half.straight .visual:first-of-type,
  .contain-more-nopad .split-half.straight .visual:first-of-type,
  .contain .split-half.straight .visual:first-of-type {
    padding-left: 1rem !important;
  }
  .contain-more .split-half.straight .visual:last-of-type,
  .contain-more-nopad .split-half.straight .visual:last-of-type,
  .contain .split-half.straight .visual:last-of-type {
    padding-right: 1rem !important;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .contain-more .split-half.mirror .visual:first-of-type,
  .contain-more-nopad .split-half.mirror .visual:first-of-type,
  .contain .split-half.mirror .visual:first-of-type {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .contain-more .split-half.mirror .visual:first-of-type,
  .contain-more-nopad .split-half.mirror .visual:first-of-type,
  .contain .split-half.mirror .visual:first-of-type {
    padding-right: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .contain-more .split-half.mirror .visual:first-of-type,
  .contain-more-nopad .split-half.mirror .visual:first-of-type,
  .contain .split-half.mirror .visual:first-of-type {
    padding-right: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .contain-more .split-half.mirror .visual:first-of-type,
  .contain-more-nopad .split-half.mirror .visual:first-of-type,
  .contain .split-half.mirror .visual:first-of-type {
    padding-right: 7rem !important;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .contain-more .split-half.straight .visual:first-of-type,
  .contain-more-nopad .split-half.straight .visual:first-of-type,
  .contain .split-half.straight .visual:first-of-type {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .contain-more .split-half.straight .visual:first-of-type,
  .contain-more-nopad .split-half.straight .visual:first-of-type,
  .contain .split-half.straight .visual:first-of-type {
    padding-left: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .contain-more .split-half.straight .visual:first-of-type,
  .contain-more-nopad .split-half.straight .visual:first-of-type,
  .contain .split-half.straight .visual:first-of-type {
    padding-left: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .contain-more .split-half.straight .visual:first-of-type,
  .contain-more-nopad .split-half.straight .visual:first-of-type,
  .contain .split-half.straight .visual:first-of-type {
    padding-left: 7rem !important;
  }
}
@media (min-width: 900px) and (min-width: 500px) {
  .contain-more .split-half.straight .visual:last-of-type,
  .contain-more-nopad .split-half.straight .visual:last-of-type,
  .contain .split-half.straight .visual:last-of-type {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .contain-more .split-half.straight .visual:last-of-type,
  .contain-more-nopad .split-half.straight .visual:last-of-type,
  .contain .split-half.straight .visual:last-of-type {
    padding-right: 4rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .contain-more .split-half.straight .visual:last-of-type,
  .contain-more-nopad .split-half.straight .visual:last-of-type,
  .contain .split-half.straight .visual:last-of-type {
    padding-right: 6rem !important;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  .contain-more .split-half.straight .visual:last-of-type,
  .contain-more-nopad .split-half.straight .visual:last-of-type,
  .contain .split-half.straight .visual:last-of-type {
    padding-right: 7rem !important;
  }
}
.color-boxes {
  position: relative;
}
.color-boxes .stage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 80;
  background-color: #3d3e42;
}
.color-boxes > .root {
  position: relative;
  z-index: 82;
  padding: 9rem 0 2rem;
  color: #fff;
}
@media (min-width: 900px) {
  .color-boxes > .root {
    padding: 20rem 0 6rem;
  }
}
.color-boxes > .root .split {
  position: relative;
}
.color-boxes > .root .split .symbol {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  color: #fff;
  animation-name: slideTop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slideTop {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -2rem);
  }
}
.color-boxes > .root .split .symbol > .inner {
  position: relative;
  transform: translate(-50%, 25%);
  margin: 0;
  padding: 0;
}
.color-boxes > .root .split .symbol > .inner strong {
  font-family: 'montserratbold', Helvetica Neue, Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .color-boxes > .root .split .symbol > .inner strong {
    font-size: 20rem;
  }
}
.color-boxes > .root .split .symbol > .inner h3 {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(1rem, -80%);
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 2px;
  line-height: 1.6em;
  text-transform: uppercase;
}
.color-boxes > .root .split .symbol > .inner h3 em {
  font-style: normal;
  display: inline-block;
  animation-name: labelToLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes labelToLeft {
  0% {
    opacity: 1;
    letter-spacing: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(2rem, 0);
  }
  100% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(2rem, 0);
  }
}
.color-boxes > .root .split .symbol > .inner h3:after {
  display: block;
  content: '';
  position: absolute;
  width: 150%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #fff;
  animation-name: lineToLeft;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes lineToLeft {
  0% {
    width: 150%;
    transform: translate(0, 0);
  }
  40% {
    width: 0;
    transform: translate(-2rem, 0);
  }
  100% {
    width: 0;
    transform: translate(-2rem, 0);
  }
}
.color-boxes > .root .split.mirror .symbol > .inner h3 {
  left: auto;
  right: 100%;
  transform: translate(-1rem, -80%);
}
.color-boxes > .root .split.mirror .symbol > .inner h3 em {
  animation-name: labelToRight;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes labelToRight {
  0% {
    opacity: 1;
    letter-spacing: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(-2rem, 0);
  }
  100% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(-2rem, 0);
  }
}
.color-boxes > .root .split.mirror .symbol > .inner h3:after {
  left: auto;
  right: 0;
  animation-name: lineToRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes lineToRight {
  0% {
    width: 150%;
    transform: translate(0, 0);
  }
  40% {
    width: 0;
    transform: translate(2rem, 0);
  }
  100% {
    width: 0;
    transform: translate(2rem, 0);
  }
}
.color-boxes > .root.active .split .symbol {
  animation-name: slideFromTop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.color-boxes > .root.active .split .symbol h3 em {
  animation-name: labelFromRight;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.color-boxes > .root.active .split .symbol h3:after {
  animation-name: lineFromRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.color-boxes > .root.active .split.mirror .symbol > .inner h3 em {
  animation-name: labelFromLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.color-boxes > .root.active .split.mirror .symbol > .inner h3:after {
  animation-name: lineFromLeft;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translate(0, -2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes labelFromLeft {
  0% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(-2rem, 0);
  }
  50% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(-2rem, 0);
  }
  100% {
    opacity: 1;
    letter-spacing: 0;
    transform: translate(0, 0);
  }
}
@keyframes lineFromLeft {
  0% {
    width: 0;
    transform: translate(2rem, 0);
  }
  40% {
    width: 0;
    transform: translate(2rem, 0);
  }
  100% {
    width: 150%;
    transform: translate(0, 0);
  }
}
@keyframes labelFromRight {
  0% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(2rem, 0);
  }
  50% {
    opacity: 0;
    letter-spacing: 2px;
    transform: translate(2rem, 0);
  }
  100% {
    opacity: 1;
    letter-spacing: 0;
    transform: translate(0, 0);
  }
}
@keyframes lineFromRight {
  0% {
    width: 0;
    transform: translate(-2rem, 0);
  }
  40% {
    width: 0;
    transform: translate(-2rem, 0);
  }
  100% {
    width: 150%;
    transform: translate(0, 0);
  }
}
body .stage.js {
  background: #f7f7f7;
  transition: background-color 1s ease-in-out;
}
body.community .stage {
  background: #79A38A;
}
body.tools .stage {
  background: #9482cc;
}
body.publications .stage {
  background: #6191a6;
}
body.courses .stage {
  background: #73bdaa;
}
body.stageActive .color-boxes,
body.stageActiveForever .color-boxes {
  color: #fff;
}
body.stageActive .color-boxes h2,
body.stageActiveForever .color-boxes h2,
body.stageActive .color-boxes strong,
body.stageActiveForever .color-boxes strong {
  color: #fff;
}
body.stageActive .color-boxes p,
body.stageActiveForever .color-boxes p {
  color: #fff;
}
body.stageActive section.root,
body.stageActiveForever section.root {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.stageActive section.root:before,
body.stageActiveForever section.root:before {
  display: none;
}
.options {
  margin: 1rem -8px 0;
}
.options .option {
  display: flex;
  flex-direction: column;
}
.options .option .inner {
  margin: 8px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f3f3;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  padding-bottom: 2rem;
}
.options .option .inner header {
  position: relative;
  padding: 2rem 2rem 0;
}
.options .option .inner header h3 {
  font-size: 1.4em;
  font-family: 'montserratregular', Helvetica Neue, Helvetica, sans-serif;
  line-height: 1em;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin-bottom: 0;
  padding: 1rem 0;
}
.options .option .inner header h3:before {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  background: #966bd0;
  top: 0%;
  left: -2rem;
  transform: translate(-2px, 0);
}
.options .option .inner header h3 a {
  color: #393c3d;
}
.options .option .inner header h3 a:hover {
  color: #966bd0;
}
.options .option .inner header svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  transition: all 0.2s ease-in-out;
}
.options .option .inner .content {
  padding: 1.5rem 2rem 1.5rem;
  flex-grow: 1;
}
.options .option .inner .content ul,
.options .option .inner .content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.options .option .inner .content li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.3em;
}
.options .option .inner > a:last-child {
  display: block;
  padding: 0 2rem 0.5rem;
}
@media (min-width: 900px) {
  .options {
    margin-top: 2rem;
  }
  .options .option {
    margin-bottom: 1rem;
  }
}
.partners h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  font-family: 'montserratregular', Helvetica Neue, Helvetica, sans-serif;
}
.logos {
  justify-content: center;
}
.comeUp {
  position: relative;
  overflow: hidden;
}
.comeUp span {
  display: block;
  transition: all 0.8s ease-in-out;
  transform: translate(0, 100%);
  line-height: 1.3em;
}
.comeUp.show span {
  transform: translate(0, 0);
}
.page-home .page .contentpaneopen {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100%;
}
/*# sourceMappingURL=home.css.map */