/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-print-color-adjust: exact;
  box-sizing: border-box; }

*:focus {
  outline: none !important; }

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  font-size: 1em;
  color: inherit;
  text-decoration: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: .5; }
  a:hover, a:active, a:visited, a:focus {
    color: inherit;
    text-decoration: inherit; }

input, button, textarea {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  border-radius: 0;
  font-size: 16px; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

html {
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-image: url("../images/noise.jpg");
  background-repeat: repeat; }
  html body {
    overflow-x: hidden;
    position: relative;
    font-size: 16px; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.main-body {
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .main-body .core-content {
    position: relative;
    min-height: 1021px; }
    .main-body .core-content:after {
      content: " ";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
    @media only screen and (max-width: 96.875em) {
      .main-body .core-content {
        min-height: 918px; } }
    @media only screen and (max-width: 87.5em) {
      .main-body .core-content {
        min-height: 816px; } }
    @media only screen and (max-width: 78.125em) {
      .main-body .core-content {
        min-height: 714px; } }
    @media only screen and (max-width: 66.25em) {
      .main-body .core-content {
        min-height: 614px; } }
    @media only screen and (max-width: 55em) {
      .main-body .core-content {
        min-height: 514px; } }
  .animate-body .main-body {
    overflow: initial;
    height: 100%; }
    .animate-body .main-body .core-content {
      position: fixed;
      width: 100%;
      right: 0;
      z-index: -1; }

.lp {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -944px;
  display: block;
  width: 1888px;
  height: 1021px;
  background-image: url("../images/bg-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 0; }
  @media only screen and (max-width: 96.875em) {
    .lp {
      transform: scale(0.9, 0.9); } }
  @media only screen and (max-width: 87.5em) {
    .lp {
      transform: scale(0.8, 0.8); } }
  @media only screen and (max-width: 78.125em) {
    .lp {
      transform: scale(0.7, 0.7); } }
  @media only screen and (max-width: 66.25em) {
    .lp {
      transform: scale(0.6, 0.6); } }
  @media only screen and (max-width: 55em) {
    .lp {
      transform: scale(0.5, 0.5); } }
  .lp .hover-images {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .lp .hover-images img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 100ms linear; }
      .lp .hover-images img.active {
        opacity: 1; }
  .lp .hover-svgs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 844px; }
    .lp .hover-svgs svg {
      opacity: 0.1;
      cursor: pointer; }
      .lp .hover-svgs svg a:hover {
        fill: #fff; }

.logos {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: 20px; }
  @media only screen and (max-width: 62.5em) {
    .logos {
      transform: scale(0.8, 0.8); } }
  .logos a {
    opacity: 1; }
  .logos img.mcdw {
    display: block;
    border-top: 1px solid #959593;
    padding-top: 10px; }
  .logos img.nsc {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto; }
