/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

body {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: black;
  background-color: #f7f7f7; }

body.admin-bar #beta-bar {
  top: 46px; }

@media only screen and (min-width: 960px) {
  body.admin-bar #beta-bar {
    top: 32px; } }

body.admin-bar header.site #menu-trigger, body.admin-bar header.site .logo, body.admin-bar header.site #search-trigger {
  top: 46px; }

@media only screen and (min-width: 960px) {
  body.admin-bar header.site #beta-bar {
    top: 32px; } }

body.beta-bar header.site #menu-trigger, body.beta-bar header.site .logo, body.beta-bar header.site #search-trigger {
  top: 32px; }

body.beta-bar .shortcuts {
  margin-top: 70px; }

@media only screen and (min-width: 960px) {
  body.beta-bar .shortcuts {
    margin-top: 100px; } }

@media only screen and (min-width: 1220px) {
  body.beta-bar .shortcuts {
    margin-top: 130px; } }

body.admin-bar.beta-bar header.site #menu-trigger, body.admin-bar.beta-bar header.site .logo, body.admin-bar.beta-bar header.site #search-trigger {
  top: 78px; }

@media only screen and (min-width: 960px) {
  body.admin-bar.beta-bar header.site #menu-trigger, body.admin-bar.beta-bar header.site .logo, body.admin-bar.beta-bar header.site #search-trigger {
    top: 64px; } }

#beta-bar {
  top: 0;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 14px;
  line-height: 2.2857142857;
  background-color: #e8e8ef;
  color: black;
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  webkit-overflow-scrolling: touch; }
  #beta-bar p {
    white-space: nowrap;
    margin: 0;
    padding: 0 20px;
    text-align: center; }
  #beta-bar span {
    display: none; }
    @media only screen and (min-width: 960px) {
      #beta-bar span {
        display: inline-block; } }
  @media only screen and (min-width: 480px) {
    #beta-bar {
      justify-content: center; } }

#feedback {
  display: none; }
  #feedback.open {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow-y: scroll;
    color: black;
    background-color: white; }
    #feedback.open > div {
      align-self: flex-start;
      margin: 0;
      padding: 80px 20px 20px 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Arial, sans-serif;
  color: #023348; }

a {
  color: #023348; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #023348; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  background-color: #e2ff00; }

body.overlay {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

body > header.site::after {
  clear: both;
  content: "";
  display: block; }

body > header.site #menu-trigger {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 99999; }
  body > header.site #menu-trigger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 28px;
    background: #e2ff00;
    border-radius: 2px;
    opacity: 1;
    left: 16px;
    transition: .25s ease-in-out; }
  body > header.site #menu-trigger span:nth-child(1) {
    top: 24px; }
  body > header.site #menu-trigger span:nth-child(2), body > header.site #menu-trigger span:nth-child(3) {
    top: 30px; }
  body > header.site #menu-trigger span:nth-child(4) {
    top: 36px; }
  body > header.site #menu-trigger.pulled span {
    background: #e2ff00; }
  body > header.site #menu-trigger.pulled span:nth-child(1) {
    top: 30px;
    width: 0%;
    left: 50%; }
  body > header.site #menu-trigger.pulled span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  body > header.site #menu-trigger.pulled span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  body > header.site #menu-trigger.pulled span:nth-child(4) {
    top: 30px;
    width: 0%;
    left: 50%; }
  body > header.site #menu-trigger.visible {
    display: inline-block; }
  @media only screen and (min-width: 960px) {
    body > header.site #menu-trigger {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-left: -440px; }
      body > header.site #menu-trigger:after {
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        content: "Menu";
        color: #e2ff00;
        position: relative;
        left: 60px;
        top: 20px; }
      body > header.site #menu-trigger.pulled:after {
        content: ''; } }
  @media only screen and (min-width: 1220px) {
    body > header.site #menu-trigger {
      margin-left: -550px; } }

