@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
}

html, body {
  height: 100vh;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

h3 {
  margin-top: 2em;
}

h4 {
  margin: .9em 0;
}

a {
  color: #28374a;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

.bold {
  font-weight: 600;
}

.no-underline {
  text-decoration: none;
}

.page-outer {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.content-outer {
  width: 100%;
  box-sizing: border-box;
}

.header-outer {
  background-color: #28374a;
  flex: 0;
}

.header {
  color: #FFF;
  display: flex;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: flex-end;
  flex: 0 1 auto;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.header h1 {
  font-weight: 600;
  font-size: 1.7em;
  margin: 0 10px 0 0;
}

.header h1 span {
  position: relative;
  padding-right: 13px;
}

.header h1 sup {
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 8px;
}

.header p {
  margin: 0;
  padding-bottom: 6px;
  font-size: .85em;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

nav a {
  color: #FFF;
}

nav li:not(:first-child) a {
  margin-left: 10px;
}

nav li:not(:last-child) a {
  margin-right: 10px;
}

.main-outer {
  flex: 1;
  background: #f5f5f5;
  overflow: auto;
}

.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 20px;
  box-sizing: border-box;
}

.footer-outer {
  flex: 0;
  background: #FFF;
  border-top: solid 1px #e0e0e0;
}

.footer {
  display: flex;
  align-items: center;
}

.footer-left {
  display: flex;
  flex: 1 1 auto;
}

.footer-left a {
  display: block;
}

.footer-left a:not(:first-child) {
  margin-left: 10px;
}

.footer-left a:not(:last-child) {
  margin-right: 10px;
}

.footer-right {
  display: flex;
  flex: 0 1 auto;
}

.downloads {
  display: flex;
}

.store-download {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.store-download:not(:first-child) {
  margin-left: 15px;
}

.store-download img {
  display: block;
  height: 40px;
  width: auto;
}
