/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px; }

/**
 * Create an element for a block.
 * @param  {string}
 * @return {element}          
 */
/**
 * Create a modifier for a block.
 * @param  {string}
 * @return {modifier}           
 */
/**
 * Calculates the percentage font size.
 * @param  {font-size(px)}
 * @return {font-size(percentage)}
 */
/**
 * Calculates the line height percentage.
 * @param  {line-height(px)}
 * @param  {font-size(px)}
 * @return {line-height(percentage)}
 */
/*
 * Handles prefixes for transitions.
 * @param	{property timing easing}
 */
/*
 * Handles cross browser opacity.
 * @param {opacity}
 */
/**
 * Clearfix
 */
/**
 * Animations
 */
/**
* Responsive break points
*/
h1 {
  margin-top: 0px;
  color: white;
  font-family: "Century Gothic W01 Bold";
  font-size: 406.25%;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 95.38462%; }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: 312.5%; } }

h2 {
  color: white;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: "Century Gothic W01 Bold";
  font-size: 281.25%;
  line-height: 100%; }
  @media only screen and (max-width: 500px) {
    h2 {
      font-size: 225%; } }

h3 {
  color: white;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Century Gothic W01 Bold";
  font-size: 218.75%; }
  @media only screen and (max-width: 500px) {
    h3 {
      font-size: 162.5%; } }

h4 {
  color: white;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: "Century Gothic W01 Bold";
  font-size: 150%; }

span.thin {
  font-family: "Century Gothic W01"; }

span.thick {
  font-family: "Century Gothic W01 Bold"; }

span.small {
  font-size: 87.5%; }

p.off-left {
  margin-left: -120px; }
  @media only screen and (max-width: 1000px) {
    p.off-left {
      margin-left: 0px; } }

p {
  font-family: "Century Gothic W01";
  color: white;
  margin-top: 0px;
  font-size: 125%;
  line-height: 140%; }
  @media only screen and (max-width: 500px) {
    p {
      font-size: 100%; } }

p.intro {
  font-size: 150%;
  line-height: 133.33333%;
  margin-bottom: 50px; }
  @media only screen and (max-width: 500px) {
    p.intro {
      font-size: 112.5%;
      line-height: 155.55556%;
      margin-bottom: 20px; } }

#loading {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url("images/loading-bgf.jpg");
  background-size: cover; }

.whole-wrapper {
  overflow-x: hidden;
  width: 100%; }

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  min-height: 100%; }
  .container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 1000px) {
    .container {
      width: 100%;
      box-sizing: border-box;
      padding: 0px 20px; } }

#page-1 {
  display: block;
  background-image: url("images/cover-bg.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center; }

#page-2 {
  background-color: #39414a;
  padding: 100px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 500px) {
    #page-2 {
      padding: 60px 0px; } }

#page-3 {
  background-image: url("images/3-header.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center; }

#page-4 {
  background-color: #80217f;
  padding: 100px 0px; }
  @media only screen and (max-width: 500px) {
    #page-4 {
      padding: 60px 0px; } }

#page-5 {
  background-image: url("images/5-header.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center; }

#page-6 {
  background-color: #048e9c;
  padding: 100px 0px; }
  @media only screen and (max-width: 500px) {
    #page-6 {
      padding: 60px 0px; } }

#page-7 {
  background-image: url("images/7-header.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top; }

#page-8 {
  background-color: #52509e;
  padding: 100px 0px; }
  @media only screen and (max-width: 500px) {
    #page-8 {
      padding: 60px 0px; } }

#page-9 {
  background-color: black;
  padding: 150px 0px; }
  @media only screen and (max-width: 500px) {
    #page-9 {
      padding: 80px 0px; } }

#page-10 {
  background-image: url("images/duo-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0px; }

#page-11 {
  background-color: #545f6c;
  padding: 100px 0px; }

#page-12 {
  background-color: #80217f;
  padding: 100px 0px; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #6e257b;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 8px; }

#logo {
  width: 327px;
  height: 324px;
  background-image: url("images/bsa-logo.svg");
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -162px;
  margin-top: -162px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.8s, top 0.8s, left 0.8s, width 0.8s, height 0.8s;
  -moz-transition: opacity 0.8s, top 0.8s, left 0.8s, width 0.8s, height 0.8s;
  -ms-transition: opacity 0.8s, top 0.8s, left 0.8s, width 0.8s, height 0.8s;
  -o-transition: opacity 0.8s, top 0.8s, left 0.8s, width 0.8s, height 0.8s;
  transition: opacity 0.8s, top 0.8s, left 0.8s, width 0.8s, height 0.8s; }

#logo.show {
  opacity: 1; }

#logo.moved {
  position: absolute;
  top: 250px;
  left: 162px; }
  @media only screen and (max-width: 1000px) {
    #logo.moved {
      top: 213px;
      left: 200px;
      width: 280px;
      height: 277px; } }
  @media only screen and (max-width: 500px) {
    #logo.moved {
      left: 50%;
      top: 192px;
      width: 160px;
      height: 158px; } }