body > header.site .logo {
  background-color: transparent;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  z-index: 999; }
  body > header.site .logo a {
    display: block; }
  body > header.site .logo img {
    width: 100%;
    vertical-align: middle; }
  @media only screen and (min-width: 960px) {
    body > header.site .logo {
      line-height: 90px;
      width: 240px; } }
  @media only screen and (min-width: 1220px) {
    body > header.site .logo {
      line-height: 110px;
      width: 360px; } }

body > header.site #search-trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 99999; }
  body > header.site #search-trigger span {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
    body > header.site #search-trigger span i.fa-search {
      color: #e2ff00; }
    body > header.site #search-trigger span i.fa-times {
      color: #e2ff00; }
  body > header.site #search-trigger.visible {
    display: inline-block; }
  @media only screen and (min-width: 960px) {
    body > header.site #search-trigger {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      margin-right: -440px; } }
  @media only screen and (min-width: 1220px) {
    body > header.site #search-trigger {
      margin-right: -550px; } }

body > header.site #menu-primary {
  display: none; }
  body > header.site #menu-primary ul.menu {
    list-style: none;
    font-family: "Titillium Web", Arial, sans-serif;
    margin: 100px 0 0 0;
    padding: 0 20px;
    white-space: nowrap;
    text-align: center; }
    body > header.site #menu-primary ul.menu li.menu-item {
      margin: 0 0 18px 0;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.8;
      letter-spacing: 1px; }
      body > header.site #menu-primary ul.menu li.menu-item a {
        display: inline-block;
        color: white;
        text-decoration: none; }
        body > header.site #menu-primary ul.menu li.menu-item a:hover {
          color: #e2ff00; }
    body > header.site #menu-primary ul.menu .sub-menu {
      list-style: none;
      padding: 0; }
      body > header.site #menu-primary ul.menu .sub-menu li.menu-item {
        margin: 0 auto;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.6;
        display: block; }
  body > header.site #menu-primary section {
    margin: 20px 0;
    font-family: "Titillium Web", Arial, sans-serif;
    text-align: center; }
    body > header.site #menu-primary section h2 {
      font-size: 24px;
      line-height: 1.8;
      margin: 0 0 10px 0;
      padding: 0 20px;
      color: white; }
    body > header.site #menu-primary section ul {
      display: inline-block;
      list-style: none;
      margin: 0 auto 20px auto;
      padding: 0; }
    body > header.site #menu-primary section li {
      font-size: 18px;
      line-height: 1.25;
      display: block;
      text-align: left;
      border-bottom: 1px solid white;
      padding: 10px 20px; }
    body > header.site #menu-primary section li:first-child {
      border-top: 1px solid white; }
    body > header.site #menu-primary section a {
      color: white;
      text-decoration: none; }
      body > header.site #menu-primary section a:hover {
        color: #e2ff00; }
    body > header.site #menu-primary section div {
      margin: 20px auto;
      text-align: center; }
      body > header.site #menu-primary section div img {
        max-width: 180px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }
      body > header.site #menu-primary section div h3 {
        margin: 20px 0;
        color: white; }
      body > header.site #menu-primary section div p {
        font-size: 14px;
        font-family: Georgia, serif;
        max-width: 50%;
        display: block;
        margin: 20px auto; }
      body > header.site #menu-primary section div .button {
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        test-align: center;
        letter-spacing: 2px;
        color: #e2ff00;
        padding: 10px 50px;
        border: 2px solid;
        display: inline-block;
        margin: 0 auto; }
  body > header.site #menu-primary.open {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    color: white;
    background-color: #023348; }
  @media only screen and (min-width: 960px) {
    body > header.site #menu-primary.open {
      flex-wrap: nowrap; }
    body > header.site #menu-primary ul.menu {
      display: block;
      white-space: nowrap;
      text-align: left; }
    body > header.site #menu-primary section {
      margin: 100px 0 0 0;
      text-align: left; }
      body > header.site #menu-primary section h2 {
        padding: 0px; }
      body > header.site #menu-primary section div {
        padding: 0 20px;
        text-align: left; }
        body > header.site #menu-primary section div img {
          float: left;
          margin: 0 20px 0 0; }
        body > header.site #menu-primary section div h3 {
          margin: 0 0 20px 0; }
        body > header.site #menu-primary section div p {
          max-width: 320px; } }

