@charset "UTF-8";
/*
Theme Name: Ottawa Magazine 2015
Theme URI: http://underscores.me/
Author: St Joseph Media
Author URI: http://stjoseph.com
Description:  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sjm-underscores
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sjm-underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: "AntennaCond";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Regular.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "AntennaCond";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Bold.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "AntennaCond";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Medium.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/AntennaCond/AntennaCond-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Book.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Book.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Light.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Medium.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Semibold.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 100;
  src: url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Thin.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Thin.woff") format("woff"), url("/wp-content/themes/sjm-underscores/fonts/Stag/Stag-Thin.ttf") format("truetype"); }

/*$base-font-family: 'AntennaCond', sans-serif;*/
button, input[type="button"], input[type="reset"], input[type="submit"],
.posts-navigation .nav-links a,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #0068A6;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .posts-navigation .nav-links a:hover,
  .posts-navigation .nav-links a:focus,
  button:hover,
  button:focus {
    background-color: #00385a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .posts-navigation .nav-links a:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #F9F6F2;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #0068A6;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 88, 141, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .type-system-sans ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  
  .type-system-sans ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

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

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Stag", Georgia, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #0068A6;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #00385a; }
  a:active, a:focus {
    outline: none; }

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

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

/*done bitters base*/
.type-system-sans {
  text-align: left; }
  .type-system-sans::after {
    clear: both;
    content: "";
    display: table; }
  .type-system-sans h1, .type-system-sans h2, .type-system-sans h3, .type-system-sans p {
    margin: 0; }
  .type-system-sans hr {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0; }
  .type-system-sans p {
    color: #333;
    line-height: 1.5; }
  .type-system-sans a {
    color: #0068A6;
    text-decoration: none; }
  .type-system-sans .type {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: "Stag", Georgia, "Times New Roman", serif;
    font-size: 0.7em;
    font-weight: 900;
    margin-bottom: 2em;
    padding: 0.1em 0;
    text-align: left;
    text-transform: uppercase; }
  .type-system-sans h1 {
    font-family: "Stag", Georgia, "Times New Roman", serif;
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 0.6em; }
    @media screen and (min-width: 40em) {
      .type-system-sans h1 {
        font-size: 2.4em; } }
  .type-system-sans h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 1.2em; }
    @media screen and (min-width: 40em) {
      .type-system-sans h2 {
        font-size: 1.4em; } }
  .type-system-sans code {
    background: #F7F7F7;
    border-radius: 4.5px;
    border: 1px solid #E0E0E0;
    font-size: 1em;
    font-style: normal;
    padding: 0.1em 0.4em;
    white-space: nowrap; }
  .type-system-sans pre {
    background: #F7F7F7;
    border-radius: 4.5px;
    border: 1px solid #E0E0E0;
    padding: 1em 1.4em;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
  .type-system-sans h3 {
    font-family: "Stag", Georgia, "Times New Roman", serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .type-system-sans p.date, .type-system-sans span.posted-on {
    color: rgba(51, 51, 51, 0.4);
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.8em;
    margin-bottom: 0.5em; }
    .type-system-sans p.date .updated, .type-system-sans span.posted-on .updated {
      display: none; }
  .type-system-sans p {
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-bottom: 1.5em; }
  .type-system-sans hr {
    width: 3em; }
  .type-system-sans a.read-more {
    display: inline-block;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.2em;
    position: relative;
    text-transform: uppercase; }
    .type-system-sans a.read-more span {
      font-size: 1.7em;
      position: absolute;
      right: -10px;
      top: -2px; }
  .type-system-sans p.author, .type-system-sans span.author {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
  overflow: hidden; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

:focus {
  outline: none; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media screen and (min-width: 53.75em) {
  .admin-bar .om-secondary-nav {
    /*top: -($secondary-navigation-height + 32px);*/ } }

@media screen and (min-width: 53.75em) {
  .admin-bar .site {
    /*margin-top: $secondary-navigation-height + 32px;*/ } }

@media screen and (min-width: 53.75em) {
  .admin-bar .site .navigation {
    top: 60px; } }

.site {
  position: absolute;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .site::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .site {
      position: relative;
      margin-left: 0;
      margin-top: 28px; } }
  .site .navigation {
    position: fixed;
    display: block;
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .site .navigation::after {
      clear: both;
      content: "";
      display: table; }
    .site .navigation:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .site .navigation {
        top: 28px; } }
    .site .navigation .logo {
      position: relative;
      z-index: 2;
      /*margin: auto;*/
      padding-top: 15px;
      display: block;
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 28.0101901008%;
      margin-left: 20.5685171141%; }
      .site .navigation .logo:last-child {
        margin-right: 0; }
      @media screen and (min-width: 40em) {
        .site .navigation .logo {
          padding: 10px; } }
      @media screen and (min-width: 53.75em) {
        .site .navigation .logo {
          position: relative;
          float: left;
          display: block;
          width: 20.5685171141%;
          margin-left: 0%;
          padding: 30px 20px 0 20px;
          margin-right: 0; }
          .site .navigation .logo:last-child {
            width: 17.7259315437%; } }
      @media screen and (min-width: 75em) {
        .site .navigation .logo {
          padding: 30px 0px 0 30px; } }
    .site .navigation .navigation-wrapper {
      z-index: 1;
      position: relative;
      right: 0;
      top: -60px;
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 100%;
      height: 60px; }
      .site .navigation .navigation-wrapper:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .site .navigation .navigation-wrapper {
          float: left;
          display: block;
          margin-right: 2.8425855704%;
          width: 79.4314828859%;
          margin-right: 0;
          display: inline-block;
          position: relative;
          top: 0;
          height: 104px; }
          .site .navigation .navigation-wrapper:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 75em) {
        .site .navigation .navigation-wrapper {
          height: 104px; } }
      .site .navigation .navigation-wrapper nav {
        display: none; }
        @media screen and (min-width: 53.75em) {
          .site .navigation .navigation-wrapper nav {
            float: left;
            display: block;
            margin-right: 4.1109178249%;
            width: 100%; }
            .site .navigation .navigation-wrapper nav:last-child {
              margin-right: 0; } }
      .site .navigation .navigation-wrapper .search-trigger {
        display: inline-block;
        z-index: 1;
        position: absolute;
        right: 25px;
        top: 12px;
        /*@include span-columns(1 of 10);*/
        /*@include shift(9);*/
        /*@include omega;*/ }
        @media screen and (min-width: 53.75em) {
          .site .navigation .navigation-wrapper .search-trigger {
            position: absolute;
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 9.3686693441%;
            margin-left: 77.6839977051%;
            margin-right: 0;
            max-width: 55px;
            /*float: right;*/ }
            .site .navigation .navigation-wrapper .search-trigger:last-child {
              margin-right: 0; } }
        .site .navigation .navigation-wrapper .search-trigger img {
          margin-top: 1px;
          width: 38px; }
          @media screen and (min-width: 53.75em) {
            .site .navigation .navigation-wrapper .search-trigger img {
              width: 50px;
              margin-top: 12px;
              float: right; } }
          @media screen and (min-width: 75em) {
            .site .navigation .navigation-wrapper .search-trigger img {
              width: 55px;
              margin-top: 10px; } }
    .site .navigation .navigation-tools {
      position: absolute;
      display: inline;
      right: 0px;
      padding-left: 13px;
      width: 100%;
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 100%;
      margin-right: 0; }
      .site .navigation .navigation-tools:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .site .navigation .navigation-tools {
          width: 100vw; } }
      .site .navigation .navigation-tools .search-bar {
        /*padding: 10px 5%;*/
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 79.4314828859%;
        /*                input[type='search'], #s {
                    margin: 0 auto;
                    @include span-columns(6 of 9);
                    @include omega;
                    @include media($large-screen) {
                        @include span-columns(8 of 9);
                        @include omega;
                    }
                }

                input[type='submit'] {
                    @include media($large-screen) {
                    }
                }*/ }
        .site .navigation .navigation-tools .search-bar:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .navigation .navigation-tools .search-bar {
            float: left;
            display: block;
            margin-right: 2.8425855704%;
            width: 89.715741443%; }
            .site .navigation .navigation-tools .search-bar:last-child {
              margin-right: 0; } }
      .site .navigation .navigation-tools .close-search {
        display: inline-block;
        background: #fff;
        width: 38px;
        position: absolute;
        right: 25px;
        height: 100%; }
        @media screen and (min-width: 53.75em) {
          .site .navigation .navigation-tools .close-search {
            width: 50px;
            float: right;
            right: 25px;
            /*@include span-columns(1 of 7);*/
            /*@include omega();*/ } }
        .site .navigation .navigation-tools .close-search img {
          margin-top: 8px;
          float: right; }
          @media screen and (min-width: 53.75em) {
            .site .navigation .navigation-tools .close-search img {
              margin-top: 20px; } }
  .site .hero {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .site .hero:last-child {
      margin-right: 0; }
  .site .site-content {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
    margin-top: 60px; }
    .site .site-content:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .site .site-content {
        margin-top: 104px; } }
    @media screen and (min-width: 75em) {
      .site .site-content {
        /*margin-top: $secondary-navigation-height;*/ } }
    .site .site-content .content-area {
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      height: calc(100vh - 65px);
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 100%;
      display: block; }
      .site .site-content .content-area:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .site .site-content .content-area {
          display: block;
          margin-left: 20.5685171141%;
          float: left;
          display: block;
          margin-right: 2.8425855704%;
          width: 79.4314828859%;
          margin-left: 0; }
          .site .site-content .content-area:last-child {
            margin-right: 0; } }
      .site .site-content .content-area .entry-hero-sm {
        display: none;
        font-size: 0;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .site .site-content .content-area .entry-hero-sm {
            display: none; } }
      .site .site-content .content-area .entry-hero {
        display: block;
        font-size: 0;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .site .site-content .content-area .entry-hero {
            display: block;
            font-size: 0;
            background-color: #000; } }
      .site .site-content .content-area .entry-crumb {
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 38.2944486578%; }
        .site .site-content .content-area .entry-crumb:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .entry-crumb {
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 35.2633352458%;
            margin-left: 12.9473329508%; }
            .site .site-content .content-area .entry-crumb:last-child {
              margin-right: 0; } }
      .site .site-content .content-area .article-left {
        padding: 0px;
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: -2.8425855704%;
        display: none; }
        .site .site-content .content-area .article-left:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .article-left {
            /*@include pad(30px);// As defined in _grid-settings.scss*/
            padding: 0px;
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 9.3686693441%; }
            .site .site-content .content-area .article-left:last-child {
              margin-right: 0; } }
      .site .site-content .content-area .inner-article {
        /*position: absolute;*/
        position: relative;
        padding: 0 20px;
        /*padding-left:16px;*/
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 100%; }
        .site .site-content .content-area .inner-article:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .inner-article {
            /*@include pad(0 30px); // As defined in _grid-settings.scss*/
            padding: 0px;
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 74.1053340983%;
            margin-left: 12.9473329508%; }
            .site .site-content .content-area .inner-article:last-child {
              margin-right: 0; } }
        .site .site-content .content-area .inner-article .sharing-wrapper .social-media-buttons {
          float: right; }
          .site .site-content .content-area .inner-article .sharing-wrapper .social-media-buttons a {
            display: inline-block;
            margin-left: auto;
            margin-right: 0; }
      .site .site-content .content-area .article-right {
        padding: 0px;
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: -2.8425855704%; }
        .site .site-content .content-area .article-right:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .article-right {
            /*@include pad(30px);// As defined in _grid-settings.scss*/
            padding: 0px;
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 9.3686693441%;
            min-height: 500px; }
            .site .site-content .content-area .article-right:last-child {
              margin-right: 0; } }
      .site .site-content .content-area .format-standard .article-right {
        display: none; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .format-standard .article-right {
            display: block; } }
      .site .site-content .content-area .format-image .entry-hero {
        position: relative;
        font-size: 0; }
      .site .site-content .content-area .format-image .article-left {
        position: static;
        display: none !important;
        /*@include pad(30px);*/
        min-height: 300px;
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: -2.8425855704%; }
        .site .site-content .content-area .format-image .article-left:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .format-image .article-left {
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 9.3686693441%;
            min-height: 500px; }
            .site .site-content .content-area .format-image .article-left:last-child {
              margin-right: 0; } }
      .site .site-content .content-area .format-image .inner-article {
        position: relative;
        padding: 0 20px;
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 100%; }
        .site .site-content .content-area .format-image .inner-article:last-child {
          margin-right: 0; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .content-area .format-image .inner-article {
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 87.0526670492%;
            /*@include pad(0 30px);*/
            padding: 0; }
            .site .site-content .content-area .format-image .inner-article:last-child {
              margin-right: 0; } }
        .site .site-content .content-area .format-image .inner-article .entry-crumb {
          padding: 14px 0;
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 35.2633352458%; }
          .site .site-content .content-area .format-image .inner-article .entry-crumb:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .site .site-content .content-area .format-image .inner-article .entry-crumb {
              float: left;
              display: block;
              margin-right: 4.1109178249%;
              width: 40.5080469572%;
              margin-left: 0%; }
              .site .site-content .content-area .format-image .inner-article .entry-crumb:last-child {
                margin-right: 0; } }
        .site .site-content .content-area .format-image .inner-article .entry-header {
          margin-top: 60px; }
        .site .site-content .content-area .format-image .inner-article .entry-content-left {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%; }
          .site .site-content .content-area .format-image .inner-article .entry-content-left:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .site .site-content .content-area .format-image .inner-article .entry-content-left {
              float: left;
              display: block;
              margin-right: 4.1109178249%;
              width: 40.5080469572%; }
              .site .site-content .content-area .format-image .inner-article .entry-content-left:last-child {
                margin-right: 0; } }
        .site .site-content .content-area .format-image .inner-article .entry-content-right {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%;
          /*@include shift(-2 of 8);*/ }
          .site .site-content .content-area .format-image .inner-article .entry-content-right:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .site .site-content .content-area .format-image .inner-article .entry-content-right {
              margin-left: 0%;
              float: left;
              display: block;
              margin-right: 4.1109178249%;
              width: 40.5080469572%; }
              .site .site-content .content-area .format-image .inner-article .entry-content-right:last-child {
                margin-right: 0; } }
      .site .site-content .content-area .format-aside {
        margin-bottom: 20px; }
        .site .site-content .content-area .format-aside .article-left {
          padding: 0px;
          /*min-height: 300px;*/
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%; }
          .site .site-content .content-area .format-aside .article-left:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .site .site-content .content-area .format-aside .article-left {
              min-height: 500px;
              float: left;
              display: block;
              margin-right: 3.5786636068%;
              width: 48.2106681966%; }
              .site .site-content .content-area .format-aside .article-left:last-child {
                margin-right: 0; } }
          .site .site-content .content-area .format-aside .article-left .entry-hero {
            margin: 0; }
            .site .site-content .content-area .format-aside .article-left .entry-hero span {
              display: block; }
              .site .site-content .content-area .format-aside .article-left .entry-hero span img {
                display: block; }
        .site .site-content .content-area .format-aside .article-right {
          padding: 0px;
          /*padding-top: 30px;*/
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 100%; }
          .site .site-content .content-area .format-aside .article-right:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .site .site-content .content-area .format-aside .article-right {
              float: left;
              display: block;
              margin-right: 3.5786636068%;
              width: 48.2106681966%;
              min-height: 500px; }
              .site .site-content .content-area .format-aside .article-right:last-child {
                margin-right: 0; } }
          .site .site-content .content-area .format-aside .article-right .entry-crumb {
            float: left;
            display: block;
            margin-right: 7.4229703521%;
            width: 19.432772236%; }
            .site .site-content .content-area .format-aside .article-right .entry-crumb:last-child {
              margin-right: 0; }
            @media screen and (min-width: 53.75em) {
              .site .site-content .content-area .format-aside .article-right .entry-crumb {
                float: left;
                display: block;
                margin-right: 7.4229703521%;
                width: 19.432772236%;
                margin-left: 0%; }
                .site .site-content .content-area .format-aside .article-right .entry-crumb:last-child {
                  margin-right: 0; } }
          .site .site-content .content-area .format-aside .article-right .aside-main {
            position: static;
            float: left;
            display: block;
            margin-right: 7.4229703521%;
            width: 100%; }
            .site .site-content .content-area .format-aside .article-right .aside-main:last-child {
              margin-right: 0; }
            @media screen and (min-width: 53.75em) {
              .site .site-content .content-area .format-aside .article-right .aside-main {
                float: left;
                display: block;
                margin-right: 7.4229703521%;
                width: 73.144257412%; }
                .site .site-content .content-area .format-aside .article-right .aside-main:last-child {
                  margin-right: 0; } }
          .site .site-content .content-area .format-aside .article-right .aside-gutter {
            float: left;
            display: block;
            margin-right: 7.4229703521%;
            width: -7.4229703521%; }
            .site .site-content .content-area .format-aside .article-right .aside-gutter:last-child {
              margin-right: 0; }
            @media screen and (min-width: 53.75em) {
              .site .site-content .content-area .format-aside .article-right .aside-gutter {
                float: left;
                display: block;
                margin-right: 7.4229703521%;
                width: 19.432772236%; }
                .site .site-content .content-area .format-aside .article-right .aside-gutter:last-child {
                  margin-right: 0; } }
    .site .site-content .content-full-area {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 100%; }
      .site .site-content .content-full-area:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .site .site-content .content-full-area {
          float: left;
          display: block;
          margin-right: 2.8425855704%;
          width: 100%; }
          .site .site-content .content-full-area:last-child {
            margin-right: 0; } }
    .site .site-content .widget-area {
      top: 0;
      /*left: -100vw;*/
      width: 100vw;
      height: 100vh;
      /*position:fixed;*/
      overflow: hidden;
      background-color: #F9F6F2;
      /*@include span-columns(10 of 10);*/
      display: none; }
      @media screen and (min-width: 53.75em) {
        .site .site-content .widget-area {
          top: 104px;
          left: 0;
          float: left;
          display: block;
          width: 20.5685171141%;
          margin-right: 0;
          display: block; }
          .site .site-content .widget-area:last-child {
            width: 17.7259315437%; } }
      .site .site-content .widget-area .cards {
        max-height: 100vh;
        overflow-y: scroll;
        padding: 30px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media screen and (min-width: 53.75em) {
          .site .site-content .widget-area .cards {
            margin-right: 0px; } }
  .site .site-footer {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .site .site-footer:last-child {
      margin-right: 0; }

/*.archive, .search, .single, .home, .page {*/
.site .site-content #secondary, .site .site-content #primary {
  margin-top: 50px; }

.site .site-content #primary {
  display: block; }