#page-1-title {
  position: absolute;
  bottom: 100px;
  right: 0px; }
  #page-1-title h1 {
    margin-bottom: 0px; }
    #page-1-title h1:before {
      content: '';
      display: block;
      width: 0%;
      margin-bottom: 8px;
      height: 8px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.4s; }
    #page-1-title h1:after {
      content: '';
      display: block;
      width: 0%;
      height: 8px;
      margin-top: 10px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.6s; }
  #page-1-title h1.show:before {
    width: 100%; }
  #page-1-title h1.show:after {
    width: 100%; }
  @media only screen and (max-width: 1000px) {
    #page-1-title {
      right: 40px; } }

@-webkit-keyframes bounce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0px, 0px); } }
@-moz-keyframes bounce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0px, 0px); } }
@-ms-keyframes bounce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0px, 0px); } }
@-o-keyframes bounce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0px, 0px); } }
@keyframes bounce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0px, 0px); } }
#bouncing-arrows {
  position: absolute;
  cursor: pointer;
  bottom: 40px;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: bounce 0.8s infinite;
  -moz-animation: bounce 0.8s infinite;
  -ms-animation: bounce 0.8s infinite;
  -o-animation: bounce 0.8s infinite;
  animation: bounce 0.8s infinite; }

#page-2 p.intro {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
#page-2 h3.lined {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  @media only screen and (max-width: 500px) {
    #page-2 h3.lined {
      text-align: left; } }
  #page-2 h3.lined:before {
    content: '';
    height: 2px;
    width: 100%;
    left: 0px;
    top: 20px;
    position: absolute;
    z-index: 6;
    background-color: white; }
    @media only screen and (max-width: 500px) {
      #page-2 h3.lined:before {
        background-color: transparent; } }
  #page-2 h3.lined span {
    background-color: #39414a;
    position: relative;
    padding: 0px 20px;
    z-index: 7; }
    @media only screen and (max-width: 500px) {
      #page-2 h3.lined span {
        padding: 0px 0px; } }
#page-2 .planets {
  position: relative;
  height: 610px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  @media only screen and (max-width: 1000px) {
    #page-2 .planets {
      display: none; } }
  #page-2 .planets svg {
    width: 1600px;
    position: absolute;
    left: -300px; }
#page-2 .social-media {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-2 .social-media:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 1000px) {
    #page-2 .social-media {
      display: none; } }
  #page-2 .social-media .social {
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 66px; }
    #page-2 .social-media .social img {
      margin-bottom: 10px; }
    #page-2 .social-media .social h3 {
      margin-bottom: 0px;
      font-size: 343.75%; }
    #page-2 .social-media .social:last-of-type {
      margin-right: 0px; }

#page-2 .column-wrap {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-2 .column-wrap:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-2 .column-wrap .columns {
    float: left;
    width: 293px;
    margin-right: 60px; }
    @media only screen and (max-width: 1000px) {
      #page-2 .column-wrap .columns {
        float: none;
        width: 100%; }
        #page-2 .column-wrap .columns:after {
          visibility: hidden;
          display: block;
          content: "";
          clear: both;
          height: 0; } }
    #page-2 .column-wrap .columns p {
      font-size: 106.25%; }
    #page-2 .column-wrap .columns img {
      display: block;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1000px) {
        #page-2 .column-wrap .columns img {
          float: left;
          margin-right: 30px; } }
      @media only screen and (max-width: 500px) {
        #page-2 .column-wrap .columns img {
          width: 100%;
          height: auto;
          float: none;
          margin-right: 0px; } }
    #page-2 .column-wrap .columns:nth-of-type(3) {
      margin-right: 0px; }
      @media only screen and (max-width: 500px) {
        #page-2 .column-wrap .columns:nth-of-type(3) {
          margin-bottom: 0px; } }
    @media only screen and (max-width: 500px) {
      #page-2 .column-wrap .columns {
        width: auto;
        margin-right: 0px;
        margin-bottom: 30px; } }
#page-2 .two-column-wrap {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-2 .two-column-wrap:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-2 .two-column-wrap .column-left {
    float: left;
    width: 500px; }
    @media only screen and (max-width: 1000px) {
      #page-2 .two-column-wrap .column-left {
        width: 50%; } }
    @media only screen and (max-width: 500px) {
      #page-2 .two-column-wrap .column-left {
        width: 100%; } }
    #page-2 .two-column-wrap .column-left svg {
      height: 500px;
      width: 500px; }
      @media only screen and (max-width: 1000px) {
        #page-2 .two-column-wrap .column-left svg {
          width: 100%;
          height: 340px; } }
  #page-2 .two-column-wrap .column-right {
    float: right;
    width: 500px; }
    @media only screen and (max-width: 1000px) {
      #page-2 .two-column-wrap .column-right {
        width: 50%; } }
    @media only screen and (max-width: 500px) {
      #page-2 .two-column-wrap .column-right {
        width: 100%; } }
    #page-2 .two-column-wrap .column-right svg {
      height: 500px;
      width: 500px; }
      @media only screen and (max-width: 1000px) {
        #page-2 .two-column-wrap .column-right svg {
          width: 100%;
          height: 340px; } }
#page-2 .mobile-only {
  display: none; }
  @media only screen and (max-width: 1000px) {
    #page-2 .mobile-only {
      display: block; } }
  #page-2 .mobile-only h3 {
    margin-bottom: 0px; }

