/**
 * Module Element
 * @param string $name Element name
 */
/**
 * Module Modifier
 * @param string $name Modifier name
 */
/**
 * 	Create media query
 * @param string Predefined breakpoint or custom media query
 * @return Content wrapped in Media query 
 */
/**
 * Transform background without affecting content
 * Additional content can be added as well
 * 
 * @uses transform() mixin
 * 
 * @param string $background Background property
 * @param string $transform Transform property
 */
/**
 * Replace element content with an image
 * @uses `size` mixin
 * @uses `hide-text` mixin
 * 
 * @param string $image Image path
 * @param size $size (optional) element size (width [height])
 * @param bool $fit (optional) Whether to fit image to element size
 */
/**
 * 	Horizontally center element
 */
/**
 * 	Vertically center element
 */
/**
 * 	Horizontal list
 */
/**
 * 	Highlight module
 */
.item_content, .hero .meta, .wp-caption, .item_content img, .item_content iframe {
  margin-left: auto;
  margin-right: auto; }

.item_content, .hero .meta {
  max-width: 95%;
  max-width: 95vw; }

.item_content, .hero .meta {
  width: 750px; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace, sans-serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Define consistent border, margin, and padding.
 * 2. Address width being affected by wide descendants in Chrome and Firefox.
 */
fieldset {
  border: 1px solid #c0c0c0;
  /* 1 */
  margin: 0 2px;
  /* 1 */
  min-width: 0;
  /* 2 */
  padding: 0.35em 0.625em 0.75em;
  /* 1 */ }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct color not being inherited in all browsers.
 *    Known issue: `select` will not inherit color in Chrome and Safari on OS X.
 * 2. Correct font properties not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Re-apply the `font-weight` to avoid modifying the default UX, and because
 * the default cannot be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Modular scale
 * @link https://modularscale.com/scale/?px1=18&px2=50&ra1=1.5&ra2=0
 */
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-weight: 400;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.85em; }

p, ul, ol, pre, address, hgroup {
  margin: 0 0 1.85em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 1.23333em;
  text-transform: uppercase;
  text-align: center;
  color: #1b557a;
  line-height: 1.5em;
  text-rendering: optimizeLegibility; }
  h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    text-transform: none;
    border: none;
    background: none;
    letter-spacing: .05em; }

h1 {
  font-size: 4.05rem; }

h2 {
  font-size: 3.33rem; }

h3 {
  font-size: 2.7rem; }

h4 {
  font-size: 2.22rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.8rem; }