.site .site-content #secondary {
  display: none; }
  @media screen and (min-width: 53.75em) {
    .site .site-content #secondary {
      display: block; } }

/*}*/
.single .site .site-content #primary, .page .site .site-content #primary {
  display: block; }

.single .site .site-content #secondary, .page .site .site-content #secondary {
  /*display:none;*/ }
  @media screen and (min-width: 53.75em) {
    .single .site .site-content #secondary, .page .site .site-content #secondary {
      /*display:block;*/ } }

.sharing-wrapper {
  float: right;
  overflow: hidden;
  position: relative;
  width: 160px;
  right: 0px;
  font-size: 0; }
  .sharing-wrapper .social-media-buttons {
    float: left;
    position: relative;
    width: 173px;
    /* left: 180px; */
    /*
        opacity: 1;
        @include transform(translateX(0px));
        @include transition(all 0.8s ease-out);

        &.show {
            opacity: 1;
            @include transform(translateX(-180px));
            @include transition(all 0.8s ease-out);
        }
*/ }
    .sharing-wrapper .social-media-buttons .social {
      display: inline-block;
      margin: 0;
      width: 40px;
      height: 42px; }
      .sharing-wrapper .social-media-buttons .social.twitter {
        background-image: url("./img/twitter.svg");
        background-position: -7px -6px; }
      .sharing-wrapper .social-media-buttons .social.facebook {
        background-image: url("./img/facebook.svg");
        background-position: -7px -6px; }
      .sharing-wrapper .social-media-buttons .social.pinterest {
        background-image: url("./img/pinterest.svg");
        background-position: -7px -6px; }
      .sharing-wrapper .social-media-buttons .social.email {
        background-image: url("./img/email.svg");
        background-position: -7px -6px; }
      .sharing-wrapper .social-media-buttons .social .count {
        display: none; }

