/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%; }

body {
  color: #46575e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 801px) {
    h1 {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 30px;
      margin-bottom: 3rem; } }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem; }
  @media (min-width: 801px) {
    h2 {
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 20px;
      margin-bottom: 2rem; } }

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) and (max-height: 767px) {
    h4 {
      font-size: 14px;
      font-size: 1.4rem; } }

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

p {
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
  font-size: 14px;
  font-size: 1.4rem; }

a {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }
  a:hover {
    text-decoration: none; }

hr {
  background-color: #ddd;
  height: 1px;
  border: 0;
  margin-bottom: 1.5em; }

blockquote {
  margin: 0; }
  blockquote p {
    position: relative;
    padding: 0 10px;
    padding: 0 1rem; }
    blockquote p:before, blockquote p:after {
      height: 0;
      position: absolute;
      font-size: 100px;
      font-size: 10rem; }
    blockquote p:before {
      content: open-quote;
      left: -30px;
      left: -3rem;
      top: 30px;
      top: 3rem; }
    blockquote p:after {
      content: close-quote;
      right: -30px;
      right: -3rem;
      bottom: 0; }

.red {
  color: #f00; }

.orange {
  color: #ff7700; }

.dk-red {
  color: #89133a; }

.mid-grey {
  color: #9eafb2; }

.lt-grey {
  color: #afc3c7; }

.dk-grey {
  color: #46565e; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.text-hidden {
  display: inline-block;
  text-indent: -9999px; }

.vertical-fix-table {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-fix-table .vertical-fix-cell {
    display: table-cell;
    vertical-align: middle; }

.clear {
  clear: both; }

.stuck {
  position: fixed;
  top: 0;
  z-index: 2; }

html {
  min-height: 100%; }

body {
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #cecece);
  background: linear-gradient(to bottom, #fff, #cecece); }

#main-wrapper {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) and (max-height: 767px) {
    #main-wrapper {
      max-width: 850px; } }

#bg > div {
  display: none; }
@media (min-width: 801px) {
  #bg > div {
    display: block; } }

#header {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 0 20px;
  padding: 0 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  @media (min-width: 1024px) and (max-height: 767px) {
    #header {
      margin-bottom: 5px;
      margin-bottom: 0.5rem; } }
  #header h1 {
    padding: 15px 0 10px;
    padding: 1.5rem 0 1rem;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      #header h1 {
        text-align: left;
        padding: 20px 0;
        padding: 2rem 0;
        margin-right: 160px; } }
    @media (min-width: 1024px) and (max-height: 767px) {
      #header h1 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 20px 0 15px;
        padding: 2rem 0 1.5rem; } }
  #header #logo {
    background: url("../images/template_imagemap.png") no-repeat -453px 0;
    width: 97px;
    height: 36px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px; }
    @media (min-width: 480px) {
      #header #logo {
        background: url("../images/template_imagemap.png") no-repeat -247px 0;
        width: 141px;
        height: 53px; } }
    @media (min-width: 801px) {
      #header #logo {
        float: right; } }

footer#main-footer {
  clear: both;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 20px;
  padding: 2rem;
  margin-top: 10px;
  margin-top: 1rem;
  text-align: center; }
  footer#main-footer .button {
    display: none !important; }
  @media (min-width: 801px) {
    footer#main-footer {
      opacity: 0;
      position: relative;
      margin-top: 0;
      margin-top: 0;
      padding: 10px 20px;
      padding: 1rem 2rem; }
      footer#main-footer .button {
        display: inline-block !important; }
      footer#main-footer .share {
        float: right;
        margin-top: 1rem; } }
  @media (min-width: 1024px) and (max-height: 767px) {
    footer#main-footer {
      top: -5px;
      top: -0.5rem; }
      footer#main-footer .button {
        padding-top: 7.5px;
        padding-top: 0.75rem;
        padding-bottom: 7.5px;
        padding-bottom: 0.75rem; } }

.cta.mobile {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  padding: 1rem 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .cta.mobile {
      display: none; } }