#page-3-title {
  position: absolute;
  bottom: 100px;
  left: 0px; }
  @media only screen and (max-width: 1000px) {
    #page-3-title {
      left: 30px; } }
  #page-3-title h1 {
    margin-bottom: 0px;
    font-size: 300%;
    line-height: 104.16667%;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 500px) {
      #page-3-title h1 {
        font-size: 225%; } }
    #page-3-title h1:before {
      content: '';
      display: block;
      width: 0%;
      margin-bottom: 8px;
      height: 8px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.4s; }
    #page-3-title h1:after {
      content: '';
      display: block;
      width: 0%;
      height: 8px;
      margin-top: 10px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.6s; }
  #page-3-title h1.show:before {
    width: 100%; }
  #page-3-title h1.show:after {
    width: 100%; }

#page-4 p.intro {
  margin-bottom: 60px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }

#page-4 .text-block-1 {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  width: 470px;
  margin-bottom: 20px;
  float: left; }
  #page-4 .text-block-1 p {
    font-size: 125%; }
    @media only screen and (max-width: 500px) {
      #page-4 .text-block-1 p {
        font-size: 100%; } }
  @media only screen and (max-width: 1000px) {
    #page-4 .text-block-1 {
      width: 100%;
      float: none; } }
#page-4 .text-block-2 {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  margin-bottom: 150px; }
  #page-4 .text-block-2:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 1000px) {
    #page-4 .text-block-2 {
      margin-bottom: 50px; } }
  #page-4 .text-block-2 .text {
    width: 354px;
    float: left; }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-block-2 .text {
        width: 100%;
        float: none; } }
  #page-4 .text-block-2 .video-container {
    float: right;
    border: 8px solid white;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-block-2 .video-container {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        float: none;
        margin-top: 40px; } }
    #page-4 .text-block-2 .video-container iframe {
      display: block; }
      @media only screen and (max-width: 1000px) {
        #page-4 .text-block-2 .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
#page-4 .text-with-image-1 {
  position: relative; }
  #page-4 .text-with-image-1:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-4 .text-with-image-1 .text-block-3 {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 422px;
    float: left;
    margin-bottom: 200px; }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-with-image-1 .text-block-3 {
        width: 100%;
        float: none;
        margin-bottom: 50px; } }
  #page-4 .text-with-image-1 #page-4-science {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 600px;
    height: 461px; }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-with-image-1 #page-4-science {
        width: 100%;
        position: static;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 500px) {
      #page-4 .text-with-image-1 #page-4-science {
        height: auto; } }
  #page-4 .text-with-image-1 #pencil-1 {
    position: absolute;
    top: -122px;
    right: 330px;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px) rotate(-160deg); }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-with-image-1 #pencil-1 {
        display: none; } }
  #page-4 .text-with-image-1 #pencil-2 {
    position: absolute;
    bottom: 40px;
    left: -50px;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px) rotate(60deg); }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-with-image-1 #pencil-2 {
        display: none; } }
  #page-4 .text-with-image-1 .stat {
    position: absolute;
    top: 300px;
    right: 100px;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-4 .text-with-image-1 .stat {
        top: auto;
        bottom: 50px; } }
    @media only screen and (max-width: 500px) {
      #page-4 .text-with-image-1 .stat {
        right: 0px;
        left: auto;
        bottom: 0px;
        top: auto; } }
    #page-4 .text-with-image-1 .stat h3 {
      font-size: 362.5%;
      margin-bottom: 0px; }
      @media only screen and (max-width: 500px) {
        #page-4 .text-with-image-1 .stat h3 {
          font-size: 262.5%; } }
#page-4 .picture-with-photo-1 {
  margin-bottom: 60px; }
  #page-4 .picture-with-photo-1:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-4 .picture-with-photo-1 .left {
    width: 600px;
    float: left;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-4 .picture-with-photo-1 .left {
        float: none;
        margin: 0 auto;
        width: 500px; } }
    #page-4 .picture-with-photo-1 .left img {
      width: 500px;
      height: 316px; }
      @media only screen and (max-width: 500px) {
        #page-4 .picture-with-photo-1 .left img {
          width: 100%;
          height: auto;
          margin-top: 30px; } }
    @media only screen and (max-width: 500px) {
      #page-4 .picture-with-photo-1 .left {
        width: 100%; } }
  #page-4 .picture-with-photo-1 .right {
    width: 400px;
    float: right;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-4 .picture-with-photo-1 .right {
        float: none; } }
    #page-4 .picture-with-photo-1 .right .image-container {
      position: relative; }
      @media only screen and (max-width: 1000px) {
        #page-4 .picture-with-photo-1 .right .image-container {
          display: none; } }
      #page-4 .picture-with-photo-1 .right .image-container .underlay {
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #934292;
        width: 380px;
        height: 290px;
        transform: rotate(6deg); }
      #page-4 .picture-with-photo-1 .right .image-container img {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 400px;
        height: auto;
        z-index: 10;
        border: 8px solid white;
        transform: rotate(2deg); }
#page-4 .text-with-image-2 .image {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  float: left;
  margin-left: -50px;
  width: 350px;
  height: 550px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    #page-4 .text-with-image-2 .image {
      float: none;
      margin: 0 auto;
      width: 550px; } }
  @media only screen and (max-width: 500px) {
    #page-4 .text-with-image-2 .image {
      display: none; } }
  #page-4 .text-with-image-2 .image svg {
    position: absolute;
    width: 550px; }
  #page-4 .text-with-image-2 .image img {
    border-radius: 50%;
    box-sizing: border-box;
    width: 350px;
    border: 8px solid white;
    position: absolute;
    top: 100px;
    left: 100px; }