.format-image .sharing-wrapper {
  right: 9px; }
  @media screen and (min-width: 53.75em) {
    .format-image .sharing-wrapper {
      right: 29px; } }

.format-standard .sharing-wrapper {
  right: 0px; }
  @media screen and (min-width: 53.75em) {
    .format-standard .sharing-wrapper {
      right: 0px; } }

a.sharing-trigger {
  float: right;
  width: 45px;
  height: 42px;
  position: absolute;
  right: -2px; }
  a.sharing-trigger img.sharing-button {
    width: 45px;
    height: 42px; }

.screen-reader-text {
  position: absolute;
  left: -1000em; }

.menu-toggle {
  position: absolute;
  left: -1000em; }

.wp-caption {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .wp-caption.aligncenter {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important; }
  .wp-caption.alignright {
    text-align: right;
    float: right; }
  .wp-caption img {
    width: 100%;
    max-width: 100%;
    height: auto; }

p img {
  display: block; }
  p img.aligncenter {
    margin: 0 auto; }
  p img.alignleft {
    float: left;
    clear: both; }
  p img.alignright {
    float: right;
    clear: both; }

/*$animation-duration: 0.7s;
$mobile-nav-width: 60px;
$move-nav: calc(100vw - 60px);
$mobile-nav-bg-color: $black;*/
.nav-trigger {
  display: block;
  position: relative;
  float: left;
  z-index: 3;
  left: 0;
  height: 60px;
  width: 60px;
  background: transparent;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s; }
  @media screen and (min-width: 53.75em) {
    .nav-trigger {
      display: none; } }

.nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-icon::before, .nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s, width 1s, top 0.3s;
  -moz-transition: -moz-transform 1s, width 1s, top 0.3s;
  transition: transform 1s, width 1s, top 0.3s; }

