﻿body {
  font: 14px Arial, Helvetica, sans-serif;
}

h1 {
  margin-top: 0;
}

a {
  color: #00b7ff;
}

code {
  font: 14px Consolas, "Courier New", monospace;
  background-color: #ddd;
  padding: 2px;
  border-radius: 5px;
}

p {
  font-size: 16px;
}

/* Text: */
.hint-text {
  display: block;
  color: darkgray;
}

/* Modern.css */
.o-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(1280px + (20px * 2));
}
@media only screen and (min-width: 769px) {
  .o-wrapper {
    padding: 0 16px;
    width: 1280px;
  }
  .o-wrapper_flushRight {
    padding-right: 0;
  }
  .o-wrapper_inset {
    padding: 0 105px;
  }
  .o-wrapper_linelength {
    max-width: 742px;
  }
  .o-wrapper_nopadding {
    padding: 0;
  }
}

.c-hdg {
  color: #2d2d2d;
  font-weight: 700;
  max-width: 100%;
}
.c-hdg_1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.c-hdg_2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.c-hdg_3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-hdg_4 {
  font-size: 22px;
  font-size: 1.375rem;
}
.c-hdg_5 {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-hdg_6 {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-hdg_inverse {
  color: #fff;
}
.c-hdg_brand {
  color: #009bbf;
}
.c-hdg_featured {
  margin-bottom: 24px;
  padding-bottom: 0;
  overflow-x: hidden;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.c-headline {
  padding: 0 5px;
  background: #009bbf;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.231;
}
