html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

code,
pre {
  font-family: monospace, monospace;
  margin: 0;
  padding: 0;
  tab-size: 4; }

code {
  color: #464444;
  display: inline-block; }

pre {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  border: 1px solid #dedede;
  display: block;
  padding: 1.625em 1em; }
  pre code {
    background: none;
    color: inherit;
    display: block;
    padding: 0;
    width: 100%; }

form,
label,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0; }

form {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  display: block; }
  form:first-child {
    margin-top: 0; }
  form:last-child {
    margin-bottom: 0; }

label {
  margin-top: 0.8125em;
  margin-bottom: 0.8125em;
  color: #5f5f5f;
  display: block;
  font-weight: 700; }
  label:first-child {
    margin-top: 0; }
  label:last-child {
    margin-bottom: 0; }

fieldset {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  border: 0;
  padding: 0; }
  fieldset:first-child {
    margin-top: 0; }
  fieldset:last-child {
    margin-bottom: 0; }

legend {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  display: block;
  width: 100%; }
  legend:first-child {
    margin-top: 0; }
  legend:last-child {
    margin-bottom: 0; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select,
textarea {
  font-size: 0.75em;
  line-height: 2.16667em;
  padding: 0.91667em 1.16667em; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select {
  height: 4.16667em; }

select {
  background-position: calc(100% - 0.875em) center;
  padding-right: 2.25em; }

@media (min-width: 48em) {
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
  select,
  textarea {
    font-size: 1em;
    line-height: 1.625em;
    padding: 0.6875em 0.875em; }
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
  select {
    height: 3.125em; }
  select {
    background-position: calc(100% - 0.875em) center;
    padding-right: 2.25em; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dedede;
  display: block;
  font-family: inherit;
  overflow: hidden;
  width: 100%; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #979797; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #979797; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #979797; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #979797; }

select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNyA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNi45MjcwODM1LDIuMTg1MzU3M2wtMy40MjIzMDMsMy40MjIzMDNMMy41MDEyMzkzLDUuNjA0MTE4OEwzLjQ5NTIxOTUsNS42MTAwMjA2TDAuMDcyOTE2NywyLjE4NzcxODJsMC41MTI3NjExLTAuNTEyNzYxMmwyLjkxMzA4MjgsMi45MTMwODMxbDIuOTE1NTYxNy0yLjkxNTQ0MzdMNi45MjcwODM1LDIuMTg1MzU3M3oiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 10px; }
  select::-ms-expand {
    display: none; }

textarea {
  height: auto;
  max-width: 100%;
  resize: vertical; }

input[type='radio'],
input[type='checkbox'] {
  margin-right: .25em; }

input[type='reset'],
input[type='submit'],
button {
  padding: 0.8125em 1em; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.625em; }

html {
  -webkit-text-size-adjust: none; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #464444;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ul,
ol,
dl {
  margin-top: 1.625em;
  margin-bottom: 1.625em; }

ul,
ol {
  padding-left: 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
    margin-top: 0; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-top: 0.8125em;
  margin-bottom: 0.8125em; }

img,
iframe,
figure,
figcaption {
  margin: 0;
  padding: 0; }

figure {
  margin-top: 1.625em;
  margin-bottom: 1.625em; }
  figure figcaption {
    margin-top: 0.8125em;
    margin-bottom: 0.8125em; }

table,
caption,
thead,
tbody,
tfoot,
tr,
td,
th {
  margin: 0;
  padding: 0; }

table {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  background-color: #fff;
  border: 0;
  border-collapse: collapse;
  width: 100%; }
  table:first-child {
    margin-top: 0; }
  table:last-child {
    margin-bottom: 0; }
  table table {
    border: 0;
    margin-bottom: 0;
    margin-top: 0; }
  table caption {
    margin-top: 1.625em;
    margin-bottom: 1.625em;
    text-align: left; }
    table caption:first-child {
      margin-top: 0; }
    table caption:last-child {
      margin-bottom: 0; }
  table td,
  table th {
    background-color: #fff;
    border: 0;
    border-right: 1px solid #dedede;
    padding: 0.8125em 1em;
    text-align: left;
    vertical-align: top; }
    table td:last-child,
    table th:last-child {
      border-right: 0; }
  table th {
    background-color: #0a417a;
    color: #fff;
    font-weight: 700; }
  table tbody > tr:nth-child(odd) > td,
  table tr.odd td {
    background-color: #f1f1f1; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
hr {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464444;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3em;
  line-height: 1.16667;
  margin-top: 0.54167em;
  margin-bottom: 0.54167em; }

h2 {
  font-size: 2.25em;
  line-height: 1.22222;
  margin-top: 0.72222em;
  margin-bottom: 0.72222em; }

h3 {
  font-size: 1.875em;
  line-height: 1.26667;
  margin-top: 0.86667em;
  margin-bottom: 0.86667em; }

h4 {
  font-size: 1.5em;
  line-height: 1.16667;
  margin-top: 1.08333em;
  margin-bottom: 1.08333em; }

h5 {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 1.3em;
  margin-bottom: 1.3em; }

h6 {
  font-size: 1.125em;
  line-height: 1.44444;
  margin-top: 1.44444em;
  margin-bottom: 1.44444em; }

p {
  margin-top: 1.625em;
  margin-bottom: 1.625em; }

address {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  font-style: normal; }

blockquote {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  font-style: italic;
  padding-left: 2em; }
  blockquote *:first-child {
    margin-top: 0; }
  blockquote *:last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block; }

cite {
  font-style: italic; }

hr {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  background: #dedede;
  border: 0;
  height: 1px; }

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #0a417a;
  text-decoration: none;
  word-wrap: break-word; }
  a:hover, a:focus {
    color: #39c; }

/*# sourceMappingURL=base.css.map */