.nav-icon::before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }

.nav-icon::after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }

.no-touch .nav-trigger:hover .nav-icon::after {
  top: 2px; }

.no-touch .nav-trigger:hover .nav-icon::before {
  top: -2px; }

.navigation-is-open .nav-trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.navigation-is-open .nav-icon {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.navigation-is-open .nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.navigation-is-open .nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .navigation-is-open .nav-trigger:hover .nav-icon::after, .no-touch .navigation-is-open .nav-trigger:hover .nav-icon::before {
  top: 0; }

.nav-panel {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: calc( (100vw - 60px) * -1);
  height: 100%;
  width: calc(100vw - 60px);
  background-color: #EC1B34;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (min-width: 53.75em) {
    .nav-panel {
      display: none; } }
  .nav-panel .nav-logo img {
    width: 70px;
    height: 70px; }
  .nav-panel ul li.menu-item {
    margin: 25px 0; }
    .nav-panel ul li.menu-item a {
      color: white;
      font-family: "Stag", Georgia, "Times New Roman", serif;
      font-weight: 300;
      font-size: 2.1875rem;
      line-height: 36px;
      margin-bottom: 1.5625em; }
  .nav-panel .social-media img {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 40px; }
    .nav-panel .social-media img svg {
      fill: white; }

.nav-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1.25rem; }

