/*! 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; }

img {
  max-width: 100%; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%; }

body {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Arial Narrow, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.15; }

h1 {
  font-size: 5em;
  color: #404040;
  margin-bottom: 0.3em; }
  @media (min-width: 480px) {
    h1 {
      font-size: 8em; } }
  @media (min-width: 640px) {
    h1 {
      font-size: 10em; } }
  @media (min-width: 760px) {
    h1 {
      font-size: 10em; } }

h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h2 {
      font-size: 3.3em; } }

h3 {
  font-size: 2.8em; }
  @media (min-width: 640px) {
    h3 {
      font-size: 3.2em; } }

p {
  font-size: 1.6em;
  margin-bottom: 1em; }
  @media (min-width: 480px) {
    p {
      font-size: 2em; } }
  @media (min-width: 640px) {
    p {
      font-size: 2.4em; } }

ul, ol {
  margin: 0 0 1em 2.5em; }

ul {
  list-style: disc; }

li {
  font-size: 1.6em; }
  @media (min-width: 640px) {
    li {
      font-size: 1.8em; } }

a {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }
  a:hover {
    text-decoration: none; }

hr {
  background-color: #a6a6a6;
  height: 1px;
  border: 0;
  margin-bottom: 1.5em; }

.quote {
  font-style: italic; }

.text-left {
  text-align: left !important; }

.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; }

@media (max-width: 479px) {
  .hidden-s {
    display: none; } }
html {
  min-height: 100%; }

body {
  background: #e6e6e6; }

.container {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

#header .container {
  padding: 0 2em; }
  @media (min-width: 760px) {
    #header .container {
      padding: 0; } }
#header #logo {
  width: 45%; }
  @media (min-width: 640px) {
    #header #logo {
      width: 100%; } }

#footer .row {
  padding: 0 2em;
  margin-top: 2em;
  color: #404040; }
  @media (min-width: 640px) {
    #footer .row {
      margin-top: 4em; } }
#footer p {
  font-size: 1em; }
  @media (min-width: 640px) {
    #footer p {
      width: 45%;
      float: left; } }
#footer #sub-logo {
  margin: 0 auto;
  width: 50%; }
  @media (min-width: 640px) {
    #footer #sub-logo {
      float: right; } }
  #footer #sub-logo img {
    max-width: 100%; }

.jumbotron {
  background: none;
  margin-bottom: 0;
  padding: 1em 2em; }
  @media (min-width: 640px) {
    .jumbotron {
      padding: 2em 3em 1.5em; } }
  @media (min-width: 760px) {
    .jumbotron .container {
      padding: 0 2em; } }

.row {
  margin-top: 3em;
  color: #ffffff; }
  .row:first-child {
    margin-top: 0; }
  .row#sec-1 {
    background-color: #3a913f; }
  .row#sec-2 {
    background-color: #ed8b00; }
  .row#sec-3 {
    background-color: #e4bec3; }
  .row#sec-4 {
    background-color: #bfced6; }
  .row#sec-5 {
    background-color: #007396; }
  .row .content {
    padding: 3em 2em; }
    @media (min-width: 640px) {
      .row .content {
        padding: 3em 4em; } }
  .row .svg {
    max-width: 300px;
    margin: 0 auto; }
    .row .svg + p {
      margin-top: 0.75em; }
    .row .svg .img-wrapper {
      z-index: 1;
      margin: 0 auto;
      position: relative;
      position: relative;
      height: 0;
      padding-top: 100%; }
  .row .img-wrapper + p {
    margin-top: 0.75em; }
  .row svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .row h3 {
    margin: 0;
    background: #404040;
    padding: 8px 25px;
    text-transform: uppercase;
    display: inline-block; }
  @media (min-width: 640px) {
    .row .graphics:last-child .col p:last-child {
      margin-bottom: 0; } }
  .row .col {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 4em; }
    .row .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 640px) {
      .row .col {
        width: 50%;
        float: left;
        margin-bottom: 0; }
        .row .col:first-child {
          padding-right: 2em; }
        .row .col:last-child {
          padding-left: 2em; } }
    .row .col.full {
      width: 100%;
      padding: 0; }
  .row .circle {
    background-color: #f00;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    line-height: 85px;
    margin: 0 auto;
    z-index: 2; }
    .row .circle span {
      font-size: 0.5em; }
    .row .circle + p {
      margin-top: 0.75em; }

#summary {
  background: #404040; }
  #summary p {
    color: #fff; }
  #summary .graphics:last-child {
    margin-top: 0; }
    @media (min-width: 640px) {
      #summary .graphics:last-child .col {
        border-top: 1px solid #7f7f7f;
        margin-top: 0;
        padding-top: 4em;
        padding-bottom: 0; } }
  #summary .col {
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 640px) {
      #summary .col {
        padding-bottom: 2em; }
        #summary .col:first-child {
          border-right: 1px solid #7f7f7f; } }
    @media (min-width: 640px) {
      #summary .col p {
        padding: 0 2em;
        font-size: 1.8em; } }
  #summary a {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 0; }
  #summary h3 {
    background: #f00;
    display: block; }

.percent {
  font-weight: bold;
  font-size: 1.75em;
  display: inline-block; }
  .percent span {
    font-size: 0.5em; }

.browserupgrade {
  text-align: center;
  font-weight: bold; }

#sec-1 .circle {
  background-color: #004126;
  margin: 0;
  float: left; }
  @media (min-width: 640px) {
    #sec-1 .circle {
      float: none;
      position: absolute;
      left: 35%;
      top: 0.3em;
      border: 3px solid #3a913f; } }
#sec-1 .img-wrapper {
  padding-top: 68%; }
#sec-1 .svg {
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    #sec-1 .svg {
      float: left;
      width: 39%;
      margin-bottom: 0; } }
#sec-1 .col p {
  margin-left: 105px;
  margin-top: 2em; }
  @media (min-width: 640px) {
    #sec-1 .col p {
      margin-left: 54%; } }
  @media (min-width: 760px) {
    #sec-1 .col p {
      margin-left: 51%; } }

#sec-2 {
  overflow: hidden; }
  @media (min-width: 640px) {
    #sec-2 .col:first-child {
      width: 33.3%; } }
  @media (min-width: 640px) {
    #sec-2 .col:last-child {
      width: 66.7%; } }
  #sec-2 .col:last-child p {
    margin-left: 55%;
    padding-top: 2em; }
    @media (min-width: 480px) and (max-width: 639px) {
      #sec-2 .col:last-child p {
        margin-left: 200px; } }
    @media (min-width: 640px) {
      #sec-2 .col:last-child p {
        padding-top: 0; } }
    @media (min-width: 760px) {
      #sec-2 .col:last-child p {
        margin-left: 50%;
        padding-top: 2.5em; } }
  #sec-2 .svg {
    position: relative;
    margin-left: 0;
    max-width: 175px;
    float: left;
    width: 50%; }
  #sec-2 .img-wrapper {
    padding-top: 129.9%; }

#sec-3 {
  overflow: hidden; }
  #sec-3 .content {
    color: #942645; }
  #sec-3 .col:nth-child(2) {
    padding-left: 0; }
    #sec-3 .col:nth-child(2) p {
      position: absolute;
      top: 30%;
      text-align: center;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 62%; }
      @media (min-width: 480px) {
        #sec-3 .col:nth-child(2) p {
          max-width: 300px;
          width: auto; } }
      @media (min-width: 640px) {
        #sec-3 .col:nth-child(2) p {
          top: 18%;
          left: 26%;
          right: -1em;
          max-width: none;
          font-size: 2.2em; } }
      @media (min-width: 760px) {
        #sec-3 .col:nth-child(2) p {
          top: 20%;
          right: auto;
          font-size: 2.4em; } }
    #sec-3 .col:nth-child(2) .svg {
      max-width: none; }
      @media (min-width: 480px) {
        #sec-3 .col:nth-child(2) .svg {
          max-width: 400px; } }
      @media (min-width: 640px) {
        #sec-3 .col:nth-child(2) .svg {
          margin-top: -5em;
          margin-left: 0;
          width: auto;
          margin-right: -10em;
          margin-bottom: -6em; } }
      #sec-3 .col:nth-child(2) .svg .img-wrapper {
        padding-top: 75%; }

#sec-4 .content {
  color: #3f5364; }
#sec-4 .col {
  text-align: center; }
  @media (min-width: 640px) {
    #sec-4 .col {
      text-align: left; } }
#sec-4 .svg .img-wrapper {
  padding-top: 63.9%; }

#sec-5 {
  background-image: url("../images/ipad.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
  overflow: hidden; }
  #sec-5 #hand {
    background: url("../images/hand.svg") no-repeat 0 0;
    width: 45%;
    height: 87%;
    position: absolute;
    right: -10px;
    bottom: -21%;
    display: none; }
    @media (min-width: 480px) {
      #sec-5 #hand {
        display: block; } }
  #sec-5 .circle {
    background-color: #003b4d;
    left: 63%;
    top: -20px;
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px; }
  #sec-5 .col {
    position: relative; }
    #sec-5 .col p {
      width: 50%;
      margin-bottom: 2.5em; }
    #sec-5 .col:nth-child(2) .circle {
      font-size: 3em;
      top: 0; }

/*# sourceMappingURL=main.css.map */