#page-4 .text-with-image-2 .text-block-4 {
  width: 470px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  float: right;
  margin-top: 100px; }
  @media only screen and (max-width: 1000px) {
    #page-4 .text-with-image-2 .text-block-4 {
      float: none;
      width: 100%;
      margin-top: 0px; } }
#page-4 .map-graphic {
  position: relative;
  width: 350px;
  float: right; }
  @media only screen and (max-width: 1000px) {
    #page-4 .map-graphic {
      float: none;
      margin: 0 auto;
      display: block; } }
  #page-4 .map-graphic #page-4-map {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 350px;
    height: 550px; }
  #page-4 .map-graphic .text {
    position: absolute;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    color: white;
    top: 200px;
    left: -100px; }
    @media only screen and (max-width: 500px) {
      #page-4 .map-graphic .text {
        left: 30px;
        top: auto;
        bottom: 200px; } }
    #page-4 .map-graphic .text h3 {
      margin-bottom: 0px; }
    #page-4 .map-graphic .text span {
      font-family: "Century Gothic W01"; }
#page-4 .clock-graphic {
  width: 500px;
  float: left;
  margin-left: -70px;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    #page-4 .clock-graphic {
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 500px) {
    #page-4 .clock-graphic {
      width: 100%; } }
  #page-4 .clock-graphic #page-4-clock {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 500px;
    height: 500px; }
    @media only screen and (max-width: 500px) {
      #page-4 .clock-graphic #page-4-clock {
        width: 100%;
        height: 350px; } }
  #page-4 .clock-graphic .text-container {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    position: absolute;
    bottom: 120px;
    width: 100%; }
    #page-4 .clock-graphic .text-container .text {
      text-align: center;
      width: 365px;
      margin: 0 auto; }
      @media only screen and (max-width: 500px) {
        #page-4 .clock-graphic .text-container .text {
          width: 100%; } }
      #page-4 .clock-graphic .text-container .text h3 {
        margin-bottom: 0px; }
#page-4 .graphics {
  float: right;
  width: 420px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  @media only screen and (max-width: 1000px) {
    #page-4 .graphics {
      margin: 0 auto;
      float: none; } }
  @media only screen and (max-width: 500px) {
    #page-4 .graphics {
      width: 100%; } }
  #page-4 .graphics .graphic-1 #page-4-graphic-1 {
    width: 120px;
    height: 112px;
    float: left; }
  #page-4 .graphics .graphic-1 .text-container {
    width: 185px;
    float: left;
    margin-left: 40px; }
    @media only screen and (max-width: 500px) {
      #page-4 .graphics .graphic-1 .text-container {
        width: 148px;
        margin-left: 30px; } }
    #page-4 .graphics .graphic-1 .text-container h3 {
      margin-bottom: 0px;
      font-size: 362.5%; }
      @media only screen and (max-width: 500px) {
        #page-4 .graphics .graphic-1 .text-container h3 {
          font-size: 262.5%; } }
  #page-4 .graphics .graphic-2 #page-4-graphic-2 {
    width: 120px;
    height: 148px;
    float: left; }
  #page-4 .graphics .graphic-2 .text-container {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 200px;
    float: left;
    margin-left: 40px; }
    @media only screen and (max-width: 500px) {
      #page-4 .graphics .graphic-2 .text-container {
        width: 148px;
        margin-left: 30px; } }
    #page-4 .graphics .graphic-2 .text-container h3 {
      margin-bottom: 0px;
      font-size: 362.5%; }
      @media only screen and (max-width: 500px) {
        #page-4 .graphics .graphic-2 .text-container h3 {
          font-size: 262.5%; } }

#page-5-title {
  position: absolute;
  top: 100px;
  left: 0px; }
  @media only screen and (max-width: 1000px) {
    #page-5-title {
      left: 30px; } }
  #page-5-title h1 {
    margin-bottom: 0px;
    font-size: 300%;
    line-height: 104.16667%;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 500px) {
      #page-5-title h1 {
        font-size: 225%; } }
    #page-5-title h1:before {
      content: '';
      display: block;
      width: 0%;
      margin-bottom: 8px;
      height: 8px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.4s; }
    #page-5-title h1:after {
      content: '';
      display: block;
      width: 0%;
      height: 8px;
      margin-top: 10px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.6s; }
  #page-5-title h1.show:before {
    width: 100%; }
  #page-5-title h1.show:after {
    width: 100%; }

#page-6 p.intro {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  margin-bottom: 60px; }

