/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Sets default font family to sans-serif. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Removes default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; }

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/* Corrects font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Sets consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Addresses inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/* Prevents `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 ========================================================================== */
/* Removes border when inside `a` element in IE 8/9. */
img { border: 0; }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/* 1. Corrects font family not being inherited in all browsers. 2. Corrects font size not being inherited in all browsers. 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves 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], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to `content-box` in IE 8/9. 2. Removes excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

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

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

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE 8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/*
* Fluid Skeleton 
* Based on Skeleton, Dave Gamache
* www.getskeleton.com
* Butchered by Ian Yates
* http://webdesign.tutsplus.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Flexible Column Widths - mobile first
================================================== */
.container { position: relative; width: 100%; max-width: 960px; margin: 0 auto; padding: 0; }

.container .columns, .container .column { float: left; display: inline; padding-left: 1em; padding-right: 1em; }

.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column { width: 100%; }

/* Offsets */
.container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen { margin-left: 0; }

 /* #getting bigger - breakpoint tablets
================================================== */
@media only screen and (min-width: 480px) { .container { width: 90%; } }
 /* #getting bigger - breakpoint beyond tablets portrait
================================================== */
@media only screen and (min-width: 767px) { .container .columns { padding-left: 1em; padding-right: 1em; }
  .container .one.columns { width: 6.25%; }
  .container .two.columns { width: 12.5%; }
  .container .three.columns { width: 18.75%; }
  .container .four.columns { width: 25%; }
  .container .five.columns { width: 31.25%; }
  .container .six.columns { width: 37.5%; }
  .container .seven.columns { width: 43.75%; }
  .container .eight.columns { width: 50%; }
  .container .nine.columns { width: 56.25%; }
  .container .ten.columns { width: 62.5%; }
  .container .eleven.columns { width: 68.75%; }
  .container .twelve.columns { width: 75%; }
  .container .thirteen.columns { width: 81.25%; }
  .container .fourteen.columns { width: 87.5%; }
  .container .fifteen.columns { width: 93.75%; }
  .container .sixteen.columns { width: 100%; }
  .container .one-third.column { width: 33.33%; }
  .container .two-thirds.column { width: 66.66%; }
  /* Offsets */
  .container .offset-by-one { margin-left: 6.25%; }
  .container .offset-by-two { margin-left: 12.5%; }
  .container .offset-by-three { margin-left: 18.75%; }
  .container .offset-by-four { margin-left: 25%; }
  .container .offset-by-five { margin-left: 31.25%; }
  .container .offset-by-six { margin-left: 37.5%; }
  .container .offset-by-seven { margin-left: 43.75%; }
  .container .offset-by-eight { margin-left: 50%; }
  .container .offset-by-nine { margin-left: 56.25%; }
  .container .offset-by-ten { margin-left: 62.5%; }
  .container .offset-by-eleven { margin-left: 68.75%; }
  .container .offset-by-twelve { margin-left: 75%; }
  .container .offset-by-thirteen { margin-left: 81.25%; }
  .container .offset-by-fourteen { margin-left: 87.5%; }
  .container .offset-by-fifteen { margin-left: 93.75%; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.row:after, .clearfix:after { clear: both; }

.row, .clearfix { zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* = html ===== */
html { font: 100%/1.5em 'Varela Round', arial, sans-serif; height: 100%; }

body { font-size: 1.125em; /* 18px / 16px */ line-height: 1.7em; color: white; background: #636463; }

a, a:focus, a:visited { text-decoration: underline; color: white; font-weight: bold; }

a:hover { text-decoration: none; }

h1, h2, h3 { font-family: 'Varela Round', arial, sans-serif; font-weight: 700; text-align: center; letter-spacing: -1px; }

h2 { font-size: 2.5em; margin-top: 1.5em; margin-bottom: 1.5em; }

h3 { font-size: 1.5em; font-weight: 700; margin-bottom: 1em; text-align: left; }

blockquote { font-size: 1.5em; line-height: 1.2em; margin: 1em 20% 1em 0; }
blockquote.align-right { margin: 1em 0 1em 20%; }

/* = utilities ===== */
.text-rep { text-indent: -9999px; }

.align-right { text-align: right; }

.align-center { text-align: center; }

.band { position: relative; min-height: 900px; border-bottom: 1px solid white; overflow: hidden; }
.band.page-22 { min-height: 0; }
.band .columns { padding-top: 1em; padding-bottom: 1em; }
.band .columns img { width: 100%; height: auto; }

footer.band { min-height: 0; }

ul.no-style, ul.no-style li { list-style: none; padding-left: 0; margin-left: 0; }

.skrollable { position: relative; }

i.support-note { font-style: normal; }

/* = title cover ===== */
header.band { text-align: center; background: #4768a1; }
header.band h1, header.band p { line-height: 1em; }
header.band .title h1 { margin-bottom: 0; }
header.band .title h1 img { max-width: 445px; }
header.band .strap { padding-top: 0; }
header.band .strap p { margin: 0; }
header.band .strap #subheading { max-width: 350px; }
header.band .strap #scrollme { max-width: 200px; padding: 2em 0 1em; }

.no-svg header.band .title { background: url(../img/bg-title.png) 50% 0 no-repeat; }

/* = pages ===== */
.band.intro { min-height: 1100px; }
.band.intro #diamond { margin-top: -1em; margin-left: -25%; width: 150%; }
.band.intro ul { padding-right: 25%; }

.page-4 { background: #adb745; }
.page-4 ul { width: 80%; }
.page-4 #arrow { width: 85%; position: relative; left: -15%; }

.page-6 h3 { margin-top: 2em; text-align: center; }
.page-6 h3 img { width: 66%; }

.page-8 { background: #4768a1; }
.page-8 #pointy-arrows { width: 80%; }

.page-10 { background: #adb745; }
.page-10 h3 { margin: 0 0 1.5em; }
.page-10 .columns .bubble { margin: 0; }
.page-10 .columns .bubble img { width: 60%; }

.page-12 { background: #4768a1; }
.page-12 h3 { margin-top: 0; padding-top: 2em; text-align: center; }
.page-12 h3 img { width: 80%; }
.page-12 #bulb { width: 50%; margin-top: -2em; }

.page-14 h3 { margin-bottom: 3em; }
.page-14 .columns .bubble { margin-bottom: 3em; }
.page-14 .columns .bubble img { width: 75%; }

.page-16 { background: #adb745; }
.page-16 h3 { margin-right: -35%; }
.page-16 #rdquo { width: 30%; margin-top: -0.5em; }
.page-16 #ldquo { position: absolute; top: 1em; left: 52%; width: 10%; }

.page-18 { background: #4768a1; }
.page-18 h3 { margin-right: -25%; }
.page-18 #tray { width: 55%; }
.page-18 .relaxed { margin: 3em 0 2em; }

.page-20 { background: #adb745; }
.page-20 h3 { font-size: 2em; line-height: 1.2em; }
.page-20 .offset-right { padding-right: 12.5%; }
.page-20 #scissors { position: absolute; top: 0; right: 0; width: 56%; max-width: 900px; }
.page-20 blockquote { padding-top: 66%; }

.page-22 #mouse { width: 50%; }

/* = footer ===== */
footer { font-size: 0.8em; line-height: 1.4em; background-color: white; color: #333; padding: .33em 0 1em; }
footer a:link, footer a:focus, footer a:visited { color: #333; }
footer .last { text-align: right; }
footer img { height: 60px; width: auto; }
footer img.last { margin-left: 3em; }

 /* tablets portrait and under
================================================== */
@media only screen and (max-width: 767px) { blockquote { font-size: 1.25em; }
  header.band { min-height: 0; }
  header.band .title h1 img { max-width: 400px; }
  .band.intro #diamond { margin-left: 0; width: 100%; }
  .band.intro ul { padding-right: 0; }
  .page-8 #pointy-arrows { max-width: 300px; }
  .page-10 .columns .bubble img { width: 40%; }
  .page-12 #bulb { width: 20%; float: right; }
  .page-14 .columns .bubble img { width: 55%; }
  .page-16 h3, .page-18 h3 { margin-right: 0; }
  .page-16 #rdquo { width: 20%; }
  .page-16 #ldquo { width: 20%; position: static; float: left; margin-right: 5%; }
  .page-20 blockquote { padding-top: 0; padding-bottom: 25%; }
  .page-20 .offset-right { padding-right: 0; }
  .page-20 #scissors { top: auto; right: auto; bottom: 0; left: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } }
 /* phones
================================================== */
@media only screen and (max-width: 480px) { body { font-size: 0.86em; }
  header.band .title h1 img { max-width: 240px; }
  header.band .strap #subheading { max-width: 200px; }
  header.band .strap #scrollme { max-width: 125px; }
  .no-phone { display: none; }
  .band.intro { min-height: 1400px; }
  .band.intro #diamond { margin: 0 -5%; width: 110%; }
  .page-10 .columns .bubble img { width: 75%; }
  .page-12 #bulb { width: 33%; float: none; }
  .page-14 .columns .bubble img { width: 90%; }
  .page-16 #ldquo { float: none; margin-right: 0; margin-bottom: -0.5em; }
  .page-18 .relaxed { margin: 1.5em 0 1.5em; }
  .page-20.band { min-height: 700px; }
  .page-20 blockquote { padding: 0; }
  .page-20 #scissors { width: 90%; }
  footer { padding: 1em 16px; text-align: center; }
  footer img { height: 49px; } }
