th {
  font-weight: 600;
}

td,
th {
  border-bottom: 1px solid #595959;
  overflow: auto;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}

thead th {
  border-bottom: 2px solid #595959;
}

table {
  display: block;
  overflow-x: auto;
}

fieldset {
  padding: 0;
  margin: 0;
}

fieldset legend {
  margin-bottom: 14px;
}

input,
textarea,
select,
button {
  border-radius: 3.6px;
  display: inline-block;
  padding: 0.5625rem;
  max-width: 100%;
}

input + label,
input + input[type="checkbox"],
input + input[type="radio"],
textarea + label,
textarea + input[type="checkbox"],
textarea + input[type="radio"],
select + label,
select + input[type="checkbox"],
select + input[type="radio"],
button + label,
button + input[type="checkbox"],
button + input[type="radio"] {
  page-break-before: always;
}

input,
select,
textarea {
  margin-bottom: 26px;
}

textarea {
  min-height: 130px;
}

label {
  display: inline-block;
}

label + * {
  page-break-before: always;
}

fieldset > * {
  display: block;
}

select,
input {
  display: inline;
}

form > *:not(fieldset),
fieldset > * {
  margin-right: 0.75em;
}

input[type="submit"],
input[type="reset"],
button {
  background: #f2f2f2;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background: #d9d9d9;
  color: #000;
}

input[type="submit"][disabled],
input[type="reset"][disabled],
button[disabled] {
  background: #e6e6e6;
  color: #404040;
  cursor: not-allowed;
}

input[type="submit"],
button[type="submit"],
button:not([disabled]) {
  background: #275a90;
  color: #fff;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
button:not([disabled]):hover {
  background: #173454;
  color: #bfbfbf;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
select,
textarea {
  border: 1px solid #595959;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  page-break-before: avoid;
}

pre,
code {
  overflow: auto;
}

pre {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  background: #dbdbdb;
  padding: 1em;
  border-radius: 0.3em;
}

pre code:not([class]) {
  background: none;
  padding: 0;
  overflow-x: scroll;
}

code,
kbd {
  background: #daf1e0;
  border-radius: 4.5px;
  color: #2a6f3b;
  padding: 3.6px 6.3px 2.7px;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 90%;
}

kbd {
  color: #7ec699;
}

mark {
  background: #fff480;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 26px;
}

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.26667;
  font-weight: 500;
  margin-top: 104px;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  font-weight: 400;
  margin-top: 78px;
}

h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.44444;
  margin-top: 52px;
}

h4 {
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1.53333;
  margin-top: 26px;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  margin-top: 26px;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  margin-top: 26px;
}

a {
  color: #275a90;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

small {
  color: #536878;
}

hr {
  border-bottom: 1px solid #595959;
}

figcaption,
small {
  font-size: 0.95625rem;
}

figcaption {
  color: #536878;
}

var,
em,
i {
  font-style: italic;
}

dt,
strong,
b {
  font-weight: 600;
}

del,
s {
  text-decoration: line-through;
}

ins,
u {
  text-decoration: underline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
*/
* {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 100%;
}

body {
  background-color: transparent;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
  margin-bottom: 1.66667rem;
}

section {
  margin-left: auto;
  margin-right: auto;
  width: 56.25rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

nav {
  text-align: center;
}

nav ul {
  list-style: none;
  margin-left: 0;
  text-align: center;
}

nav ul li {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  vertical-align: middle;
}

nav ul li:first-child {
  margin-left: 0;
}

nav ul li:last-child {
  margin-right: 0;
}

aside nav ul {
  list-style: none;
  text-align: left;
}

aside nav ul li {
  display: list-item;
}

aside nav ul li:first-child {
  margin-left: 9px;
}

aside nav ul li:last-child {
  margin-right: 9px;
}

ul,
ol {
  margin-top: 0;
}

li dl,
li ol,
li ul {
  margin-bottom: 0;
}

dl {
  display: inline-block;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

blockquote {
  border-left: 0.28125rem solid transparent;
  border-left-color: #536878;
  margin-left: 0;
  padding: 1.125rem 0 1.125rem 1.125rem;
}

blockquote :last-child {
  margin-bottom: 0;
}

blockquote footer {
  color: #536878;
  font-size: 90%;
}

figure img {
  display: block;
}

.l-min-vh-100 {
  min-height: 100vh !important;
}

.l-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-flex-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.l-container,
.l-container-fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-right: var(--_container-gutter-sm, 0.75rem);
  padding-left: var(--_container-gutter-sm, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.l-hidden {
  display: none;
}

@media (min-width: 40em) {
  .l-container {
    max-width: 1020px;
  }
  .l-hidden-md {
    display: none;
  }
}

@media (min-width: 64em) {
  .l-container {
    max-width: 1200px;
  }
  .l-hidden-lg {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */