/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/partials/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/partials/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/partials/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/partials/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/partials/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/partials/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Clarendon';
  src: url("fonts/CLARENDO.eot");
  src: local("☺"), url("../fonts/CLARENDO.woff") format("woff"), url("../fonts/CLARENDO.ttf") format("truetype"), url("../fonts/CLARENDO.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Clarendon';
  src: url("fonts/08639_ClarendonLightBT.eot");
  src: local("☺"), url("../fonts/08639_ClarendonLightBT.woff") format("woff"), url("../fonts/08639_ClarendonLightBT.ttf") format("truetype"), url("../fonts/08639_ClarendonLightBT.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

/* line 17, ../sass/partials/_fonts.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* line 1, ../sass/partials/_page.scss */
body {
  overflow-x: hidden;
}

/* line 6, ../sass/partials/_page.scss */
#leaves {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: url(../images/background/leaves.png);
  z-index: 9999;
}

/* line 17, ../sass/partials/_page.scss */
#scrollToStart {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -30px;
  color: #f49600;
}

/* line 25, ../sass/partials/_page.scss */
#logo {
  position: fixed;
  margin-left: -100px;
  left: 50%;
  top: 20px;
  z-index: 9999;
  cursor: pointer;
}

/* line 34, ../sass/partials/_page.scss */
#years {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 10000;
  color: #f49600;
  font-weight: normal;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

/* line 46, ../sass/partials/_page.scss */
#years li {
  display: inline;
  margin: 0 20px 0 0;
  cursor: pointer;
}

/* line 54, ../sass/partials/_page.scss */
#twig {
  position: fixed;
  top: 0;
  left: 0;
}

/* line 60, ../sass/partials/_page.scss */
.centerBlock {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 45%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

/* line 70, ../sass/partials/_page.scss */
h1.startPage, h1.introPage {
  color: #f49600;
  font-size: 60px;
  position: absolute;
  left: 0;
  font-family: Clarendon, Georgia, serif;
  min-width: 380px;
  font-weight: 300;
}

/* line 80, ../sass/partials/_page.scss */
h1.startPage {
  font-size: 80px;
}

/* line 85, ../sass/partials/_page.scss */
#sH1 {
  top: -140px;
  left: 90px;
}

/* line 90, ../sass/partials/_page.scss */
#sH2 {
  top: -77px;
  left: -109px;
}

/* line 95, ../sass/partials/_page.scss */
#sH3 {
  top: -30px;
  left: -55px;
  font-size: 160px;
}

/* line 101, ../sass/partials/_page.scss */
#sH4 {
  top: 113px;
  left: -67px;
}

/* line 107, ../sass/partials/_page.scss */
h1.introPage {
  font-size: 30px;
}

/* line 111, ../sass/partials/_page.scss */
#iH1 {
  top: -216px;
  left: 2000px;
}

/* line 116, ../sass/partials/_page.scss */
#iH2 {
  top: -182px;
  left: 2000px;
}

/* line 121, ../sass/partials/_page.scss */
#iH3 {
  top: -155px;
  left: 2000px;
  font-size: 60px;
}

/* line 127, ../sass/partials/_page.scss */
#iH4 {
  top: -90px;
  left: 2000px;
}

/* line 132, ../sass/partials/_page.scss */
#introCopy {
  width: 500px;
  position: absolute;
  color: #3c3c3b;
  top: -20px;
  left: 2000px;
  margin: 0 0 0 -200px;
  line-height: 18px;
}

/* line 143, ../sass/partials/_page.scss */
#milestoneWrapper {
  position: fixed;
  width: 6047px;
  height: 100%;
  left: 50%;
  bottom: 0;
  z-index: 9999;
}

/* line 152, ../sass/partials/_page.scss */
#assetImages {
  width: 6047px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 70%;
  left: 2000px;
}

/* line 162, ../sass/partials/_page.scss */
.assetImage {
  position: absolute;
  bottom: 0;
}

/* line 167, ../sass/partials/_page.scss */
#a1 {
  margin: 229px 0 0 0;
}

/* line 171, ../sass/partials/_page.scss */
#a2 {
  margin: 177px 0 0 -162px;
}

/* line 175, ../sass/partials/_page.scss */
#a3 {
  margin: 46px 0 0 -180px;
  z-index: 102;
}

/* line 181, ../sass/partials/_page.scss */
.descBlock {
  position: absolute;
  top: 50%;
  z-index: 110;
  opacity: 0.5;
}

/* line 187, ../sass/partials/_page.scss */
.descBlock2 {
  position: absolute;
  top: 50%;
}

/* line 193, ../sass/partials/_page.scss */
.descBlock p, .descBlock h2 {
  margin: 0;
  position: relative;
}

/* line 202, ../sass/partials/_page.scss */
.descHeadline {
  font-size: 15px;
  color: #F49600;
  line-height: 15px;
  font-family: Clarendon, Georgia, serif;
  cursor: pointer;
  font-weight: normal;
}
/* line 209, ../sass/partials/_page.scss */
.descHeadline a {
  color: inherit;
  text-decoration: none;
}

/* line 215, ../sass/partials/_page.scss */
.descHeadline2 {
  font-size: 30px;
  color: #F49600;
  line-height: 27px;
  font-family: Clarendon, Georgia, serif;
  cursor: pointer;
  font-weight: normal;
}
/* line 222, ../sass/partials/_page.scss */
.descHeadline2 a {
  color: inherit;
  text-decoration: none;
}

