/* 1. Use a more-intuitive box-sizing model */
@import url(fonts/fonts.css);
*, *::before, *::after {
  box-sizing: border-box; }

/* 2. Remove default margin */
* {
  margin: 0; }

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased; }

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit; }

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

/* 8. Improve line wrapping */
p {
  text-wrap: pretty; }

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance; }

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate; }

#content, #site-header-inner, #site-footer-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1239px) {
    #content, #site-header-inner, #site-footer-inner {
      width: 960px; } }
  @media only screen and (max-width: 999px) {
    #content, #site-header-inner, #site-footer-inner {
      width: 748px; } }
  @media only screen and (max-width: 767px) {
    #content, #site-header-inner, #site-footer-inner {
      width: 460px; } }
  @media only screen and (max-width: 479px) {
    #content, #site-header-inner, #site-footer-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

#site-name {
  text-transform: uppercase;
  letter-spacing: 0.07em; }

#site-name {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }

body {
  font-family: 'DM Sans', 'Triangles', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #404040;
  background-color: #f2f2f2; }

a {
  text-decoration: none;
  color: #2c6cb4; }
  a:hover {
    color: #185497; }

h1, h2, h3, h4, h5, h6 {
  color: #2c6cb4; }

#page-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px; }

html, body {
  height: 100%; }

#page-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

#non-footer {
  flex-grow: 1;
  flex-shrink: 0; }

#content {
  padding-top: 50px;
  padding-bottom: 50px; }

#site-header {
  background-color: #164662; }

#site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px; }

#site-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: white; }

#site-footer {
  flex-shrink: 0;
  background-color: #e0e0e0; }

#site-footer-inner {
  font-size: 14px;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999999; }
  #site-footer-inner a {
    color: #999999; }
    #site-footer-inner a:hover {
      color: #185497; }
  @media only screen and (max-width: 767px) {
    #site-footer-inner .segment {
      display: block;
      text-align: center;
      padding-top: 10px; }
      #site-footer-inner .segment:first-child {
        padding-top: 0; } }
  #site-footer-inner .divider {
    display: inline-block;
    padding: 0 8px; }
    @media only screen and (max-width: 767px) {
      #site-footer-inner .divider {
        display: none; } }

.text p {
  margin: 16px 0; }
  .text p:first-child {
    margin-top: 0; }
.text ul, .text ol {
  margin: 16px 0; }
  .text ul:first-child, .text ol:first-child {
    margin-top: 0; }
.text li {
  margin: 8px 0; }
.text blockquote {
  border-left: 2px solid #e6e6e6;
  padding-left: 20px; }

.comments-render > h2 {
  padding-bottom: 20px; }