#main-tile {
  overflow: hidden; }
  @media (min-width: 801px) {
    #main-tile {
      width: 60%;
      float: left; } }
  #main-tile .tile-inner {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 0.2;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0; }
    @media (min-width: 801px) {
      #main-tile .tile-inner {
        -webkit-transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transform: translateX(100%);
        transition: transform 0.2s ease-out;
        bottom: 1rem;
        margin: 0; } }
    #main-tile .tile-inner.active {
      opacity: 1 !important; }
      @media (min-width: 801px) {
        #main-tile .tile-inner.active {
          opacity: 1 !important;
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
    @media (min-width: 801px) {
      #main-tile .tile-inner.previous {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); } }
    #main-tile .tile-inner.two-col .column-wrap:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #main-tile .tile-inner.two-col .column {
      box-sizing: border-box;
      margin-top: 30px;
      margin-top: 3rem; }
      @media (min-width: 480px) {
        #main-tile .tile-inner.two-col .column {
          width: 50%;
          float: left;
          margin-top: 0;
          padding: 0 0 0 15px;
          padding: 0 0 0 1.5rem; }
          #main-tile .tile-inner.two-col .column:first-of-type, #main-tile .tile-inner.two-col .column.one {
            padding: 0 1.5rem 0 0; } }
    #main-tile .tile-inner.row .row {
      box-sizing: border-box;
      margin-bottom: 30px;
      margin-bottom: 3rem; }
      #main-tile .tile-inner.row .row:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #main-tile .tile-inner.row .row:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        #main-tile .tile-inner.row .row {
          margin-bottom: 35px;
          margin-bottom: 3.5rem; } }
      @media (min-width: 1024px) and (max-height: 767px) {
        #main-tile .tile-inner.row .row {
          margin-bottom: 30px;
          margin-bottom: 3rem; } }
      #main-tile .tile-inner.row .row.two-col p {
        margin-bottom: 0; }
      @media (min-width: 480px) {
        #main-tile .tile-inner.row .row.two-col .graphic {
          margin-bottom: 0; }
        #main-tile .tile-inner.row .row.two-col .graphic,
        #main-tile .tile-inner.row .row.two-col .text {
          width: 50%;
          float: left;
          margin-bottom: 0; } }
    #main-tile .tile-inner.cta {
      background-color: #f00; }
      #main-tile .tile-inner.cta .text,
      #main-tile .tile-inner.cta .graphic {
        color: #fff; }
      #main-tile .tile-inner.cta .graphic {
        margin-bottom: 40px;
        margin-bottom: 4rem; }
  #main-tile .tile-padding {
    padding: 20px;
    padding: 2rem; }
    @media (min-width: 480px) {
      #main-tile .tile-padding {
        padding: 30px;
        padding: 3rem; } }
    @media (min-width: 801px) {
      #main-tile .tile-padding {
        padding: 20px 60px;
        padding: 2rem 6rem; } }
    @media (min-width: 1024px) {
      #main-tile .tile-padding {
        padding: 36px 60px 40px;
        padding: 3.6rem 6rem 4rem; } }
    @media (min-width: 1024px) and (max-height: 767px) {
      #main-tile .tile-padding {
        padding: 20px 60px;
        padding: 2rem 6rem; } }
  #main-tile .vertical-fix-cell {
    text-align: center; }
  @media (min-width: 480px) {
    #main-tile h3 {
      overflow: hidden; }
      #main-tile h3 strong,
      #main-tile h3 label {
        float: left; }
      #main-tile h3 label {
        width: 76%;
        padding-left: .6rem; } }
  #main-tile .graphic {
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0; }
    #main-tile .graphic:last-child {
      margin: 20px 0 0 0;
      margin: 2rem 0 0 0; }
    #main-tile .graphic .pie,
    #main-tile .graphic .img {
      display: inline-block; }
      #main-tile .graphic .pie a,
      #main-tile .graphic .img a {
        text-decoration: none; }
    #main-tile .graphic img {
      width: 100%; }
    #main-tile .graphic > div ~ div {
      margin: 10px 0 0 0;
      margin: 1rem 0 0 0; }
    @media (min-width: 801px) {
      #main-tile .graphic {
        margin: 0 0 70px 0;
        margin: 0 0 7rem 0; }
        #main-tile .graphic:last-child {
          margin: 0 0 70px 0;
          margin: 0 0 7rem 0; }
        #main-tile .graphic > div ~ div {
          margin: 0; } }
  #main-tile h2 {
    font-size: 2.4rem;
    font-weight: bold; }
    @media (min-width: 1024px) and (max-height: 767px) {
      #main-tile h2 {
        font-size: 21px;
        font-size: 2.1rem; } }
  #main-tile p,
  #main-tile li {
    font-size: 18px;
    font-size: 1.8rem; }
    #main-tile p span,
    #main-tile li span {
      font-weight: bold; }
    @media (min-width: 1024px) {
      #main-tile p,
      #main-tile li {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 1024px) and (max-height: 767px) {
      #main-tile p,
      #main-tile li {
        font-size: 16px;
        font-size: 1.6rem; } }
  #main-tile blockquote {
    text-align: left;
    padding: 0 10px;
    padding: 0 1rem; }
    #main-tile blockquote cite {
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px;
      line-height: 2.8rem; }
    @media (min-width: 801px) {
      #main-tile blockquote cite {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem; } }
    @media (min-width: 1024px) {
      #main-tile blockquote cite {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        line-height: 2.8rem; } }
  #main-tile .text p:last-child {
    margin-bottom: 0; }
  #main-tile nav {
    display: none; }
    @media (min-width: 801px) {
      #main-tile nav {
        display: block; } }
    #main-tile nav a {
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      height: calc(100% - 1rem);
      -webkit-transition: background-color 300ms ease-out, width 300ms ease-out;
      transition: background-color 300ms ease-out, width 300ms ease-out;
      width: 35px;
      width: 3.5rem; }
      #main-tile nav a:before {
        content: "";
        display: block;
        vertical-align: middle;
        position: relative;
        top: 50%;
        margin: -8px auto 0;
        width: 16px;
        height: 16px;
        background-image: url("../images/template_imagemap.png");
        background-repeat: no-repeat; }
      #main-tile nav a.disabled {
        opacity: 0.5;
        cursor: default;
        display: none; }
      #main-tile nav a#next {
        right: 0; }
        #main-tile nav a#next:before {
          background-position: -42px 0; }
        #main-tile nav a#next:hover:before {
          background-position: -128px 0; }
        #main-tile nav a#next.disabled:hover:before {
          background-position: -42px 0; }
      #main-tile nav a#prev {
        left: 0; }
        #main-tile nav a#prev:before {
          background-position: 0 0; }
        #main-tile nav a#prev:hover:before {
          background-position: -84px 0; }
        #main-tile nav a#prev.disabled:hover:before {
          background-position: 0 0; }
      #main-tile nav a.animate {
        background-color: #f00;
        -webkit-animation-name: animateBtn;
        animation-name: animateBtn;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s; }
        #main-tile nav a.animate:before {
          background-position: -128px 0 !important; }
      #main-tile nav a:hover {
        background-color: #f00;
        width: 40px;
        width: 4rem; }
        #main-tile nav a:hover.disabled {
          background-color: #fff;
          width: 35px;
          width: 3.5rem; }
  #main-tile #pips {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    bottom: 3rem; }
    #main-tile #pips li {
      display: inline-block;
      width: 20px;
      height: 20px;
      text-indent: -9999px;
      margin: 0 5px;
      margin: 0 0.5rem;
      background: url("../images/template_imagemap.png") no-repeat -202px 0; }
      #main-tile #pips li.active {
        background: url("../images/template_imagemap.png") no-repeat -168px 0; }