.navigation-is-open .nav-panel {
  -webkit-transform: translateX(100vw) translateX(-60px);
  -moz-transform: translateX(100vw) translateX(-60px);
  -ms-transform: translateX(100vw) translateX(-60px);
  -o-transform: translateX(100vw) translateX(-60px);
  transform: translateX(100vw) translateX(-60px);
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.admin-bar .nav-panel {
  top: 46px !important; }

.primary-nav a {
  font-size: 2.25rem; }

.no-js main {
  height: auto;
  overflow: visible; }

.no-js .nav-panel {
  position: static;
  visibility: visible; }

.no-js .nav-panel .nav-wrapper {
  height: auto;
  overflow: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.site {
  margin-left: 0;
  width: 100%; }
  @media screen and (min-width: 53.75em) {
    .site {
      margin-left: 0;
      width: 100%; } }
  .site header.navigation {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .site header.navigation {
        width: 100%; } }
  .site .site-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 53.75em) {
      .site .site-content .widget-area {
        left: 0;
        /*@include span-columns(2 of 10,block-collapse);*/ } }
    @media screen and (min-width: 53.75em) {
      .site .site-content .content-area {
        /*width: 100%;*/ } }

.navigation-is-open .site-content, .navigation-is-open header.navigation {
  /*@include transform(translateX($move-nav));*/
  -webkit-transform: translateX(100vw) translateX(-60px);
  -moz-transform: translateX(100vw) translateX(-60px);
  -ms-transform: translateX(100vw) translateX(-60px);
  -o-transform: translateX(100vw) translateX(-60px);
  transform: translateX(100vw) translateX(-60px);
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

header.navigation {
  /*$base-border-radius: 3px !default;*/
  background-color: #fff;
  height: 60px;
  width: 100%;
  z-index: 9;
  /* Elements on the far right */
  /*}*/ }
  @media screen and (min-width: 53.75em) {
    header.navigation {
      height: 104px; } }
  header.navigation .logo {
    max-height: 60px;
    width: auto;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 53.75em) {
      header.navigation .logo {
        float: left;
        max-height: 104px; } }
    @media screen and (min-width: 75em) {
      header.navigation .logo {
        max-height: 104px; } }
    header.navigation .logo img {
      max-height: 40px;
      min-height: 25px;
      max-width: 150px; }
      @media screen and (min-width: 53.75em) {
        header.navigation .logo img {
          max-width: 200px; } }
      @media screen and (min-width: 75em) {
        header.navigation .logo img {
          height: 60px; } }
  header.navigation .navigation-menu-button {
    color: #000;
    display: none;
    float: right;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding-right: 5em;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: rgba(0, 0, 0, 0.7); }
  header.navigation nav {
    float: none;
    height: 60px;
    z-index: 9999999; }
    header.navigation nav .menu-primary-main-menu-container {
      height: 60px; }
    @media screen and (min-width: 53.75em) {
      header.navigation nav {
        float: left; } }
  header.navigation ul.navigation-menu {
    -webkit-transform-style: preserve-3d;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.menu-item {
    background: #fff;
    display: block;
    line-height: 2em;
    overflow: hidden;
    padding-right: 0;
    text-align: right;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #0088d9; }
    header.navigation ul li.menu-item:after {
      content: "•";
      color: #808080;
      font-size: 1.375rem;
      padding-right: 0.1875rem; }
    header.navigation ul li.menu-item:first-child {
      border-top: 1px solid #0088d9; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul li.menu-item:first-child {
          border: none; } }
    header.navigation ul li.menu-item:last-child:after {
      display: none; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul li.menu-item {
        border: none;
        background: transparent;
        display: inline;
        line-height: 104px;
        text-decoration: none;
        width: auto;
        border-bottom: none; }
        header.navigation ul li.menu-item.desktop-hide {
          display: none; } }
    @media screen and (min-width: 75em) {
      header.navigation ul li.menu-item {
        line-height: 104px; } }
    header.navigation ul li.menu-item a {
      color: #000;
      display: inline-block;
      font-family: "Stag", Georgia, "Times New Roman", serif;
      font-weight: 400;
      margin-bottom: 0;
      padding-right: 0.5em;
      text-decoration: none; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul li.menu-item a {
          border-bottom: none;
          font-size: 1rem; } }
      @media screen and (min-width: 75em) {
        header.navigation ul li.menu-item a {
          font-size: 1.25rem; } }
      @media screen and (min-width: 100em) {
        header.navigation ul li.menu-item a {
          font-size: 1.375rem; } }
      header.navigation ul li.menu-item a:focus, header.navigation ul li.menu-item a:hover {
        color: rgba(0, 0, 0, 0.7); }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      content: '\25BE';
      color: #000; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 53.75em) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a:after {
        content: '�';
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu,
    header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul.submenu li {
          line-height: 46.1538461538px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          header.navigation ul.submenu li a {
            background-color: #fff;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
  header.navigation .social-media {
    display: none; }
    @media screen and (min-width: 53.75em) {
      header.navigation .social-media {
        position: absolute;
        top: 40px;
        right: 70px;
        margin-right: 20px;
        display: inline; } }
    header.navigation .social-media img {
      width: 1.375rem;
      height: 1.375rem;
      margin-right: 40px; }
  header.navigation .navigation-tools {
    position: absolute;
    z-index: 99;
    clear: both;
    height: 60px;
    display: block;
    top: -160px;
    border: 1px solid #ddd;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-tools {
        height: 104px;
        display: block;
        background: #fff;
        clear: none;
        float: right;
        top: -104px;
        border: 1px solid #ddd;
        box-sizing: border-box; } }
    @media screen and (min-width: 75em) {
      header.navigation .navigation-tools {
        height: 104px;
        top: -104px; } }
    header.navigation .navigation-tools .search-bar {
      float: left;
      padding: 0;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      background: #fff;
      border: none;
      box-sizing: border-box; }
      @media screen and (min-width: 53.75em) {
        header.navigation .navigation-tools .search-bar {
          /*height: $navigation-height-tablet;*/ } }
      @media screen and (min-width: 75em) {
        header.navigation .navigation-tools .search-bar {
          /*height: $navigation-height-desktop;*/ } }
      header.navigation .navigation-tools .search-bar form {
        position: relative;
        width: 100%; }
        header.navigation .navigation-tools .search-bar form fieldset {
          border: none;
          margin: 0;
          padding: 0;
          background-color: #fff;
          /*        input[type=image]  {
                  visibility: hidden;
                  background: $navigation-search-background;
                  border: none;
                  bottom: 0.3em;
                  left: auto;
                  outline: none;
                  padding: 0 9px;
                  position: absolute;
                  right: 0.3em;
                  top: 38%;

                  img {
                    height: 12px;
                    opacity: 0.7;
                    padding: 1px;
                  }

                  @include media($large-screen) {
                    visibility: visible;
                    background: $navigation-search-background;
                  }
              }*/ }
          header.navigation .navigation-tools .search-bar form fieldset input[type=search], header.navigation .navigation-tools .search-bar form fieldset #s {
            background: #ddd;
            border: none;
            border-radius: 0;
            color: #000;
            font-size: 1rem;
            padding: 10px 0; }
            @media screen and (min-width: 53.75em) {
              header.navigation .navigation-tools .search-bar form fieldset input[type=search], header.navigation .navigation-tools .search-bar form fieldset #s {
                font-size: 1.25rem;
                padding: 8px 0; } }
          header.navigation .navigation-tools .search-bar form fieldset input[type=submit] {
            background-color: gray;
            font-family: "Stag", Georgia, "Times New Roman", serif;
            font-weight: 300;
            font-size: 0.8125rem;
            line-height: 18px;
            border-radius: 0;
            outline: none; }
          header.navigation .navigation-tools .search-bar form fieldset .ui-input-clear {
            display: none; }
        @media screen and (min-width: 53.75em) {
          header.navigation .navigation-tools .search-bar form {
            display: inline;
            /*position: relative;*/
            /*width: 100%;*/ }
            header.navigation .navigation-tools .search-bar form input {
              box-sizing: border-box;
              display: inline; } }

header.navigation.search-is-open .navigation-tools {
  display: block;
  width: 100%;
  /*top: 100%;*/
  -webkit-transform: translateY(160px);
  -moz-transform: translateY(160px);
  -ms-transform: translateY(160px);
  -o-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (min-width: 53.75em) {
    header.navigation.search-is-open .navigation-tools {
      -webkit-transform: translateY(104px);
      -moz-transform: translateY(104px);
      -ms-transform: translateY(104px);
      -o-transform: translateY(104px);
      transform: translateY(104px); } }
  @media screen and (min-width: 75em) {
    header.navigation.search-is-open .navigation-tools {
      /*@include transform(translateY($navigation-height-desktop + $secondary-navigation-height));*/ } }

header.navigation.search-is-open .nav-trigger {
  z-index: 1; }

header.navigation.search-is-open .logo {
  z-index: 1; }

@media screen and (min-width: 53.75em) {
  .admin-bar header.navigation {
    /*top: 32px !important;*/ } }

.hero {
  background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(-280deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background-color: #324766;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em; }
  .hero .hero-logo img {
    height: 4em;
    margin-bottom: 1em; }
  .hero .hero-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin: auto;
    padding: 3.5em;
    text-align: center; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy h1 {
        font-size: 1.6em;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        font-weight: 200;
        line-height: 1.4em;
        margin: 0 auto 3em auto; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy p {
            font-size: 1.1em;
            max-width: 40%; } }

.refill-footer {
  background: #0a2636;
  padding: 3em 30px;
  width: 100%; }
  .refill-footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .refill-footer .footer-logo img {
      height: 3em; }
  .refill-footer .footer-links {
    margin-bottom: 1.5em; }
    .refill-footer .footer-links::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 40em) {
      .refill-footer .footer-links {
        margin-left: 30.8527756711%; } }
  .refill-footer ul {
    margin-bottom: 3em;
    padding: 0; }
    @media screen and (min-width: 40em) {
      .refill-footer ul {
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 28.0101901008%; }
        .refill-footer ul:last-child {
          margin-right: 0; }
        .refill-footer ul:nth-child(3n) {
          margin-right: 0; }
        .refill-footer ul:nth-child(3n+1) {
          clear: left; }
        .refill-footer ul::after {
          clear: both;
          content: "";
          display: table; } }
  .refill-footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .refill-footer li {
        text-align: left; } }
  .refill-footer li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .refill-footer li a:focus, .refill-footer li a:hover {
      color: white; }
  .refill-footer li h3 {
    color: white;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0.4em; }
  .refill-footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .refill-footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }

.cards {
  /*@include display(flex);*/
  /*@include flex-wrap(wrap);*/
  /*@include justify-content(space-between);*/ }
  .cards .card {
    /*@include flex-basis(24em);*/
    /*@include flex-grow(1);*/
    /*@include transition (all 0.2s ease-in-out);*/
    display: block;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin: 0 1em 1.5em 1em; }
    @media screen and (min-width: 40em) {
      .cards .card {
        margin: 0 1em 1.5em 1em; } }
    @media screen and (min-width: 53.75em) {
      .cards .card {
        margin: 0 1em 1.5em 1em; } }
    @media screen and (min-width: 75em) {
      .cards .card {
        margin: 0 20% 1.5em 20%; } }
    .cards .card a {
      color: #333;
      /*display: block;*/ }
    .cards .card .card-image {
      overflow: hidden;
      display: block;
      max-width: 100%; }
      .cards .card .card-image span {
        /*width: 100%;*/ }
        .cards .card .card-image span img {
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          /*width: 100%;*/
          opacity: 1; }
    .cards .card .card-header {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /*padding: ($base-spacing / 3) ($base-spacing / 2);*/
      padding: 0.5em 0;
      text-align: center; }
      .cards .card .card-header h1 {
        font-size: 1.5em;
        font-weight: 300; }
        .cards .card .card-header h1 span {
          font-weight: 400; }
        @media screen and (min-width: 53.75em) {
          .cards .card .card-header h1 {
            font-size: 1.125em;
            margin-bottom: 0.6em;
            padding: 0px; } }
        @media screen and (min-width: 75em) {
          .cards .card .card-header h1 {
            font-size: 1.15em; } }
    .cards .card .card-copy {
      font-size: 1.1em;
      line-height: 1.5em;
      padding: 0.75em 0.75em; }
      .cards .card .card-copy p {
        margin: 0 0 0.75em; }
    .cards .card:focus, .cards .card:hover {
      cursor: pointer; }
      .cards .card:focus img, .cards .card:hover img {
        /*            opacity: $card-image-hover-opacity;*/ }
    .cards .card:active {
      background-color: #fff; }
      .cards .card:active .card-header {
        background-color: #fff; }
  .cards .entry-crumb {
    display: none; }
    .cards .entry-crumb a {
      font-family: "AntennaCond", Arial, serif;
      font-size: 0.875em;
      font-weight: 400;
      line-height: 1.25em; }
  .cards .standard .entry-crumb a {
    color: #F14619; }
  .cards .image .entry-crumb a {
    color: #EC1B34; }
  .cards .aside .entry-crumb a {
    color: #0068A6; }
  .cards .aside .card-image img {
    border-radius: 50%; }

.flex-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  text-align: center; }
  .flex-boxes::after {
    clear: both;
    content: "";
    display: table; }
  .flex-boxes .flex-box {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2 2 15em;
    -moz-flex: 2 2 15em;
    -ms-flex: 2 2 15em;
    flex: 2 2 15em;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #ddd, 0 2px 4px #e9decf;
    display: block;
    margin: 0.4em;
    padding: 2em 2em 3em 2em;
    text-decoration: none; }
    .flex-boxes .flex-box:nth-child(1) {
      border-top: 6px solid tomato; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(255, 99, 71, 0.1); }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #72BFBF; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(114, 191, 191, 0.1); }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #92B1E3; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(146, 177, 227, 0.1); }
    .flex-boxes .flex-box:nth-child(4) {
      border-top: 6px solid #E3D743; }
      .flex-boxes .flex-box:nth-child(4):focus, .flex-boxes .flex-box:nth-child(4):hover {
        background-color: rgba(227, 215, 67, 0.1); }
    .flex-boxes .flex-box:nth-child(5) {
      border-top: 6px solid #CCC; }
      .flex-boxes .flex-box:nth-child(5):focus, .flex-boxes .flex-box:nth-child(5):hover {
        background-color: rgba(204, 204, 204, 0.1); }
    .flex-boxes .flex-box:nth-child(6) {
      border-top: 6px solid #F6C05C; }
      .flex-boxes .flex-box:nth-child(6):focus, .flex-boxes .flex-box:nth-child(6):hover {
        background-color: rgba(246, 192, 92, 0.1); }
    .flex-boxes .flex-box img {
      display: block;
      height: 3em;
      margin-bottom: 2em;
      margin: auto;
      opacity: 0.4; }
    .flex-boxes .flex-box .flex-title {
      color: rgba(51, 51, 51, 0.7);
      font-size: 1.2em;
      font-weight: 800;
      margin-bottom: 0.5em; }
    .flex-boxes .flex-box p {
      color: rgba(51, 51, 51, 0.6);
      line-height: 1.5em;
      margin: auto; }
  .flex-boxes .flex-box-big {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 40em;
    -moz-flex: 1 1 40em;
    -ms-flex: 1 1 40em;
    flex: 1 1 40em; }

.bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5;
  margin: 1em;
  overflow: auto;
  padding: 0; }
  .bullets .bullet {
    -webkit-flex-basis: 20em;
    -moz-flex-basis: 20em;
    flex-basis: 20em;
    -ms-flex-preferred-size: 20em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .bullets .bullet-icon {
    float: left;
    height: 3em;
    width: 3em; }
  .bullets .bullet-content {
    margin-left: 4.2em;
    margin-bottom: 2em; }
  .bullets h2 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
    padding-top: 0.4285714286em; }
  .bullets li {
    list-style: none; }
  .bullets p {
    color: #333;
    line-height: 1.5; }
  .bullets img {
    max-width: 100%; }

.hentry {
  position: relative;
  border-top: 10px solid #000; }
  .hentry:first-child {
    border: none; }
  @media screen and (min-width: 53.75em) {
    .hentry {
      border-top: 20px solid #000; } }
  .hentry .blue {
    color: #0068A6; }
  .hentry .entry-crumb {
    float: left;
    font-family: "AntennaCond", Arial, serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 16px;
    padding: 14px 0 0 20px; }
    @media screen and (min-width: 53.75em) {
      .hentry .entry-crumb {
        padding: 20px 0;
        line-height: 20px; } }
    @media screen and (min-width: 100em) {
      .hentry .entry-crumb {
        font-size: 1rem; } }
  .hentry .entry-header {
    /*margin-top: 60px;*/ }
    .hentry .entry-header a {
      color: #333; }
    .hentry .entry-header h1 {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 30px;
      margin-top: 0.5rem; }
      .hentry .entry-header h1 span {
        font-weight: 400; }
      .hentry .entry-header h1 .light {
        font-weight: 300; }
      @media screen and (min-width: 53.75em) {
        .hentry .entry-header h1 {
          font-size: 2.8125rem;
          line-height: 45px; } }
  .hentry .entry-content {
    padding-top: 0.875rem;
    margin-bottom: 3.125rem; }
    .hentry .entry-content p {
      font-size: 1.0625rem;
      font-family: Georgia, Times, "Times New Roman", serif;
      font-weight: 300;
      line-height: 25px;
      clear: both; }
      @media screen and (min-width: 53.75em) {
        .hentry .entry-content p {
          font-size: 1.25rem;
          line-height: 30px; } }
      @media screen and (min-width: 100em) {
        .hentry .entry-content p {
          font-size: 1.5rem;
          line-height: 35px;
          font-weight: 400; } }
    .hentry .entry-content .wp-caption-text {
      font-family: 'AntennaCond', 'Helvetica Neue', Arial, Helvetica, sans;
      font-size: 0.75rem;
      margin-bottom: 20px;
      max-width: 90%;
      /*            @include media($medium-screen) {
                font-size: 12px;
            }*/ }
      @media screen and (min-width: 53.75em) {
        .hentry .entry-content .wp-caption-text {
          font-size: 0.8125rem px; } }
      @media screen and (min-width: 100em) {
        .hentry .entry-content .wp-caption-text {
          font-size: 14px; } }
  .hentry .entry-author, .hentry .entry-date {
    font-family: 'AntennaCond', 'Helvetica Neue', Arial,Helvetica, serif;
    font-size: 14px;
    text-transform: uppercase; }
  .hentry .entry-date {
    color: #999; }

.format-aside {
  background-color: #E0E5F1; }
  .format-aside .entry-crumb {
    padding: 14px 20px; }
    @media screen and (min-width: 53.75em) {
      .format-aside .entry-crumb {
        padding: 20px 0; } }
    .format-aside .entry-crumb a {
      color: #0068A6; }
  .format-aside .entry-header h1 {
    font-size: 1.875rem;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 0; }
    @media screen and (min-width: 53.75em) {
      .format-aside .entry-header h1 {
        font-size: 2.5rem;
        line-height: 40px;
        margin-bottom: 0.6em;
        padding: 0px; } }
    @media screen and (min-width: 75em) {
      .format-aside .entry-header h1 {
        font-size: 3.75rem;
        line-height: 60px; } }
  .format-aside .entry-header p {
    font-family: "Stag", Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 30px;
    color: #0068A6;
    padding: 20px; }
    @media screen and (min-width: 53.75em) {
      .format-aside .entry-header p {
        font-size: 2.375rem;
        font-weight: 100;
        line-height: 1.2;
        padding: 0px; } }
    @media screen and (min-width: 75em) {
      .format-aside .entry-header p {
        font-size: 3.625rem; } }

.format-image .entry-crumb {
  line-height: 0.875rem; }
  .format-image .entry-crumb a {
    color: #EC1B34; }

.format-image .entry-standard a {
  color: #F14619; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-border-image: -webkit-linear-gradient(-315deg, blue, yellow) 1 stretch round;
  border-image: linear-gradient(45deg, blue, yellow) 1 stretch round;
  border-style: solid; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.om-secondary-nav {
  background: black;
  padding: 0;
  width: 100%;
  display: none;
  text-align: center;
  position: absolute;
  top: -28px;
  z-index: 99; }
  @media screen and (min-width: 53.75em) {
    .om-secondary-nav {
      display: block;
      box-sizing: border-box; } }
  .om-secondary-nav ul {
    line-height: 28px;
    margin: 0;
    padding: 0;
    display: none; }
    @media screen and (min-width: 53.75em) {
      .om-secondary-nav ul {
        display: inline-block; } }
    @media screen and (min-width: 75em) {
      .om-secondary-nav ul {
        display: inline-block; } }
    .om-secondary-nav ul li {
      padding-right: 1em;
      line-height: 28px; }
      @media screen and (min-width: 53.75em) {
        .om-secondary-nav ul li {
          display: inline;
          text-align: left;
          padding-right: 0.9em; }
          .om-secondary-nav ul li:before {
            content: '\2022';
            margin-right: 0.9em; }
          .om-secondary-nav ul li:first-of-type:before {
            content: none; } }
      @media screen and (min-width: 75em) {
        .om-secondary-nav ul li {
          padding-right: 1.5em; }
          .om-secondary-nav ul li:before {
            margin-right: 1.5em; } }
      .om-secondary-nav ul li a {
        /*color: $footer-link-color;*/
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        line-height: 1.5em;
        padding: 0;
        margin: 0;
        font-family: "Stag", Georgia, "Times New Roman", serif;
        font-size: 0.6875em;
        font-weight: 300; }
        @media screen and (min-width: 53.75em) {
          .om-secondary-nav ul li a {
            font-size: 0.6875em; } }
        @media screen and (min-width: 75em) {
          .om-secondary-nav ul li a {
            font-size: 0.9375em; } }
        .om-secondary-nav ul li a:focus, .om-secondary-nav ul li a:hover {
          color: white; }
        .om-secondary-nav ul li a h1 {
          display: inline;
          font-family: inherit;
          font-size: inherit;
          font-weight: 300;
          margin: 0; }

/*** For use with wordpress search engine.  Not used if google custom search is implemented **/
.side-image {
  padding: 0 20px 10px 20px;
  margin: 0 0 20px 0;
  min-height: 250px;
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%; }
  .side-image:last-child {
    margin-right: 0; }
  .side-image .search-item-wrapper {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%;
    padding-top: 20px;
    background: #F9F6F2; }
    .side-image .search-item-wrapper:last-child {
      margin-right: 0; }
    .side-image .search-item-wrapper .images-wrapper {
      background-size: cover;
      display: block;
      padding: 1em;
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .side-image .search-item-wrapper .images-wrapper:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .side-image .search-item-wrapper .images-wrapper {
          background-position: bottom;
          background-size: cover; } }
    .side-image .search-item-wrapper .side-image-content {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 79.4314828859%;
      padding: 0 1em 0 1em; }
      .side-image .search-item-wrapper .side-image-content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .side-image .search-item-wrapper .side-image-content {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 74.1053340983%;
          padding: 0em 1em 0em 1em; }
          .side-image .search-item-wrapper .side-image-content:last-child {
            margin-right: 0; } }
      .side-image .search-item-wrapper .side-image-content h4 {
        background: #BBB;
        color: white;
        display: inline-block;
        font-size: 0.75em;
        font-weight: 800;
        margin-bottom: 1.3em;
        padding: 3px 8px;
        text-transform: uppercase; }
      .side-image .search-item-wrapper .side-image-content p {
        color: #333;
        line-height: 1.5;
        margin-bottom: 3em; }

.posts-navigation-wrapper {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%; }
  .posts-navigation-wrapper:last-child {
    margin-right: 0; }
  .posts-navigation-wrapper .left-side {
    height: 100px;
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 35.2633352458%; }
    .posts-navigation-wrapper .left-side:last-child {
      margin-right: 0; }
  .posts-navigation-wrapper .posts-navigation {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 22.3160022949%; }
    .posts-navigation-wrapper .posts-navigation:last-child {
      margin-right: 0; }
    .posts-navigation-wrapper .posts-navigation .nav-links div {
      display: inline;
      margin-right: 10px; }
  .posts-navigation-wrapper .right-side {
    height: 100px;
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 35.2633352458%; }
    .posts-navigation-wrapper .right-side:last-child {
      margin-right: 0; }

.archive-breadcrumb {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
  .archive-breadcrumb:last-child {
    margin-right: 0; }
  .archive-breadcrumb .crumb-left {
    float: left;
    display: block;
    width: 20.5685171141%;
    color: #660033;
    background: #660033;
    text-align: left;
    padding-left: 1rem;
    margin-right: 0;
    height: 100%;
    overflow: hidden; }
    .archive-breadcrumb .crumb-left:last-child {
      width: 17.7259315437%; }
    .archive-breadcrumb .crumb-left h1 {
      font-weight: 300;
      font-size: 1.375rem;
      line-height: 50px;
      margin: 0; }
      @media screen and (min-width: 53.75em) {
        .archive-breadcrumb .crumb-left h1 {
          color: #fff; } }
  .archive-breadcrumb .crumb-right {
    background: #000;
    padding-left: 1rem;
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    height: 100%; }
    .archive-breadcrumb .crumb-right:last-child {
      margin-right: 0; }
    .archive-breadcrumb .crumb-right h1 {
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 50px;
      margin: 0;
      color: #fff; }
      .archive-breadcrumb .crumb-right h1 a {
        color: #fff; }
      .archive-breadcrumb .crumb-right h1 ul li {
        list-style-type: none; }

/*.search, .home, .single, .archive {*/
.archive-breadcrumb {
  display: block; }
  .archive-breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .archive-breadcrumb .crumb-left {
    float: left;
    display: block;
    width: 0%;
    display: none;
    /*background:$black;*/
    /*color: $black;*/ }
    .archive-breadcrumb .crumb-left:last-child {
      width: -2.8425855704%; }
    @media screen and (min-width: 53.75em) {
      .archive-breadcrumb .crumb-left {
        float: left;
        display: block;
        width: 20.5685171141%; }
        .archive-breadcrumb .crumb-left:last-child {
          width: 17.7259315437%; } }
  .archive-breadcrumb .crumb-right {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
    /*padding-left: 0;*/ }
    .archive-breadcrumb .crumb-right:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .archive-breadcrumb .crumb-right {
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 79.4314828859%; }
        .archive-breadcrumb .crumb-right:last-child {
          margin-right: 0; } }

/*}*/
/******** Google Custom Search styles ********/
/** Search box in header and search results page **/
.gsc-control-searchbox-only {
  margin: 0px 0px 0 0px; }
  @media screen and (min-width: 53.75em) {
    .gsc-control-searchbox-only {
      margin: 30px 20px 0 20px; } }
  .gsc-control-searchbox-only form.gsc-search-box {
    /*@include span-columns(6 of 10);*/
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 53.75em) {
      .gsc-control-searchbox-only form.gsc-search-box {
        width: 100%; } }
    .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
      padding: 0px;
      border: 0;
      /*@include span-columns(6 of 9);*/
      /*@include omega;*/ }
      @media screen and (min-width: 53.75em) {
        .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
          padding: 0 0 0 16px;
          /*@include span-columns(8 of 9);*/
          /*@include omega;*/ } }
      .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"] {
        background: #ddd !important;
        border: none;
        border-radius: 0;
        color: #000;
        font-size: 1rem;
        padding: 10px 0;
        margin: 0 auto;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"] {
            font-size: 1.25rem;
            padding: 8px 0;
            width: 100%; } }
    .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
      width: 60px;
      border: none;
      margin: 0; }
      .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button input[type="button"] {
        background-color: gray;
        font-family: "Stag", Georgia, "Times New Roman", serif;
        font-weight: 300;
        font-size: 0.8125rem;
        line-height: 36px;
        border-radius: 0;
        outline: none;
        height: 100%;
        border: none;
        /*width: 60px;*/ }
    .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-clear-button {
      display: none; }

/** Special styles for search box in search results page **/
.site-main .gsc-control-searchbox-only {
  margin: 20px 20px 0 20px; }
  .site-main .gsc-control-searchbox-only form.gsc-search-box {
    width: 100%;
    padding: 8px 4px 2px 6px; }
    .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
      padding: 0;
      border: 0; }
      .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"] {
        padding: 8px 0; }
        @media screen and (min-width: 53.75em) {
          .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"] {
            padding: 20px 0; } }
    .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
      width: 60px; }
      @media screen and (min-width: 53.75em) {
        .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
          width: 90px; } }
      .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button input[type="button"] {
        font-size: 0.8125rem;
        line-height: 36px;
        border: none; }
        @media screen and (min-width: 53.75em) {
          .site-main .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button input[type="button"] {
            font-size: 1rem;
            line-height: 56px;
            border: 2px solid gray; } }

/** Search results **/
.gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
  display: none; }

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-adBlock {
  /*display: none;*/ }

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result {
  border: none !important; }
  .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result:hover {
    border: none !important; }
  .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%; }
    .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result:last-child {
      margin-right: 0; }
    .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%;
      margin-right: 0;
      height: 18.125rem;
      border: none; }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail {
          float: left;
          display: block;
          width: 38.8419988525%;
          height: 13.75rem;
          float: right;
          border-bottom: 1px solid #ddd; }
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail:last-child {
            width: 35.2633352458%; } }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box {
        width: 100%; }
        .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box a.gs-image {
          width: 100%; }
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box a.gs-image img {
            /*height: 100%;*/
            /*width: 100%;*/
            max-height: 250px;
            max-width: 100%; }
            @media screen and (min-width: 53.75em) {
              .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box a.gs-image img {
                max-height: 165px; } }
    .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close {
      /*border: none;*/
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%;
      height: 13.75rem; }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 61.1580011475%;
          height: 13.75rem; }
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close:last-child {
            margin-right: 0; } }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title {
        height: 2.4em;
        font-family: "Stag", Georgia, "Times New Roman", serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 28px;
        margin: 5px 0;
        padding: 0;
        border: none;
        text-decoration: none;
        color: #000; }
        @media screen and (min-width: 53.75em) {
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title {
            font-size: 1.5rem;
            line-height: 24px; } }
        @media screen and (min-width: 75em) {
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title {
            font-size: 2.375rem;
            line-height: 38px; } }
        .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title a {
          text-decoration: none; }
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title a b {
            font-weight: 500;
            font-size: 1.5rem;
            color: #000;
            text-decoration: none; }
            @media screen and (min-width: 53.75em) {
              .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title a b {
                font-size: 1.5rem; } }
            @media screen and (min-width: 75em) {
              .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-title a b {
                font-size: 2.375rem; } }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-snippet {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 1.125rem;
        line-height: 24px;
        font-weight: 300;
        color: #666; }
        @media screen and (min-width: 53.75em) {
          .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gs-snippet {
            font-size: 1.125rem;
            line-height: 26px; } }
      .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result tr td.gsc-table-cell-snippet-close .gsc-url-bottom {
        display: none; }
  .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gsc-result .gs-result.gs-no-results-result {
    display: none; }

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsbox-visible .gsc-resultsRoot .gsc-results .gcsc-branding {
  display: none; }

.no-results-message {
  display: none;
  margin: 1em 1em 0 1em;
  line-height: 46px;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Stag", Georgia, "Times New Roman", serif; }
  .no-results-message b {
    font-weight: 400; }

/**
 * This file contains the css for sponsored badges and logos
 */
.sponsored-content-badge {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .sponsored-content-badge a {
    display: inline-block;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.0; }
    .sponsored-content-badge a img {
      border-right: solid 1px #808080;
      padding-right: 16px;
      margin: 0;
      float: left; }
    .sponsored-content-badge a .labels-wrap {
      float: left;
      padding: 10px 12px 0 12px; }
      .sponsored-content-badge a .labels-wrap p {
        font-family: "Stag", Georgia, "Times New Roman", serif;
        font-size: 0.875rem;
        margin-bottom: 0;
        line-height: 0.875rem;
        font-weight: bold; }
      .sponsored-content-badge a .labels-wrap .attribution {
        font-size: 0.8125rem;
        font-weight: 400; }
  .sponsored-content-badge .collection-card-top-stories__headline--full {
    display: none;
    height: 0; }

.category-page__heading .sponsored-content-badge {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-left: 25.5894128995%;
  text-align: center;
  padding-top: 1.25rem; }
  .category-page__heading .sponsored-content-badge:last-child {
    margin-right: 0; }
  .category-page__heading .sponsored-content-badge a {
    color: #333; }

.entry-header .sponsored-content-badge {
  margin-bottom: 1rem; }

div.cards .sponsored-content-badge {
  text-align: center;
  margin-top: 0; }
  div.cards .sponsored-content-badge a img {
    padding-right: 5px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    width: auto;
    height: auto;
    border: none;
    float: none;
    margin: 0 auto; }
    div.cards .sponsored-content-badge a img:last-child {
      margin-right: 0; }
  div.cards .sponsored-content-badge .labels-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 5px; }
    div.cards .sponsored-content-badge .labels-wrap:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      div.cards .sponsored-content-badge .labels-wrap {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        div.cards .sponsored-content-badge .labels-wrap:last-child {
          margin-right: 0; }
        div.cards .sponsored-content-badge .labels-wrap a img {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          div.cards .sponsored-content-badge .labels-wrap a img:last-child {
            margin-right: 0; } }

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