a {
  color: #2f93c6;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear; }
  a:hover {
    color: #206588; }
  a:active, a:focus {
    color: #206588;
    outline: none; }

hr {
  border-bottom: 1px solid #f8f8f8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.85em 0; }

img {
  margin: 0;
  max-width: 100%; }

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

address {
  display: block; }

blockquote {
  border-left: 2px solid #f8f8f8;
  color: #595959;
  margin: 1.85em 0;
  padding-left: 0.925em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

pre, code {
  background: #f8f8f8;
  padding: .2em;
  border: 1px solid #dfdfdf;
  border-radius: 0.1875em; }

pre {
  white-space: pre-wrap; }

pre code {
  border: none;
  padding: 0;
  background: none; }

ul, ol {
  margin-bottom: 1.85em;
  padding-left: 1.85em; }

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

dl {
  line-height: 1.85em;
  margin-bottom: 1.85em; }
  dl dt {
    font-weight: bold;
    margin-top: 1.85em; }
  dl dd {
    margin: 0; }

@font-face {
  font-family: 'Edelsans';
  font-style: normal;
  font-weight: 400;
  src: local("Edelsans"), url("https://suggestionofmotion.com/wp-content/themes/sm/client/fonts/edelsans_regular.otf") format("opentype"); }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-regular.svg") format("svg"); }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-bold.svg") format("svg"); }
  @font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/merriweather-regular.svg") format("svg"); }
  @font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/merriweather-bold.svg") format("svg"); }
  @font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/merriweather-italic.svg") format("svg"); }
  @font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/merriweather-bolditalic.svg") format("svg"); } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: white; }

article {
  vertical-align: top; }

br {
  display: none; }

.expand-toggle {
  overflow: hidden;
  display: none; }
  .expand-toggle:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .is-js .expand-toggle {
    display: block; }
  @media screen and (max-width: 600px) {
    .expand-toggle {
      position: absolute;
      top: 0.7em;
      right: 0.7em;
      height: 17px;
      width: 20.4px; }
      .expand-toggle:before, .expand-toggle:after {
        content: "";
        display: block;
        width: 100%; }
      .expand-toggle:before {
        border-top: 3px solid #cccccc;
        border-bottom: 3px solid #cccccc; }
      .expand-toggle:after {
        border-top: 3px solid #cccccc;
        position: absolute;
        top: 44%; } }
  @media screen and (min-width: 600px) {
    .is-js .expand-toggle {
      display: none; } }

.menu-main a {
  color: inherit; }
.menu-main .menu-main__items li a:hover, .menu-main__items li .menu-main a:hover, .menu-main .menu-main__items .current-menu-item a, .menu-main__items .current-menu-item .menu-main a,
.menu-main .menu-main__items .current-page-ancestor a,
.menu-main__items .current-page-ancestor .menu-main a {
  background: rgba(255, 255, 255, 0.9);
  color: #1f354b; }
.menu-main__items li a {
  display: block;
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: .2em .5em;
  font-size: 1.4rem;
  font-family: "Montserrat", "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (max-width: 600px) {
  .is-js .menu-main__items {
    display: none; }
  .is-open .menu-main__items {
    display: block; } }
@media screen and (min-width: 600px) {
  .menu-main {
    display: inline-block; }
    .menu-main li, .menu-main a {
      display: inline-block; }
    .menu-main__items li a {
      display: inline-block; } }

.item_content h2 {
  padding: 1em 0;
  border-width: 1px 0;
  border-color: #cce5f6;
  border-style: solid; }
.item_content .cta, .item_content .content-secondary, .item_content .highlight, .item_content .notice {
  margin: 0 0 1.85em; }

.content-secondary {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .content-secondary input[type="submit"] {
    width: 100%; }

/* Single */
.single article,
article.page {
  margin-bottom: 3em; }
  .single article .item_content,
  article.page .item_content {
    margin-bottom: 3.7em; }
    .single article .item_content > p:nth-child(1), .single article .item_content .intro,
    article.page .item_content > p:nth-child(1),
    article.page .item_content .intro {
      font-size: 2.4rem;
      font-style: italic;
      color: #4d4d4d;
      line-height: 1.8em;
      margin-top: 2em;
      margin-bottom: 2em; }

.ui, form {
  font-family: "Montserrat", "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .ui a, form a, .ui button, form button, .ui input[type="submit"], form input[type="submit"] {
    font-family: inherit;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background: #16a085;
    border: 1px solid #15977e;
    padding: .8em;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    transition: background 1s; }
    .ui a:hover, form a:hover, .ui button:hover, form button:hover, .ui input[type="submit"]:hover, form input[type="submit"]:hover {
      background: #138a72; }

/**
 * Call to Action
 */
.cta, .content-secondary {
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  padding: 1em; }
  .cta h1, .content-secondary h1, .cta h2, .content-secondary h2, .cta h3, .content-secondary h3, .cta h4, .content-secondary h4, .cta h5, .content-secondary h5, .cta h6, .content-secondary h6 {
    margin-top: 0;
    padding: 0;
    border: 0; }

/**
 * Action
 */
.act, input[type="submit"] {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  width: 100%;
  color: white;
  background: #16a085;
  font-family: "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 2em;
  border-radius: 5px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s; }
  .act:hover, input[type="submit"]:hover {
    color: white;
    background: #19b698; }

.highlight {
  border-left: 5px solid #1abc9c;
  box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 1em;
  position: relative; }
  .highlight :last-child {
    margin-bottom: 0; }

.notice {
  border-left: 5px solid #f39c12;
  box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 1em;
  position: relative; }
  .notice :last-child {
    margin-bottom: 0; }

.wp-caption, .item_content img, .item_content iframe {
  display: block;
  max-width: 100%; }

.wp-caption {
  margin-top: 0;
  margin-bottom: 1.85em; }

.wp-caption-text {
  text-align: center;
  color: #b3b3b3;
  font-style: italic;
  margin: 0;
  padding: .5em;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f8f8f8; }

.gallery .gallery-item a {
  display: inline-block;
  width: 100%; }

.item_content img {
  height: auto; }

input, textarea, select {
  border: 1px solid #dfdfdf;
  border-radius: 0.1875em;
  padding: 0.8em;
  -webkit-transition: border-color 1s;
  -moz-transition: border-color 1s;
  transition: border-color 1s; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    border-color: #ababab; }

input[type="text"], textarea, select {
  margin: 0;
  width: 100%; }

label {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
nav a {
  text-decoration: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.pagination {
  padding: 1em;
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto; }
  .pagination li, .pagination a {
    display: inline-block; }
  .pagination li .page-numbers {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: .5em; }
  .pagination .next, .pagination .prev {
    font-size: 1.3em; }

.nav-explore a {
  display: block;
  background: #1f354b;
  border: none;
  -webkit-transition: background 0.5s, box-shadow 0.8s;
  -moz-transition: background 0.5s, box-shadow 0.8s;
  transition: background 0.5s, box-shadow 0.8s; }
  .nav-explore a:hover {
    background: #2e4e6f;
    box-shadow: 0 0 15px 3px white; }

.meta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .meta .section {
    font-weight: bold; }

.titles {
  font-family: "Montserrat", "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
  .titles h1, .titles h2, .titles h3 {
    font: inherit;
    text-align: inherit; }
  .titles .title {
    font-size: 3.2rem; }
    .titles .title.no-subtitle {
      margin-bottom: 0; }
  .titles .sub-title {
    font-size: 1.5rem;
    margin-bottom: 0; }

.sub-title {
  font-family: "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

/**
 * Hero
 */
.hero {
  height: auto;
  color: #fff;
  background-color: #3a3a3a;
  background-position: center center;
  background-size: cover;
  text-shadow: 0 0 5px black;
  -webkit-transition: text-shadow 0.5s ease-in-out;
  -moz-transition: text-shadow 0.5s ease-in-out;
  transition: text-shadow 0.5s ease-in-out; }
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero span, .hero div,
  .hero a, .hero a:hover {
    color: inherit; }
  .hero .inner {
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    margin: 0;
    height: inherit;
    min-height: inherit;
    display: block;
    background: rgba(0, 0, 0, 0.3); }
    .hero .inner:hover {
      background: transparent; }
      .hero .inner:hover .titles {
        text-shadow: 0 0 4px black, 0 0 5px black; }
  .hero .titles {
    padding: 34vh 10%;
    text-align: center; }
  .hero .title {
    line-height: 1.1em; }
    .hero .title .sub {
      opacity: .6;
      font-weight: normal; }
      .hero .title .sub::before {
        content: '/';
        padding-right: .2em;
        font-weight: bold; }
  .hero .meta {
    padding: .5%; }
  @media screen and (min-width: 1024px) {
    .hero .title {
      font-size: 4rem; }
    .hero .sub-title {
      font-size: 2.2rem; } }

.single .hero,
article.page .hero {
  margin-bottom: 3.7em; }
  .single .hero.no-thumb .titles,
  article.page .hero.no-thumb .titles {
    padding-top: 8vh;
    padding-bottom: 8vh; }

/**
 * 	Page Title
 */
.page-head {
  background: #1c3044;
  color: white;
  text-align: center;
  padding: .5em 1em;
  margin-bottom: 0; }
  .page-head .grouping, .page-head .status {
    color: rgba(255, 255, 255, 0.6); }
  .page-head .grouping::after, .page-head .status::before {
    content: "/"; }
  .page-head .grouping::after {
    padding-left: 0.5em; }
  .page-head .status::before {
    padding-right: 0.5em; }
  @media screen and (min-width: 600px) {
    .page-head {
      text-align: left; } }

.page-head_title {
  text-align: inherit;
  color: inherit;
  margin: 0; }
  .page-head_title .focus {
    padding-right: .3em; }

/*
%row {
	@include row();
}

%col-wide {
	@include span-columns(12);
}

%col-std {
	@include span-columns(10);
	@include shift(1);
}
*/
main {
  min-height: 81vh; }

#head {
  position: relative;
  background: #1f354b;
  color: white;
  padding: .5em 1em;
  text-align: center; }
  #head .site-title, #head nav {
    display: block;
    color: white; }
  #head .site-title, #head .site-title h1 {
    color: white;
    font-family: "Montserrat", "Edelsans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.6rem; }
  #head .site-title h1 {
    display: inline-block;
    margin: 0; }
  @media screen and (min-width: 600px) {
    #head {
      text-align: left; }
      #head .site-title, #head nav {
        display: inline-block; }
      #head nav {
        margin-left: 1em; } }

#foot {
  display: block;
  background: #333333;
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 1em 2em;
  text-align: center; }
  #foot .legal, #foot .social {
    display: block;
    font-size: 1.4rem; }
    #foot .legal a, #foot .social a {
      color: inherit;
      padding: .5em .8em; }
      #foot .legal a:hover, #foot .social a:hover {
        color: #b3b3b3; }
  #foot .social li, #foot .social a {
    display: inline-block; }
  @media screen and (min-width: 1024px) {
    #foot {
      text-align: left; }
      #foot .legal, #foot .social {
        display: inline-block;
        width: 49%; }
      #foot .social {
        text-align: right; } }

.archive-list {
  padding: 0;
  margin: 0; }

.archive-entry {
  list-style: none;
  margin: 0;
  vertical-align: top;
  display: block; }
  .archive-entry .hero .title a {
    color: inherit; }
    .archive-entry .hero .title a:hover {
      color: #206588; }

@media screen and (min-width: 1024px) {
  .flow:after {
    content: "";
    display: table;
    clear: both; }
  .flow .archive-entry {
    float: left;
    width: 33.333%; }
    .flow .archive-entry .hero {
      height: 33vw; }
      .flow .archive-entry .hero .titles {
        padding: 30% 10%; } }