body > header.site #search-primary {
  display: none; }
  body > header.site #search-primary.open {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow-y: scroll;
    color: white;
    background-color: #023348; }
    body > header.site #search-primary.open form.search {
      align-self: center;
      width: 80%;
      position: relative; }
      body > header.site #search-primary.open form.search input {
        font-family: "Titillium Web", Arial, sans-serif;
        font-weight: 400;
        font-size: 28px;
        color: white;
        background-color: transparent;
        line-height: 1.25;
        text-align: center;
        border: none;
        border-bottom: 2px solid white;
        padding: 0;
        width: 100%; }
        body > header.site #search-primary.open form.search input::-webkit-input-placeholder {
          color: black; }
        body > header.site #search-primary.open form.search input:focus {
          outline: none; }
      body > header.site #search-primary.open form.search span {
        display: none; }
        body > header.site #search-primary.open form.search span.visible {
          display: inline-block;
          position: absolute;
          right: 10px;
          top: 15px; }

.single-post {
  font-family: Georgia, serif;
  font-size: 1.1875em; }
  .single-post .shortcuts {
    width: 180px;
    margin: 60px auto 15px auto; }
    @media only screen and (min-width: 960px) {
      .single-post .shortcuts {
        width: 360px;
        margin: 120px auto 15px auto; } }
    @media only screen and (min-width: 1220px) {
      .single-post .shortcuts {
        width: 480px; } }
    .single-post .shortcuts ul {
      display: flex;
      margin: 0;
      padding: 0; }
      .single-post .shortcuts ul li {
        display: inline-block;
        width: 50%;
        -webkit-transform: skew(-15deg);
                transform: skew(-15deg);
        background-color: #e8e8ef;
        cursor: pointer; }
        .single-post .shortcuts ul li.topics-trigger {
          margin-left: 2px; }
        .single-post .shortcuts ul li span {
          display: block;
          font-family: "Titillium Web", Arial, sans-serif;
          font-weight: 400;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 4px;
          text-align: center;
          padding: 4px 1px;
          -webkit-transform: skew(15deg);
                  transform: skew(15deg);
          cursor: pointer;
          color: #023348; }
          @media only screen and (min-width: 960px) {
            .single-post .shortcuts ul li span {
              font-size: 15px; } }
          @media only screen and (min-width: 960px) {
            .single-post .shortcuts ul li span {
              font-size: 16px; } }
        .single-post .shortcuts ul li.off {
          background-color: #c5c6cd; }
          .single-post .shortcuts ul li.off span {
            color: white; }
            .single-post .shortcuts ul li.off span:hover {
              color: #023348; }
  .single-post #topics {
    margin: 10px auto 20px auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    opacity: 0; }
    .single-post #topics a {
      font-family: "Titillium Web", Arial, sans-serif;
      font-size: 16px;
      line-height: 42px;
      flex-grow: 1;
      text-align: center;
      margin: 0 10px;
      text-decoration: none;
      color: black;
      white-space: nowrap; }
    .single-post #topics.visible {
      display: flex;
      opacity: 1;
      transition: opacity 5s linear; }
    @media only screen and (min-width: 960px) {
      .single-post #topics {
        max-width: 960px; } }
    @media only screen and (min-width: 1220px) {
      .single-post #topics {
        overflow-x: hidden;
        overflow-y: hidden;
        max-width: 1180px; }
        .single-post #topics a {
          margin: 0 10px 0 0; }
        .single-post #topics a:last-child {
          margin-right: 0; } }
  .single-post .article-hero {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%); }
    .single-post .article-hero figure {
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      padding-bottom: 100%;
      margin: 0; }
    .single-post .article-hero figcaption {
      display: none; }
    @media only screen and (min-width: 480px) {
      .single-post .article-hero {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%); }
        .single-post .article-hero figure {
          padding-bottom: 56.25%; } }
    @media only screen and (min-width: 960px) {
      .single-post .article-hero {
        max-width: 960px;
        margin: 0 auto; }
        .single-post .article-hero figcaption {
          display: inline-block;
          font-family: "Zilla Slab", Georgia, serif;
          font-size: 10px;
          line-height: 12px;
          color: white;
          position: absolute;
          top: 413px;
          right: -4px;
          -webkit-transform: rotate(-13deg);
                  transform: rotate(-13deg);
          -webkit-transform-origin: right bottom;
                  transform-origin: right bottom;
          text-transform: uppercase;
          letter-spacing: 2px;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 3px 6px 3px 6px; } }
    @media only screen and (min-width: 1220px) {
      .single-post .article-hero {
        max-width: 1180px; }
        .single-post .article-hero figcaption {
          top: 512px; } }
  .single-post article {
    padding: 50px 20px;
    margin: 0 auto;
    background-image: url("../images/heading-corner.svg");
    background-position: 0 60px;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative; }
    .single-post article::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (min-width: 480px) {
      .single-post article {
        background-size: 33%; } }
    @media only screen and (min-width: 960px) {
      .single-post article {
        max-width: 960px;
        padding: 75px 20px;
        background-position: 160px 100px;
        background-size: 23%; } }
    @media only screen and (min-width: 1220px) {
      .single-post article {
        max-width: 1180px;
        padding: 50px 0px;
        background-position: 15% 100px;
        background-size: 20%; } }
    .single-post article header {
      font-family: "Titillium Web", Arial, sans-serif;
      margin-top: 30px;
      color: #023348; }
      @media only screen and (min-width: 960px) {
        .single-post article header {
          width: calc(84.375% - 36.875px);
          float: left;
          margin-left: 20px;
          margin-left: calc(15.625% - 23.125px + 40px);
          margin-top: 50px; } }
      @media only screen and (min-width: 1220px) {
        .single-post article header {
          width: calc(87.5% - 37.5px);
          float: left;
          margin-left: 20px;
          margin-left: calc(12.5% - 22.5px + 40px);
          margin-top: 65px; } }
      .single-post article header .rubric {
        font-family: "Zilla Slab", Georgia, serif;
        font-size: 18px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 3px; }
      .single-post article header h1 {
        font-family: inherit;
        font-size: 36px;
        line-height: 40px;
        margin-top: 10px; }
        @media only screen and (min-width: 960px) {
          .single-post article header h1 {
            font-size: 35px;
            line-height: 40px; } }
        @media only screen and (min-width: 1220px) {
          .single-post article header h1 {
            font-size: 45px;
            line-height: 48px; } }
      .single-post article header .byline {
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        font-size: 12px;
        line-height: 15px;
        margin: 0; }
        .single-post article header .byline div {
          position: relative;
          width: 60px;
          height: 60px;
          background-color: #e2ff00;
          -webkit-clip-path: circle(30px at 30px 30px);
                  clip-path: circle(30px at 30px 30px); }
        .single-post article header .byline img {
          position: absolute;
          width: 56px;
          height: 56px;
          top: 2px;
          left: 2px;
          -webkit-clip-path: circle(28px at 28px 28px);
                  clip-path: circle(28px at 28px 28px); }
        .single-post article header .byline span {
          display: block;
          margin: 5px auto;
          white-space: nowrap;
          position: absolute;
          right: 70px;
          top: 16px;
          -webkit-transform: rotate(11deg);
                  transform: rotate(11deg); }
          .single-post article header .byline span a {
            color: black;
            text-decoration: none; }
            .single-post article header .byline span a:hover {
              color: white;
              background-color: #023348; }
        .single-post article header .byline time {
          display: block;
          white-space: nowrap;
          margin: 5px auto;
          position: absolute;
          left: 70px;
          top: 16px;
          -webkit-transform: rotate(-11deg);
                  transform: rotate(-11deg); }
        @media only screen and (min-width: 960px) {
          .single-post article header .byline {
            top: -45px; }
            .single-post article header .byline div {
              width: 90px;
              height: 90px;
              -webkit-clip-path: circle(45px at 45px 45px);
                      clip-path: circle(45px at 45px 45px); }
            .single-post article header .byline img {
              width: 86px;
              height: 86px;
              -webkit-clip-path: circle(43px at 43px 43px);
                      clip-path: circle(43px at 43px 43px); }
            .single-post article header .byline span {
              right: 110px;
              top: 32px;
              -webkit-transform: rotate(12deg);
                      transform: rotate(12deg); }
            .single-post article header .byline time {
              left: 110px;
              top: 32px;
              -webkit-transform: rotate(-12deg);
                      transform: rotate(-12deg); } }
    .single-post article .deck {
      font-family: "Zilla Slab", Georgia, serif;
      font-size: 22px;
      line-height: 30px;
      color: #023348;
      margin-bottom: 30px; }
    .single-post article .article-body {
      margin-bottom: 30px; }
      @media only screen and (min-width: 960px) {
        .single-post article .article-body {
          width: calc(50% - 30px);
          float: left;
          margin-left: 20px;
          margin-left: calc(15.625% - 23.125px + 40px); } }
      @media only screen and (min-width: 1220px) {
        .single-post article .article-body {
          width: calc(54.1666666667% - 30.8333333333px);
          float: left;
          margin-left: 20px;
          margin-left: calc(12.5% - 22.5px + 40px); } }
      .single-post article .article-body h2, .single-post article .article-body h3, .single-post article .article-body h4, .single-post article .article-body h5, .single-post article .article-body h6 {
        font-family: "Titillium Web", Arial, sans-serif; }
      .single-post article .article-body h2 {
        font-size: 25px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 45px 0 20px 0; }
      .single-post article .article-body nav.social + h2 {
        margin-top: 0; }
      .single-post article .article-body h3 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        margin: 45px 0 20px 0; }
      .single-post article .article-body h4 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        margin: 40px 0 15px 0; }
      .single-post article .article-body h5, .single-post article .article-body h6 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px;
        margin: 35px 0 15px 0; }
      @media only screen and (min-width: 960px) {
        .single-post article .article-body h2 {
          font-size: 27px;
          line-height: 32px;
          margin: 45px 0 20px 0; }
        .single-post article .article-body h3 {
          font-size: 22px;
          line-height: 24px;
          margin: 45px 0 20px 0; }
        .single-post article .article-body h4 {
          font-size: 15px;
          line-height: 20px;
          margin: 40px 0 15px 0; }
        .single-post article .article-body h5, .single-post article .article-body h6 {
          font-size: 12px;
          line-height: 15px;
          margin: 35px 0 15px 0; }
        .single-post article .article-body .deck {
          font-size: 25px;
          line-height: 32px; } }
      @media only screen and (min-width: 1220px) {
        .single-post article .article-body h2 {
          font-size: 30px;
          line-height: 35px;
          font-weight: 700;
          margin: 45px 0 20px 0; }
        .single-post article .article-body h3 {
          font-size: 22px;
          line-height: 26px;
          margin: 45px 0 20px 0; }
        .single-post article .article-body h4 {
          font-size: 16px;
          line-height: 22px;
          margin: 40px 0 15px 0; }
        .single-post article .article-body h5, .single-post article .article-body h6 {
          font-size: 12px;
          line-height: 15px;
          margin: 35px 0 15px 0; }
        .single-post article .article-body .deck {
          font-size: 26px;
          line-height: 36px; } }
      .single-post article .article-body p {
        line-height: 32px;
        margin: 0 0 20px; }
      .single-post article .article-body a {
        color: #023348;
        text-decoration: underline; }
        .single-post article .article-body a:hover {
          color: #023348;
          background-color: #e2ff00;
          text-decoration: none; }
        .single-post article .article-body a:visited {
          color: black; }
      .single-post article .article-body a[rel="footnote"] {
        color: white;
        text-decoration: none;
        background-color: #c5c6cd;
        padding: 2px 3px;
        border-radius: 3px; }
        .single-post article .article-body a[rel="footnote"]:hover {
          background-color: #023348; }
        .single-post article .article-body a[rel="footnote"]:visited {
          color: black;
          background-color: white; }
      .single-post article .article-body figure, .single-post article .article-body img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 30px 0; }
        .single-post article .article-body figure.alignright, .single-post article .article-body figure.alignleft, .single-post article .article-body figure.alignnone, .single-post article .article-body figure.aligncenter, .single-post article .article-body figure.wp-caption.alignright, .single-post article .article-body figure.wp-caption.alignleft, .single-post article .article-body figure.wp-caption.alignnone, .single-post article .article-body figure.wp-caption.aligncenter, .single-post article .article-body img.alignright, .single-post article .article-body img.alignleft, .single-post article .article-body img.alignnone, .single-post article .article-body img.aligncenter, .single-post article .article-body img.wp-caption.alignright, .single-post article .article-body img.wp-caption.alignleft, .single-post article .article-body img.wp-caption.alignnone, .single-post article .article-body img.wp-caption.aligncenter {
          display: block;
          width: 100% !important; }
      .single-post article .article-body figure > img {
        margin: 0; }
      .single-post article .article-body img {
        mix-blend-mode: darken; }
      .single-post article .article-body .lazyload, .single-post article .article-body .lazyloading {
        opacity: 0; }
      .single-post article .article-body .lazyloading {
        -webkit-transform: translateY(8px);
                transform: translateY(8px); }
      .single-post article .article-body .lazyloaded {
        transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1; }
      .single-post article .article-body figcaption {
        font-family: "Titillium Web", Arial, sans-serif;
        font-style: italic;
        font-size: 10px;
        line-height: 1.4;
        color: #60626e; }
      .single-post article .article-body .instagram-media, .single-post article .article-body .twitter-tweet {
        max-width: 78% !important;
        width: 100% !important;
        margin: 0 auto !important; }
      .single-post article .article-body blockquote {
        font-family: Georgia, serif;
        font-size: 18px;
        font-style: italic;
        line-height: 1.5;
        border-left: 5px solid #e2ff00;
        padding: 0 20px;
        margin: 40px 0;
        color: #60626E; }
        .single-post article .article-body blockquote p {
          margin: 0;
          padding: 0; }
        .single-post article .article-body blockquote cite {
          font-family: Georgia, serif;
          display: block;
          margin: .5em 0;
          font-size: 16px;
          letter-spacing: 2px;
          line-height: 1.2;
          text-align: right; }
          .single-post article .article-body blockquote cite::before {
            content: '\2014'; }
      .single-post article .article-body dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 1em 0;
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: .875em;
        border-bottom: 1px solid #c5c6cd; }
        .single-post article .article-body dl dt {
          font-weight: 700;
          font-family: inherit;
          letter-spacing: 1px;
          float: left;
          line-height: 1.5;
          padding: .5em 0;
          margin: 0;
          border-top: 1px solid #c5c6cd;
          width: 25%; }
        .single-post article .article-body dl dd {
          display: flex;
          line-height: 1.5;
          padding: .5em 0;
          margin: 0;
          border-top: 1px solid #c5c6cd; }
        .single-post article .article-body dl dd + dd {
          width: 100%;
          padding-top: 0;
          border-top: none; }
        .single-post article .article-body dl dt + dd:not(:nth-child(2)),
        .single-post article .article-body dl dt:first-child + dd:nth-child(2) {
          width: 75%; }
        .single-post article .article-body dl dd + dd::before {
          width: 25%;
          content: "";
          padding-top: 0; }
      .single-post article .article-body ol {
        margin: 30px 0;
        padding: 0 30px; }
        .single-post article .article-body ol li {
          padding: 0 0 20px 0;
          line-height: 28px; }
      .single-post article .article-body ul {
        margin: 30px 0;
        padding: 0 20px; }
        .single-post article .article-body ul li {
          padding: 0 0 20px 0;
          line-height: 28px; }
      .single-post article .article-body table {
        width: 100%;
        margin: 30px 0;
        border-bottom: 1px solid #c5c6cd; }
        .single-post article .article-body table th {
          font-family: "Titillium Web", Arial, sans-serif;
          font-weight: 700;
          text-align: left;
          border-bottom: 1px solid #c5c6cd;
          padding-bottom: 5px; }
        .single-post article .article-body table td {
          font-family: Georgia, serif;
          font-size: 16px;
          padding: 8px 0; }
    .single-post article .sidebar {
      text-align: right; }
      @media only screen and (min-width: 960px) {
        .single-post article .sidebar {
          width: calc(34.375% - 26.875px);
          float: left;
          margin-left: 20px; } }
      @media only screen and (min-width: 1220px) {
        .single-post article .sidebar {
          width: calc(33.3333333333% - 26.6666666667px);
          float: left;
          margin-left: 20px; } }
    @media only screen and (min-width: 960px) {
      .single-post article footer {
        width: calc(43.75% - 28.75px);
        float: left;
        margin-left: 20px;
        margin-left: calc(18.75% - 23.75px + 40px); } }
    @media only screen and (min-width: 1220px) {
      .single-post article footer {
        width: calc(56.25% - 31.25px);
        float: left;
        margin-left: 20px;
        margin-left: calc(14.5833333333% - 22.9166666667px + 40px); } }
    .single-post article nav.social {
      display: none; }
      @media only screen and (min-width: 960px) {
        .single-post article nav.social {
          display: flex;
          flex-wrap: nowrap;
          margin: 30px 0; }
          .single-post article nav.social a {
            margin-left: 10px;
            color: #023348; }
            .single-post article nav.social a:visited {
              color: #023348; }
            .single-post article nav.social a:hover {
              color: #e2ff00; }
              .single-post article nav.social a:hover .fa-inverse {
                color: #023348; }
            .single-post article nav.social a:active {
              color: #c5c6cd; }
          .single-post article nav.social a:first-child {
            margin-left: 0; } }

.stay-on-topic {
  margin: 70px auto;
  text-align: center; }
  .stay-on-topic::after {
    clear: both;
    content: "";
    display: block; }
  .stay-on-topic h2 {
    font-family: "Zilla Slab", Georgia, serif;
    font-size: 22px;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    letter-spacing: 10px;
    display: inline-block; }
  .stay-on-topic article {
    margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    float: none;
    max-width: 70%;
    flex-wrap: wrap;
    background: none; }
    @media only screen and (min-width: 960px) {
      .stay-on-topic article {
        max-width: 50%;
        flex-wrap: nowrap; } }
    .stay-on-topic article figure {
      margin: 0; }
      .stay-on-topic article figure img {
        max-width: 180px; }
      @media only screen and (min-width: 960px) {
        .stay-on-topic article figure img {
          max-width: 240px; } }
    .stay-on-topic article header {
      margin: 0;
      align-self: center; }
      .stay-on-topic article header h1 {
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: 22px;
        line-height: 28px;
        margin: 0 20px auto 20px; }
        .stay-on-topic article header h1 a {
          text-decoration: none;
          color: #023348; }
      @media only screen and (min-width: 960px) {
        .stay-on-topic article header h1 {
          text-align: left;
          font-size: 25px;
          line-height: 30px; } }
      @media only screen and (min-width: 1220px) {
        .stay-on-topic article header h1 {
          font-size: 30px;
          line-height: 35px; } }

footer.site {
  position: relative; }
  footer.site figure {
    -webkit-clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
    background-image: linear-gradient(#f7f7f7, transparent), url("../images/IronWar.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
    margin: 0; }
    footer.site figure .logo {
      margin: 0 auto;
      position: relative;
      display: block;
      height: auto;
      bottom: -5px;
      width: 80%;
      opacity: 0.6; }
    footer.site figure figcaption {
      font-family: "Zilla Slab", Georgia, serif;
      font-size: 16px;
      line-height: 20px;
      color: #023348;
      position: absolute;
      top: 50px;
      left: 20px;
      right: 20px;
      text-align: center; }
    footer.site figure a {
      text-transform: uppercase;
      display: block;
      margin-top: 10px; }
    @media only screen and (min-width: 480px) {
      footer.site figure {
        padding-top: 56.25%; }
        footer.site figure figcaption {
          top: 25px;
          left: 20%;
          right: 20%; } }
    @media only screen and (min-width: 960px) {
      footer.site figure figcaption {
        top: 50px;
        left: 25%;
        right: 25%; } }
    @media only screen and (min-width: 1220px) {
      footer.site figure figcaption {
        top: 75px;
        left: 35%;
        right: 35%; } }
  footer.site #magazine {
    font-family: "Titillium Web", Arial, sans-serif;
    display: flex;
    justify-content: center;
    background-color: #023348;
    color: white;
    z-index: 101; }
    footer.site #magazine div {
      margin: 20px auto;
      text-align: center; }
      footer.site #magazine div img {
        max-width: 180px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }
      footer.site #magazine div h3 {
        margin: 20px 0;
        color: white; }
      footer.site #magazine div p {
        font-size: 14px;
        font-family: Georgia, serif;
        max-width: 50%;
        text-align: center;
        display: inline-block;
        margin: 0 0 20px 0; }
      footer.site #magazine div .button {
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        text-align: center;
        color: #e2ff00;
        padding: 10px 50px;
        border: 2px solid;
        display: inline-block;
        margin-top: 20px; }
    @media only screen and (min-width: 960px) {
      footer.site #magazine div {
        width: 60%;
        padding: 0 20px;
        text-align: left; }
        footer.site #magazine div img {
          float: left;
          margin: 0 30px 0 20px; }
        footer.site #magazine div h3 {
          margin: 0 0 20px 0; }
        footer.site #magazine div p {
          max-width: 180px;
          text-align: left; } }
  footer.site .links {
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 12px;
    color: white;
    background-color: #023348; }
    footer.site .links nav {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 20px 0; }
      footer.site .links nav a {
        color: white;
        padding: 10px 0;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center; }
      @media only screen and (min-width: 960px) {
        footer.site .links nav {
          flex-direction: row; }
          footer.site .links nav a {
            padding: 0 10px; } }
  footer.site .company {
    font-family: Georgia, serif;
    font-size: 12px;
    color: white;
    background-color: #023348; }
    footer.site .company nav {
      display: flex;
      justify-content: center;
      padding: 20px 0; }
      footer.site .company nav a {
        color: white;
        padding: 0 10px;
        text-decoration: none;
        text-align: center; }
    footer.site .company p {
      text-align: center;
      margin: 0;
      padding: 20px 0; }
  footer.site .social {
    background-color: #023348;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    flex-wrap: none;
    justify-content: center; }
    footer.site .social a {
      margin: 0 20px;
      padding: 10px;
      border: 1px solid;
      min-width: 20px; }
      footer.site .social a:link, footer.site .social a:visited {
        color: white; }
      footer.site .social a:hover {
        color: #e2ff00; }
      footer.site .social a:active {
        color: #c5c6cd; }
/*# sourceMappingURL=theme.css.map */