#page-6 .text-with-image-1 {
  margin-bottom: 100px; }
  #page-6 .text-with-image-1:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 500px) {
    #page-6 .text-with-image-1 {
      margin-bottom: 0px; } }
  #page-6 .text-with-image-1 .left .text-block-1 {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 420px;
    float: left; }
    @media only screen and (max-width: 1000px) {
      #page-6 .text-with-image-1 .left .text-block-1 {
        width: 100%;
        float: none; } }
  #page-6 .text-with-image-1 .right {
    width: 400px;
    float: right;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-6 .text-with-image-1 .right {
        width: 100%;
        height: 300px;
        float: none;
        text-align: center; } }
    #page-6 .text-with-image-1 .right .image-container {
      position: relative; }
      @media only screen and (max-width: 1000px) {
        #page-6 .text-with-image-1 .right .image-container {
          width: 460px;
          margin: 0 auto; } }
      @media only screen and (max-width: 500px) {
        #page-6 .text-with-image-1 .right .image-container {
          width: 100%; } }
      #page-6 .text-with-image-1 .right .image-container .underlay {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #50b0ba;
        width: 358px;
        height: 245px;
        transform: rotate(-6deg); }
        @media only screen and (max-width: 1000px) {
          #page-6 .text-with-image-1 .right .image-container .underlay {
            display: none; } }
      #page-6 .text-with-image-1 .right .image-container img {
        position: absolute;
        right: 0px;
        width: 446px;
        top: 0px;
        z-index: 10;
        border: 8px solid white;
        transform: rotate(2deg); }
        @media only screen and (max-width: 500px) {
          #page-6 .text-with-image-1 .right .image-container img {
            width: 100%; } }
#page-6 .text-with-image-2 {
  position: relative; }
  #page-6 .text-with-image-2:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 1000px) {
    #page-6 .text-with-image-2 {
      width: 625px;
      margin: 0 auto; } }
  @media only screen and (max-width: 500px) {
    #page-6 .text-with-image-2 {
      width: 100%; } }
  #page-6 .text-with-image-2 .inner-wrapper {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
  #page-6 .text-with-image-2 img {
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 1000px) {
      #page-6 .text-with-image-2 img {
        display: none; } }
  #page-6 .text-with-image-2 .text {
    width: 542px;
    margin: 0 auto;
    float: left;
    margin-bottom: 100px;
    position: relative;
    z-index: 8; }
    #page-6 .text-with-image-2 .text:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    @media only screen and (max-width: 500px) {
      #page-6 .text-with-image-2 .text {
        width: 100%;
        float: none; } }
    #page-6 .text-with-image-2 .text p {
      margin-bottom: 0px; }
    #page-6 .text-with-image-2 .text .left {
      float: left;
      width: 28%; }
      #page-6 .text-with-image-2 .text .left span.number {
        color: white;
        font-family: "Century Gothic W01 Bold";
        font-size: 750%;
        display: block;
        line-height: 100%; }
        @media only screen and (max-width: 500px) {
          #page-6 .text-with-image-2 .text .left span.number {
            font-size: 406.25%;
            line-height: 100%; } }
    #page-6 .text-with-image-2 .text .right {
      float: right;
      width: 72%; }
      #page-6 .text-with-image-2 .text .right h2 {
        color: white;
        font-size: 362.5%; }
        @media only screen and (max-width: 500px) {
          #page-6 .text-with-image-2 .text .right h2 {
            font-size: 187.5%; } }
  #page-6 .text-with-image-2 .speech-bubbles {
    position: absolute;
    z-index: 7;
    width: 500px;
    top: -140px;
    right: -90px;
    float: left; }
    #page-6 .text-with-image-2 .speech-bubbles svg {
      width: 500px;
      height: 371px; }
      @media only screen and (max-width: 1000px) {
        #page-6 .text-with-image-2 .speech-bubbles svg {
          width: auto;
          height: auto; } }
    @media only screen and (max-width: 1000px) {
      #page-6 .text-with-image-2 .speech-bubbles {
        width: 250px;
        top: -26px;
        right: -50px; } }
    @media only screen and (max-width: 500px) {
      #page-6 .text-with-image-2 .speech-bubbles {
        display: none; } }
#page-6 .text-block-2 {
  width: 386px;
  float: right;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  margin-bottom: 100px; }
  @media only screen and (max-width: 1000px) {
    #page-6 .text-block-2 {
      margin-top: 50px;
      margin-bottom: 60px;
      float: none;
      width: 100%; } }
#page-6 .text-with-image-3:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
#page-6 .text-with-image-3 .text-block-3 {
  float: left;
  width: 382px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  @media only screen and (max-width: 1000px) {
    #page-6 .text-with-image-3 .text-block-3 {
      float: none;
      width: 100%; } }
#page-6 .text-with-image-3 .image-container {
  float: right;
  margin-top: 100px;
  position: relative;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  @media only screen and (max-width: 1000px) {
    #page-6 .text-with-image-3 .image-container {
      display: none; } }
  #page-6 .text-with-image-3 .image-container .underlay {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #50b0ba;
    width: 535px;
    height: 350px;
    transform: rotate(-6deg); }
    @media only screen and (max-width: 1000px) {
      #page-6 .text-with-image-3 .image-container .underlay {
        display: none; } }
  #page-6 .text-with-image-3 .image-container img {
    position: absolute;
    right: 0px;
    width: 535px;
    top: 0px;
    z-index: 10;
    border: 8px solid white;
    transform: rotate(2deg); }
#page-6 .science-city {
  width: 1400px;
  margin-left: -200px;
  margin-bottom: 50px;
  position: absolute; }
  @media only screen and (max-width: 500px) {
    #page-6 .science-city {
      width: 900px;
      margin-top: 60px; } }
  #page-6 .science-city #page-6-science-city {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
  #page-6 .science-city .text {
    color: white;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    position: absolute;
    top: 100px;
    left: 200px; }
    @media only screen and (max-width: 500px) {
      #page-6 .science-city .text {
        top: 0px; } }
    #page-6 .science-city .text .number {
      font-size: 500%;
      font-family: "Century Gothic W01 Bold"; }
      @media only screen and (max-width: 500px) {
        #page-6 .science-city .text .number {
          font-size: 337.5%; } }
    #page-6 .science-city .text .text-line {
      font-size: 150%;
      font-family: "Century Gothic W01"; }
      @media only screen and (max-width: 500px) {
        #page-6 .science-city .text .text-line {
          font-size: 112.5%; } }
  #page-6 .science-city svg {
    width: 100%;
    height: 472px; }
