body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: black; }

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  a:hover {
    border-color: black; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: ' ';
    display: table;
    clear: both; }

#mobile-detector {
  display: none; }
  @media screen and (max-width: 767px) {
    #mobile-detector {
      display: block; } }

.desktop {
  display: block; }
  @media screen and (max-width: 767px) {
    .desktop {
      display: none; } }

video {
  -webkit-transform-style: preserve-3d; }

#site {
  opacity: 1;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -ms-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s; }

@media screen and (min-width: 768px) {
  .js #site {
    opacity: 0; } }
.loading {
  position: fixed;
  left: 50%;
  top: 50%;
  color: #56c2b4;
  font-size: 60px;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 40; }
  @media screen and (max-width: 767px) {
    .loading {
      display: none; } }

.loaded .loading {
  display: none; }
.loaded #site {
  opacity: 1; }

#header {
  height: 90px;
  background: white;
  margin: 0 auto;
  /*@media screen and (min-width: 1200px) {
  	@media screen and (max-height: 999px) {
  		height: 60px;
  	}
  }*/ }
  @media screen and (max-width: 767px) {
    #header {
      height: auto; } }
  #header .logo {
    background: transparent url(../images/logo.svg) center 0 no-repeat;
    -webkit-background-size: 286.25px 75px;
    background-size: 286.25px 75px;
    width: 286.25px;
    height: 75px;
    float: left;
    margin: 5px 0 5px 1%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none !important;
    /*@media screen and (min-width: 1200px) {
    	@media screen and (max-height: 999px) {
    		-webkit-background-size: $width-mobile $height-mobile;
    		background-size: $width-mobile $height-mobile;
    		width: $width-mobile;
    		height: $height-mobile;
    		margin-top: 5px;
    		margin-bottom: 5px;
    	}
    }*/ }
    #header .logo.no-svg {
      background-image: url(../images/logo.png); }
    #header .logo:hover {
      border: none !important; }
    @media screen and (max-width: 767px) {
      #header .logo {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        background-position: center 5px;
        opacity: 1 !important; } }
  #header #menu {
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      #header #menu {
        height: auto;
        padding-bottom: 12px;
        float: none; } }
    #header #menu li {
      margin: 0;
      padding: 0;
      float: left;
      height: 100%; }
      @media screen and (max-width: 767px) {
        #header #menu li {
          height: auto;
          width: 16.6666666667%; } }
      @media screen and (max-width: 479px) {
        #header #menu li {
          width: 33.3333333333%; } }
      #header #menu li a {
        white-space: nowrap;
        display: block;
        height: 100%;
        padding: 0 15px;
        border: none;
        border-top: 5px solid white;
        line-height: 75px;
        text-decoration: none;
        color: black;
        font-weight: 300;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        /*@media screen and (min-width: 1200px) {
        	@media screen and (max-height: 999px) {
        		line-height: 50px;
        	}
        }*/ }
        #header #menu li a:hover, #header #menu li a.active {
          border-color: #56c2b4;
          background: #fbfbfb; }
        #header #menu li a.active {
          font-weight: 400;
          background: #56c2b4;
          color: white; }
        @media screen and (max-width: 767px) {
          #header #menu li a {
            line-height: 32px;
            text-align: center;
            border-top: none;
            padding: 0; } }

.front #header .logo {
  opacity: 0; }

.full-video {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background: #444;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .full-video video {
    width: 100%;
    height: 100%; }
  .full-video .video-mute {
    background: transparent url(../images/mute-small.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none; }
    @media screen and (max-width: 767px) {
      .full-video .video-mute {
        top: 10px;
        right: 20px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto; } }
  .full-video .video-play {
    background: rgba(255, 255, 255, 0.11) url(../images/play-small.png) 0 0 no-repeat;
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .full-video .video-play {
        -webkit-background-size: contain;
        background-size: contain; } }
  .full-video.muted .video-mute {
    background-position: 0 -32px; }
    @media screen and (max-width: 767px) {
      .full-video.muted .video-mute {
        background-position: 0 -16px; } }
  .full-video.playing .video-mute {
    display: block; }
  .full-video.playing .video-play {
    display: none !important; }
  .full-video:hover .video-play {
    opacity: 1; }

.front .full-video .video-play {
  display: none; }
.front .full-video.played .video-play {
  display: block; }

@media screen and (max-width: 1023px) {
  .ios .full-video .video-mute,
  .ios .full-video .video-play {
    display: none; } }

#slider,
#slider-mobile {
  position: relative;
  outline: none !important;
  background: whitesmoke;
  margin: 0 auto; }
  #slider img.full-image,
  #slider-mobile img.full-image {
    width: 100% !important;
    height: auto !important; }
  #slider .slick-prev,
  #slider .slick-next,
  #slider-mobile .slick-prev,
  #slider-mobile .slick-next {
    background: transparent url(../images/left.png) center center no-repeat;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    border: none;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
    z-index: 2;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
    display: block; }
    #slider .slick-prev:hover,
    #slider .slick-next:hover,
    #slider-mobile .slick-prev:hover,
    #slider-mobile .slick-next:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.11); }
    @media screen and (max-width: 767px) {
      #slider .slick-prev,
      #slider .slick-next,
      #slider-mobile .slick-prev,
      #slider-mobile .slick-next {
        width: 48px;
        -webkit-background-size: 42px;
        background-size: 42px; } }
  #slider .slick-next,
  #slider-mobile .slick-next {
    background-image: url(../images/right.png);
    left: auto;
    right: 0; }
  #slider .slick-list,
  #slider .slick-track,
  #slider-mobile .slick-list,
  #slider-mobile .slick-track {
    height: 100%; }
  #slider .slide,
  #slider-mobile .slide {
    text-align: center;
    outline: none; }
  #slider .slider-icon,
  #slider-mobile .slider-icon {
    display: inline-block;
    width: 23%;
    text-align: center;
    padding: 5px 5px;
    /*&:nth-child(9) {
    	margin-right: 8%;
    }
    &:nth-child(11) {
    	margin-left: 8%;
    }*/ }
    #slider .slider-icon.wide,
    #slider-mobile .slider-icon.wide {
      width: 31%; }
    #slider .slider-icon img,
    #slider-mobile .slider-icon img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100% !important;
      height: auto !important;
      max-height: 100% !important; }
  #slider .full-video,
  #slider-mobile .full-video {
    height: 100%; }