/* line 228, ../sass/partials/_page.scss */
.date {
  font-size: 14px;
  color: #878787;
  font-weight: normal;
}

/* line 234, ../sass/partials/_page.scss */
.description {
  font-size: 13px;
  font-weight: normal;
  color: #878787;
  display: none;
}

/* line 242, ../sass/partials/_page.scss */
.line {
  width: 5px;
  background: #F49600;
  height: 1000px;
  position: relative;
  top: 25px;
  left: 15px;
}

/* line 251, ../sass/partials/_page.scss */
#milestone1 {
  position: absolute;
  bottom: 0;
  left: -140px;
  width: 635px;
  height: 600px;
  cursor: pointer;
}

/* line 260, ../sass/partials/_page.scss */
#milestone2 {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 150px;
  width: 600px;
  height: 600px;
}

/* line 269, ../sass/partials/_page.scss */
#milestone3 {
  position: absolute;
  bottom: 0;
  left: 630px;
  width: 660px;
  height: 600px;
}

/* line 277, ../sass/partials/_page.scss */
#milestone4 {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 1080px;
  z-index: 10;
  width: 700px;
  height: 600px;
}

/* line 287, ../sass/partials/_page.scss */
#milestone5 {
  position: absolute;
  bottom: -50px;
  left: 1572px;
  width: 507px;
  height: 436px;
  z-index: 10;
}

/* line 296, ../sass/partials/_page.scss */
#milestone6 {
  position: absolute;
  bottom: -65px;
  left: 1800px;
  width: 700px;
  height: 600px;
}

/* line 304, ../sass/partials/_page.scss */
#milestone7 {
  position: absolute;
  bottom: -15px;
  left: 2210px;
  width: 578px;
  height: 382px;
  z-index: 10;
}

/* line 313, ../sass/partials/_page.scss */
#milestone8 {
  position: absolute;
  bottom: 0;
  left: 2670px;
  width: 670px;
  height: 600px;
}

/* line 321, ../sass/partials/_page.scss */
#milestone9 {
  position: absolute;
  bottom: -45px;
  height: 70%;
  left: 3050px;
  width: 660px;
  height: 600px;
}

/* line 330, ../sass/partials/_page.scss */
#milestone10 {
  position: absolute;
  bottom: 0;
  left: 3470px;
  width: 362px;
  height: 327px;
  z-index: 10;
}

/* line 339, ../sass/partials/_page.scss */
#milestone11 {
  position: absolute;
  bottom: -30px;
  left: 3630px;
  width: 680px;
  height: 600px;
}

/* line 347, ../sass/partials/_page.scss */
#milestone12 {
  position: absolute;
  bottom: -30px;
  left: 4026px;
  width: 458px;
  height: 505px;
  z-index: 10;
}

/* line 356, ../sass/partials/_page.scss */
#milestone12a {
  position: absolute;
  bottom: 350px;
  left: 4260px;
  width: 75px;
  height: 75px;
  z-index: 12;
}

/* line 365, ../sass/partials/_page.scss */
#milestone13 {
  position: absolute;
  bottom: 0;
  left: 4120px;
  width: 680px;
  height: 600px;
}

/* line 373, ../sass/partials/_page.scss */
#milestone14 {
  position: absolute;
  bottom: 0;
  left: 4620px;
  width: 322px;
  height: 375px;
  z-index: 10;
}

/* line 382, ../sass/partials/_page.scss */
#milestone15 {
  position: absolute;
  bottom: 0;
  left: 4641px;
  width: 1000px;
  height: 600px;
}

/* line 390, ../sass/partials/_page.scss */
#milestone15a {
  position: absolute;
  bottom: 85px;
  left: 4937px;
  width: 200px;
  height: 205px;
  z-index: 12;
}

/* line 399, ../sass/partials/_page.scss */
#milestone16 {
  position: absolute;
  bottom: 0;
  left: 5145px;
  width: 336px;
  height: 222px;
  z-index: 10;
}

/* line 408, ../sass/partials/_page.scss */
#milestone17 {
  position: absolute;
  bottom: 0;
  left: 5410px;
  width: 370px;
  height: 221px;
  z-index: 10;
}

/* line 417, ../sass/partials/_page.scss */
#milestone17a {
  position: absolute;
  bottom: 149px;
  left: 5564px;
  width: 81px;
  height: 87px;
  z-index: 11;
}

/* line 426, ../sass/partials/_page.scss */
#milestone18 {
  position: absolute;
  bottom: -20px;
  left: 5320px;
  width: 640px;
  height: 600px;
}

/* line 435, ../sass/partials/_page.scss */
#milestone19 {
  position: absolute;
  bottom: 0;
  left: 5741px;
  width: 297px;
  height: 250px;
}

/* line 443, ../sass/partials/_page.scss */
#dB1 {
  left: 47px;
  top: 10%;
}

/* line 448, ../sass/partials/_page.scss */
#dB2 {
  left: 300px;
  top: -24%;
}

/* line 453, ../sass/partials/_page.scss */
#dB3 {
  left: 450px;
  top: -40%;
}

/* line 458, ../sass/partials/_page.scss */
#dB4 {
  left: 150px;
  top: -35%;
}

/* line 463, ../sass/partials/_page.scss */
#dB5 {
  left: 100px;
  top: -8%;
}

/* line 468, ../sass/partials/_page.scss */
#dB6 {
  left: 720px;
  top: -42%;
}

/* line 473, ../sass/partials/_page.scss */
#dB7 {
  left: 870px;
  top: -15%;
}

/* line 478, ../sass/partials/_page.scss */
#dB8 {
  left: 830px;
  top: 28%;
}