#page-6 .text-block-4 {
  width: 510px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  float: left;
  margin-top: 454px; }
  @media only screen and (max-width: 1000px) {
    #page-6 .text-block-4 {
      width: 100%;
      float: none; } }
  #page-6 .text-block-4 .image-container {
    margin-top: 50px;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    height: 300px;
    position: relative; }
    @media only screen and (max-width: 500px) {
      #page-6 .text-block-4 .image-container {
        height: 185px; } }
    #page-6 .text-block-4 .image-container .underlay {
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: #50b0ba;
      width: 410px;
      height: 220px;
      transform: rotate(-6deg); }
      @media only screen and (max-width: 1000px) {
        #page-6 .text-block-4 .image-container .underlay {
          display: none; } }
    #page-6 .text-block-4 .image-container img {
      position: absolute;
      left: 0px;
      width: 446px;
      top: 0px;
      z-index: 10;
      border: 8px solid white;
      box-sizing: border-box;
      transform: rotate(2deg); }
      @media only screen and (max-width: 1000px) {
        #page-6 .text-block-4 .image-container img {
          width: 100%;
          height: auto; } }
#page-6 .page-6-glass {
  float: right;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  margin-top: 400px; }
  @media only screen and (max-width: 1000px) {
    #page-6 .page-6-glass {
      float: none;
      margin: 60px auto 0 auto;
      width: 380px; } }
  @media only screen and (max-width: 500px) {
    #page-6 .page-6-glass {
      width: 100%; } }
  #page-6 .page-6-glass svg {
    width: 380px;
    height: 480px; }
    @media only screen and (max-width: 500px) {
      #page-6 .page-6-glass svg {
        width: 100%;
        height: auto; } }
  #page-6 .page-6-glass .stat {
    color: white;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    width: 380px;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      #page-6 .page-6-glass .stat {
        width: 100%; } }
    #page-6 .page-6-glass .stat .number {
      font-size: 500%;
      font-family: "Century Gothic W01 Bold"; }
      @media only screen and (max-width: 500px) {
        #page-6 .page-6-glass .stat .number {
          font-size: 262.5%; } }
    #page-6 .page-6-glass .stat .text-line {
      font-size: 125%;
      line-height: 140%;
      font-family: "Century Gothic W01"; }
      @media only screen and (max-width: 500px) {
        #page-6 .page-6-glass .stat .text-line {
          font-size: 112.5%; } }
@-webkit-keyframes sway {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes sway {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
@-ms-keyframes sway {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
@-o-keyframes sway {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes sway {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
#page-6 .science-people {
  margin-bottom: 80px; }
  #page-6 .science-people svg {
    width: 1000px;
    height: 427px; }
    @media only screen and (max-width: 1000px) {
      #page-6 .science-people svg {
        width: 100%;
        height: auto; } }
    @media only screen and (max-width: 500px) {
      #page-6 .science-people svg {
        display: none; } }
#page-6 .lanyarn-image {
  width: 800px;
  float: left;
  margin-left: -200px;
  margin-top: -150px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px);
  -webkit-animation: sway 2.5s infinite;
  -moz-animation: sway 2.5s infinite;
  -ms-animation: sway 2.5s infinite;
  -o-animation: sway 2.5s infinite;
  animation: sway 2.5s infinite;
  transform-origin: 0% 0%; }
  @media only screen and (max-width: 1000px) {
    #page-6 .lanyarn-image {
      width: 100%;
      margin-left: -50px;
      float: none; } }
  #page-6 .lanyarn-image img {
    width: 100%;
    height: auto; }

#page-7-title {
  position: absolute;
  top: 100px;
  left: 0px; }
  @media only screen and (max-width: 1000px) {
    #page-7-title {
      left: 30px; } }
  #page-7-title h1 {
    margin-bottom: 0px;
    font-size: 300%;
    line-height: 104.16667%;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    color: #52509e; }
    @media only screen and (max-width: 500px) {
      #page-7-title h1 {
        font-size: 225%; } }
    #page-7-title h1:before {
      content: '';
      display: block;
      width: 0%;
      margin-bottom: 8px;
      height: 8px;
      background-color: #52509e;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.4s; }
    #page-7-title h1:after {
      content: '';
      display: block;
      width: 0%;
      height: 8px;
      margin-top: 10px;
      background-color: #52509e;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.6s; }
  #page-7-title h1.show:before {
    width: 100%; }
  #page-7-title h1.show:after {
    width: 100%; }

#page-8 p.intro {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
#page-8 .text-two-column {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-8 .text-two-column:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-8 .text-two-column .left {
    float: left;
    width: 462px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-two-column .left {
        width: 100%;
        float: none; }
        #page-8 .text-two-column .left p {
          margin-bottom: 0px; } }
  #page-8 .text-two-column .right {
    float: right;
    width: 480px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-two-column .right {
        width: 100%;
        float: none; } }
