/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/* *********** */
/* BREAKPOINTS */
/* *********** */
/* Sizes */
/* The prefered method of creating breakpoints */
html,
body {
  font-size: 16px; }

p,
label,
li,
div {
  line-height: 24px; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

#global-header {
  margin-bottom: 0; }

.app-po__hero {
  height: 200px;
  background: url(../img/hero-garmin-purchasing-online.jpg) center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 480px) {
    .app-po__hero {
      height: 300px; } }
  @media screen and (min-width: 768px) {
    .app-po__hero {
      height: 500px; } }

.app-po > * {
  padding: 4em 0; }

.app-po__container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 940px; }
  .app-po__container:before, .app-po__container:after {
    display: table;
    content: " "; }
  .app-po__container:after {
    clear: both; }
  .app-po__container hr {
    height: 1px; }

.app-po__intro, .app-po__outro {
  border-top: 4px solid #007cbf;
  background-color: #eee; }
  .app-po__intro p, .app-po__outro p {
    font-weight: normal; }

.app-po__tip {
  margin-bottom: 2em; }
  .app-po__tip:last-child {
    margin: 0; }
  .app-po__tip__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: start;
        -ms-flex-align: start;
    margin-bottom: 1em;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    .app-po__tip__title img {
      margin-right: .4em;
      width: 2em; }
    .app-po__tip__title h2 {
      display: inline;
      padding-left: .2em; }
  .app-po__tip ul li {
    margin-bottom: 1em; }

.app-po__conclusion {
  background-color: #fafafa; }

.app-po__footnotes {
  background-color: #eee; }
  .app-po__footnotes p {
    color: #7f7f7f;
    font-size: .8em; }