/* line 483, ../sass/partials/_page.scss */
#dB9 {
  left: 745px;
  top: 10%;
}

/* line 488, ../sass/partials/_page.scss */
#dB10 {
  left: 620px;
  top: -19%;
}

/* line 493, ../sass/partials/_page.scss */
#dB11 {
  left: 1020px;
  top: -40%;
}

/* line 498, ../sass/partials/_page.scss */
#dB12 {
  left: 150px;
  top: -75px;
}

/* line 503, ../sass/partials/_page.scss */
#dB13 {
  left: 190px;
  top: -74px;
}

/* line 508, ../sass/partials/_page.scss */
#dB14 {
  left: -110px;
  margin-top: -100px;
}

/* line 514, ../sass/partials/_page.scss */
#dB15 {
  left: 150px;
  margin-top: -100%;
}

/* line 519, ../sass/partials/_page.scss */
#dB16 {
  left: 270px;
  margin-top: -100%;
}

/* line 524, ../sass/partials/_page.scss */
#dB17 {
  margin-left: -120px;
  top: -76px;
}

/* line 529, ../sass/partials/_page.scss */
#dB18 {
  left: 115px;
  margin-top: -100%;
}

/* line 534, ../sass/partials/_page.scss */
#dB19 {
  left: 1140px;
  top: 7%;
}

/* line 539, ../sass/partials/_page.scss */
#dB20 {
  left: 1120px;
  top: -18%;
}

/* line 544, ../sass/partials/_page.scss */
#dB21 {
  left: 1565px;
  top: 20%;
}

/* line 549, ../sass/partials/_page.scss */
#dB22 {
  left: 1710px;
  top: 8%;
}

/* line 554, ../sass/partials/_page.scss */
#dB23 {
  left: 1490px;
  top: 2%;
}

/* line 559, ../sass/partials/_page.scss */
#dB24 {
  left: 1320px;
  top: -37%;
}

/* line 564, ../sass/partials/_page.scss */
#dB25 {
  left: 1380px;
  top: -18%;
}

/* line 569, ../sass/partials/_page.scss */
#dB26 {
  left: 1968px;
  top: -10%;
}

/* line 574, ../sass/partials/_page.scss */
#dB27 {
  left: 2073px;
  top: -42%;
}

/* line 579, ../sass/partials/_page.scss */
#dB28 {
  left: 1675px;
  top: -15%;
}

/* line 584, ../sass/partials/_page.scss */
#dB29 {
  left: 2116px;
  top: -17%;
}

/* line 589, ../sass/partials/_page.scss */
#dB30 {
  left: 2020px;
  top: -30%;
}

/* line 594, ../sass/partials/_page.scss */
#dB31 {
  left: 1657px;
  top: -36%;
  z-index: 1000;
}

/* line 600, ../sass/partials/_page.scss */
#dB38 {
  left: 150px;
}

/* line 604, ../sass/partials/_page.scss */
#dB32 {
  left: 180px;
  margin-top: -100%;
}

/* line 609, ../sass/partials/_page.scss */
#dB33 {
  left: -90px;
  margin-top: -90%;
}

/* line 614, ../sass/partials/_page.scss */
#dB34 {
  left: -80px;
  margin-top: -100%;
}

/* line 619, ../sass/partials/_page.scss */
#dB35 {
  left: 215px;
  margin-top: -100%;
}

/* line 624, ../sass/partials/_page.scss */
#dB36 {
  left: 200px;
  margin-top: -90%;
}

/* line 629, ../sass/partials/_page.scss */
#dB37 {
  left: 140px;
  margin-top: -100%;
}

/* line 634, ../sass/partials/_page.scss */
#dB38 {
  left: 220px;
  margin-top: -100%;
}

/* line 639, ../sass/partials/_page.scss */
#dB39 {
  left: 195px;
  margin-top: -100%;
}

/* line 644, ../sass/partials/_page.scss */
#dB40 {
  left: 2370px;
  top: -10%;
}

/* line 649, ../sass/partials/_page.scss */
#dB41 {
  left: 2850px;
  top: 16%;
}

/* line 654, ../sass/partials/_page.scss */
#dB42 {
  left: 3044px;
  top: -6%;
}

/* line 659, ../sass/partials/_page.scss */
#dB43 {
  left: 3430px;
  top: 2%;
}

/* line 664, ../sass/partials/_page.scss */
#dB44 {
  left: 2300px;
  top: -30%;
}

/* line 669, ../sass/partials/_page.scss */
#dB45 {
  left: -60px;
  margin-top: -100%;
}

/* line 674, ../sass/partials/_page.scss */
#dB46 {
  left: 2645px;
  top: 14%;
}

/* line 679, ../sass/partials/_page.scss */
#dB47 {
  left: 130px;
  margin-top: -100%;
}

/* line 684, ../sass/partials/_page.scss */
#dB48 {
  left: 2733px;
  top: 36%;
}

/* line 689, ../sass/partials/_page.scss */
#dB49 {
  left: 2450px;
  top: -37%;
}

/* line 694, ../sass/partials/_page.scss */
#dB50 {
  left: 2727px;
  top: -2%;
  z-index: 1000;
}

/* line 700, ../sass/partials/_page.scss */
#dB51 {
  left: 150px;
  top: -73px;
}

/* line 705, ../sass/partials/_page.scss */
#dB52 {
  left: 2700px;
  top: -20%;
}

/* line 710, ../sass/partials/_page.scss */
#dB53 {
  left: -75px;
  margin-top: -100%;
}