#page-8 .text-with-video {
  margin-bottom: 70px; }
  #page-8 .text-with-video:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-8 .text-with-video .column-1 {
    float: left;
    width: 242px;
    padding-top: 110px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-with-video .column-1 {
        display: none; } }
    #page-8 .text-with-video .column-1 svg {
      width: 200px;
      height: 373px;
      margin-left: 20px; }
  #page-8 .text-with-video .column-2 {
    float: left; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-with-video .column-2 {
        float: none;
        text-align: center;
        width: 100%; } }
    #page-8 .text-with-video .column-2 .video-wrapper {
      width: 100%;
      text-align: center;
      margin: 60px 0px 0px; }
      #page-8 .text-with-video .column-2 .video-wrapper .video-container {
        border: 8px solid white;
        display: inline-block; }
        @media only screen and (max-width: 500px) {
          #page-8 .text-with-video .column-2 .video-wrapper .video-container {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            height: 0;
            display: block; } }
        #page-8 .text-with-video .column-2 .video-wrapper .video-container iframe {
          display: block; }
          @media only screen and (max-width: 500px) {
            #page-8 .text-with-video .column-2 .video-wrapper .video-container iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; } }
    #page-8 .text-with-video .column-2 .video-text {
      color: white;
      text-align: center;
      padding: 20px 0px; }
      #page-8 .text-with-video .column-2 .video-text p, #page-8 .text-with-video .column-2 .video-text h4 {
        margin-bottom: 0px; }
  #page-8 .text-with-video .column-3 {
    width: 242px;
    float: left;
    padding-top: 80px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-with-video .column-3 {
        display: none; } }
    #page-8 .text-with-video .column-3 img {
      width: 230px;
      margin-left: 12px; }
#page-8 .text-block-1 {
  margin-bottom: 40px;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-8 .text-block-1:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-8 .text-block-1 .left {
    float: left;
    width: 470px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-block-1 .left {
        width: 100%;
        float: none; } }
    #page-8 .text-block-1 .left .image-container {
      margin-top: 60px;
      height: 390px;
      position: relative;
      -webkit-transition: opacity 0.4s, transform 0.4s;
      -moz-transition: opacity 0.4s, transform 0.4s;
      -ms-transition: opacity 0.4s, transform 0.4s;
      -o-transition: opacity 0.4s, transform 0.4s;
      transition: opacity 0.4s, transform 0.4s;
      transform: translate(0px, 0px); }
      #page-8 .text-block-1 .left .image-container .underlay {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #8685bb;
        width: 470px;
        height: 310px;
        transform: rotate(-6deg); }
        @media only screen and (max-width: 1000px) {
          #page-8 .text-block-1 .left .image-container .underlay {
            display: none; } }
      #page-8 .text-block-1 .left .image-container img {
        position: absolute;
        right: 0px;
        width: 442px;
        top: 0px;
        z-index: 10;
        border: 8px solid white;
        transform: rotate(2deg); }
        @media only screen and (max-width: 1000px) {
          #page-8 .text-block-1 .left .image-container img {
            width: 100%;
            max-width: 500px;
            height: auto;
            box-sizing: border-box;
            position: static; } }
  #page-8 .text-block-1 .right {
    float: right;
    width: 472px;
    position: relative;
    padding-top: 280px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-block-1 .right {
        width: 100%;
        float: none;
        padding-top: 0px; } }
    #page-8 .text-block-1 .right svg {
      position: absolute;
      width: 680px;
      height: 453px;
      left: -168px;
      top: -95px; }
      @media only screen and (max-width: 1000px) {
        #page-8 .text-block-1 .right svg {
          position: static;
          width: 432px;
          margin-left: -96px;
          height: 285px; } }
#page-8 .text-block-2 {
  margin-bottom: 60px; }
  #page-8 .text-block-2:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-8 .text-block-2 .left {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    float: left;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-block-2 .left {
        float: none;
        width: 100%; } }
    #page-8 .text-block-2 .left svg {
      position: absolute;
      width: 384px;
      height: 286px; }
      @media only screen and (max-width: 1000px) {
        #page-8 .text-block-2 .left svg {
          position: static;
          width: 100%;
          margin-top: 30px; } }
  #page-8 .text-block-2 .right {
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px);
    float: right;
    width: 560px;
    padding-top: 57px; }
    @media only screen and (max-width: 1000px) {
      #page-8 .text-block-2 .right {
        float: none;
        width: 100%;
        padding-top: 30px; } }
#page-8 .photo-grid .row {
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0px, 0px); }
  #page-8 .photo-grid .row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
@media only screen and (max-width: 500px) {
  #page-8 .photo-grid .row.hidden-vertical {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important; } }
#page-8 .photo-grid a {
  display: block;
  position: relative; }
  #page-8 .photo-grid a .overlay {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #52509e;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  #page-8 .photo-grid a .arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  #page-8 .photo-grid a:hover .overlay {
    opacity: 0.7; }
  #page-8 .photo-grid a:hover .arrow {
    opacity: 1; }
#page-8 .photo-grid img {
  border-radius: 50%;
  width: 296px;
  display: block;
  border: 8px solid white;
  box-sizing: border-box;
  margin-bottom: 18px; }
  @media only screen and (max-width: 1000px) {
    #page-8 .photo-grid img {
      margin-bottom: 18px;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      height: auto; } }
  @media only screen and (max-width: 600px) {
    #page-8 .photo-grid img {
      max-width: 300px; } }
