/**
 * Main Styles
 */
/**
 * Basic styles
 */
html, body {
  border: 0;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  padding: 0; }

html {
  color: #333;
  font-size: 20px; }

body {
  display: flex;
  flex-direction: column; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", "Georgia", serif;
  font-weight: bold;
  margin: 1rem 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.15em; }

h4 {
  font-size: 1em; }

h5, h6 {
  font-family: "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }

p, ul, ol {
  margin: 1em 0; }

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

li {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.list-plain {
  text-decoration: none; }

.indent {
  padding-left: 2em; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2rem 0; }

a {
  color: #377099;
  text-decoration: underline;
  transition: color 200ms; }
  a:focus, a:hover {
    color: #003761; }

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

.button, button, input[type=submit], input[type=button], a.button {
  background: #377099;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  transition: background 200ms; }
  .button:focus, button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #003761; }

/**
 * Colors
 */
.blue-eggshell {
  background: #95b2cb; }

.blue-light {
  background: #377099; }

.blue-medium, .blue {
  background: #2a5575; }

.blue-dark {
  background: #003761; }

.blue-grey {
  background: #22455e; }

.text-blue-eggshell {
  color: #95b2cb; }

.text-blue-light {
  color: #377099; }

.text-blue-medium, .text-blue {
  color: #2a5575; }

.text-blue-dark {
  color: #003761; }

.text-blue-grey {
  color: #22455e; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.aligncenter {
  display: block;
  margin: 1em auto; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-caption {
  height: auto;
  max-width: 100%; }

/**
 * Layout
 */
.clearfix::after, .container::after, .cols::after, .site-nav .nav-menu::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%; }

.container {
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
  max-width: 100%;
  width: 920px; }

.cols {
  margin-left: -20px;
  margin-right: -20px; }

.col {
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }
  .col.half {
    width: 50%; }
  .col.third {
    width: 33.333333%; }
  .col.quarter {
    width: 25%; }

.site-header {
  background: #2a5575;
  color: #ccc;
  padding: 0.75em 0; }
  .site-header a {
    color: #95b2cb; }
    .site-header a:focus, .site-header a:hover {
      color: #fff; }
  .site-header .site-name {
    font-family: "Merriweather", "Georgia", serif; }

.site-nav {
  float: right;
  margin: 0.125em 0; }
  .site-nav .nav-menu {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
  .site-nav .menu-item {
    float: left;
    font-size: 0.75em;
    margin: 0 1em; }
    .site-nav .menu-item:last-child {
      margin-right: 0; }

.site-main {
  flex: 1 0 auto;
  font-size: 0.9rem;
  padding-bottom: 2em;
  padding-top: 2em; }

.content {
  box-sizing: border-box;
  float: left;
  margin-left: -13.5rem;
  padding-left: 13.5rem;
  position: relative;
  width: 100%;
  z-index: 5; }
  .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child,
  .content p:first-child, .content ul:first-child, .content ol:first-child {
    margin-top: 0; }

.sidebar {
  background: #f1f1f1;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  font-size: 0.875em;
  margin-right: 1.5rem;
  padding: 1rem;
  position: relative;
  width: 12rem;
  z-index: 10; }
  .sidebar ul:first-child, .sidebar ol:first-child, .sidebar p:first-child {
    margin-top: 0; }
  .sidebar ul:last-child, .sidebar ol:last-child, .sidebar p:last-child {
    margin-bottom: 0; }

.site-footer {
  background: #003761;
  color: #ccc;
  flex-shrink: 0;
  font-size: 0.75em;
  margin-top: auto;
  padding: 1em 0; }
  .site-footer a {
    color: #95b2cb; }
    .site-footer a:focus, .site-footer a:hover {
      color: #fff; }

@media (max-width: 767px) {
  .content, .sidebar {
    float: none;
    margin: 1em 0;
    width: 100%; }

  .content {
    margin-top: 2em;
    padding: 0; } }

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