/* line 715, ../sass/partials/_page.scss */
#dB522 {
  left: 2790px;
  top: -42%;
}

/* line 720, ../sass/partials/_page.scss */
#dB533 {
  left: 175px;
  margin-top: -100%;
}

/* line 725, ../sass/partials/_page.scss */
#dB54 {
  left: 2990px;
  top: -25%;
}

/* line 730, ../sass/partials/_page.scss */
#dB55 {
  left: 3170px;
  top: -42%;
}

/* line 735, ../sass/partials/_page.scss */
#dB56 {
  left: -125px;
  margin-top: -100%;
}

/* line 740, ../sass/partials/_page.scss */
#dB57 {
  left: 3210px;
  top: -21%;
}

/* line 745, ../sass/partials/_page.scss */
#dB58 {
  left: 212px;
  margin-top: -100%;
}

/* line 750, ../sass/partials/_page.scss */
#dB59 {
  left: 3430px;
  top: -42%;
}

/* line 755, ../sass/partials/_page.scss */
#dB60 {
  left: -65px;
  margin-top: -65%;
}

/* line 760, ../sass/partials/_page.scss */
#dB61 {
  left: 3500px;
  top: -15%;
}

/* line 765, ../sass/partials/_page.scss */
#dB62 {
  left: 3640px;
  top: 13%;
}

/* line 770, ../sass/partials/_page.scss */
#dB63 {
  left: 3850px;
  top: -3%;
}

/* line 775, ../sass/partials/_page.scss */
#dB64 {
  left: 120px;
  margin-top: -3%;
}

/* line 780, ../sass/partials/_page.scss */
#dB65 {
  left: 4180px;
  top: -22%;
}

/* line 785, ../sass/partials/_page.scss */
#dB66 {
  left: 4320px;
  top: -6%;
}

/* line 790, ../sass/partials/_page.scss */
#dB67 {
  left: 80px;
  margin-top: 0%;
}

/* line 795, ../sass/partials/_page.scss */
#dB68 {
  left: 4555px;
  top: 18%;
}

/* line 800, ../sass/partials/_page.scss */
#dB69 {
  left: 3670px;
  top: 0;
}

/* line 805, ../sass/partials/_page.scss */
#dB70 {
  left: 3540px;
  top: -21%;
}

/* line 810, ../sass/partials/_page.scss */
#dB71 {
  left: 3700px;
  top: -42%;
}

/* line 815, ../sass/partials/_page.scss */
#dB72 {
  left: -110px;
  top: -75px;
}

/* line 820, ../sass/partials/_page.scss */
#dB73 {
  left: 3800px;
  top: -25%;
}

/* line 825, ../sass/partials/_page.scss */
#dB74 {
  left: -110px;
  top: -75px;
}

/* line 830, ../sass/partials/_page.scss */
#dB75 {
  left: 4000px;
  top: -42%;
}

/* line 835, ../sass/partials/_page.scss */
#dB76 {
  left: -96px;
  margin-top: -100%;
}

/* line 840, ../sass/partials/_page.scss */
#dB77 {
  left: 3950px;
  top: -15%;
}

/* line 845, ../sass/partials/_page.scss */
#dB79 {
  left: -80px;
  margin-top: -100%;
}

/* line 850, ../sass/partials/_page.scss */
#dB78 {
  left: 4250px;
  top: -41%;
}

/* line 855, ../sass/partials/_page.scss */
#dB80 {
  left: 4500px;
  top: -40%;
}

/* line 860, ../sass/partials/_page.scss */
#dB81 {
  left: -120px;
  margin-top: -100%;
}

/* line 865, ../sass/partials/_page.scss */
#dB82 {
  left: -116px;
  top: -79px;
}

/* line 870, ../sass/partials/_page.scss */
#dB83 {
  left: 4500px;
  top: -20%;
}

/* line 875, ../sass/partials/_page.scss */
#dB84 {
  left: 4760px;
  top: -13%;
}

/* line 880, ../sass/partials/_page.scss */
#dB84-84 {
  left: 4900px;
}

/* line 884, ../sass/partials/_page.scss */
#dB85 {
  left: 5206px;
  top: 10%;
}

/* line 889, ../sass/partials/_page.scss */
#dB86 {
  left: 5452px;
  top: -5%;
}

/* line 894, ../sass/partials/_page.scss */
#dB87 {
  left: 5480px;
  top: 15%;
}

/* line 899, ../sass/partials/_page.scss */
#dB88 {
  left: 5730px;
  top: 26%;
}

/* line 904, ../sass/partials/_page.scss */
#dB89 {
  left: 4450px;
  top: 37%;
}

/* line 909, ../sass/partials/_page.scss */
#dB90 {
  left: 130px;
  margin-top: -100%;
}

/* line 914, ../sass/partials/_page.scss */
#dB89 {
  left: 4450px;
}

/* line 918, ../sass/partials/_page.scss */
#dB90 {
  left: 130px;
  margin-top: -100%;
}

/* line 923, ../sass/partials/_page.scss */
#dB91 {
  left: 4936px;
  top: 7%;
}

/* line 928, ../sass/partials/_page.scss */
#dB92 {
  left: -10px;
}

/* line 933, ../sass/partials/_page.scss */
#dB93 {
  left: 4846px;
  top: -25%;
}

/* line 938, ../sass/partials/_page.scss */
#dB94 {
  left: 4651px;
  top: -34%;
}

/* line 943, ../sass/partials/_page.scss */
#dB95 {
  left: 4778px;
  top: -42%;
}

/* line 947, ../sass/partials/_page.scss */
#dB96 {
  left: 4950px;
  top: -42%;
}

/* line 952, ../sass/partials/_page.scss */
#dB97 {
  left: 5120px;
  top: -38%;
}

/* line 957, ../sass/partials/_page.scss */
#dB98 {
  left: 5000px;
  top: -20%;
}

/* line 962, ../sass/partials/_page.scss */
#dB99 {
  left: 5160px;
  top: -17%;
  z-index: 99999;
}

/* line 968, ../sass/partials/_page.scss */
#dB100 {
  left: 190px;
  margin-top: -58px;
}

/* line 973, ../sass/partials/_page.scss */
#dB101 {
  left: 5114px;
  top: -3%;
  z-index: 9999;
}

/* line 980, ../sass/partials/_page.scss */
#dB102 {
  left: 200px;
  margin-top: -100%;
}

/* line 985, ../sass/partials/_page.scss */
#dB103 {
  left: 5332px;
  top: -33%;
}

/* line 990, ../sass/partials/_page.scss */
#dB104 {
  left: 5360px;
  top: -15%;
}

/* line 995, ../sass/partials/_page.scss */
#dB105 {
  left: 5480px;
  top: -39%;
}

/* line 1000, ../sass/partials/_page.scss */
#dB106 {
  left: 140px;
  margin-top: -100%;
}

/* line 1005, ../sass/partials/_page.scss */
#dB107 {
  left: 5740px;
  top: -42%;
}

/* line 1010, ../sass/partials/_page.scss */
#dB108 {
  left: 150px;
  top: -60px;
}

/* line 1015, ../sass/partials/_page.scss */
#dB109 {
  left: 5620px;
  top: -20%;
}

/* line 1020, ../sass/partials/_page.scss */
#dB110 {
  left: -100px;
  margin-top: -100%;
}

/* line 1025, ../sass/partials/_page.scss */
#dB111 {
  left: 5700px;
  top: 5%;
}

/* line 1030, ../sass/partials/_page.scss */
#dB112 {
  left: 5849px;
  top: -28%;
}

/* line 1037, ../sass/partials/_page.scss */
#bgField {
  height: 147px;
  position: fixed;
  bottom: 0;
  z-index: -1;
}

/* line 1043, ../sass/partials/_page.scss */
.uber-img {
  position: relative;
  max-width: 110px;
  max-height: 110px;
  display: none;
}

/* line 1049, ../sass/partials/_page.scss */
.pull-right {
  float: right;
}

/* line 1053, ../sass/partials/_page.scss */
.ms {
  position: absolute;
}