#page-8 .photo-grid .left, #page-8 .photo-grid .middle, #page-8 .photo-grid .right {
  width: 296px;
  text-align: center;
  float: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1000px) {
    #page-8 .photo-grid .left, #page-8 .photo-grid .middle, #page-8 .photo-grid .right {
      width: 30%; } }
  @media only screen and (max-width: 600px) {
    #page-8 .photo-grid .left, #page-8 .photo-grid .middle, #page-8 .photo-grid .right {
      width: 100%; } }
#page-8 .photo-grid .left, #page-8 .photo-grid .middle {
  margin-right: 56px; }
  @media only screen and (max-width: 1000px) {
    #page-8 .photo-grid .left, #page-8 .photo-grid .middle {
      margin-right: 4.5%; } }
  @media only screen and (max-width: 600px) {
    #page-8 .photo-grid .left, #page-8 .photo-grid .middle {
      margin-right: 0px; } }

#page-9 .left {
  width: 475px;
  float: left; }
  @media only screen and (max-width: 1000px) {
    #page-9 .left {
      width: 100%;
      float: none; } }
#page-9 .right {
  width: 475px;
  float: right; }
  @media only screen and (max-width: 1000px) {
    #page-9 .right {
      width: 100%;
      float: none; } }
#page-9 .video-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 140px; }
  #page-9 .video-wrapper img {
    position: absolute;
    width: 1500px;
    left: -250px;
    top: -120px;
    z-index: 1; }
  #page-9 .video-wrapper .video-container {
    display: inline-block; }
    @media only screen and (max-width: 1000px) {
      #page-9 .video-wrapper .video-container {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        display: block; } }
    #page-9 .video-wrapper .video-container iframe {
      display: block;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 1000px) {
        #page-9 .video-wrapper .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

#page-10 .left {
  width: 467px;
  float: left;
  display: table;
  height: 500px; }
  @media only screen and (max-width: 1000px) {
    #page-10 .left {
      width: 100%;
      float: none;
      display: block;
      height: auto;
      margin-bottom: 20px; } }
  #page-10 .left .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
  #page-10 .left h2 {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px; }
    #page-10 .left h2:before {
      content: '';
      display: block;
      width: 0%;
      margin-bottom: 8px;
      height: 6px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.4s; }
    #page-10 .left h2:after {
      content: '';
      display: block;
      width: 0%;
      height: 6px;
      margin-top: 10px;
      background-color: white;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -ms-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
      transition-delay: 0.6s; }
  #page-10 .left h2.show:before {
    width: 100%; }
  #page-10 .left h2.show:after {
    width: 100%; }
#page-10 .right {
  width: 440px;
  float: right;
  display: table;
  height: 500px; }
  @media only screen and (max-width: 1000px) {
    #page-10 .right {
      width: 100%;
      float: none;
      display: block;
      height: auto; } }
  #page-10 .right .image {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transform: translate(0px, 0px); }
    @media only screen and (max-width: 1000px) {
      #page-10 .right .image {
        float: none;
        display: block; } }
  #page-10 .right img {
    border-radius: 50%;
    border: 8px solid white;
    width: 400px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1000px) {
      #page-10 .right img {
        margin: 0 auto;
        display: block; } }
    @media only screen and (max-width: 500px) {
      #page-10 .right img {
        width: 100%;
        height: auto; } }

#page-11 h1 {
  font-size: 300%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 500px) {
    #page-11 h1 {
      font-size: 187.5%;
      line-height: 120%; } }
#page-11 table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-family: "Century Gothic W01";
  margin-top: 40px;
  margin-bottom: 40px; }
  #page-11 table th {
    text-align: left;
    padding: 8px 10px;
    background-color: #394048;
    font-family: "Century Gothic W01 Bold";
    color: white; }
  #page-11 table td {
    background-color: white;
    border: 0;
    padding: 5px 10px; }
  #page-11 table td.bold {
    font-family: "Century Gothic W01 Bold"; }
  #page-11 table td.toppad {
    padding-top: 20px; }
  #page-11 table td.dark {
    background-color: #cecece; }
#page-11 a {
  color: white;
  font-family: "Century Gothic W01 Bold";
  text-decoration: none; }
  #page-11 a:hover {
    text-decoration: underline; }

#page-12 h2 {
  margin-bottom: 30px; }
#page-12 span.title {
  font-family: "Century Gothic W01 Bold"; }
#page-12 p.intro {
  margin-bottom: 30px; }
#page-12 h4 {
  margin-bottom: 24px; }
#page-12 .left, #page-12 .middle, #page-12 .right {
  width: 290px;
  float: left; }
  @media only screen and (max-width: 1000px) {
    #page-12 .left, #page-12 .middle, #page-12 .right {
      width: 100%;
      float: none; } }
#page-12 .left, #page-12 .middle {
  margin-right: 65px; }
#page-12 .section-1, #page-12 .section-2 {
  border-bottom: 1px solid white;
  padding-bottom: 80px; }
#page-12 .section-1, #page-12 .section-2, #page-12 .section-3 {
  margin-bottom: 80px; }

/*# sourceMappingURL=style.css.map */