#slider-mobile {
  display: none; }
  #slider-mobile .slider-icon {
    width: 40%;
    padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    #slider-mobile {
      display: block; } }

.pedigree #slider .slick-list,
.pedigree #slider-mobile .slick-list {
  left: 5%;
  right: 5%;
  width: 90%; }
.pedigree #slider .slick-arrow,
.pedigree #slider-mobile .slick-arrow {
  width: 5%;
  opacity: 1; }
  .pedigree #slider .slick-arrow:hover,
  .pedigree #slider-mobile .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.pedigree #slider .slide,
.pedigree #slider-mobile .slide {
  height: auto; }

#steps {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  #steps .slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s; }
    #steps .slide.active {
      left: 0; }
    #steps .slide.previous {
      left: -100%; }
    #steps .slide:nth-child(1) {
      z-index: 10; }
    #steps .slide:nth-child(2) {
      z-index: 9; }
    #steps .slide:nth-child(3) {
      z-index: 8; }
    #steps .slide:nth-child(4) {
      z-index: 7; }
    #steps .slide:nth-child(5) {
      z-index: 6; }
    #steps .slide:nth-child(6) {
      z-index: 5; }
    #steps .slide:nth-child(7) {
      z-index: 4; }
    #steps .slide:nth-child(8) {
      z-index: 3; }
    #steps .slide:nth-child(9) {
      z-index: 2; }
    #steps .slide:nth-child(10) {
      z-index: 1; }
    #steps .slide .full-image img {
      width: 100% !important;
      height: auto !important; }
    #steps .slide .full-text {
      background: transparent url(../images/bg.jpg) center center no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      color: white;
      text-shadow: #2E45B3 1px 1px;
      font-size: 40px;
      line-height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      text-align: center; }
      #steps .slide .full-text .full-text-text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -60px; }
        @media screen and (max-width: 767px) {
          #steps .slide .full-text .full-text-text {
            margin-top: -28px; } }
      #steps .slide .full-text a {
        color: white;
        border-color: transparent; }
        #steps .slide .full-text a:hover {
          border-color: white; }
      @media screen and (max-width: 767px) {
        #steps .slide .full-text {
          font-size: 16px;
          line-height: 22px; } }
  #steps .step-next,
  #steps .step-prev {
    display: none;
    background: transparent url(../images/right.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -32px;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 20; }
    #steps .step-next:hover,
    #steps .step-prev:hover {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      #steps .step-next,
      #steps .step-prev {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        -webkit-background-size: contain;
        background-size: contain; } }
  #steps .step-prev {
    background-image: url(../images/left.png);
    left: 0; }
  #steps .full-video {
    height: 100%; }

@keyframes step-next {
  0% {
    right: 0; }
  50% {
    right: -30px; }
  100% {
    right: 0; } }
@keyframes step-prev {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
#footer {
  margin: 0 auto;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  padding: 15px 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 100;
  position: relative; }
@media screen and (min-width: 1200px) and (max-height: 999px) {
  #footer {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px; } }

  @media screen and (max-width: 767px) {
    #footer {
      font-size: 16px;
      line-height: 18px;
      padding-left: 20px;
      padding-right: 20px; } }
  #footer a {
    font-style: italic; }
    #footer a.resque-link {
      color: #0C57AF; }
  #footer .right-link {
    text-align: right; }
    @media screen and (max-width: 767px) {
      #footer .right-link {
        margin-top: 8px; } }
    #footer .right-link a {
      font-size: 14px; }
      @media screen and (min-width: 1200px) {
        #footer .right-link a {
          font-size: 15px; } }
      @media screen and (max-width: 767px) {
        #footer .right-link a {
          font-size: 12px; } }
  #footer .share {
    position: absolute;
    top: 5px;
    right: 12px;
    text-align: center;
    line-height: 40px; }
    @media screen and (max-width: 1199px) {
      #footer .share {
        right: 8px; } }
@media screen and (min-width: 1200px) and (max-height: 999px) {
  #footer .share {
    line-height: 30px; } }

    @media screen and (max-width: 767px) {
      #footer .share {
        display: block;
        position: static;
        top: auto;
        right: auto;
        margin-left: -4px;
        margin-top: 12px; } }
    #footer .share a {
      background: transparent none center center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      width: 40px;
      height: 40px;
      display: inline-block;
      margin-left: 4px;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      opacity: 0.8;
      vertical-align: middle;
      border: none;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
@media screen and (min-width: 1200px) and (max-height: 999px) {
  #footer .share a {
    width: 30px;
    height: 30px; } }

      #footer .share a:hover {
        border: none;
        opacity: 1; }
      #footer .share a.share-fb {
        background-image: url(../images/social-fb.jpg); }
      #footer .share a.share-tw {
        background-image: url(../images/social-tw.jpg); }

/*# sourceMappingURL=style.css.map */