@media screen and (min-width: 1024px) {
  /* line 1062, ../sass/partials/_page.scss */
  #logo {
    position: fixed;
    margin-left: -100px;
    left: 50%;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
  }

  /* line 1072, ../sass/partials/_page.scss */
  .description {
    font-size: 12px;
    font-weight: normal;
    color: #878787;
    display: none;
  }

  /* line 1080, ../sass/partials/_page.scss */
  .uber-img {
    position: relative;
    max-width: 100px;
    display: none;
  }

  /* line 1086, ../sass/partials/_page.scss */
  .assetImage {
    position: absolute;
    top: -30px;
  }

    /*
  #dB1 {
    left: 0px;
    top: 0%;
  }

  #dB2 {
    left: 360px;
    top: -25%;
  }

  #dB3 {
    left: 370px;
    top: -43%;
  }

  #dB4{
    left: 120px;
    top: -42%;
  }

  #dB5{
    left: 100px;
    top: -14%;
  }

  #dB6{
    left: 720px;
    top: -43%;
  }

  #dB7{
    left: 880px;
    top: -15%;
  }

  #dB8{
    left: 830px;
    top: 38%;
  }

  #dB9{
    left: 825px;
    top: 17%;
  }

  #dB10{
    left: 660px;
    top: -5%;
  }

  #dB11{
    left: 1090px;
    top: -40%;
  }

  #dB12 {
    left: 150px;
  }

  #dB13 {
    left: 200px;
  }

  #dB14 {
    left: 140px;
    margin-top: -52%;

  }

  #dB15{
    left: 150px;
    margin-top: -100%;
  }

  #dB16{
    left: 252px;
    margin-top: -100%;
  }

  #dB17{
    margin-left:-110px;
  }

  #dB18{
    left: 100px;
    margin-top: -100%;
  }

  #dB19{
    left: 1180px;
    top: 7%;
  }

  #dB20{
    left: 1250px;
    top: -13%;
  }

  #dB21{
    top: 17%;
  }

  #dB22{
    left: 1790px;
    top: -5%;
  }

  #dB23{
    left: 1490px;
    top: 0%;
  }

  #dB24{
    left: 1390px;
    top: -40%;
  }

  #dB25{
    left: 1480px;
    top: -22%;
  }

  #dB26{
    left: 1600px;
    top: -42%;
  }

  #dB27{
    left: 2140px;
    top: -40%;
  }

  #dB28{
    left: 1780px;
    top: -23%;
  }

  #dB29{
    left: 1950px;
    top: -22%;
  }

  #dB30{
    left: 1960px;
    top: -43%;
  }

  #dB31{
    left: 2140px;
    top: -25%;
  }

  #dB38{
    left: 150px;
  }

  #dB32{
    left: 170px;
    margin-top: -100%;
  }

  #dB33{
    left: -90px;
    margin-top: -90%;
  }

  #dB34{
    margin-top: -100%;
  }

  #dB35{
    margin-top: -100%;
  }

  #dB36{
    left: 200px;
    margin-top: -90%;
  }

  #dB37{
    left: 120px;
    margin-top: -100%;
  }

  #dB38{
    left: 150px;
    margin-top: -100%;
  }

  #dB39{
    left: 185px;
    margin-top: -100%;
  }

  #dB40{
    left: 2370px;
    top: 10%;
  }

  #dB41{
    left: 2900px;
    top: 30%;
  }

  #dB42{
    left: 3160px;
    top: -5%;
  }

  #dB43{
    left: 3410px;
    top: 3%;
  }

  #dB44{
    left: 2440px;
    top: -15%;
  }

  #dB45{
    left: -60px;
    margin-top: -100%;
  }

  #dB46{
    left: 2640px;
    top: 12%;
  }

  #dB47{
    left: 130px;
    margin-top: -100%;
  }

  #dB48{
    left: 2725px;
    top: 35%;
  }

  #dB49{
    left: 2443px;
    top: -38%;
  }

  #dB51{
    left: 130px;
    margin-top: -100%;
  }

  #dB52{
    left: 2700px;
    top: -20%;
  }

  #dB53{
    left: -75px;
    margin-top: -100%;
  }

  #dB522{
    left: 2750px;
    top: -41%;
  }

  #dB533{
    left: 175px;
    margin-top: -100%;
  }

  #dB54{
    left: 2990px;
    top: -5%;
  }

  #dB55{
    left: 3170px;
    top: -41%;
  }

  #dB56{
    left: -110px;
    margin-top: -100%;
  }

  #dB57{
    left: 3210px;
    top: -21%;
  }

  #dB58{
    left: 212px;
    margin-top: -35%;
  }

  #dB59{
    left: 3430px;
    top: -37%;
  }

  #dB60{
    left: -72px;
    margin-top: -100%;
  }

  #dB61{
    left: 3500px;
    top: -15%;
  }

  #dB62{
    left: 3640px;
    top: 20%;
  }

  #dB63{
    left: 3810px;
    top: 0%;
  }

  #dB64{
    left: 220px;
    margin-top:-105%;
  }

  #dB65{
    left: 4180px;
    top: -20%;
  }

  #dB66{
    left: 4325px;
    top: -5%;
  }

  #dB67{
    left:260px;
    margin-top: -100%;
  }

  #dB68{
    left: 4690px;
    top: -7%;
  }

  #dB69{
    left: 3600px;
    top: 7%;
  }

  #dB70{
    left: 3680px;
    top: 0%;
  }

  #dB71{
    left: 3670px;
    top: -42%;
  }

  #dB72{
    left: -120px;
    margin-top: -100%;
  }

  #dB73{
    left: 3800px;
    top: -24%;
  }

  #dB74{
    left: -110px;
    margin-top: -100%;
  }

  #dB75{
    left: 3970px;
    top: -42%;
  }

  #dB76{
    left: -86px;
    margin-top: -100%;
  }

  #dB77{
    left: 3980px;
    top: -17%;
  }

  #dB79{
    left: -80px;
    margin-top: -100%;
  }

  #dB78{
    left: 4150px;
    top: -42%;
  }

  #dB80{
    left: 4410px;
    top: -42%;
  }

  #dB81{
    left: -120px;
    margin-top: -100%;
  }

  #dB82{
    left: 30px;
    margin-top: -100%;
  }

  #dB83{
    left: 4500px;
    top: -24%;
  }

  #dB84{
    left: 4790px;
    top: -16%;
  }

  #dB85{
    left: 5160px;
    top: 18%;
  }

  #dB86{
    left: 5570px;
    top: -27%;
  }

  #dB87{
    left: 5595px;
    top: 15%;
  }

  #dB88{
    left: 5800px;
    top: 33%;
  }

  #dB89{
    left: 4450px;
    top: 15%;
  }

  #dB90{
    left: 130px;
    margin-top: -100%;
  }

  #dB89{
    left: 4450px;
  }

  #dB90{
    left: 130px;
    margin-top: -100%;
  }

  #dB91{
    left: 4910px;
    top: 4%;
  }

  #dB92{
    left: -10px;

  }

  #dB93{
    left: 4990px;
    top: -15%;
  }

  #dB94{
    left: 4780px;
    top: -41%;
  }

  #dB95{
    left: 4650px;
    top: -41%;
  }
  #dB96{
    left: 4950px;
    top: -35%;
  }

  #dB97{
    left: 5100px;
    top: -42%;
  }

  #dB98{
    left: 5190px;
    top: -20%;
  }

  #dB99{
    left: 5220px;
    top: -10%;
  }

  #dB100{
    left:190px;
    margin-top: -40%;
  }

  #dB101{
    left: 5100px;
    top: 2%;
  }

  #dB102{
    left:200px;
    margin-top: -100%;
  }

  #dB103{
    left: 5350px;
    top: -40%;
  }

  #dB104{
    left: 5400px;
    top: -21%;
  }

  #dB105{
    left: 5490px;
    top: -40%;
  }

  #dB106{
    left: 140px;
    margin-top: -100%;
  }

  #dB107{
    left: 5740px;
    top: -41%;
  }

  #dB108{
    left: 170px;
    margin-top: -100%;
  }

  #dB109{
    left: 5550px;
    top:-10%;
  }

  #dB110{
    left: 220px;
    margin-top: -100%;
    max-width: 70px;
  }

  #dB111{
    left: 5780px;
    top: 15%;
  }

  #dB112{
    left: 5850px;
    top: -15%;
  }
  */
  /* line 1665, ../sass/partials/_page.scss */
  .ms {
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  /* line 1674, ../sass/partials/_page.scss */
  #logo {
    position: fixed;
    margin-left: -100px;
    left: 50%;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
  }

  /* line 1684, ../sass/partials/_page.scss */
  .description {
    font-size: 12px;
    font-weight: normal;
    display: none;
    color: #878787;
  }
  /* line 1689, ../sass/partials/_page.scss */
  .description a {
    text-decoration: none;
    color: #878787;
  }

  /* line 1695, ../sass/partials/_page.scss */
  .uber-img {
    position: relative;
    max-width: 100px;
    display: none;
  }

  /* line 1701, ../sass/partials/_page.scss */
  .assetImage {
    position: absolute;
    top: -30px;
  }

    /*
  #dB1 {
    left: 80px;
    top: 5%;
  }

  #dB2 {
    left: 320px;
    top: -24%;
  }

  #dB3 {
    left: 370px;
    top: -43%;
  }

  #dB4{
    left: 120px;
    top: -42%;
  }

  #dB5{
    left: 100px;
    top: -14%;
  }

  #dB6{
    left: 720px;
    top: -43%;
  }

  #dB7{
    left: 880px;
    top: -15%;
  }

  #dB8{
    left: 830px;
    top: 32%;
  }

  #dB9{
    left: 825px;
    top: 15%;
  }

  #dB10{
    left: 660px;
    top: -5%;
  }

  #dB11{
    left: 1090px;
    top: -40%;
  }

  #dB12 {
    left: 150px;
  }

  #dB13 {
    left: 200px;
  }

  #dB14 {
    left: 140px;
    margin-top: -52%;

  }

  #dB15{
    left: 150px;
    margin-top: -100%;
  }

  #dB16{
    left: 252px;
    margin-top: -100%;
  }

  #dB17{
    margin-left:-110px;
  }

  #dB18{
    left: 100px;
    margin-top: -100%;
  }

  #dB19{
    left: 1170px;
    top: 5%;
  }

  #dB20{
    left: 1250px;
    top: -18%;
  }

  #dB21{
    top: 17%;
  }

  #dB22{
    left: 1790px;
    top: -5%;
  }

  #dB23{
    left: 1490px;
    top: 0%;
  }

  #dB24{
    left: 1390px;
    top: -40%;
  }

  #dB25{
    left: 1480px;
    top: -22%;
  }

  #dB26{
    left: 1600px;
    top: -42%;
  }

  #dB27{
    left: 2140px;
    top: -40%;
  }

  #dB28{
    left: 1780px;
    top: -21%;
  }

  #dB29{
    left: 1950px;
    top: -22%;
  }

  #dB30{
    left: 1960px;
    top: -43%;
  }

  #dB31{
    left: 2140px;
    top: -25%;
  }

  #dB38{
    left: 150px;
  }

  #dB32{
    left: 170px;
    margin-top: -100%;
  }

  #dB33{
    left: -90px;
    margin-top: -90%;
  }

  #dB34{
    margin-top: -100%;
  }

  #dB35{
    margin-top: -100%;
  }

  #dB36{
    left: 175px;
    margin-top: -90%;
  }

  #dB37{
    left: 120px;
    margin-top: -100%;
  }

  #dB38{
    left: 220px;
    margin-top: -100%;
  }

  #dB39{
    left: 185px;
    margin-top: -100%;
  }

  #dB40{
    left: 2345px;
    top: 1%;
  }

  #dB41{
    left: 2840px;
    top: 21%;
  }

  #dB42{
    left: 3160px;
    top: -5%;
  }

  #dB43{
    left: 3395px;
    top: 10%;
  }

  #dB44{
    left: 2440px;
    top: -20%;
  }

  #dB45{
    left: -60px;
    margin-top: -100%;
  }

  #dB46{
    left: 2640px;
    top: 12%;
  }

  #dB47{
    left: 130px;
    margin-top: -100%;
  }

  #dB48{
    left: 2725px;
    top: 35%;
  }

  #dB49{
    left: 2443px;
    top: -38%;
  }

  #dB51{
    left: 130px;
    margin-top: -100%;
  }

  #dB52{
    left: 2700px;
    top: -20%;
  }

  #dB53{
    left: -75px;
    margin-top: -100%;
  }

  #dB522{
    left: 2750px;
    top: -41%;
  }

  #dB533{
    left: 175px;
    margin-top: -100%;
  }

  #dB54{
    left: 2970px;
    top: -18%;
  }

  #dB55{
    left: 3170px;
    top: -41%;
  }

  #dB56{
    left: -110px;
    margin-top: -100%;
  }

  #dB57{
    left: 3210px;
    top: -21%;
  }

  #dB58{
    left: 212px;
    margin-top: -35%;
  }

  #dB59{
    left: 3430px;
    top: -37%;
  }

  #dB60{
    left: -72px;
    margin-top: -100%;
  }

  #dB61{
    left: 3500px;
    top: -14%;
  }

  #dB62{
    left: 3630px;
    top: 17%;
  }

  #dB63{
    left: 3810px;
    top: 0%;
  }

  #dB64{
    left: 400px;
    margin-top:-105%;
  }

  #dB65{
    left: 4180px;
    top: -20%;
  }

  #dB66{
    left: 4325px;
    top: -5%;
  }

  #dB67{
    left:380px;
    margin-top: -100%;
  }

  #dB68{
    left: 4550px;
    top: 15%;
  }

  #dB69{
    left: 3600px;
    top: 7%;
  }

  #dB70{
    left: 3680px;
    top: -6%;
  }

  #dB71{
    left: 3670px;
    top: -42%;
  }

  #dB72{
    left: -120px;
    margin-top: -100%;
  }

  #dB73{
    left: 3700px;
    top: -24%;
  }

  #dB74{
    left: -110px;
    margin-top: -100%;
  }

  #dB75{
    left: 3900px;
    top: -38%;
  }

  #dB76{
    left: -86px;
    margin-top: -100%;
  }

  #dB77{
    left: 3980px;
    top: -17%;
  }

  #dB79{
    left: -80px;
    margin-top: -100%;
  }

  #dB78{
    left: 4150px;
    top: -42%;
  }

  #dB80{
    left: 4410px;
    top: -42%;
  }

  #dB81{
    left: -120px;
    margin-top: -100%;
  }

  #dB82{
    left: 170px;
    margin-top:5%;
  }

  #dB83{
    left: 4500px;
    top: -24%;
  }

  #dB84{
    left: 4790px;
    top: -16%;
  }

  #dB85{
    left: 5155px;
    top: 18%;
  }

  #dB86{
    left: 5570px;
    top: -30%;
  }

  #dB87{
    left: 5470px;
    top: 15%;
  }

  #dB88{
    left: 5800px;
    top: 28%;
  }

  #dB89{
    left: 4450px;
    top: 33%;
  }

  #dB90{
    left: 130px;
    margin-top: -100%;
  }

  #dB89{
    left: 4450px;
  }

  #dB90{
    left: 130px;
    margin-top: -100%;
  }

  #dB91{
    left: 4925px;
    top: 3%;
  }

  #dB92{
    left: -10px;

  }

  #dB93{
    left: 5050px;
    top: -22%;
  }

  #dB94{
    left: 4780px;
    top: -41%;
  }

  #dB95{
    left: 4650px;
    top: -41%;
  }
  #dB96{
    left: 4950px;
    top: -42%;
  }

  #dB97{
    left: 5230px;
    top: -42%;
  }

  #dB98{
    left: 5190px;
    top: -20%;
  }

  #dB99{
    left: 5290px;
    top: -10%;
  }

  #dB100{
    left:190px;
    margin-top: -40%;
  }

  #dB101{
    left: 5170px;
    top: 2%;
  }

  #dB102{
    left:200px;
    margin-top: -100%;
  }

  #dB103{
    left: 5455px;
    top: -42%;
  }

  #dB104{
    left: 5400px;
    top: -21%;
  }

  #dB105{
    left: 5630px;
    top: -40%;
  }

  #dB106{
    left: 145px;
    margin-top: -100%;
  }

  #dB107{
    left: 5880px;
    top: -41%;
  }

  #dB108{
    left: 150px;
    margin-top: 0%;
  }

  #dB109{
    left: 5550px;
    top:-10%;
  }

  #dB110{
    left: 340px;
    margin-top: -100%;
    max-width: 70px;
  }

  #dB111{
    left: 5720px;
    top: 8%;
  }

  #dB112{
    left: 5850px;
    top: -25%;
  }
  */
}
/* line 3, ../sass/partials/_rte.scss */
a {
  text-decoration: underline;
}