.tile {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .tile {
      opacity: 0; }
      .tile:before {
        content: "";
        display: block;
        padding-top: 100%; } }
  @media (min-width: 801px) {
    .tile .tile-inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; } }

#grid {
  display: none; }
  @media (min-width: 801px) {
    #grid {
      display: block;
      position: relative;
      width: 40%;
      float: right; } }
  #grid li {
    text-align: center;
    box-sizing: border-box;
    cursor: not-allowed;
    padding: 0 0 10px 10px;
    padding: 0 0 1rem 1rem; }
    @media (min-width: 801px) {
      #grid li {
        width: 50%;
        float: left; } }
    #grid li .tile-inner {
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 10px;
      bottom: 1rem;
      left: 10px;
      left: 1rem; }
    #grid li .overlay {
      -webkit-transition: opacity 300ms;
      transition: opacity 300ms;
      display: block;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      color: rgba(255, 255, 255, 0.25);
      line-height: normal;
      font-size: 140px;
      font-size: 14rem; }
    #grid li.uncover .overlay {
      opacity: 0; }
  #grid.pager-active li:hover .overlay {
    opacity: 1; }
  #grid.pager-active li.uncover {
    cursor: pointer; }
  #grid.pager-active li.tile-selected .overlay, #grid.pager-active li.tile-clickable .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1; }
  #grid.pager-active li.tile-selected div.tile-inner, #grid.pager-active li.tile-clickable div.tile-inner {
    border: 1px solid #fff;
    -moz-box-shadow: 1px 2px 2px #777;
    -webkit-box-shadow: 1px 2px 2px #777;
    box-shadow: 1px 2px 2px #777; }
  #grid.pager-active li.tile-clickable {
    cursor: pointer; }
    #grid.pager-active li.tile-clickable .overlay {
      opacity: 0; }
    #grid.pager-active li.tile-clickable:hover div.tile-inner .overlay {
      opacity: 1; }
    #grid.pager-active li.tile-clickable.tile-selected .overlay {
      opacity: 1; }

