html {
  font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
  font-weight: normal;
  color: #111;
  font-size: 16px;
  line-height: 1.4em; }
  @media (min-width: 600px) {
    html {
      font-size: calc( 16px + (19 - 16) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    html {
      font-size: 19px; } }

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0; }

p, blockquote, pre,
address,
dl, ol, ul,
table {
  margin-bottom: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
  font-weight: bold;
  color: #111;
  clear: both; }

h1 {
  font-size: 37.13919px;
  margin-top: 0.75392em;
  line-height: 0.9047em;
  margin-bottom: 0.15078em; }
  @media (min-width: 600px) {
    h1 {
      font-size: calc( 37.13919px + (44.10278 - 37.13919) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h1 {
      font-size: 44.10278px;
      margin-top: 0.75392em;
      line-height: 0.9047em;
      margin-bottom: 0.15078em; } }

h2 {
  font-size: 31.38267px;
  margin-top: 0.89221em;
  line-height: 1.07065em;
  margin-bottom: 0.1955em; }
  @media (min-width: 600px) {
    h2 {
      font-size: calc( 31.38267px + (37.26692 - 31.38267) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h2 {
      font-size: 37.26692px;
      margin-top: 0.89221em;
      line-height: 1.07065em;
      margin-bottom: 0.19281em; } }

h3 {
  font-size: 26.51841px;
  margin-top: 1.05587em;
  line-height: 1.26704em;
  margin-bottom: 0.23506em; }
  @media (min-width: 600px) {
    h3 {
      font-size: calc( 26.51841px + (31.49061 - 26.51841) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h3 {
      font-size: 31.49061px;
      margin-top: 1.05587em;
      line-height: 1.26704em;
      margin-bottom: 0.23129em; } }

h4 {
  font-size: 22.4081px;
  margin-top: 1.24955em;
  line-height: 1.49946em;
  margin-bottom: 0.28337em; }
  @media (min-width: 600px) {
    h4 {
      font-size: calc( 22.4081px + (26.60961 - 22.4081) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h4 {
      font-size: 26.60961px;
      margin-top: 1.24955em;
      line-height: 1.49946em;
      margin-bottom: 0.27808em; } }

h5 {
  font-size: 18.93488px;
  margin-top: 1.47875em;
  line-height: 1.7745em;
  margin-bottom: 0.29575em; }
  @media (min-width: 600px) {
    h5 {
      font-size: calc( 18.93488px + (22.48517 - 18.93488) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h5 {
      font-size: 22.48517px;
      margin-top: 1.47875em;
      line-height: 1.7745em;
      margin-bottom: 0.29575em; } }

h6 {
  font-size: 16px;
  margin-top: 1.75em;
  line-height: 2.1em;
  margin-bottom: 0.39375em; }
  @media (min-width: 600px) {
    h6 {
      font-size: calc( 16px + (19 - 16) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    h6 {
      font-size: 19px;
      margin-top: 1.75em;
      line-height: 2.1em;
      margin-bottom: 0.37187em; } }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block;
    font-style: normal; }

pre {
  padding: 0.7em;
  margin-bottom: 1.4em; }
  pre code {
    padding: 0; }

code {
  font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", "monospace";
  padding: 0.07em 0.21em;
  line-height: 0; }

big, small, sub, sup {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted currentColor;
  cursor: help; }

address {
  font-style: normal; }

dt {
  color: #111;
  font-weight: bold; }

ul {
  padding-left: 1.1em; }

ol {
  padding-left: 1.4em; }

fieldset {
  padding: 0.7em 1.4em 1.4em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.47368em; }
  @media (min-width: 900px) {
    fieldset {
      margin-bottom: 1.65789em; } }
  fieldset button, fieldset input[type="submit"] {
    margin-bottom: 0; }

legend {
  color: #111;
  font-weight: bold; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  max-width: 100%;
  padding: 0.35em;
  font-size: 16px;
  margin-bottom: 0.95789em; }
  @media (min-width: 600px) {
    input[type="text"], input[type="email"], input[type="password"], textarea {
      font-size: calc( 16px + (19 - 16) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    input[type="text"], input[type="email"], input[type="password"], textarea {
      font-size: 19px;
      margin-bottom: 0.41447em; } }

input[type="submit"], button {
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding: 0.35em 1.4em;
  margin-bottom: 0.93947em; }
  @media (min-width: 600px) {
    input[type="submit"], button {
      font-size: calc( 16px + (19 - 16) * ((100vw - 600px) / (900 - 600))); } }
  @media (min-width: 900px) {
    input[type="submit"], button {
      font-size: 19px;
      margin-bottom: 1.05em; } }

label {
  display: block;
  padding-bottom: 0.175em;
  margin-bottom: -0.16579em; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1.76842em; }
  @media (min-width: 900px) {
    table {
      margin-bottom: 1.62105em; } }

th {
  text-align: left;
  color: #111;
  padding: 0.175em 0.7em; }
  @media (min-width: 900px) {
    th {
      padding: 0.35em 0.7em; } }

td {
  padding: 0.7em;
  padding: 0.175em 0.7em; }
  @media (min-width: 900px) {
    td {
      padding: 0.35em 0.7em; } }

body {
  padding-left: 1rem;
  padding-right: 1rem; }

header {
  border-bottom: 2px solid #02779E; }
  header h1 {
    display: inline-block;
    margin-right: 2rem;
    color: #02779E; }
    header h1 :link:hover {
      text-decoration: none; }
  header nav {
    display: inline-block; }
    header nav a {
      display: inline-block;
      margin-right: 1rem; }

#main {
  clear: both;
  max-width: 900px; }

:link, :visited {
  color: #02779E; }

:link {
  text-decoration: none; }

:link:hover {
  text-decoration: underline; }

img.illus {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 600px) {
    img.illus {
      display: none; } }

h1, h2, h3, h4, h5, h6 {
  clear: none; }