/* line 7, ../sass/partials/_rte.scss */
a:hover {
  text-decoration: none;
}

/* line 12, ../sass/partials/_rte.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 5px 0;
}

/* line 17, ../sass/partials/_rte.scss */
h1 {
  font-size: 32px;
}

/* line 17, ../sass/partials/_rte.scss */
h2 {
  font-size: 28px;
}

/* line 17, ../sass/partials/_rte.scss */
h3 {
  font-size: 24px;
}

/* line 17, ../sass/partials/_rte.scss */
h4 {
  font-size: 20px;
}

/* line 17, ../sass/partials/_rte.scss */
h5 {
  font-size: 16px;
}

/* line 27, ../sass/partials/_rte.scss */
h1.first-header,
h2.first-header,
h3.first-header,
h4.first-header,
h5.first-header,
h6.first-header {
  margin-top: 0px;
}

/* line 32, ../sass/partials/_rte.scss */
p.highlightPink {
  border-left: 10px solid #FF00A0;
  background: #ffeef9;
  padding: 8px;
}

/* line 38, ../sass/partials/_rte.scss */
p.highlightBlue {
  border-left: 10px solid #00ccff;
  background: #edfbff;
  padding: 8px;
}

/* line 44, ../sass/partials/_rte.scss */
.align-right {
  text-align: right;
}

/* line 48, ../sass/partials/_rte.scss */
.align-left {
  text-align: left;
}

/* line 52, ../sass/partials/_rte.scss */
.align-center {
  text-align: center;
}

/* line 1, ../sass/partials/_birds.scss */
.birds-path.on {
  float: left;
  height: 61px;
  margin: 100px 0 0;
  overflow: hidden;
  width: 100%;
}

/* line 8, ../sass/partials/_birds.scss */
.birds-position {
  margin: 0 0 0 -250px;
}

/* line 11, ../sass/partials/_birds.scss */
.birds.on {
  background: url("../images/birds.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 61px;
  width: 167px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/partials/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/partials/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/partials/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/partials/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 54, ../sass/partials/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../sass/partials/_helper.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 84, ../sass/partials/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../sass/partials/_helper.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../sass/partials/_helper.scss */
.clearfix {
  *zoom: 1;
}

@media print {
  /* Style adjustments for print go here */
}