.button {
  display: inline-block;
  color: #fff;
  background-color: #f00;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 30px;
  padding: 1rem 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:hover {
    background-color: #525759; }

.temp-cover {
  width: 98%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: transparent;
  cursor: not-allowed; }

.pie .circles-wrp {
  position: relative;
  display: inline-block; }
  .pie .circles-wrp .circles-text {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 60px;
    font-size: 6rem; }

.share > iframe,
.share > div,
.share > span {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 5px; }
.share .IN-widget {
  margin-top: 2px; }
.share .label {
  color: #ff7700;
  border-right: 1px solid #ff7700;
  padding-right: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem; }

@-webkit-keyframes animateBtn {
  0% {
    -webkit-transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes animateBtn {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5px); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes textTransform {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes textTransform {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
    transform: translateX(-15%) translateZ(0); } }
@keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
    transform: translateX(-15%) translateZ(0); } }
@-webkit-keyframes FadeFloat {
  0%,
  100% {
    opacity: 0; }
  5%,
  90% {
    opacity: 1; } }
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0; }
  5%,
  90% {
    opacity: 1; } }
@-webkit-keyframes fadeExpand {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes fadeExpand {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.fade-in-1,
.fade-in-2,
.fade-in-3,
.fade-in-4,
.fade-in-5 {
  opacity: 0;
  /* make things invisible upon start */ }
  .fade-in-1.animate,
  .fade-in-2.animate,
  .fade-in-3.animate,
  .fade-in-4.animate,
  .fade-in-5.animate {
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

.fade-in-1.animate {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.fade-in-2.animate {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.fade-in-3.animate {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.fade-in-4.animate {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.fade-in-5.animate {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.text-animate {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px); }
  .text-animate.animate {
    -webkit-animation: textTransform ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    animation: textTransform ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

#bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: fadeExpand;
  animation-name: fadeExpand; }

.circle:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  width: 152px;
  height: 152px;
  top: -30px;
  margin-left: -500px;
  background-image: url(../images/circle_1.png); }

.circle:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  top: 12%;
  width: 231px;
  height: 231px;
  margin-left: -600px;
  background-image: url(../images/circle_2.png); }

.circle:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  width: 280px;
  height: 280px;
  top: -10px;
  margin-left: 400px;
  background-image: url(../images/circle_3.png); }

.cloud {
  opacity: 0;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
  animation-name: Float, FadeFloat; }

.cloud:nth-child(4) {
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  height: 67px;
  top: 10%;
  background-image: url(../images/clouds_1.png); }

.cloud:nth-child(5) {
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
  -webkit-animation-duration: 110s;
  animation-duration: 110s;
  top: 12%;
  height: 83px;
  background-image: url(../images/clouds_2.png); }

.cloud:nth-child(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 140s;
  animation-duration: 140s;
  height: 48px;
  top: 6%;
  background-image: url(../images/clouds_3.png); }

#main-tile {
  counter-reset: footnote-counter; }
  #main-tile .tile-inner {
    overflow: hidden; }
    @media (max-width: 800px) {
      #main-tile .tile-inner {
        position: relative; } }
    #main-tile .tile-inner.bg-1 {
      background-color: #dce3e4; }
    #main-tile .tile-inner.bg-2 {
      background-color: #a3b6be;
      color: #fff; }
    #main-tile .tile-inner .text {
      position: relative;
      z-index: 1; }
  #main-tile #tile-1 .column {
    width: 100%; }
    @media (min-width: 801px) {
      #main-tile #tile-1 .column {
        width: 63%; } }
  #main-tile #tile-1 h2 {
    font-size: 1.8rem; }
    @media (min-width: 1024px) and (max-height: 767px) {
      #main-tile #tile-1 h2 {
        font-size: 1.6rem; } }
  #main-tile #tile-1 p {
    font-size: 2.4rem; }
    @media (min-width: 1024px) and (max-height: 767px) {
      #main-tile #tile-1 p {
        font-size: 2.1rem; } }
    #main-tile #tile-1 p br {
      display: none; }
    @media (min-width: 801px) {
      #main-tile #tile-1 p br {
        display: inline; } }
  #main-tile #tile-1 .graphic {
    margin: 0; }
    @media (min-width: 801px) {
      #main-tile #tile-1 .graphic {
        position: absolute;
        bottom: 4rem;
        right: -5rem;
        bottom: 5rem; } }
  #main-tile #tile-2 .column {
    width: 100%; }
    @media (min-width: 801px) {
      #main-tile #tile-2 .column {
        width: 44%; } }
  @media (min-width: 480px) {
    #main-tile #tile-2 .graphic {
      margin: 0;
      position: absolute;
      right: -3rem;
      bottom: 0; } }
  @media (min-width: 801px) {
    #main-tile #tile-2 .graphic {
      right: 0;
      bottom: 5rem; } }
  #main-tile #tile-2 ul li {
    margin-top: 1rem;
    font-weight: bold; }
    #main-tile #tile-2 ul li span {
      color: #46575e;
      font-weight: normal; }
    #main-tile #tile-2 ul li br {
      display: none; }
    @media (min-width: 480px) {
      #main-tile #tile-2 ul li {
        margin-top: 4rem; }
        #main-tile #tile-2 ul li br {
          display: inline; } }
  #main-tile #tile-3 {
    text-align: center; }
    #main-tile #tile-3 .graphic {
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        #main-tile #tile-3 .graphic#global-trade {
          position: absolute;
          margin: 0;
          right: 0;
          left: 0;
          bottom: 4rem;
          padding: 0 8rem; } }
    #main-tile #tile-3 .pie .circles-text {
      font-size: 3.6rem;
      color: #f00; }
    @media (min-width: 801px) {
      #main-tile #tile-3 .footnotes {
        left: auto;
        right: 3.5rem;
        width: 13em;
        bottom: 4em; } }
  #main-tile #tile-4 {
    text-align: center; }
    #main-tile #tile-4 h2 span {
      color: #46575e;
      font-weight: normal; }
    #main-tile #tile-4 .graphic {
      margin-bottom: 0; }
    #main-tile #tile-4 ul li {
      margin-top: 1rem;
      font-weight: bold; }
      #main-tile #tile-4 ul li span {
        color: #46575e;
        font-weight: normal; }
  @media (max-width: 479px) {
    #main-tile #tile-5 {
      overflow: visible; } }
  #main-tile #tile-5 h2 {
    text-align: center; }
  #main-tile #tile-5 .column {
    width: 100%;
    padding-bottom: 350px; }
    @media (min-width: 480px) {
      #main-tile #tile-5 .column {
        width: 60%;
        padding-bottom: 0; } }
  #main-tile #tile-5 .graphic {
    margin: 0;
    position: absolute;
    height: 350px;
    overflow: hidden;
    bottom: 0;
    left: 1rem;
    right: 1rem; }
    @media (min-width: 480px) {
      #main-tile #tile-5 .graphic {
        height: auto;
        right: -3rem;
        left: auto; } }
    @media (min-width: 1024px) {
      #main-tile #tile-5 .graphic {
        top: 0;
        bottom: auto; } }
    #main-tile #tile-5 .graphic img {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      width: auto; }
      @media (min-width: 480px) {
        #main-tile #tile-5 .graphic img {
          position: static; } }
  #main-tile #tile-5 ul li {
    margin-top: 1rem; }
  #main-tile #tile-6 h2 {
    text-align: left; }
    #main-tile #tile-6 h2 span {
      color: #46575e;
      font-weight: normal; }
  #main-tile #tile-6 .graphic {
    margin-bottom: 0; }
  #main-tile #tile-7 p {
    text-align: center;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto; }
  #main-tile #tile-7 .graphic {
    margin: 3rem 0; }
  #main-tile .footnotes {
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    padding: 0.5em; }
    @media (min-width: 801px) {
      #main-tile .footnotes {
        position: absolute;
        left: 0;
        bottom: 5em;
        width: 16em; } }
    #main-tile .footnotes ol {
      margin-left: 1em;
      list-style: none; }
    #main-tile .footnotes li {
      margin-bottom: 0.75em;
      font-size: 0.9rem;
      counter-increment: footnote-counter; }
      #main-tile .footnotes li:before {
        content: counter(footnote-counter,decimal);
        margin-left: -1em;
        width: 1em;
        display: inline-block; }
      #main-tile .footnotes li:last-child {
        margin-bottom: 0; }
    #main-tile .footnotes a {
      color: #46575e; }

#grid #small-tile-1 .tile-inner {
  background-image: url("../images/grid/grid_1.gif"); }
#grid #small-tile-2 .tile-inner {
  background-image: url("../images/grid/grid_2.gif"); }
#grid #small-tile-3 .tile-inner {
  background-image: url("../images/grid/grid_3.gif"); }
#grid #small-tile-4 .tile-inner {
  background-image: url("../images/grid/grid_4.gif"); }
#grid #small-tile-5 .tile-inner {
  background-image: url("../images/grid/grid_5.gif"); }
#grid #small-tile-6 .tile-inner {
  background-image: url("../images/grid/grid_6.gif"); }

/*# sourceMappingURL=main.css.map */
