/*! normalize.css v3.0.1 | 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;
}

/* 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,
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: transparent;
}

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

/* 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 {
  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;
  opacity: 0.5;
}

/**
 * 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 */
  /* 2 */
  box-sizing: border-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;
}

/* Custom Normalize Additions
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

article > p:first-of-type:first-letter, .pane-node-body .field-body > p:first-child:first-letter {
  font-family: "Gravitas One", serif;
  float: left;
  line-height: 0.74em;
  padding: 8px 4px 0 0;
  font-size: 47.5px;
  font-size: 4.75rem;
}

@media (min-width: 31.25em) {
  article > p:first-of-type:first-letter, .pane-node-body .field-body > p:first-child:first-letter {
    font-size: 55px;
    font-size: 5.5rem;
  }
}

#styleguide-header ol,
#styleguide-header ul {
  padding: 0;
  display: inline-block;
}

#styleguide-header li {
  list-style-type: none;
  display: inline-block;
  /* non-flexbox browsers */
}

#styleguide-header li a {
  text-align: center;
  vertical-align: text-top;
  display: block;
}

#styleguide-header li a.active {
  color: #fff;
}

div.styleguide {
  border-top: 0;
  padding-top: 0;
}

.styleguide + .styleguide {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.styleguide-palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

.styleguide-palette .styleguide-palette-swatch {
  border: 5px solid #fff;
  box-shadow: 0;
  position: relative;
  margin: 0;
  z-index: 0;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .styleguide-palette .styleguide-palette-swatch {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.styleguide-palette .styleguide-palette-swatch .styleguide-palette-swatch-name {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .styleguide-palette .styleguide-palette-swatch .styleguide-palette-swatch-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.styleguide-palette .styleguide-palette-swatch .styleguide-palette-swatch-color {
  width: 100%;
}

h2.styleguide {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 30px 0 0.5em 0;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}

.styleguide-buttons-row {
  margin-bottom: 30px;
}

.styleguide-buttons-row .button, .styleguide-buttons-row .call-to-action-wrapper .field-cta-link a, .call-to-action-wrapper .field-cta-link .styleguide-buttons-row a {
  margin: 0 60px 15px 0;
}

@media (min-width: 31.25em) {
  .styleguide-buttons-row .button, .styleguide-buttons-row .call-to-action-wrapper .field-cta-link a, .call-to-action-wrapper .field-cta-link .styleguide-buttons-row a {
    margin: 0 60px 0 0;
  }
}

.styleguide-image {
  display: inline-block;
  position: relative;
  width: 50%;
}

.styleguide-image figcaption {
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .styleguide-image figcaption {
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 15px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

body.offcanvas-show {
  overflow: hidden;
  min-height: 100%;
}

@media (min-width: 48em) {
  body.offcanvas-show {
    overflow-x: hidden;
    overflow-x: auto;
    min-height: 100vh;
  }
}

.header-ad {
  margin-top: 3.5em;
  margin-bottom: -3em;
  text-align: center;
}

@media (min-width: 48em) {
  .header-ad {
    margin-top: auto;
    margin-bottom: auto;
  }
}

#main {
  padding-top: 3.5em;
  overflow: hidden;
}

@media (min-width: 48em) {
  #main {
    padding-top: 0;
    overflow: visible;
  }
}

.no-sidebars #main {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.no-sidebars #main:after {
  content: "";
  display: table;
  clear: both;
}

.two-column-page {
  clear: both;
}

.two-column-page .page-primary-content {
  margin-top: 30px;
}

@media (min-width: 48em) {
  .two-column-page .page-primary-content {
    width: 57.62712%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 40px;
  }
}

@media (min-width: 64em) {
  .two-column-page .page-primary-content {
    width: 66.10169%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.two-column-page .page-secondary-content {
  position: relative;
  margin-top: 30px;
}

@media (min-width: 48em) {
  .two-column-page .page-secondary-content {
    width: 40.67797%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    clear: none;
    margin-right: 0;
    border-right: 1px solid #000;
    padding-right: 30px;
  }
}

@media (min-width: 64em) {
  .two-column-page .page-secondary-content {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.two-column-page .page-secondary-content .panel-pane + .panel-pane {
  margin-top: 30px;
}

.two-column-page .page-secondary-content .sidebar-ads {
  padding-top: 30px;
}

.site-header {
  max-width: 1200px;
  width: 100%;
}

.site-header:after {
  content: "";
  display: table;
  clear: both;
}

.site-header .header-ad .pane-mag-advertisements-karma {
  text-align: center;
  padding-bottom: 10px;
}

.site-header .pane-page-site-name {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-59%, -50%);
          transform: translate(-59%, -50%);
  width: 20%;
  margin: 0;
}

@media (min-width: 23.75em) {
  .site-header .pane-page-site-name {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 180px;
  }
}

@media (min-width: 31.25em) {
  .site-header .pane-page-site-name {
    width: 250px;
  }
}

@media (min-width: 48em) {
  .site-header .pane-page-site-name {
    position: static;
    -webkit-transform: none;
            transform: none;
    float: left;
    width: 19%;
  }
}

@media (min-width: 64em) {
  .site-header .pane-page-site-name {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .site-header .pane-menu-block-1 {
    float: left;
    width: 70%;
    margin-top: 0.2em;
  }
}

@media (min-width: 64em) {
  .site-header .pane-menu-block-1 {
    width: 100%;
  }
}

.site-header ul.user-icons {
  float: left;
}

@media (min-width: 18.4375em) {
  .site-header ul.user-icons {
    float: right;
  }
}

@media (min-width: 48em) {
  .site-header ul.user-icons {
    display: none;
  }
}

.site-header .top-bar {
  width: auto;
  float: left;
}

.site-header .top-bar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .site-header .top-bar {
    float: right;
    width: 100%;
  }
}

@media (min-width: 64em) {
  .site-header .top-bar {
    width: 72%;
  }
}

.site-header .top-bar .pane-sfg-header-user-menu {
  margin-top: 1px;
  float: left;
}

@media (min-width: 48em) {
  .site-header .top-bar .pane-sfg-header-user-menu {
    float: right;
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .site-header .top-bar .pane-menu-header-browse-menu {
    float: right;
    display: inline-block;
  }
}

.site-header .top-bar .search {
  float: right;
  width: 200px;
}

@media (min-width: 0) and (max-width: 48em) {
  .site-header .top-bar.search-active {
    width: 100%;
  }
  .site-header .top-bar.search-active .pane-sfg-header-user-menu {
    display: none;
  }
  .site-header .top-bar.search-active .search {
    width: 100%;
    float: none;
  }
}

.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 48em) {
  .site-header.sticky .pane-page-site-name {
    width: 19%;
    margin-top: 0.25em;
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .site-header.sticky .pane-page-site-name {
    margin-right: 1%;
    width: 17%;
  }
}

.site-header.sticky .pane-menu-block-1 {
  padding-top: 0.5em;
  margin-top: 0;
}

@media (min-width: 48em) {
  .site-header.sticky .pane-menu-block-1 {
    width: 68%;
    padding-top: 0.66em;
  }
}

@media (min-width: 64em) {
  .site-header.sticky .pane-menu-block-1 {
    width: 76%;
    padding-top: 1em;
  }
}

.site-header.sticky .pane-menu-block-1 .menu {
  list-style: none;
  padding: 0;
}

@media (min-width: 48em) {
  .site-header.sticky .pane-menu-block-1 .menu {
    padding: 0;
  }
}

.site-header.sticky .pane-menu-block-1 .menu-level-3 {
  top: 3em !important;
}

.site-header.sticky .top-bar {
  width: auto;
  float: left;
}

.site-header.sticky .top-bar .pane-sfg-header-user-menu,
.site-header.sticky .top-bar .pane-menu-header-browse-menu {
  float: left;
  width: 100%;
  clear: left;
}

.site-header.sticky .top-bar.search-active {
  width: 100%;
}

.site-header.sticky .top-bar.search-active .pane-sfg-header-user-menu {
  display: none;
}

.site-header.sticky .top-bar.search-active .search {
  width: 100%;
  float: none;
}

@media (min-width: 48em) {
  .site-header.sticky .top-bar {
    width: 200px;
  }
}

.site-footer-nav {
  margin-top: 30px;
  padding: 30px 15px;
}

@media (min-width: 48em) {
  .site-footer-nav {
    margin-top: 60px;
  }
}

.site-footer-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.site-footer-nav .panel-pane {
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .site-footer-nav .panel-pane {
    margin-bottom: 0;
  }
}

.site-footer-nav .pane-menu-footer-browse-menu {
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .site-footer-nav .pane-menu-footer-browse-menu {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
}

@media (min-width: 31.25em) {
  .site-footer-nav .pane-sfg-footer-user-menu,
  .site-footer-nav .pane-menu-footer-magazine-menu {
    width: 50%;
    float: left;
    height: 160px;
  }
}

@media (min-width: 48em) {
  .site-footer-nav .pane-sfg-footer-user-menu,
  .site-footer-nav .pane-menu-footer-magazine-menu {
    height: auto;
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 33.89831%;
    clear: none;
  }
}

@media (min-width: 48em) {
  .site-footer-nav .pane-menu-footer-magazine-menu {
    margin-top: 165px;
    width: auto;
  }
}

.site-footer-nav .pane-menu-footer-contact-menu,
.site-footer-nav .pane-menu-footer-social-menu {
  float: left;
  margin-bottom: 0;
  width: 50%;
}

@media (min-width: 48em) {
  .site-footer-nav .pane-menu-footer-contact-menu {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 59.32203%;
    clear: none;
  }
}

@media (min-width: 48em) {
  .site-footer-nav .pane-menu-footer-social-menu {
    width: 15.25424%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

@media (min-width: 48em) {
  .category-page .top .pane-mag-category-menu {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .category-page .top .pane-page-breadcrumb {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .category-page .top .page-term-name {
    width: 58.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.83333%;
    clear: none;
  }
}

@media (min-width: 48em) {
  .category-page .category-page-content .page-secondary-content {
    width: 16.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .category-page .category-page-content .page-primary-content {
    width: 79.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 64em) {
  .category-page .category-page-content .page-primary-content {
    width: 58.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.83333%;
    clear: none;
  }
}

.category-page .pane-category-content-recent-content-no-videos {
  clear: both;
}

.page-meredith-404 h1,
.page-meredith-404 h2 {
  font-family: "Work Sans", sans-serif;
  color: #000;
  text-transform: none;
}

.page-meredith-404 h2 a {
  text-decoration: none;
}

.page-meredith-404 .block-system .panel-pane {
  border-bottom: 1px solid #5c5c5c;
  padding: 2em 1em;
}

@media (min-width: 48em) {
  .page-meredith-404 .block-system .panel-pane {
    border: 0;
  }
}

.page-meredith-404 .block-system .panel-pane:last-child {
  border: 0;
}

@media (min-width: 48em) {
  .page-meredith-404 .panel-col .panel-pane:first-child {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-bottom: 3em;
  }
  .page-meredith-404 .panel-col .panel-pane:nth-child(2) {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding-right: 0.75em;
    clear: both;
  }
  .page-meredith-404 .panel-col .panel-pane:nth-child(3) {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.75em;
  }
}

.community-forum.site-header {
  max-width: 100%;
}

html,
body {
  font-family: Georgia, serif;
  line-height: 1.4;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 31.25em) {
  body {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

p {
  margin: 0 0 1.37em 0;
}

li {
  margin: 0 0 0.74em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  font-weight: 600;
}

.view h1, .view h2, .view h3, .view h4, .view h5, .view h6 {
  text-transform: none;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  color: #cc2229;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 0.65em 0;
}

@media (min-width: 31.25em) {
  h1 {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.subtitle {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  margin: -0.945em 0 0.945em 0;
}

@media (min-width: 31.25em) {
  .subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: -1.25em 0 1.25em 0;
  }
}

h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

@media (min-width: 31.25em) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3 {
  color: #cc2229;
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  text-transform: none;
  display: inline;
  margin: 0 7.5px 0 0;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 31.25em) {
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4 + p {
  display: inline;
}

h4 + p:after {
  content: "";
  display: block;
  margin: 0 0 1.37em 0;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 31.25em) {
  h4 + p:after {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h5 {
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

blockquote {
  font-family: "Gravitas One", serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 1.18em 0;
}

@media (min-width: 31.25em) {
  blockquote {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (min-width: 48em) {
  blockquote {
    width: 61.53846%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0 0 0.55em 0;
    padding-right: 1.69492%;
  }
}

blockquote p:last-of-type {
  margin: 0;
}

blockquote footer {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  margin: 0.74em 0 0 0;
  padding: 7.5px 60px 7.5px 7.5px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 31.25em) {
  blockquote footer {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

blockquote footer:before {
  content: "-";
  margin-right: 7.5px;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #0094ce;
}

li a.active {
  color: #0094ce;
}

a:hover {
  color: #027e9b;
}

.more-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  padding: 15px 0;
  text-align: left;
}

.more-link a {
  color: #299642;
}

.pane-node-body {
  margin: 30px 0;
}

.pane-node-content .field-body > .leaderboard {
  margin-bottom: 30px;
}

hr {
  border: none;
  border-bottom: 1px solid #000;
  margin: 1.4em 0;
}

hr.thick {
  border-bottom-width: 15px;
}

article li {
  list-style-type: none;
}

article ul {
  padding: 0;
}

article ul li {
  padding-left: 12px;
  position: relative;
}

article ul li:before {
  content: "\25CF";
  color: #cc2229;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

article ol {
  padding: 0;
  counter-reset: section;
}

article ol li {
  padding-left: 20px;
  position: relative;
}

article ol li:before {
  content: counter(section);
  color: #cc2229;
  counter-increment: section;
  font-family: "Fjalla One", sans-serif;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 24px;
  font-size: 2.4rem;
}

button,
.button,
.call-to-action-wrapper .field-cta-link a,
#styleguide-header li a,
a.button,
.call-to-action-wrapper .field-cta-link a,
.pane-menu-block-1 .offcanvas-toggle,
ul.primary li a,
.pane-mag-newsletter-form .newsletter-link,
.node-private-file .file,
.private-file-login,
.pane-node-field-transcript .pane-title,
.pane-podcasts-podcasts-list .podcast-all-episodes a,
input[type='submit'] {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0;
  border: 0;
  padding: 15px 60px;
  line-height: 1.618;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  will-change: background-color, border-color;
}

.btn-blue,
#styleguide-header li a,
ul.primary li a,
.pane-node-field-transcript .pane-title {
  background-color: #00acec;
}

.btn-blue:hover,
#styleguide-header li a:hover,
ul.primary li a:hover,
.pane-node-field-transcript .pane-title:hover {
  background-color: #0094ce;
  color: #fff;
}

.btn-green, .call-to-action-wrapper .field-cta-link a,
ul.primary li.active a,
.pane-mag-newsletter-form .newsletter-link,
.node-private-file .file,
.private-file-login,
.pane-podcasts-podcasts-list .podcast-all-episodes a,
input[type='submit'] {
  background-color: #299642;
}

.btn-green:hover, .call-to-action-wrapper .field-cta-link a:hover,
ul.primary li.active a:hover,
.pane-mag-newsletter-form .newsletter-link:hover,
.node-private-file .file:hover,
.private-file-login:hover,
.pane-podcasts-podcasts-list .podcast-all-episodes a:hover,
input[type='submit']:hover {
  background-color: #1b7f2e;
  color: #fff;
}

.btn-white {
  color: #0094ce;
  border: 2px solid #0094ce;
}

.btn-white:hover {
  border-color: #027e9b;
}

.btn-red {
  background-color: #cc2229;
}

.btn-red:hover {
  background-color: #b61e25;
  color: #fff;
}

.btn-small,
#styleguide-header li a,
ul.primary li a,
.pane-advpoll-advpoll-recent input[type=submit],
.pane-node-field-transcript .pane-title {
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn-xsmall,
.pane-podcasts-podcasts-list .podcast-all-episodes a {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

input[type='submit'] {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 10px 90px;
}

#edit-cancel {
  margin-left: 30px;
}

.form-checkboxes .form-item, .form-radios.form-item {
  margin: 0 0 7.5px 0;
}

label {
  font-family: "Work Sans", sans-serif;
}

.form-type-select label,
.form-type-textfield label,
.form-type-textarea label,
.form-type-date label,
.form-type-file label,
.form-type-managed-file label,
.form-type-password label,
.form-type-password-confirm label {
  color: #5c5c5c;
  line-height: 1.2em;
  margin-bottom: 7.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .form-type-select label,
  .form-type-textfield label,
  .form-type-textarea label,
  .form-type-date label,
  .form-type-file label,
  .form-type-managed-file label,
  .form-type-password label,
  .form-type-password-confirm label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

label + input[type=text],
label + input[type=password],
label + input[type=email],
label + input[type=search],
label + textarea,
label + .form-textarea-wrapper textarea {
  display: block;
  padding: 7.5px;
}

.form-item .description {
  margin-top: 10px;
}

.confirm-parent, .password-parent {
  width: auto;
}

@media (min-width: 48em) {
  .confirm-parent, .password-parent {
    width: 36.3em;
  }
}

.password-strength {
  float: none;
  width: auto;
  margin: 1.4em 0;
}

@media (min-width: 48em) {
  .password-strength {
    float: right;
    margin: 1.4em 0 0 0;
    width: 17em;
  }
}

div.password-confirm {
  float: none;
  width: auto;
  margin: 0.5em 0;
}

@media (min-width: 48em) {
  div.password-confirm {
    float: right;
    margin: 1.5em 0 0 0;
    width: 17em;
  }
}

div.form-item div.password-suggestions {
  width: auto;
}

@media (min-width: 48em) {
  div.form-item div.password-suggestions {
    width: 38.5em;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  font-family: "Work Sans", sans-serif;
  border: 2px solid #5c5c5c;
  padding: 7.5px;
  border-radius: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #0094ce;
  outline: none;
}

@media (min-width: 64em) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  textarea {
    padding: 10px;
  }
}

input[type=search],
input[type=password],
input[type=email],
input[type=text] {
  width: 100%;
  vertical-align: middle;
  line-height: 1.5;
}

@media (min-width: 48em) {
  input[type=search],
  input[type=password],
  input[type=email],
  input[type=text] {
    max-width: 350px;
  }
}

input[type="submit"] {
  max-width: 100%;
  padding: 10px 30px;
}

@media (min-width: 64em) {
  input[type="submit"] {
    padding: 10px 90px;
  }
}

input[type="submit"][disabled="disabled"] {
  background-color: #5c5c5c;
}

textarea,
.resizable-textarea .grippie {
  width: 100%;
}

@media (min-width: 48em) {
  textarea,
  .resizable-textarea .grippie {
    max-width: 450px;
  }
}

div:not(#foo) input[type="checkbox"] {
  opacity: 0;
  float: left;
  width: 1px;
  padding: 7.5px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

div:not(#foo) input[type="checkbox"].required {
  border-color: #cc2229;
}

div:not(#foo) input[type="checkbox"] + label {
  margin: 0 15px 0 0;
  clear: none;
  padding: 0 0 0 26px;
  display: inline-block;
  cursor: pointer;
  background-size: 20px;
  background-position: left center;
  background-image: url("../img/icons/blue-light/square-o.svg");
  background-repeat: no-repeat;
}

div:not(#foo) input[type="checkbox"] + label.required {
  border-color: #cc2229;
  color: #cc2229;
}

div:not(#foo) input[type="checkbox"] + label:hover {
  background-image: url("../img/icons/blue/square-o.svg");
}

div:not(#foo) input[type="checkbox"]:checked + label {
  /* Make look clickable because they are */
  cursor: pointer;
  background-size: 23px 20px;
  background-image: url("../img/icons/blue-light/check-square.svg");
}

div:not(#foo) input[type="checkbox"]:checked + label:hover {
  background-image: url("../img/icons/blue/check-square.svg");
}

div:not(#foo) input[type="radio"] {
  opacity: 0;
  float: left;
  width: 1px;
  padding: 7.5px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

div:not(#foo) input[type="radio"].required {
  border-color: #cc2229;
}

div:not(#foo) input[type="radio"] + label {
  margin: 0 15px 0 0;
  clear: none;
  padding: 0 0 0 26px;
  display: inline-block;
  cursor: pointer;
  background-size: 20px;
  background-position: left center;
  background-image: url("../img/icons/blue-light/circle-o.svg");
  background-repeat: no-repeat;
}

div:not(#foo) input[type="radio"] + label.required {
  border-color: #cc2229;
  color: #cc2229;
}

div:not(#foo) input[type="radio"] + label:hover {
  background-image: url("../img/icons/blue/circle-o.svg");
}

div:not(#foo) input[type="radio"]:checked + label {
  /* Make look clickable because they are */
  cursor: pointer;
  font-weight: 700;
  background-image: url("../img/icons/blue-light/check-circle.svg");
}

div:not(#foo) input[type="radio"]:checked + label:hover {
  background-image: url("../img/icons/blue/check-circle.svg");
}

.chosen-container-single .chosen-single {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #5c5c5c;
  height: 46px;
  line-height: 42px;
  padding: 0;
}

.chosen-container-single .chosen-single span {
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 10px;
  padding-right: 28px;
}

.chosen-container-single .chosen-single div {
  right: 10px;
}

.chosen-container-single .chosen-single div b {
  background: transparent url(../img/sprite-select.svg) center top;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  box-shadow: none;
  border: 2px solid #5c5c5c;
  border-bottom: none;
}

.chosen-container-active.chosen-with-drop .chosen-single span {
  border-bottom: 2px solid #5c5c5c;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center bottom;
}

.chosen-container .error {
  background-image: none;
}

.chosen-container .chosen-drop {
  margin-top: 0;
  border: 2px solid #5c5c5c;
  border-top: none;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
}

.chosen-container .chosen-results {
  margin: 10px 0 0 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  line-height: 1em;
  padding: 10px;
}

.chosen-container .chosen-results li.highlighted {
  background: #00acec;
}

div.chosen-container.error {
  background-image: none;
  line-height: 42px;
  background-color: #fef5f1;
}

table {
  margin: 25px 0;
  border-collapse: collapse;
  border: 1px solid #000;
}

table caption {
  padding: 7.5px 0;
  text-align: left;
}

table tr.even, table tr.odd {
  background-color: transparent;
}

table th, table td {
  border-collapse: collapse;
  padding: 7.5px;
}

table th {
  font-family: "Work Sans", sans-serif;
  background: #0a0a0a;
  text-transform: uppercase;
  border: none;
  color: #fff;
}

table th a,
table th a:link,
table th a:visited {
  color: #fff;
}

table td {
  border: 1px solid #000;
}

table {
  margin-bottom: 45px;
  overflow: visible;
  display: table;
  min-width: 100%;
  border: 0;
}

@media (min-width: 48em) {
  table {
    border: 1px solid #000;
  }
}

table:last-child {
  margin: 0;
}

table caption,
table thead th,
table tbody td,
table tbody th {
  padding: 10px;
}

@media (min-width: 48em) {
  table caption,
  table thead th,
  table tbody td,
  table tbody th {
    padding: 7.5px;
  }
}

table caption {
  text-align: left;
}

table thead,
table tbody,
table tfoot {
  width: 100%;
  display: table-row-group;
}

table thead tr,
table tbody tr,
table tfoot tr {
  border-bottom: 1px solid #000 !important;
}

table tr {
  display: table-row;
  border-bottom: 1px solid #000;
}

@media (min-width: 48em) {
  table tr {
    border-right: 1px solid #000;
  }
}

table tr:last-child {
  border-bottom: 0;
}

table tr:last-child td {
  border-bottom: 0;
}

table th,
table td {
  display: table-cell;
  text-align: left;
}

table th.priority-low,
table td.priority-low {
  display: none;
}

@media (min-width: 64em) {
  table th.priority-low,
  table td.priority-low {
    display: table-cell;
  }
}

table th.priority-medium,
table td.priority-medium {
  display: none;
}

@media (min-width: 48em) {
  table th.priority-medium,
  table td.priority-medium {
    display: table-cell;
  }
}

table th {
  border-right: 1px solid black;
  opacity: 0.8;
}

table th:last-child {
  border: 0;
}

table thead {
  border: 0;
}

@media (min-width: 48em) {
  table thead {
    border: 1px solid #000;
  }
}

table thead a {
  display: block;
  border: 0;
}

table thead a:hover {
  border: 0;
}

table thead th a {
  font-weight: bold;
  color: #000;
  display: block;
  position: relative;
}

table thead .tablesort {
  float: right;
  margin-top: 10px;
  position: absolute;
}

table tbody {
  border: 0;
}

@media (min-width: 48em) {
  table tbody {
    border: 1px solid #000;
  }
}

table tbody tr {
  transition: background-color 300ms;
}

@media (min-width: 48em) {
  table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

table tbody td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

table tbody p {
  margin: 0;
}

table tbody a {
  border: 0;
}

.field-body table {
  border: 1px solid #5c5c5c;
}

.field-body table thead {
  border: 1px solid #5c5c5c;
}

.field-body table th {
  background-color: #e0e0e0;
  color: #5c5c5c;
  opacity: 1;
}

.field-body table th a:link,
.field-body table th a:visited,
.field-body table th a:active {
  color: #5c5c5c;
}

.field-body table tbody td {
  border: 1px solid #5c5c5c;
}

.field-body table thead tr,
.field-body table tbody tr,
.field-body table tfoot tr {
  border-bottom: 1px solid #5c5c5c !important;
  border-right: 1px solid #5c5c5c;
}

/* Force table to not be like tables anymore */
.responsive-table-active {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  margin: 0 auto 30px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.5), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.5), transparent) 100% 0%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100px 100%, 100px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  padding: 1px;
}

@media (min-width: 48em) {
  .responsive-table-active {
    margin: 30px auto;
  }
}

.byline-author, .byline-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5c5c5c;
}

.byline-author .field-byline {
  display: inline;
}

.byline-author .field-byline a {
  text-decoration: none;
}

div.messages {
  border: none;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  padding: 15px 15px 15px 50px;
}

div.status {
  background: #299642 url(../img/icons/white/check-circle.svg) no-repeat 15px center;
}

div.warning {
  background: #e8bd07 url(../img/icons/white/exclamation-circle.svg) no-repeat 15px center;
}

div.error {
  background: #cc2229 url(../img/icons/white/times-circle.svg) no-repeat 15px center;
}

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
.contextual-links-region {
  outline: none;
  position: relative;
  outline-offset: 4px;
}

.contextual-links-region.contextual-links-region-active {
  outline: #cc2229 dashed 2px;
}

/**
 * Contextual links.
 */
div.contextual-links-wrapper {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}

html.js div.contextual-links-wrapper {
  display: block;
}

a.contextual-links-trigger {
  display: none;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  text-indent: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  text-align: center;
  border: none;
}

a.contextual-links-trigger::before {
  content: '';
  background: url(../img/icons/white/settings.svg) no-repeat scroll center center;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  background-size: 20px;
  opacity: 0.7;
}

a.contextual-links-trigger::before:hover {
  opacity: 0.4;
}

div.contextual-links-active a.contextual-links-trigger {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  box-shadow: none;
}

div.contextual-links-wrapper ul.contextual-links {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.25em 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 30px;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  border: none;
}

div.contextual-links-wrapper ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

div.contextual-links-wrapper ul.contextual-links a {
  color: #E6E6E6 !important;
  font-family: sans-serif;
  font-size: rem-calc(13);
  display: block;
  margin: 0;
  padding: rem-calc(2 8);
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  transition: color 300ms, background-color 300ms;
}

div.contextual-links-wrapper ul.contextual-links a:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.6);
}

div.contextual-links-wrapper a {
  text-decoration: none;
}

a.contextual-links-trigger.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block;
}

.mobile-adhesive-ad {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 48em) {
  .mobile-adhesive-ad {
    display: none;
  }
}

.menu.main-menu {
  display: none;
  padding: 0;
  margin: 0 auto;
  z-index: 3;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 48em) {
  .menu.main-menu {
    display: table;
    width: 100%;
    padding: 0;
  }
}

.menu.main-menu::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 5.5em;
}

@media (min-width: 48em) {
  .menu.main-menu::after {
    display: none;
  }
}

.menu.main-menu.offcanvas-show {
  display: block;
  width: calc(100% + 1em);
  padding-right: 1em;
  padding-bottom: 2em;
  min-height: calc(100vh - 69px);
  height: calc(100% - 69px);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 69px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 48em) {
  .menu.main-menu.offcanvas-show {
    display: table;
    width: auto;
    position: relative;
    min-height: auto;
    left: auto;
    top: auto;
    margin-top: 0;
  }
}

.menu.main-menu li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100vw;
  z-index: 1;
}

@media (min-width: 48em) {
  .menu.main-menu li {
    position: relative;
    width: auto;
  }
}

.menu.main-menu li.open {
  position: static;
}

.menu.main-menu li.open > ul {
  max-height: none;
  height: calc(100% - (3em));
  opacity: 1;
  background-color: #f5f5f5;
  visibility: visible;
  display: block;
  left: 0;
  top: 69px;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 69px;
  z-index: 2;
}

.menu.main-menu li.open .menu-level-2 + button {
  z-index: 2;
}

.menu.main-menu li.open .menu-level-3 {
  top: 0;
  height: 100%;
  z-index: 2;
}

.menu.main-menu li.open .menu-level-3 + button {
  top: 0;
}

.menu.main-menu li.open > button {
  color: #fff;
  background-color: #0094ce;
  width: 100%;
  min-height: 69px;
  position: fixed;
  top: 69px;
  z-index: 2;
}

.menu.main-menu li.open > button i {
  float: left;
  line-height: 1.5;
}

.menu.main-menu li.open > button span {
  display: inline;
}

.menu.main-menu a {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  color: #000;
  font-family: "Work Sans", sans-serif;
  padding: 1em;
  transition: background-color 300ms, color 300ms;
}

@media (min-width: 48em) {
  .menu.main-menu a {
    padding: 0.5em 1em;
  }
}

.menu.main-menu a:hover {
  background-color: #0094ce;
  color: #fff;
}

.menu.main-menu .menu-item-placeholder.more {
  display: none;
  border: 0;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-item-placeholder.more {
    display: table-cell;
    width: 1%;
  }
}

@media (min-width: 64em) {
  .menu.main-menu .menu-item-placeholder.more {
    display: none;
  }
}

.menu.main-menu .menu-item-placeholder.more:hover {
  border: 0;
}

.menu.main-menu .menu-item-placeholder.more:hover > a {
  color: #0094ce;
  background-color: #fff;
}

.menu.main-menu .menu-item-placeholder.more > a {
  padding-right: 0.5em;
  background: transparent url(../img/icons/black/arrow-drop-down.svg) no-repeat right center;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-item-placeholder.more ul {
    left: auto;
    right: -1px;
  }
}

.menu.main-menu .menu-item-placeholder.more button {
  display: none;
}

.menu.main-menu .menu-item-placeholder.more li:nth-last-child(-n + 4) {
  display: block;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-item-placeholder.more li:nth-last-child(-n + 4) {
    display: none;
  }
}

.menu.main-menu > li {
  display: block;
  border: 1px solid transparent;
  border-bottom: 0;
  transition: border-color 300ms;
}

@media (min-width: 48em) {
  .menu.main-menu > li {
    display: table-cell;
    text-align: center;
    width: 1%;
  }
}

@media (min-width: 48em) {
  .menu.main-menu > li:hover {
    border-color: #000;
  }
  .menu.main-menu > li:hover > .menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .menu.main-menu > li:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 64em) {
  .menu.main-menu > li:nth-child(n + 7) {
    display: table-cell;
  }
}

.menu.main-menu > li:nth-last-child(-n + 4) {
  display: block;
}

@media (min-width: 48em) {
  .menu.main-menu > li:nth-last-child(-n + 4) {
    display: none;
  }
}

@media (min-width: 48em) {
  .menu.main-menu > li:nth-last-child(-n + 5) ul {
    left: auto;
    right: -1px;
  }
}

.menu.main-menu > li > a {
  text-transform: uppercase;
  border-bottom: 1px solid gainsboro;
}

@media (min-width: 48em) {
  .menu.main-menu > li > a {
    padding: 0.5em 0;
    border: 0;
  }
}

.menu.main-menu > li button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #000;
  padding: 0.6em 1em;
}

@media (min-width: 48em) {
  .menu.main-menu > li button {
    display: none;
  }
}

.menu.main-menu > li button span {
  display: none;
}

.menu.main-menu .menu-level-2,
.menu.main-menu .menu-level-3 {
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  background-color: #fff;
  position: relative;
  top: 69px;
  left: 100%;
  width: 100%;
  height: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 1000;
          perspective: 1000;
  transition: background-color 200ms, max-height 200ms, opacity 200ms;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-level-2,
  .menu.main-menu .menu-level-3 {
    background-color: #fff;
    border: 1px solid #000;
    top: 100%;
    left: -1px;
    width: auto;
    height: auto;
    position: absolute;
    overflow: hidden;
  }
}

.menu.main-menu .menu-level-2.open,
.menu.main-menu .menu-level-3.open {
  z-index: 3;
}

.menu.main-menu .menu-level-2 li,
.menu.main-menu .menu-level-3 li {
  text-align: left;
}

.menu.main-menu .menu-level-2 a,
.menu.main-menu .menu-level-3 a {
  padding: 1em;
  width: 100%;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-level-2 a,
  .menu.main-menu .menu-level-3 a {
    padding: 0.25em 1em;
  }
}

.menu.main-menu .menu-level-3 {
  display: block;
}

@media (min-width: 48em) {
  .menu.main-menu .menu-level-3 {
    display: none;
  }
}

.pane-menu-block-1 .offcanvas-toggle {
  background-color: transparent;
  text-transform: capitalize;
  color: #0094ce;
  position: absolute;
  left: 0;
  padding: 0 1em;
  height: 69px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 48em) {
  .pane-menu-block-1 .offcanvas-toggle {
    display: none;
  }
}

.pane-menu-block-1 .offcanvas-toggle > i {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 0.25em;
}

.pane-menu-block-1 .offcanvas-toggle span {
  display: none;
}

@media (min-width: 23.75em) {
  .pane-menu-block-1 .offcanvas-toggle span {
    display: block;
  }
}

.flexslider {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
}

.flexslider .slides,
.flexslider .slides > li,
.flexslider .node-step,
.flexslider .node-step > .content {
  width: 100%;
}

@media (min-width: 31.25em) {
  .flexslider .slides,
  .flexslider .slides > li,
  .flexslider .node-step,
  .flexslider .node-step > .content {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.flexslider .slides {
  padding: 50px 0 0;
}

@media (min-width: 31.25em) {
  .flexslider .slides {
    padding: 0;
  }
}

.flexslider iframe {
  display: block;
  margin: 30px auto;
}

@media (min-width: 31.25em) {
  .flexslider iframe {
    margin: 30px auto 0 0 0;
  }
}

@media (min-width: 64em) {
  .flexslider iframe {
    margin: 30px;
  }
}

.flexslider .slide-count {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  padding: 7.5px 10px;
}

@media (min-width: 31.25em) {
  .flexslider .slide-count {
    top: 0;
    right: 2%;
    -webkit-transform: none;
            transform: none;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #e0e0e0;
  }
}

.flexslider .slide-count span {
  display: inline-block;
}

@media (min-width: 31.25em) {
  .flexslider .slide-count {
    top: 8%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.flexslider .flex-caption {
  display: none;
}

.flexslider .field-featured-image {
  background-color: #5c5c5c;
}

@media (min-width: 31.25em) {
  .flexslider .field-featured-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

.flexslider .field-featured-image .node-image {
  position: relative;
}

.flexslider .flex-control-nav {
  display: none;
}

.flexslider .field-image-credit {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  padding: 7.5px 15px;
  background-color: #fff;
}

@media (min-width: 31.25em) {
  .flexslider .field-image-credit {
    font-size: 15px;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7.5px 10px;
  }
}

.flexslider .step-content {
  padding: 15px;
}

@media (min-width: 31.25em) {
  .flexslider .step-content {
    width: 50%;
    padding: 0 2%;
  }
}

@media (min-width: 31.25em) {
  .flexslider .step-title {
    padding-top: 130px;
  }
}

@media (min-width: 31.25em) {
  .flexslider .field-body {
    padding: 15px 0;
  }
}

.flexslider .field-body p:last-child {
  margin: 0;
}

.flexslider .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

@media (min-width: 31.25em) {
  .flexslider .flex-direction-nav {
    top: 150px;
  }
}

.flexslider .flex-direction-nav li {
  margin: 0;
  display: inline-block;
  height: 50px;
}

.flexslider .flex-direction-nav li.flex-nav-prev {
  float: left;
}

@media (min-width: 31.25em) {
  .flexslider .flex-direction-nav li.flex-nav-prev {
    float: none;
  }
}

.flexslider .flex-direction-nav li.flex-nav-next {
  float: right;
}

@media (min-width: 31.25em) {
  .flexslider .flex-direction-nav li.flex-nav-next {
    float: none;
  }
}

.flexslider .flex-direction-nav a {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0e0e0;
  display: block;
  margin: 0;
  top: 0;
  opacity: 1;
  position: relative;
  height: 50px;
  width: 50px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 0;
  background-size: 32px;
  background-position: center center;
  background-image: url("../img/icons/blue/arrow-forward.svg");
  background-repeat: no-repeat;
  padding-top: 48px;
}

:hover .flexslider .flex-direction-nav a.flex-next {
  right: 0;
}

.flexslider .flex-direction-nav a.flex-next:before {
  display: none;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
  background-size: 32px;
  background-position: center center;
  background-image: url("../img/icons/blue/arrow-back.svg");
  background-repeat: no-repeat;
  padding-top: 48px;
}

:hover .flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}

.flexslider .flex-direction-nav a.flex-prev:before {
  display: none;
}

@media (min-width: 31.25em) {
  .flexslider .flex-direction-nav {
    top: 8%;
    left: 52%;
    width: auto;
  }
  .flexslider .flex-direction-nav li:first-child {
    margin-right: 5px;
  }
  .flexslider .flex-direction-nav a {
    height: 46px;
  }
}

.pquote {
  margin: 0 0 1.37em 0;
}

@media (min-width: 23.75em) {
  .pquote {
    margin: 0;
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 1.69492%;
  }
}

@media (min-width: 48em) {
  .pquote {
    width: 35.89744%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.pquote blockquote {
  color: #cc2229;
  font-family: "Fjalla One", sans-serif;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 31.25em) {
  .pquote blockquote {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 48em) {
  .pquote blockquote {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.pquote p {
  margin: 0;
}

.site-header {
  padding: 0;
  border-bottom: 1px solid #5c5c5c;
  background-color: #fff;
  margin: 0 auto 40px;
  z-index: 2;
  height: 69px;
  min-height: 3.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-header:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .site-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    overflow: visible;
    height: auto;
    padding: 0.75em;
  }
}

.js-megamenu-open .site-header {
  overflow: auto;
  height: 100vh;
}

.site-header.sticky {
  background-color: #fff;
  z-index: 12602;
  height: 69px;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header.sticky + #main {
  padding-top: 14vh;
}

@media (min-width: 48em) {
  .site-header {
    padding-top: 10px;
  }
  .admin-menu .site-header {
    top: 0;
  }
  .site-header.sticky {
    top: 0;
  }
  .site-header.sticky + #main {
    padding-top: 18vh;
  }
}

@media (min-width: 64em) {
  .admin-menu .site-header {
    top: 0;
  }
  .admin-menu .site-header.sticky {
    top: 29px;
  }
  .admin-menu .site-header.sticky + #main {
    padding-top: 270px;
  }
}

.js-megamenu-open, .js-megamenu-open body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.js-megamenu-open .adminimal-menu {
  height: auto;
}

.site-footer .panel-pane {
  margin: 0 0 10px 0;
}

@media (min-width: 48em) {
  .site-footer .panel-pane {
    margin: 0;
  }
}

@media (min-width: 73.75em) {
  .site-footer .panel-pane {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 48em) {
  .site-footer .pane-menu-footer-legal-links,
  .site-footer .pane-mag-copyright-pane {
    margin: 10px 0 0 0;
    padding-left: 310px;
  }
}

@media (min-width: 51.875em) {
  .site-footer .pane-menu-footer-legal-links,
  .site-footer .pane-mag-copyright-pane {
    padding-left: 380px;
  }
}

@media (min-width: 73.75em) {
  .site-footer .pane-menu-footer-legal-links,
  .site-footer .pane-mag-copyright-pane {
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .pane-meredith-agrimedia-logo {
    width: 300px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 51.875em) {
  .pane-meredith-agrimedia-logo {
    width: auto;
  }
}

@media (min-width: 73.75em) {
  .pane-meredith-agrimedia-logo {
    position: static;
  }
}

.pane-menu-footer-legal-links {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.pane-menu-footer-legal-links ul.menu {
  margin: 0;
  padding: 0;
}

.pane-menu-footer-legal-links li.leaf {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 5px 0;
  padding: 0;
}

@media (min-width: 31.25em) {
  .pane-menu-footer-legal-links li.leaf {
    display: inline;
    margin: 0;
  }
}

@media (min-width: 31.25em) {
  .pane-menu-footer-legal-links li.leaf:after {
    content: "|";
    margin-left: 4px;
  }
}

.pane-menu-footer-legal-links li.leaf:last-child:after {
  content: "";
}

.pane-menu-footer-legal-links a {
  text-decoration: none;
}

.pane-mag-copyright-pane {
  font-size: 14px;
  font-size: 1.4rem;
}

.site-footer-nav {
  background-color: #eee;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 50px;
}

@media (min-width: 31.25em) {
  .site-footer-nav {
    margin-top: 100px;
  }
}

.site-footer-nav h3 {
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .site-footer-nav h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.site-footer-nav ul.menu {
  margin: 0;
  padding: 0;
}

.site-footer-nav ul.menu li {
  font-family: "Work Sans", sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 31.25em) {
  .site-footer-nav ul.menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.site-footer-nav ul.menu li.leaf {
  list-style-type: none;
  list-style-image: none;
}

.site-footer-nav a, .site-footer-nav a.active {
  color: #5c5c5c;
  text-decoration: none;
}

.site-footer-nav a:hover, .site-footer-nav a.active:hover {
  color: #0094ce;
}

.pane-menu-footer-browse-menu {
  margin-bottom: 10px;
}

.pane-menu-footer-browse-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 216px;
}

@media (min-width: 48em) {
  .pane-menu-footer-browse-menu ul.menu {
    height: 244px;
  }
}

.pane-menu-footer-browse-menu li {
  width: 50%;
}

.pane-menu-footer-social-menu a {
  padding: 0 0 5px 25px;
  background-size: auto 16px;
}

@media (min-width: 31.25em) {
  .pane-menu-footer-social-menu a {
    padding-left: 28px;
    background-size: auto 18px;
  }
}

.footer-social-facebook {
  background: url(../img/icons/blue/icon-facebook.svg) no-repeat 3px center;
  background-size: auto 18px;
}

@media (min-width: 31.25em) {
  .footer-social-facebook {
    background-size: auto 22px;
  }
}

.footer-social-twitter {
  background: url(../img/icons/blue/icon-twitter.svg) no-repeat 0 center;
}

.footer-social-instagram {
  background: url(../img/icons/blue/icon-instagram.svg) no-repeat 0 center;
}

.top-bar {
  clear: both;
  display: none;
}

@media (min-width: 48em) {
  .sticky .top-bar {
    display: none;
  }
  .sticky .top-bar.active {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
  }
}

.sticky .top-bar.search-active {
  min-height: 65px;
}

@media (min-width: 48em) {
  .sticky .top-bar.search-active {
    position: absolute;
    top: 100%;
    display: block;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 30px;
  }
  .sticky .top-bar.search-active .pane-menu-header-browse-menu,
  .sticky .top-bar.search-active .pane-system-user-menu {
    display: none;
  }
}

.top-bar.active:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 0) and (max-width: 48em) {
  .top-bar.active {
    position: absolute;
    top: 100%;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .top-bar.active .pane-menu-header-browse-menu,
  .top-bar.active .search {
    display: none;
  }
}

@media (min-width: 48em) {
  .top-bar.active {
    background-color: transparent;
  }
}

.sticky .top-bar.active .pane-menu-header-browse-menu {
  display: none;
}

@media (min-width: 0) and (max-width: 48em) {
  .sticky .top-bar.active .search {
    display: none;
  }
}

@media (min-width: 48em) {
  .sticky .top-bar.active .search {
    display: none;
  }
}

.top-bar.search-active {
  min-height: 65px;
}

@media (min-width: 0) and (max-width: 48em) {
  .top-bar.search-active {
    position: absolute;
    top: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px 30px;
  }
  .top-bar.search-active .pane-menu-header-browse-menu,
  .top-bar.search-active .pane-system-user-menu {
    display: none;
  }
}

@media (min-width: 48em) {
  .top-bar.search-active {
    background-color: transparent;
  }
}

@media (min-width: 0) and (max-width: 48em) {
  .sticky .top-bar.search-active .search {
    display: block;
  }
}

.top-bar.search-active .search {
  display: block;
}

@media (min-width: 48em) {
  .top-bar.search-active .pane-menu-header-browse-menu,
  .top-bar.search-active .pane-system-user-menu,
  .top-bar.search-active .search {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .top-bar {
    display: block;
    position: relative;
  }
}

ul.primary {
  border-bottom: none;
  margin: 10px 0;
  padding: 0;
  white-space: normal;
}

ul.primary li a {
  padding: 10px 15px;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

ul.primary li.active a {
  border: none;
}

/**
 * @file _fade-in.scss
 * CSS animation for elegant mobile menu fadeIn effects
 */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in.active, .fade-in.search-active, .fade-in.submenu-visible {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.breadcrumb {
  color: #5c5c5c;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb span {
  display: none;
}

@media (min-width: 31.25em) {
  .breadcrumb span {
    display: inline;
  }
}

.breadcrumb span.last {
  display: inline;
}

.ckeditor-entity-embed {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 64em) {
  .ckeditor-entity-embed.image-embed-3-4-width {
    width: 75%;
  }
}

.ckeditor-entity-embed.image-embed-1-2-width {
  width: 50%;
}

@media (min-width: 48em) {
  .ckeditor-entity-embed.image-embed-1-2-width {
    width: 50%;
  }
}

.ckeditor-entity-embed.image-embed-1-4-width {
  width: 50%;
}

@media (min-width: 48em) {
  .ckeditor-entity-embed.image-embed-1-4-width {
    width: 40%;
  }
}

@media (min-width: 64em) {
  .ckeditor-entity-embed.image-embed-1-4-width {
    width: 25%;
  }
}

.ckeditor-entity-embed--left {
  float: left;
  padding: 0 1.69492% 1.69492% 0;
}

.ckeditor-entity-embed--right {
  float: right;
  padding: 0 0 1.69492% 1.69492%;
}

.ckeditor-entity-embed .image-wrapper {
  position: relative;
}

.ckeditor-entity-embed figcaption {
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  padding: 10px;
}

@media (min-width: 48em) {
  .ckeditor-entity-embed figcaption {
    font-size: 19px;
    font-size: 1.9rem;
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 15px;
    width: 67%;
  }
}

.ckeditor-entity-embed .field-image-credit {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
}

@media (min-width: 48em) {
  .ckeditor-entity-embed .field-image-credit {
    width: 67%;
    margin: 0 0 0 33%;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#gigya-share {
  background-color: #0094ce;
  padding: 0 10px;
  margin: 30px 0 15px;
  display: inline-block;
}

#gigya-share div.gig-button-container {
  margin-bottom: 0;
}

#gigya-share img {
  padding: 15px;
}

.mdpShareBar {
  background-color: #0094ce;
  height: 48px;
  padding: 0 10px;
  margin: 30px 0;
  display: inline-block;
}

.mdpShareBar li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

.mdpShareBar li::before {
  display: none;
}

@media (min-width: 48em) {
  .mdpShareBar li.sms {
    display: none;
  }
}

.facebookShare,
.pinterestShare,
.twitterShare,
.smsShare,
.emailShare,
.printShare {
  background: url(../img/icons/white/sharebar-facebook.svg) no-repeat scroll center center;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 44px;
  text-align: center;
  text-decoration: none;
  width: 50px;
}

.facebookShare:hover,
.pinterestShare:hover,
.twitterShare:hover,
.smsShare:hover,
.emailShare:hover,
.printShare:hover {
  opacity: 0.7;
}

.pinterestShare {
  background-image: url(../img/icons/white/sharebar-pinterest.svg);
}

.twitterShare {
  background-image: url(../img/icons/white/sharebar-twitter.svg);
}

.smsShare {
  background-image: url(../img/icons/white/sharebar-share.svg);
}

.emailShare {
  background-image: url(../img/icons/white/sharebar-email.svg);
}

.printShare {
  background-image: url(../img/icons/white/sharebar-print.svg);
}

.pager {
  line-height: 2.25em;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  list-style: none;
  text-transform: capitalize;
  margin: 0 0 2em;
  padding: 0;
}

.pager:after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
}

.pager .pager-current,
.pager a {
  display: block;
  float: left;
  padding: 0 0.5em;
  border: 1px solid #e0e0e0;
  color: #5c5c5c;
  text-decoration: none;
}

.pager .pager-current {
  background: #e0e0e0;
}

.pager .pager-ellipsis {
  display: none;
}

.pager .pager-first,
.pager .pager-item,
.pager .pager-current,
.pager .pager-last {
  display: none;
}

@media (min-width: 48em) {
  .pager .pager-first,
  .pager .pager-item,
  .pager .pager-current,
  .pager .pager-last {
    display: block;
  }
}

.pager a:hover {
  color: #0094ce;
}

.hero-title {
  margin-bottom: 30px;
  text-align: center;
}

.has-hero-banner .hero-wrapper, .has-hero-banner > .top {
  position: relative;
  box-sizing: content-box;
  padding: 25% 0 0;
  margin: 0 -15px 30px;
}

@media (min-width: 31.25em) {
  .has-hero-banner .hero-wrapper, .has-hero-banner > .top {
    margin: 0 0 30px;
  }
}

.has-hero-banner .hero-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.has-hero-banner .hero-image-wrapper {
  width: 100%;
  margin: 0;
}

.has-hero-banner > .top .has-hero-banner .hero-image-wrapper,
.hero-wrapper .has-hero-banner .hero-image-wrapper {
  margin: 0;
  float: none;
}

.has-hero-banner .hero-image, .has-hero-banner .hero-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.views-widget-filter-search_api_views_fulltext + .views-submit-button .form-submit {
  margin-top: 0;
}

.page-search #block-system-main h1 {
  margin: 30px 0;
}

.search-results .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.5em;
  width: 100%;
}

.search-results .view-content:after {
  content: "";
  display: table;
  clear: both;
}

.view-public-site-search .view-content {
  display: block;
}

@media (min-width: 48em) {
  .page-search #block-system-main,
  .vocabulary-authors #block-system-main {
    max-width: 90%;
  }
}

@media (min-width: 64em) {
  .page-search #block-system-main,
  .vocabulary-authors #block-system-main {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.page-search #block-system-main .pane-title,
.vocabulary-authors #block-system-main .pane-title {
  display: none;
}

.page-search #block-system-main .view-header,
.vocabulary-authors #block-system-main .view-header {
  color: #5c5c5c;
}

.page-search #block-system-main .view-content,
.vocabulary-authors #block-system-main .view-content {
  border-top: 1px solid;
  margin-top: 1em;
}

#main #views-exposed-form-public-site-search-search-pane {
  position: relative;
}

#main #views-exposed-form-public-site-search-search-pane .views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main #views-exposed-form-public-site-search-search-pane .views-exposed-widget {
  float: none;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-order {
  display: none;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-filter-search_api_views_fulltext {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 72%;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-filter-search_api_views_fulltext input {
  max-width: none;
  width: 100%;
}

#main #views-exposed-form-public-site-search-search-pane .views-submit-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  width: 28%;
}

@media (min-width: 48em) {
  #main #views-exposed-form-public-site-search-search-pane .views-submit-button {
    width: auto;
  }
}

#main #views-exposed-form-public-site-search-search-pane .views-submit-button input {
  background-position: 10px 10px;
  background-size: 19px 19px;
  margin-top: 0;
  padding: .5em;
  width: 100%;
}

@media (min-width: 31.25em) {
  #main #views-exposed-form-public-site-search-search-pane .views-submit-button input {
    padding: .6em;
  }
}

@media (min-width: 48em) {
  #main #views-exposed-form-public-site-search-search-pane .views-submit-button input {
    background-position: 2em .65em;
  }
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by {
  background-color: #f5f5f5;
  left: 0;
  max-width: 293px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: .5em;
  position: absolute;
  top: 3.7em;
  z-index: 1;
  width: 100%;
}

@media (min-width: 48em) {
  #main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by {
    background-color: transparent;
    left: auto;
    padding: 0;
    right: 0;
    top: 5.3em;
    width: auto;
  }
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by label, #main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by .form-item > div {
  display: block;
  float: left;
  line-height: 1em;
  margin-left: .3em;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by label {
  line-height: 1.2em;
  margin: 0;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by .form-item > div:first-child {
  border-right: 1px solid;
  padding-right: .4em;
}

#main #views-exposed-form-public-site-search-search-pane .views-widget-sort-by a.active {
  text-decoration: underline;
}

.view-public-site-search .view-header {
  margin-top: 3em;
  padding-left: .5em;
}

@media (min-width: 48em) {
  .view-public-site-search .view-header {
    margin-top: 2em;
    padding-left: 0;
  }
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  width: 100%;
}

@media (min-width: 48em) {
  .search-result {
    margin-bottom: 0;
    padding: .5em;
    width: 50%;
  }
}

.node-teaser {
  margin-bottom: 3em;
}

.node-teaser:after {
  content: "";
  display: table;
  clear: both;
}

.node-teaser .field-content-type-icon {
  display: none;
}

.node-teaser .field-content-type-icon.type-video {
  display: block;
}

.node-teaser .type-video {
  background-size: 70px 70px;
  left: 48%;
  top: 50%;
}

.node-teaser > .field-featured-image,
.node-teaser .image-icon {
  float: left;
  margin-bottom: .5em;
  position: relative;
}

@media (min-width: 31.25em) {
  .node-teaser > .field-featured-image,
  .node-teaser .image-icon {
    margin-right: 2%;
    width: 20%;
  }
}

.node-teaser > .field-featured-image + div,
.node-teaser .image-icon + div {
  clear: left;
}

@media (min-width: 31.25em) {
  .node-teaser > .field-featured-image + div,
  .node-teaser .image-icon + div {
    clear: none;
    float: left;
    width: 78%;
  }
}

.node-teaser .field-body {
  margin: 10px 0;
}

.node-teaser .field-body p {
  margin: 0;
}

.search-result__content {
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.search-result__image {
  float: left;
  margin-right: 3%;
  width: 26%;
}

.search-result__title {
  margin-bottom: .2em;
}

.search-result__top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1em;
}

.search-result__corrections {
  color: #cc2229;
}

.search-result__corrections .has-corrections {
  background-position: 0px 1px;
  background-size: 22px 22px;
  margin-top: .6em;
  padding-left: 1.4em;
}

.search-result__body p {
  background-color: #e0e0e0;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: .5em 1em;
}

.pane-node-field-category {
  clear: both;
  font-family: "Work Sans", sans-serif;
  padding-top: 1.37em;
}

.pane-node-field-category .field-category {
  display: inline;
}

.pane-node-field-featured-image {
  overflow: hidden;
  width: 100%;
  margin: 30px 0;
}

@media (min-width: 48em) {
  .pane-node-field-featured-image {
    width: 48.71795%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin: 1.69492% 0 1.69492% 1.69492%;
  }
}

.pane-node-field-featured-image picture,
.pane-node-field-featured-image img {
  width: 100%;
}

.pane-node-field-featured-image .image-wrapper {
  position: relative;
}

.pane-node-field-featured-image .field-image {
  overflow: hidden;
}

.pane-node-field-featured-image .field-image-caption {
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  padding: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 48em) {
  .pane-node-field-featured-image .field-image-caption {
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 15px;
    width: 67%;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.pane-node-field-featured-image .field-image-credit {
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 48em) {
  .pane-node-field-featured-image .field-image-credit {
    width: 67%;
    margin: 0 0 0 33%;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.pane-node-field-steps {
  margin-top: 30px;
}

.pane-sfg-feature-article-twitter-subcategory,
.pane-sfg-category-twitter {
  font-family: "Work Sans", sans-serif;
  padding: 2em 0 2em 40px;
  min-height: 25px;
  background: transparent url(../img/icons/blue/icon-twitter.svg) no-repeat left center;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 48em) {
  .pane-sfg-feature-article-twitter-subcategory,
  .pane-sfg-category-twitter {
    padding: 2em 0 2.5em 40px;
    background-size: auto 28px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.pane-sfg-feature-article-twitter-subcategory a,
.pane-sfg-category-twitter a {
  text-decoration: none;
}

@media (min-width: 48em) {
  .page-secondary-content .pane-sfg-feature-article-twitter-subcategory:first-child, .page-secondary-content
  .pane-sfg-category-twitter:first-child {
    padding-top: 0;
  }
}

.pane-related-content-related-content {
  clear: both;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.pane-related-content-related-content .pane-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 0.5em;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .pane-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.pane-related-content-related-content .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .view-content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.pane-related-content-related-content .views-row {
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  border-bottom: none;
  padding-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-row {
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #000;
    width: 49.5%;
    margin: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-row {
    margin: 0 0.5%;
    min-height: 150px;
    width: 24.25%;
  }
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-row:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-row:nth-child(2n) {
    margin-right: 0.5%;
  }
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-row:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-row:nth-child(2n+1) {
    margin-left: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-row.views-row-first {
    margin-left: 0;
  }
}

.pane-related-content-related-content .views-row.views-row-last {
  border-bottom: 1px solid #000;
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-row.views-row-last {
    margin-right: 0;
  }
}

.pane-related-content-related-content span.field-featured-image {
  display: block;
  float: left;
  padding: 10px;
  width: 120px;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content span.field-featured-image {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content span.field-featured-image {
    float: none;
    padding: 0;
    width: auto;
  }
}

.pane-related-content-related-content .views-field-title {
  padding: 10px 10px 10px 120px;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-field-title {
    padding: 10px 10px 10px 50%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-field-title {
    padding: 15px;
  }
}

.pane-related-content-related-content .views-field-title a {
  text-decoration: none;
}

.node-type-sequence .pane-related-content-related-content .views-field-title {
  padding-left: 10px;
}

.pane-related-content-related-content .views-field-type,
.pane-related-content-related-content .views-field-nothing {
  position: absolute;
  left: 0;
  bottom: 15px;
  margin-top: 0;
  padding-left: 120px;
  background: none;
}

.node-type-sequence .pane-related-content-related-content .views-field-type, .node-type-sequence
.pane-related-content-related-content .views-field-nothing {
  padding-left: 10px;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-field-type,
  .pane-related-content-related-content .views-field-nothing {
    padding-left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-field-type,
  .pane-related-content-related-content .views-field-nothing {
    padding-left: 0;
  }
}

.pane-related-content-related-content .views-field-type .content-type,
.pane-related-content-related-content .views-field-type .type-sponsored,
.pane-related-content-related-content .views-field-nothing .content-type,
.pane-related-content-related-content .views-field-nothing .type-sponsored {
  padding: 0.2em 0.6em 0.2em 1.52632em;
}

.pane-related-content-related-content .views-field-type .content-type:before,
.pane-related-content-related-content .views-field-type .type-sponsored:before,
.pane-related-content-related-content .views-field-nothing .content-type:before,
.pane-related-content-related-content .views-field-nothing .type-sponsored:before {
  left: 120px;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-field-type .content-type:before,
  .pane-related-content-related-content .views-field-type .type-sponsored:before,
  .pane-related-content-related-content .views-field-nothing .content-type:before,
  .pane-related-content-related-content .views-field-nothing .type-sponsored:before {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-field-type .content-type:before,
  .pane-related-content-related-content .views-field-type .type-sponsored:before,
  .pane-related-content-related-content .views-field-nothing .content-type:before,
  .pane-related-content-related-content .views-field-nothing .type-sponsored:before {
    left: 0;
  }
}

.node-type-sequence .pane-related-content-related-content .views-field-type .content-type:before, .node-type-sequence
.pane-related-content-related-content .views-field-type .type-sponsored:before, .node-type-sequence
.pane-related-content-related-content .views-field-nothing .content-type:before, .node-type-sequence
.pane-related-content-related-content .views-field-nothing .type-sponsored:before {
  left: 10px;
}

.pane-related-content-related-content .views-field-type .content-type:after,
.pane-related-content-related-content .views-field-type .type-sponsored:after,
.pane-related-content-related-content .views-field-nothing .content-type:after,
.pane-related-content-related-content .views-field-nothing .type-sponsored:after {
  left: 120px;
  background-color: #878787;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .views-field-type .content-type:after,
  .pane-related-content-related-content .views-field-type .type-sponsored:after,
  .pane-related-content-related-content .views-field-nothing .content-type:after,
  .pane-related-content-related-content .views-field-nothing .type-sponsored:after {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-related-content-related-content .views-field-type .content-type:after,
  .pane-related-content-related-content .views-field-type .type-sponsored:after,
  .pane-related-content-related-content .views-field-nothing .content-type:after,
  .pane-related-content-related-content .views-field-nothing .type-sponsored:after {
    left: 0;
  }
}

.node-type-sequence .pane-related-content-related-content .views-field-type .content-type:after, .node-type-sequence
.pane-related-content-related-content .views-field-type .type-sponsored:after, .node-type-sequence
.pane-related-content-related-content .views-field-nothing .content-type:after, .node-type-sequence
.pane-related-content-related-content .views-field-nothing .type-sponsored:after {
  left: 10px;
}

.pane-related-content-related-content .more-link {
  text-align: left;
  margin-top: 10px;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .more-link {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
}

.pane-related-content-related-content .more-link a {
  color: #299642;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .pane-related-content-related-content .more-link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.related-content-primary {
  border-top: 15px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}

.related-content-primary .more-link {
  top: 35px;
}

@media (min-width: 48em) {
  .category-page .site-header {
    margin-bottom: 0;
  }
  .category-page .site-header + #main {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .category-page .site-header.sticky + #main {
    padding-top: 160px;
  }
}

.category-page .page-secondary-content .pane-title {
  color: #cc2229;
  font-size: 22px;
  font-size: 2.2rem;
}

.category-page .pane-page-content a,
.category-page .pane-page-content a:link,
.category-page .pane-page-content a:visited {
  text-decoration: none;
}

.category-page .pane-page-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category-page .pane-page-content .category-page-content {
  padding: 0;
}

.category-page .pane-page-content .pane-term-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.category-page .pane-page-content .pane-term-name h1 {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-term-name {
    text-align: center;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .category-page .pane-page-content .pane-term-name h1 {
    margin-bottom: 30px;
  }
}

.category-page .pane-page-content .pane-mag-category-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-mag-category-menu {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.category-page .pane-page-content .pane-page-breadcrumb {
  display: none;
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 15px;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-page-breadcrumb {
    display: block;
  }
}

.category-page .pane-page-content .category-sponsor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #5c5c5c;
  font-style: italic;
  margin: 0 -15px 30px;
}

@media (min-width: 31.25em) {
  .category-page .pane-page-content .category-sponsor-wrapper {
    margin: 0 0 30px;
    padding: 15px;
  }
}

.category-page .pane-page-content .category-sponsor-wrapper img {
  max-height: 150px;
  padding: 0 0 0 0.8em;
}

.category-page .pane-page-content .missing-sponsor-banner .category-sponsor-wrapper {
  display: none;
}

.category-page .pane-page-content .pane-mag-advertisements-leaderboard {
  clear: both;
  display: none;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-mag-advertisements-leaderboard {
    display: block;
    padding-bottom: 30px;
  }
}

.category-page .pane-page-content .pane-mag-advertisements-half-page {
  clear: both;
  display: none;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-mag-advertisements-half-page {
    display: inline-block;
    padding-bottom: 30px;
  }
}

.category-page .pane-page-content .pane-mag-forum + .pane-mag-advertisements-wide-skyscrape {
  border-top: 12px solid #000;
  padding-top: 15px;
  margin-top: 15px;
}

.category-page .pane-page-content .pane-mag-advertisements-wide-skyscrape {
  display: none;
  padding-top: 15px;
}

@media (min-width: 48em) {
  .category-page .pane-page-content .pane-mag-advertisements-wide-skyscrape {
    display: block;
  }
}

.category-news ._u-only-show-in-news {
  display: block;
  color: #5c5c5c;
}

.category-news ._u-only-show-in-news h4 {
  margin: 0;
  font-size: 2rem;
}

._u-only-show-in-news {
  display: none;
}

._u-only-show-in-news .category-type-news {
  display: inline-block;
  padding-right: 0.5rem;
}

.pager--infinite-scroll.hide a {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

ul.commodities-heat-map {
  display: table;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 3.75px;
  border: 1px solid black;
  width: 100%;
  max-width: 18em;
  font-size: 16px;
  font-size: 1.6rem;
}

ul.commodities-heat-map:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  ul.commodities-heat-map {
    display: block;
  }
}

@media (min-width: 76.25em) {
  ul.commodities-heat-map {
    display: table;
  }
}

ul.commodities-heat-map li {
  display: table-row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 0 7.5px;
  border-bottom: 2px solid #fff;
  font-family: "Work Sans", sans-serif;
}

@media (min-width: 48em) {
  ul.commodities-heat-map li {
    display: block;
  }
}

@media (min-width: 76.25em) {
  ul.commodities-heat-map li {
    display: table-row;
  }
}

.commodity-name,
.commodity-value {
  display: table-cell;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 3.75px solid #fff;
}

@media (min-width: 48em) {
  .commodity-name,
  .commodity-value {
    display: block;
  }
}

@media (min-width: 76.25em) {
  .commodity-name,
  .commodity-value {
    display: table-cell;
  }
}

.commodity-name {
  min-width: 6em;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.commodity-value {
  padding-right: 7.5px;
  padding-left: 7.5px;
  text-align: right;
}

.heat-map-positive .commodity-value {
  color: #fff;
  background: #299642;
}

.heat-map-neutral .commodity-value {
  color: #fff;
  background: gray;
}

.heat-map-negative .commodity-value {
  color: #fff;
  background: #cc2229;
}

.pane-mag-forum,
.panel-pane-talk-subcategory,
.pane-homepage-content-panel-pane-1 {
  position: relative;
}

.pane-mag-forum .AC_MESSAGES > div,
.panel-pane-talk-subcategory .AC_MESSAGES > div,
.pane-homepage-content-panel-pane-1 .AC_MESSAGES > div {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.pane-mag-forum .forum-board-title,
.panel-pane-talk-subcategory .forum-board-title,
.pane-homepage-content-panel-pane-1 .forum-board-title {
  color: #cc2229;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
}

.two-column-page .pane-mag-forum .forum-board-title, .two-column-page
.panel-pane-talk-subcategory .forum-board-title, .two-column-page
.pane-homepage-content-panel-pane-1 .forum-board-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000;
}

.pane-mag-forum .ac_subject,
.panel-pane-talk-subcategory .ac_subject,
.pane-homepage-content-panel-pane-1 .ac_subject {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
}

.pane-mag-forum .ac_subject a,
.panel-pane-talk-subcategory .ac_subject a,
.pane-homepage-content-panel-pane-1 .ac_subject a {
  text-decoration: none;
}

.pane-mag-forum .ac_body,
.panel-pane-talk-subcategory .ac_body,
.pane-homepage-content-panel-pane-1 .ac_body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: auto;
  margin: 0;
  word-break: break-all;
}

.pane-mag-forum .ac_body a,
.panel-pane-talk-subcategory .ac_body a,
.pane-homepage-content-panel-pane-1 .ac_body a {
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: keep-all;
}

.pane-mag-forum .ac_msginfo,
.panel-pane-talk-subcategory .ac_msginfo,
.pane-homepage-content-panel-pane-1 .ac_msginfo {
  padding: 0;
  margin: 0;
}

.pane-mag-forum .ac_msginfo li,
.panel-pane-talk-subcategory .ac_msginfo li,
.pane-homepage-content-panel-pane-1 .ac_msginfo li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  color: #5c5c5c;
}

.pane-mag-forum .ac_msginfo li a,
.panel-pane-talk-subcategory .ac_msginfo li a,
.pane-homepage-content-panel-pane-1 .ac_msginfo li a {
  text-decoration: none;
}

.pane-mag-forum .ac_msginfo li.ac_author,
.panel-pane-talk-subcategory .ac_msginfo li.ac_author,
.pane-homepage-content-panel-pane-1 .ac_msginfo li.ac_author {
  margin-right: 10px;
}

.pane-mag-forum .forum-board-more-link,
.panel-pane-talk-subcategory .forum-board-more-link,
.pane-homepage-content-panel-pane-1 .forum-board-more-link {
  color: #299642;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 2;
  vertical-align: middle;
  text-transform: capitalize;
  position: relative;
  margin-top: 15px;
  display: block;
}

.pane-mag-forum .forum-board-more-link:hover,
.panel-pane-talk-subcategory .forum-board-more-link:hover,
.pane-homepage-content-panel-pane-1 .forum-board-more-link:hover {
  color: #0094ce;
}

.category-page .pane-mag-forum .forum-board-more-link, .category-page
.panel-pane-talk-subcategory .forum-board-more-link, .category-page
.pane-homepage-content-panel-pane-1 .forum-board-more-link {
  display: block;
  margin-top: 10px;
  position: relative;
}

.pane-term-description + .pane-mag-forum,
.pane-category-content-category-news + .pane-mag-forum {
  border-top: 12px solid #000;
  padding-top: 15px;
}

.pane-advpoll-advpoll-recent .pane-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
}

.pane-advpoll-advpoll-recent .pane-content {
  padding: 15px;
  border: 1px solid #000;
}

.pane-advpoll-advpoll-recent h2 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
}

.pane-advpoll-advpoll-recent h2 a {
  text-decoration: none;
}

.pane-advpoll-advpoll-recent .field-body {
  margin-bottom: 15px;
}

.pane-advpoll-advpoll-recent .field-body p {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.pane-advpoll-advpoll-recent .poll-bar {
  margin: 0;
  padding: 10px;
}

.pane-advpoll-advpoll-recent .poll-bar .text {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}

.pane-advpoll-advpoll-recent .poll-bar .bar {
  height: 1.1em;
}

.pane-advpoll-advpoll-recent .poll-bar .percent {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  color: #5c5c5c;
}

.pane-advpoll-advpoll-recent .poll-bar .foreground {
  background-color: #0094ce;
  height: 1.1em;
}

.pane-advpoll-advpoll-recent .poll-bar.voted {
  border: none;
}

.pane-advpoll-advpoll-recent .poll-bar.voted .bar {
  border: 1px solid #299642;
}

.pane-advpoll-advpoll-recent .poll-bar.voted .foreground {
  background-color: #299642;
  height: 1em;
}

.pane-advpoll-advpoll-recent .poll-bar + .poll-bar {
  margin-top: 10px;
}

.pane-advpoll-advpoll-recent .form-item label {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
}

.pane-advpoll-advpoll-recent .total {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #000;
  margin-top: 10px;
}

.pane-advpoll-advpoll-recent .poll-message {
  padding: 10px 0;
  color: #000;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
}

.pane-advpoll-advpoll-recent input[type=submit] {
  display: block;
  width: 100%;
}

@media (min-width: 31.25em) {
  .pane-advpoll-advpoll-recent input[type=submit] {
    width: auto;
  }
}

.call-to-action-wrapper {
  background: #e0e0e0;
  clear: both;
  margin-bottom: 30px;
  padding: 30px;
}

.call-to-action-wrapper .field-cta-explanation {
  /* Empty */
}

.call-to-action-wrapper .field-cta-link {
  text-align: center;
}

@media (min-width: 48em) {
  .call-to-action-wrapper .field-cta-explanation,
  .call-to-action-wrapper .field-cta-link {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .call-to-action-wrapper .field-cta-explanation {
    /* Empty */
  }
  .call-to-action-wrapper .field-cta-link {
    text-align: right;
  }
}

.call-to-action-wrapper .field-cta-explanation {
  line-height: 1.2;
}

@media (max-width: 48em) {
  .call-to-action-wrapper .field-cta-explanation {
    margin-bottom: 15px;
  }
}

.call-to-action-wrapper .field-cta-link a {
  margin: 0 auto;
  line-height: 1;
  padding: 15px;
}

.pane-category-content-category-news {
  font-family: "Work Sans", sans-serif;
}

.pane-category-content-category-news .views-row {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0;
  border-bottom: 1px solid #5c5c5c;
}

.pane-category-content-category-news .views-row.views-row-first {
  padding-top: 0;
}

.pane-category-content-category-news .views-field-created {
  font-size: 0.8em;
}

.pane-category-content-recent-content-no-videos,
.pane-category-content-category-recent-content,
.pane-category-content-category-recent-content-first-three,
.pane-category-content-general-list,
.pane-market-analysis-content-markets-analysis-subcategory {
  clear: both;
  margin-top: 30px;
}

.pane-category-content-recent-content-no-videos article,
.pane-category-content-category-recent-content article,
.pane-category-content-category-recent-content-first-three article,
.pane-category-content-general-list article,
.pane-market-analysis-content-markets-analysis-subcategory article {
  border-bottom: 1px solid #5c5c5c;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pane-category-content-recent-content-no-videos article:after,
.pane-category-content-category-recent-content article:after,
.pane-category-content-category-recent-content-first-three article:after,
.pane-category-content-general-list article:after,
.pane-market-analysis-content-markets-analysis-subcategory article:after {
  content: "";
  display: table;
  clear: both;
}

.pane-category-content-recent-content-no-videos .pane-mag-advertisements-karma,
.pane-category-content-category-recent-content .pane-mag-advertisements-karma,
.pane-category-content-category-recent-content-first-three .pane-mag-advertisements-karma,
.pane-category-content-general-list .pane-mag-advertisements-karma,
.pane-market-analysis-content-markets-analysis-subcategory .pane-mag-advertisements-karma {
  display: none;
}

@media (min-width: 48em) {
  .pane-category-content-recent-content-no-videos .pane-mag-advertisements-karma,
  .pane-category-content-category-recent-content .pane-mag-advertisements-karma,
  .pane-category-content-category-recent-content-first-three .pane-mag-advertisements-karma,
  .pane-category-content-general-list .pane-mag-advertisements-karma,
  .pane-market-analysis-content-markets-analysis-subcategory .pane-mag-advertisements-karma {
    display: block;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.pane-category-content-recent-content-no-videos .field-body,
.pane-category-content-category-recent-content .field-body,
.pane-category-content-category-recent-content-first-three .field-body,
.pane-category-content-general-list .field-body,
.pane-market-analysis-content-markets-analysis-subcategory .field-body {
  margin-top: 15px;
}

.pane-category-content-recent-content-no-videos .field-body p,
.pane-category-content-category-recent-content .field-body p,
.pane-category-content-category-recent-content-first-three .field-body p,
.pane-category-content-general-list .field-body p,
.pane-market-analysis-content-markets-analysis-subcategory .field-body p {
  margin-bottom: 7.5px;
}

.pane-category-content-recent-content-no-videos .recent-content-hero-image,
.pane-category-content-category-recent-content .recent-content-hero-image,
.pane-category-content-category-recent-content-first-three .recent-content-hero-image,
.pane-category-content-general-list .recent-content-hero-image,
.pane-market-analysis-content-markets-analysis-subcategory .recent-content-hero-image {
  position: relative;
  display: none;
}

@media (min-width: 48em) {
  .pane-category-content-recent-content-no-videos .recent-content-hero-image,
  .pane-category-content-category-recent-content .recent-content-hero-image,
  .pane-category-content-category-recent-content-first-three .recent-content-hero-image,
  .pane-category-content-general-list .recent-content-hero-image,
  .pane-market-analysis-content-markets-analysis-subcategory .recent-content-hero-image {
    float: left;
    width: 33%;
    display: block;
  }
}

@media (min-width: 48em) {
  .pane-category-content-recent-content-no-videos .recent-content-title-teaser,
  .pane-category-content-category-recent-content .recent-content-title-teaser,
  .pane-category-content-category-recent-content-first-three .recent-content-title-teaser,
  .pane-category-content-general-list .recent-content-title-teaser,
  .pane-market-analysis-content-markets-analysis-subcategory .recent-content-title-teaser {
    float: left;
    width: 63%;
    margin-right: 4%;
    display: block;
  }
  .pane-category-content-recent-content-no-videos .recent-content-title-teaser--noimage,
  .pane-category-content-category-recent-content .recent-content-title-teaser--noimage,
  .pane-category-content-category-recent-content-first-three .recent-content-title-teaser--noimage,
  .pane-category-content-general-list .recent-content-title-teaser--noimage,
  .pane-market-analysis-content-markets-analysis-subcategory .recent-content-title-teaser--noimage {
    width: 100%;
  }
}

.pane-category-content-recent-content-no-videos .field-image img,
.pane-category-content-category-recent-content .field-image img,
.pane-category-content-category-recent-content-first-three .field-image img,
.pane-category-content-general-list .field-image img,
.pane-market-analysis-content-markets-analysis-subcategory .field-image img {
  height: auto;
}

.pane-category-content-featured-content {
  clear: both;
  padding: 1.2em;
  margin: 0 -30px 30px;
  background: #e0e0e0;
}

.pane-category-content-featured-content article:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .pane-category-content-featured-content {
    margin: 0 0 30px;
  }
}

.pane-category-content-featured-content + .pane-category-content-featured-content {
  margin: -30px -30px 30px;
  border-top: 1px solid #5c5c5c;
}

@media (min-width: 48em) {
  .pane-category-content-featured-content + .pane-category-content-featured-content {
    margin: -30px 0 30px;
  }
}

.pane-category-content-featured-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}

.pane-category-content-featured-content .featured-content-teaser-source {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}

.pane-category-content-featured-content .featured-content-teaser-source a {
  color: #000;
}

.pane-category-content-featured-content .featured-content-teaser-category {
  font-size: 0.8em;
  margin: 0 0 0.25em;
}

.pane-category-content-featured-content .featured-content-teaser-title {
  display: block;
  font-size: 2.2rem;
  margin: 0 0 0.2em;
}

.pane-category-content-featured-content .field-body p {
  margin-bottom: 7.5px;
}

.pane-category-content-featured-content .featured-content-hero-image {
  position: relative;
  display: none;
}

@media (min-width: 48em) {
  .pane-category-content-featured-content .featured-content-hero-image {
    float: left;
    width: 33%;
    display: block;
  }
}

@media (min-width: 48em) {
  .pane-category-content-featured-content .featured-content-teaser-copy {
    float: left;
    width: 63%;
    margin-right: 4%;
    display: block;
  }
}

.pane-category-content-featured-content .field-image img {
  height: auto;
}

.pane-category-content-featured-content-first {
  margin-top: 30px;
}

@media (min-width: 48em) {
  .pane-category-content-markets-analysis-subcategory {
    margin-right: 3%;
    float: left;
    clear: left;
    width: 50%;
  }
  .pane-category-content-markets-analysis-subcategory:after {
    content: "";
    display: table;
    clear: both;
  }
  .pane-category-content-markets-analysis-subcategory .field-body p {
    margin: 0;
  }
}

.pane-homepage-content-panel-pane-5 {
  font-family: "Work Sans", sans-serif;
}

.pane-homepage-content-panel-pane-5 .pane-title {
  background: transparent url(../img/icons/blue/type-sponsored.svg) no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media (min-width: 48em) {
  .pane-homepage-content-panel-pane-5 .pane-title {
    padding-left: 40px;
    background-size: auto 28px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 48em) {
  .pane-homepage-content-panel-pane-5 .views-field-title {
    float: left;
    width: 70%;
  }
}

.pane-homepage-content-panel-pane-5 .field-image img {
  display: none;
}

@media (min-width: 48em) {
  .pane-homepage-content-panel-pane-5 .field-image img {
    display: block;
    float: left;
    width: 30%;
  }
}

.pane-homepage-content-panel-pane-5 a {
  text-decoration: none;
}

.pane-homepage-content-panel-pane-5 + .pane-mag-forum {
  border-top: 12px solid #000;
  padding-top: 15px;
}

.pane-homepage-content-panel-pane-5 .views-row {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 15px 0;
  border-bottom: 1px solid #5c5c5c;
}

.pane-homepage-content-panel-pane-5 .views-row:after {
  content: "";
  display: table;
  clear: both;
}

.pane-homepage-content-panel-pane-5 .views-row.views-row-first {
  padding-top: 0;
}

.pane-homepage-content-panel-pane-5 .views-field-created {
  font-size: 0.8em;
}

.pane-category-featured-category-featured-item {
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .pane-category-featured-category-featured-item {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
}

.pane-category-featured-category-featured-item .featured-category-hero-image {
  position: relative;
}

.pane-category-featured-category-featured-item .field-body {
  margin-top: 15px;
}

.pane-category-featured-category-featured-item .field-image img {
  height: auto;
}

.pane-homepage-content-featured-content {
  margin-top: 15px;
  background-color: #fff;
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pane-homepage-content-featured-content .views-row {
  border: 1px solid #5c5c5c;
  position: relative;
  margin: 0 0 7.5px;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content .views-row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 25%;
    margin: 0 7.5px;
    padding-bottom: 40px;
  }
}

.pane-homepage-content-featured-content .views-row.views-row-first {
  margin-left: 0;
}

.pane-homepage-content-featured-content .views-row.views-row-last {
  margin-right: 0;
}

.pane-homepage-content-featured-content .views-field {
  margin: 0 15px;
}

.pane-homepage-content-featured-content .views-field-title {
  padding-top: 10px;
  font-family: "Work Sans", sans-serif;
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content .views-field-title {
    padding-top: 15px;
  }
}

.pane-homepage-content-featured-content .views-field-created {
  padding-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  bottom: 0;
  white-space: nowrap;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content .views-field-created {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-featured-content .views-field-created {
    font-size: 2rem;
  }
}

.pane-homepage-content-featured-content .field-image {
  display: none;
  padding: 0;
}

.pane-homepage-content-featured-content .field-image img {
  width: 100%;
}

@media (min-width: 48em) {
  .pane-homepage-content-featured-content .field-image {
    display: block;
  }
}

.pane-homepage-content-featured-content .views-row-first .field-image {
  display: block;
}

.pane-homepage-content-featured-content .views-field-name {
  float: none;
  margin: 6px 15px;
}

.pane-homepage-content-panel-pane-4 {
  display: none;
  margin-top: 30px;
}

@media (min-width: 48em) {
  .pane-homepage-content-panel-pane-4 {
    display: inline-block;
  }
  .pane-homepage-content-panel-pane-4 .views-field-title {
    font-family: "Work Sans", sans-serif;
    margin-top: 15px;
  }
  .pane-homepage-content-panel-pane-4 .views-field-title a {
    text-decoration: none;
  }
  .pane-homepage-content-panel-pane-4 .views-row {
    float: left;
    width: 31%;
    margin-right: 3.5%;
  }
  .pane-homepage-content-panel-pane-4 .views-row .views-field-field-image {
    position: relative;
  }
  .pane-homepage-content-panel-pane-4 .views-row-last {
    margin-right: 0;
  }
}

.pane-homepage-content-panel-pane-4 .type-video {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  background: url(../img/icons/white/video.svg) no-repeat scroll 0 0;
  position: absolute;
  background-size: 85px;
  width: 85px;
  height: 85px;
  pointer-events: none;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pane-mag-advertisements-leaderboard {
  padding: 7.5px 0;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  clear: both;
  display: none;
}

@media (min-width: 48em) {
  .pane-mag-advertisements-leaderboard {
    display: block;
  }
}

@media (min-width: 64em) {
  .pane-mag-advertisements-leaderboard {
    float: right;
  }
}

.sticky .pane-mag-advertisements-leaderboard {
  padding: 0;
  margin: 0 auto;
  display: block;
  float: none;
}

.pane-mag-audio-more-link {
  clear: both;
  padding: 15px 0;
}

.pane-mag-audio-more-link:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes fly-in--up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fly-in--up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.pane-sfg-weather-navigation.sfg-collapsible-menu,
.top .pane-mag-category-menu {
  font-family: "Work Sans", sans-serif;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .pane-content,
.top .pane-mag-category-menu .pane-content {
  border: 1px solid #5c5c5c;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .pane-content:after,
.top .pane-mag-category-menu .pane-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 47.9375em) {
  .pane-sfg-weather-navigation.sfg-collapsible-menu li,
  .top .pane-mag-category-menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    padding-bottom: 10px;
    width: 200px;
  }
  .pane-sfg-weather-navigation.sfg-collapsible-menu .pane-content,
  .top .pane-mag-category-menu .pane-content {
    border: 1px solid #5c5c5c;
    border-top: none;
  }
  .pane-sfg-weather-navigation.sfg-collapsible-menu .pane-content:after,
  .top .pane-mag-category-menu .pane-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .pane-sfg-weather-navigation.sfg-collapsible-menu .category-main-menu,
  .top .pane-mag-category-menu .category-main-menu {
    float: left;
    margin-right: 3%;
    width: 65%;
  }
  .pane-sfg-weather-navigation.sfg-collapsible-menu .category-partner-menu,
  .top .pane-mag-category-menu .category-partner-menu {
    float: left;
    width: 32%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-mobile-menu-select,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select,
.top .pane-mag-category-menu .weather-mobile-menu-select,
.top .pane-mag-category-menu .category-mobile-menu-select {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #5c5c5c;
  cursor: pointer;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-mobile-menu-select.open,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select.open,
.top .pane-mag-category-menu .weather-mobile-menu-select.open,
.top .pane-mag-category-menu .category-mobile-menu-select.open {
  background: transparent url(../img/sprite-select.svg) no-repeat;
  background-position: 95% -20%;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-mobile-menu-select.close,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select.close,
.top .pane-mag-category-menu .weather-mobile-menu-select.close,
.top .pane-mag-category-menu .category-mobile-menu-select.close {
  background: transparent url(../img/icons/blue/times-circle.svg) no-repeat;
  background-position: 95.5% center;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu,
.top .pane-mag-category-menu .weather-menu-wrapper,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu {
  display: none;
  border-top: 1px solid #5c5c5c;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper ul,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu ul,
.top .pane-mag-category-menu .weather-menu-wrapper ul,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu ul {
  padding-left: 0;
  margin: 15px 0 15px 0;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper li,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu li,
.top .pane-mag-category-menu .weather-menu-wrapper li,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper a,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu a,
.top .pane-mag-category-menu .weather-menu-wrapper a,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  padding: 15px 30px;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper a:hover,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu a:hover,
.top .pane-mag-category-menu .weather-menu-wrapper a:hover,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu a:hover {
  background-color: #0094ce;
  color: #fff;
}

.pane-sfg-weather-navigation.sfg-collapsible-menu .weather-menu-wrapper.collapsed,
.pane-sfg-weather-navigation.sfg-collapsible-menu .category-mobile-menu-select + .category-main-menu.collapsed,
.top .pane-mag-category-menu .weather-menu-wrapper.collapsed,
.top .pane-mag-category-menu .category-mobile-menu-select + .category-main-menu.collapsed {
  -webkit-animation: fly-in--up 0.12s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fly-in--up 0.12s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  display: block;
}

.page-secondary-content .pane-mag-category-menu {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 12px solid #000;
  margin-bottom: 30px;
}

.page-secondary-content .pane-mag-category-menu li {
  list-style: none;
}

.page-secondary-content .pane-mag-category-menu ul {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
}

.pane-mag-newsletter-form {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #e0e0e0;
  text-align: center;
}

.pane-mag-newsletter-form .newsletter-signup-help {
  display: inline-block;
  font-style: italic;
  padding-bottom: 15px;
}

.pane-mag-newsletter-form .newsletter-link {
  margin-left: 30px;
}

.pane-mag-newsletter-form a {
  text-decoration: none;
}

.page-homepage .pane-mag-newsletter-form {
  margin-top: 30px;
}

.node-private-file .file a,
.node-private-file .file a:link,
.node-private-file .file a:visited,
.node-private-file .file a:active, .private-file-login a,
.private-file-login a:link,
.private-file-login a:visited,
.private-file-login a:active {
  text-decoration: none;
  color: #fff;
}

.node-private-file .file p, .private-file-login p {
  margin: 0;
}

.pane-menu-header-browse-menu {
  border-bottom: 1px solid #5c5c5c;
}

@media (min-width: 48em) {
  .pane-menu-header-browse-menu {
    border-bottom: 0;
  }
}

.sticky .pane-menu-header-browse-menu {
  border-bottom: 1px solid #5c5c5c;
}

.pane-node-field-audio,
.view-podcast-content {
  clear: both;
}

.pane-node-field-audio:after,
.view-podcast-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 31.25em) {
  .pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-interface, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 120px;
  }
}

.pane-node-field-audio div.jp-interface, .view-podcast-content div.jp-interface {
  background-color: transparent;
  border: none;
  max-width: 300px;
}

.pane-node-field-audio div.jp-audio, .view-podcast-content div.jp-audio {
  width: 100%;
}

.pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-play, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-play {
  left: 0;
  height: 50px;
  width: 50px;
  background-size: 50px;
  background-position: left center;
  background-image: url("../img/icons/red/play-circle-filled.svg");
  background-repeat: no-repeat;
}

@media (min-width: 31.25em) {
  .pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-play, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-play {
    height: 80px;
    width: 80px;
    background-size: 80px;
  }
}

.pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-pause, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-pause {
  left: 0;
  height: 50px;
  width: 50px;
  background-size: 50px;
  background-position: left center;
  background-image: url("../img/icons/red/pause-circle-filled.svg");
  background-repeat: no-repeat;
}

@media (min-width: 31.25em) {
  .pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-pause, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-pause {
    height: 80px;
    width: 80px;
    background-size: 80px;
  }
}

.pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-progress, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-progress {
  top: 40px;
  left: 60px;
  width: 190px;
}

@media (min-width: 31.25em) {
  .pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-progress, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-progress {
    left: 100px;
    top: 50px;
    width: 100%;
  }
}

.pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-current-time,
.pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-duration, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-current-time, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-duration {
  top: 60px;
  left: 60px;
  width: 190px;
  font-style: normal;
}

@media (min-width: 31.25em) {
  .pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-current-time,
  .pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-duration, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-current-time, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-duration {
    left: 100px;
    top: 80px;
    width: 100%;
  }
}

.pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-stop,
.pane-node-field-audio div.jp-audio div.jp-type-playlist a.jp-mute,
.pane-node-field-audio div.jp-audio div.jp-type-playlist div.jp-volume-bar,
.pane-node-field-audio div.jp-type-playlist div.jp-playlist, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-stop, .view-podcast-content div.jp-audio div.jp-type-playlist a.jp-mute, .view-podcast-content div.jp-audio div.jp-type-playlist div.jp-volume-bar, .view-podcast-content div.jp-type-playlist div.jp-playlist {
  display: none !important;
}

.pane-node-field-duration {
  margin-top: 15px;
}

@media (min-width: 31.25em) {
  .pane-node-field-duration {
    padding: 15px;
    display: inline-block;
    float: right;
  }
}

.pane-node-field-duration .field-label,
.pane-node-field-duration .field-duration {
  display: inline-block;
}

.pane-node-field-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.pane-node-field-image + .pane-node-field-byline {
  display: inline-block;
}

.pane-node-field-image + .pane-node-field-byline + .byline-date {
  display: block;
}

.pane-node-field-ramp-id .mdpVideoPlayer {
  position: relative;
}

.pane-node-field-ramp-id .mdpVideoPlayer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.pane-node-field-ramp-id .mdpVideoPlayer > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pane-node-field-ramp-id .mdpVideoPlayer .videoImage {
  overflow: hidden;
}

.pane-node-field-transcript {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pane-node-field-transcript .pane-title {
  cursor: pointer;
  background-image: url(../img/icons/white/arrow_drop_down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0;
}

.pane-node-field-transcript .pane-title.active {
  background-image: url(../img/icons/blue/arrow_drop_up.svg);
  background-color: #e0e0e0;
  color: #0094ce;
}

.pane-node-field-transcript .pane-title,
.pane-node-field-transcript .field-duration {
  display: inline-block;
  padding: 15px;
}

.pane-node-field-transcript .pane-title {
  padding-right: 30px;
}

.pane-node-field-transcript .field-transcript {
  display: none;
  text-align: left;
  padding: 30px;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -1px;
}

.pane-node-field-transcript .field-transcript.active {
  display: inline-block;
}

.pane-page-site-name {
  max-width: 250px;
  min-width: 140px;
  display: block;
  vertical-align: middle;
}

@media (min-width: 64em) {
  .pane-page-site-name .pane-content {
    margin: 8px auto 0;
    width: 68%;
  }
}

.pane-page-site-name a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -1000px;
  overflow: hidden;
  height: 0;
  padding-bottom: 11.70569%;
}

@media (min-width: 64em) {
  .pane-page-site-name a {
    padding-bottom: 10.89744%;
    width: 100%;
  }
}

.pane-page-site-name a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/logos/successful-farming-ag-small.svg");
}

@media (min-width: 64em) {
  .pane-page-site-name a:before {
    background-image: url("../img/logos/successful-farming-ag.svg");
  }
}

@media (min-width: 48em) {
  .pane-page-site-name {
    margin: 7.5px 1% 7.5px 0;
    padding-left: 0;
  }
}

.sticky .pane-page-site-name .pane-content {
  margin: 0;
  width: auto;
}

.sticky .pane-page-site-name a {
  padding-bottom: 34%;
}

@media (min-width: 64em) {
  .sticky .pane-page-site-name a:before {
    background-image: url("../img/logos/successful-farming-ag-small.svg");
    padding-bottom: 20%;
  }
}

.pane-podcast-content-podcast-content {
  clear: both;
}

.pane-podcast-content-podcast-content .views-row {
  clear: both;
}

.pane-podcast-content-podcast-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}

.pane-podcast-content-podcast-content .views-row + .views-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #5c5c5c;
}

.pane-podcast-content-podcast-content .leaderboard-ad {
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.pane-mag-advertisements-leaderboard + .pane-podcast-content-podcast-content {
  padding-top: 15px;
}

.pane-podcast-content-podcast-recent-item {
  padding: 10px;
}

@media (min-width: 31.25em) {
  .pane-podcast-content-podcast-recent-item {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.pane-podcast-content-podcast-recent-item a {
  text-decoration: none;
}

.pane-podcast-content-podcast-recent-item .views-field-title {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pane-podcast-content-podcast-recent-item .field-podcast,
.pane-podcast-content-podcast-recent-item .views-field-created {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.pane-podcast-content-podcast-recent-item .field-audio {
  display: block;
  float: none;
}

.pane-podcast-content-podcast-recent-item .field-audio div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}

.pane-podcast-content-podcast-recent-item .field-audio div.jp-audio div.jp-type-playlist a.jp-play,
.pane-podcast-content-podcast-recent-item .field-audio div.jp-audio div.jp-type-playlist a.jp-pause {
  top: 0;
  height: 80px;
  width: 80px;
  background-size: 80px;
}

.pane-podcast-content-podcast-recent-item .field-body {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}

.pane-podcast-content-podcast-recent-item .field-body p {
  margin: 0;
}

.pane-podcasts-podcasts-list {
  margin-top: 30px;
}

@media (min-width: 31.25em) {
  .pane-podcasts-podcasts-list {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0;
  }
}

.pane-podcasts-podcasts-list a {
  text-decoration: none;
}

.pane-podcasts-podcasts-list .views-row {
  clear: both;
  padding: 10px;
  border: 1px solid #5c5c5c;
}

.pane-podcasts-podcasts-list .views-row:after {
  content: "";
  display: table;
  clear: both;
}

.pane-podcasts-podcasts-list .views-row + .views-row {
  margin-top: 15px;
  padding-top: 15px;
}

.pane-podcasts-podcasts-list .field-image {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

.pane-podcasts-podcasts-list .field-image img {
  height: auto;
}

.pane-podcasts-podcasts-list .views-field-name {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.pane-podcasts-podcasts-list .views-field-tid {
  float: left;
  clear: left;
}

@media (min-width: 76.25em) {
  .pane-podcasts-podcasts-list .views-field-tid {
    display: inline-block;
  }
}

.pane-podcasts-podcasts-list .views-field-tid-1 {
  display: block;
  float: left;
  clear: both;
}

@media (min-width: 76.25em) {
  .pane-podcasts-podcasts-list .views-field-tid-1 {
    display: inline-block;
    clear: none;
  }
}

.pane-podcasts-podcasts-list .podcast-subscribe-link {
  clear: both;
}

@media (min-width: 76.25em) {
  .pane-podcasts-podcasts-list .podcast-subscribe-link {
    float: left;
    clear: none;
  }
}

.pane-podcasts-podcasts-list .podcast-subscribe-link a {
  padding: 10px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
}

@media (min-width: 76.25em) {
  .pane-podcasts-podcasts-list .podcast-subscribe-link a {
    padding: 10px;
  }
}

.pane-podcasts-podcasts-list .view-footer {
  margin-top: 10px;
}

.pane-podcasts-podcasts-list .view-footer a {
  font-size: 15px;
  font-size: 1.5rem;
}

.pane-public-site-search form {
  position: relative;
}

.pane-public-site-search input.form-text {
  display: inline-block;
  padding: 2px 2px 2px 40px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}

.pane-public-site-search input[type=submit] {
  padding: 0;
}

.pane-public-site-search input.form-submit {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0;
}

.pane-public-site-search .views-submit-button {
  width: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.pane-public-site-search .views-submit-button .form-submit {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0;
  overflow: hidden;
  text-indent: -1000px;
  background-image: url("../img/icons/blue/search.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

.top-bar .search {
  position: relative;
}

.top-bar .search .form-item-search-block-form,
.top-bar .search .view-public-site-search {
  width: 100%;
  display: inline-block;
  float: left;
}

.top-bar .search .form-item {
  margin: 0;
}

.top-bar .search .views-exposed-form .views-exposed-widgets {
  margin: 0;
}

.top-bar .search .views-exposed-form .views-exposed-widget {
  padding: 0;
}

.top-bar .search .views-widget-filter-search_api_views_fulltext,
.top-bar .search input.form-text {
  display: inline-block;
  padding: 2px 2px 2px 40px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}

.top-bar .search .form-actions,
.top-bar .search .views-submit-button {
  width: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  float: none;
}

.top-bar .search input.form-submit {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0;
}

.top-bar .search input[type=submit] {
  padding: 0;
}

.top-bar .search #edit-submit-public-site-search {
  background-image: url("../img/icons/blue/search.svg");
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-color: transparent;
}

.sticky .top-bar.search-active .search {
  max-width: 100%;
  margin: 0 auto;
  float: none;
}

.sticky .top-bar.search-active .search input.form-text {
  max-width: 100%;
}

.pane-homepage-content-secondary-featured-content {
  clear: both;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.pane-homepage-content-secondary-featured-content .pane-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 0.5em;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .pane-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.pane-homepage-content-secondary-featured-content .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .view-content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.pane-homepage-content-secondary-featured-content .views-row {
  border: 1px solid #000;
  border-bottom: none;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-row {
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #000;
    width: 49.5%;
    margin: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-row {
    margin: 0 0.5%;
    min-height: 150px;
    padding-bottom: 40px;
    width: 24.25%;
  }
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-row:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-row:nth-child(2n) {
    margin-right: 0.5%;
  }
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-row:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-row:nth-child(2n+1) {
    margin-left: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-row.views-row-first {
    margin-left: 0;
  }
}

.pane-homepage-content-secondary-featured-content .views-row.views-row-last {
  border-bottom: 1px solid #000;
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-row.views-row-last {
    margin-right: 0;
  }
}

.pane-homepage-content-secondary-featured-content .field-image {
  display: block;
  float: left;
  padding: 10px;
  width: 120px;
  display: none;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .field-image {
    display: block;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .field-image {
    float: none;
    padding: 0;
    width: auto;
    display: block;
  }
}

.pane-homepage-content-secondary-featured-content .views-field-title {
  padding: 10px 10px 10px 7.5px;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-field-title {
    padding: 10px 10px 10px 50%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-field-title {
    padding: 15px;
  }
}

.pane-homepage-content-secondary-featured-content .views-field-title a {
  text-decoration: none;
}

.pane-homepage-content-secondary-featured-content .views-field-type,
.pane-homepage-content-secondary-featured-content .views-field-nothing {
  position: relative;
  background: none;
  padding-left: 7.5px;
  padding-bottom: 7.5px;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-field-type,
  .pane-homepage-content-secondary-featured-content .views-field-nothing {
    padding-left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-field-type,
  .pane-homepage-content-secondary-featured-content .views-field-nothing {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.pane-homepage-content-secondary-featured-content .views-field-type .content-type:before,
.pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:before {
  left: 7.5px;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-field-type .content-type:before,
  .pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:before {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-field-type .content-type:before,
  .pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:before {
    left: 0;
  }
}

.pane-homepage-content-secondary-featured-content .views-field-type .content-type:after,
.pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:after {
  left: 7.5px;
  background-color: #878787;
}

@media (min-width: 31.25em) {
  .pane-homepage-content-secondary-featured-content .views-field-type .content-type:after,
  .pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:after {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-field-type .content-type:after,
  .pane-homepage-content-secondary-featured-content .views-field-nothing .content-type:after {
    left: 0;
  }
}

.pane-homepage-content-secondary-featured-content .views-field-type .content-type,
.pane-homepage-content-secondary-featured-content .views-field-nothing .content-type {
  padding: 0.2em 0.6em 0.2em 1.52632em;
}

@media (min-width: 64em) {
  .pane-homepage-content-secondary-featured-content .views-field-type,
  .pane-homepage-content-secondary-featured-content .views-field-nothing {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin-top: 0;
  }
}

.pane-sfg-baron-logo {
  text-align: center;
}

.pane-sfg-baron-logo .baron-logo-leader {
  font-size: 1.7rem;
}

.pane-sfg-baron-logo .baron-logo {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

@media (min-width: 48em) {
  .pane-sfg-change-zipcode {
    width: 50%;
    margin: 30px 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #5c5c5c;
    background: #f5f5f5;
    padding: 15px;
    float: right;
  }
}

.pane-sfg-change-zipcode h3 {
  color: #000;
}

.pane-sfg-change-zipcode .weather-open-form {
  background-size: 24px;
  background-position: 15px center;
  background-image: url("../img/icons/blue/exclamation-circle.svg");
  background-repeat: no-repeat;
  padding: 15px 15px 15px 45px;
  margin-top: 15px;
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

.pane-sfg-change-zipcode p {
  font-size: 16px;
  font-size: 1.6rem;
}

.pane-sfg-change-zipcode .weather-form-wrapper {
  display: block;
  padding: 15px 30px 30px;
  background-color: #f5f5f5;
}

.pane-sfg-change-zipcode .weather-form-wrapper.collapsed {
  display: none;
}

.pane-sfg-change-zipcode .weather-form-wrapper .form-actions {
  margin-bottom: 0;
}

.pane-sfg-commodities-exchange ul {
  list-style: none;
  padding: 0;
}

.pane-sfg-commodities-exchange .pane-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.pane-sfg-commodities-exchange .pane-content > ul > li {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  float: left;
  width: 50%;
}

.pane-sfg-commodities-exchange .pane-content > ul > li:first-child,
.pane-sfg-commodities-exchange .pane-content > ul > li:nth-child(2) {
  background: #f5f5f5;
}

.pane-sfg-one-commodity-prices,
.pane-sfg-commodity-prices {
  position: relative;
  clear: both;
}

@media (min-width: 31.25em) {
  .pane-sfg-one-commodity-prices .pane-title,
  .pane-sfg-commodity-prices .pane-title {
    padding-right: 17rem;
  }
}

@media (min-width: 31.25em) {
  .pane-sfg-one-commodity-prices .commodity-prices-more-link,
  .pane-sfg-commodity-prices .commodity-prices-more-link {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.pane-sfg-one-commodity-prices .commodity-table-wrapper,
.pane-sfg-commodity-prices .commodity-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}

.pane-sfg-one-commodity-prices table,
.pane-sfg-commodity-prices table {
  display: block;
  font-size: 1.75rem;
  margin: 0;
  border: 0;
}

.pane-sfg-one-commodity-prices table tbody,
.pane-sfg-one-commodity-prices table tr,
.pane-sfg-one-commodity-prices table th,
.pane-sfg-commodity-prices table tbody,
.pane-sfg-commodity-prices table tr,
.pane-sfg-commodity-prices table th {
  display: block;
}

.pane-sfg-one-commodity-prices table tbody,
.pane-sfg-one-commodity-prices table tr,
.pane-sfg-commodity-prices table tbody,
.pane-sfg-commodity-prices table tr {
  padding: 0;
}

.pane-sfg-one-commodity-prices table tr,
.pane-sfg-commodity-prices table tr {
  margin: 0 0 30px;
}

.pane-sfg-one-commodity-prices table thead,
.pane-sfg-commodity-prices table thead {
  display: none;
}

.pane-sfg-one-commodity-prices table thead th,
.pane-sfg-commodity-prices table thead th {
  display: none;
  background: #000;
}

.pane-sfg-one-commodity-prices table td,
.pane-sfg-commodity-prices table td {
  display: block;
}

@media (min-width: 48em) {
  .pane-sfg-one-commodity-prices table td,
  .pane-sfg-commodity-prices table td {
    text-align: right;
    white-space: nowrap;
  }
}

.pane-sfg-one-commodity-prices table td:before,
.pane-sfg-commodity-prices table td:before {
  content: attr(data-label);
  display: inline-block;
  min-width: 7em;
  padding: 0 1em 0 0;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pane-sfg-one-commodity-prices table td[data-label="Open: "], .pane-sfg-one-commodity-prices table td[data-label="High: "], .pane-sfg-one-commodity-prices table td[data-label="Low: "], .pane-sfg-one-commodity-prices table td[data-label="Volume: "],
.pane-sfg-commodity-prices table td[data-label="Open: "],
.pane-sfg-commodity-prices table td[data-label="High: "],
.pane-sfg-commodity-prices table td[data-label="Low: "],
.pane-sfg-commodity-prices table td[data-label="Volume: "] {
  display: none;
}

@media (min-width: 48em) {
  .pane-sfg-one-commodity-prices table td[data-label="Open: "], .pane-sfg-one-commodity-prices table td[data-label="High: "], .pane-sfg-one-commodity-prices table td[data-label="Low: "], .pane-sfg-one-commodity-prices table td[data-label="Volume: "],
  .pane-sfg-commodity-prices table td[data-label="Open: "],
  .pane-sfg-commodity-prices table td[data-label="High: "],
  .pane-sfg-commodity-prices table td[data-label="Low: "],
  .pane-sfg-commodity-prices table td[data-label="Volume: "] {
    display: table-cell;
  }
}

@media (min-width: 48em) {
  .pane-sfg-one-commodity-prices table table,
  .pane-sfg-commodity-prices table table {
    display: table;
  }
  .pane-sfg-one-commodity-prices table tbody,
  .pane-sfg-commodity-prices table tbody {
    display: table-row-group;
  }
  .pane-sfg-one-commodity-prices table tr,
  .pane-sfg-commodity-prices table tr {
    display: table-row;
  }
  .pane-sfg-one-commodity-prices table thead,
  .pane-sfg-commodity-prices table thead {
    display: table-row-group;
  }
  .pane-sfg-one-commodity-prices table thead th,
  .pane-sfg-one-commodity-prices table th,
  .pane-sfg-commodity-prices table thead th,
  .pane-sfg-commodity-prices table th {
    display: table-cell;
  }
  .pane-sfg-one-commodity-prices table td,
  .pane-sfg-commodity-prices table td {
    display: table-cell;
  }
  .pane-sfg-one-commodity-prices table td:before,
  .pane-sfg-commodity-prices table td:before {
    display: none;
  }
}

.pane-sfg-one-commodity-prices table .positive-change,
.pane-sfg-one-commodity-prices table .negative-change,
.pane-sfg-commodity-prices table .positive-change,
.pane-sfg-commodity-prices table .negative-change {
  color: #fff;
}

.pane-sfg-one-commodity-prices table .positive-change,
.pane-sfg-commodity-prices table .positive-change {
  background-color: #299642;
}

.pane-sfg-one-commodity-prices table .negative-change,
.pane-sfg-commodity-prices table .negative-change {
  background-color: #cc2229;
}

.pane-sfg-commodity-prices .commodity-prices-info-text {
  display: none;
}

.pane-sfg-commodity-prices table thead th,
.pane-sfg-commodity-prices table tbody th {
  background: #000;
}

.pane-sfg-commodity-prices table tbody th {
  margin-top: 20px;
}

.pane-sfg-commodity-prices table tbody tr {
  margin: 0;
  width: auto;
  float: left;
}

.pane-sfg-commodity-prices table tbody tr th.desktop,
.pane-sfg-commodity-prices table tbody tr td.desktop {
  display: none;
}

.pane-sfg-commodity-prices table tbody tr th.nearby,
.pane-sfg-commodity-prices table tbody tr td.nearby {
  width: 55vw;
  font-size: 16px;
}

.pane-sfg-commodity-prices table tbody tr th.nearby:before,
.pane-sfg-commodity-prices table tbody tr td.nearby:before {
  font-size: 14px;
}

.pane-sfg-commodity-prices table tbody tr th.newcrop,
.pane-sfg-commodity-prices table tbody tr td.newcrop {
  width: 27vw;
  font-size: 16px;
}

.pane-sfg-commodity-prices table tbody tr th.newcrop:before,
.pane-sfg-commodity-prices table tbody tr td.newcrop:before {
  display: none;
}

.pane-sfg-commodity-prices table tbody tr th.no-newcrop,
.pane-sfg-commodity-prices table tbody tr td.no-newcrop {
  width: 82vw;
}

@media (min-width: 26.25em) {
  .pane-sfg-commodity-prices table tbody tr th.nearby,
  .pane-sfg-commodity-prices table tbody tr td.nearby {
    width: 58vw;
  }
  .pane-sfg-commodity-prices table tbody tr th.newcrop,
  .pane-sfg-commodity-prices table tbody tr td.newcrop {
    width: 31vw;
  }
  .pane-sfg-commodity-prices table tbody tr th.no-newcrop,
  .pane-sfg-commodity-prices table tbody tr td.no-newcrop {
    width: 89vw;
  }
}

@media (min-width: 48em) {
  .pane-sfg-commodity-prices .commodity-table-wrapper {
    margin-top: 1em;
  }
  .pane-sfg-commodity-prices .commodity-prices-info-text {
    display: block;
  }
  .pane-sfg-commodity-prices table tbody tr {
    display: table-row;
    float: none;
  }
  .pane-sfg-commodity-prices table tbody tr th.no-newcrop,
  .pane-sfg-commodity-prices table tbody tr td.no-newcrop {
    display: none;
  }
  .pane-sfg-commodity-prices table tbody tr th.desktop,
  .pane-sfg-commodity-prices table tbody tr td.desktop {
    display: table-cell;
  }
  .pane-sfg-commodity-prices table tbody tr th.nearby,
  .pane-sfg-commodity-prices table tbody tr td.nearby,
  .pane-sfg-commodity-prices table tbody tr th.newcrop,
  .pane-sfg-commodity-prices table tbody tr td.newcrop {
    display: none;
  }
}

.pane-sfg-external-widget {
  margin: 30px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #5c5c5c;
  clear: both;
}

.pane-sfg-header-user-menu,
.pane-menu-header-browse-menu {
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 48em) {
  .pane-sfg-header-user-menu,
  .pane-menu-header-browse-menu {
    padding: 7.5px 10px;
  }
}

@media (min-width: 64em) {
  .pane-sfg-header-user-menu,
  .pane-menu-header-browse-menu {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pane-sfg-header-user-menu ul, .pane-menu-header-browse-menu ul {
  margin: 0;
  padding: 0;
}

.pane-sfg-header-user-menu li,
.pane-sfg-header-user-menu li.leaf,
.pane-sfg-header-user-menu li.collapsed, .pane-menu-header-browse-menu li, .pane-menu-header-browse-menu li.leaf, .pane-menu-header-browse-menu li.collapsed {
  display: block;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}

@media (min-width: 0) and (max-width: 48em) {
  .pane-sfg-header-user-menu li,
  .pane-sfg-header-user-menu li.leaf,
  .pane-sfg-header-user-menu li.collapsed, .pane-menu-header-browse-menu li, .pane-menu-header-browse-menu li.leaf, .pane-menu-header-browse-menu li.collapsed {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
  }
  .pane-sfg-header-user-menu li a,
  .pane-sfg-header-user-menu li.leaf a,
  .pane-sfg-header-user-menu li.collapsed a, .pane-menu-header-browse-menu li a, .pane-menu-header-browse-menu li.leaf a, .pane-menu-header-browse-menu li.collapsed a {
    display: block;
    background-color: #fff;
  }
}

@media (min-width: 48em) {
  .pane-sfg-header-user-menu li,
  .pane-sfg-header-user-menu li.leaf,
  .pane-sfg-header-user-menu li.collapsed, .pane-menu-header-browse-menu li, .pane-menu-header-browse-menu li.leaf, .pane-menu-header-browse-menu li.collapsed {
    display: inline-block;
  }
}

.pane-sfg-header-user-menu a,
.pane-sfg-header-user-menu a:link,
.pane-sfg-header-user-menu a:visited, .pane-menu-header-browse-menu a, .pane-menu-header-browse-menu a:link, .pane-menu-header-browse-menu a:visited {
  color: #5c5c5c;
  text-decoration: none;
}

@media (min-width: 0) and (max-width: 48em) {
  .pane-sfg-header-user-menu a,
  .pane-sfg-header-user-menu a:link,
  .pane-sfg-header-user-menu a:visited, .pane-menu-header-browse-menu a, .pane-menu-header-browse-menu a:link, .pane-menu-header-browse-menu a:visited {
    padding: 1em 1.5em;
  }
}

.pane-sfg-header-user-menu a.active, .pane-sfg-header-user-menu a:hover,
.pane-sfg-header-user-menu a:link.active,
.pane-sfg-header-user-menu a:link:hover,
.pane-sfg-header-user-menu a:visited.active,
.pane-sfg-header-user-menu a:visited:hover, .pane-menu-header-browse-menu a.active, .pane-menu-header-browse-menu a:hover, .pane-menu-header-browse-menu a:link.active, .pane-menu-header-browse-menu a:link:hover, .pane-menu-header-browse-menu a:visited.active, .pane-menu-header-browse-menu a:visited:hover {
  color: #0094ce;
}

@media (min-width: 48em) {
  .sticky .pane-sfg-header-user-menu,
  .sticky .pane-menu-header-browse-menu {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.sticky .pane-sfg-header-user-menu a.active, .sticky .pane-sfg-header-user-menu a:hover,
.sticky .pane-sfg-header-user-menu a:link.active,
.sticky .pane-sfg-header-user-menu a:link:hover,
.sticky .pane-sfg-header-user-menu a:visited.active,
.sticky .pane-sfg-header-user-menu a:visited:hover, .sticky .pane-menu-header-browse-menu a.active, .sticky .pane-menu-header-browse-menu a:hover,
.sticky .pane-menu-header-browse-menu a:link.active,
.sticky .pane-menu-header-browse-menu a:link:hover,
.sticky .pane-menu-header-browse-menu a:visited.active,
.sticky .pane-menu-header-browse-menu a:visited:hover {
  color: #fff;
  background-color: #0094ce;
}

.sticky .pane-sfg-header-user-menu li, .sticky .pane-menu-header-browse-menu li {
  display: block;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#sfg-iron-appraisal-form {
  margin-bottom: 30px;
}

.pane-sfg-my-field-level-data {
  margin: 30px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #5c5c5c;
}

.pane-sfg-my-field-level-data:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64em) {
  .pane-sfg-my-field-level-data form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pane-sfg-my-field-level-data .messages {
  width: 100%;
}

@media (min-width: 64em) {
  .pane-sfg-my-field-level-data form p {
    width: calc(100% - 33rem);
    padding-right: 30px;
  }
}

@media (min-width: 64em) {
  .pane-sfg-my-field-level-data .form-item-zip {
    width: 17rem;
    margin-top: 0;
  }
}

.pane-sfg-my-field-level-data .form-item-zip label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.pane-sfg-my-field-level-data .form-item-zip .form-text {
  width: 100%;
}

@media (min-width: 64em) {
  .pane-sfg-my-field-level-data .form-actions {
    margin-top: 0;
    width: 15rem;
  }
}

@media (min-width: 64em) {
  .pane-sfg-my-field-level-data .form-actions .form-submit {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pane-sfg-my-grain-bids {
  margin: 0 0 30px;
}

.pane-sfg-my-grain-bids form {
  padding: 15px;
  border: 1px solid #000;
}

.pane-sfg-my-grain-bids form:after {
  content: "";
  display: table;
  clear: both;
}

.pane-sfg-my-grain-bids form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pane-sfg-my-grain-bids form .ajax-progress {
  width: 100%;
}

@media (min-width: 48em) {
  .pane-sfg-my-grain-bids form .ajax-progress {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.my-grain-bids-data {
  width: 100%;
  overflow: auto;
}

.my-grain-bids-data table {
  width: 100%;
}

.my-grain-bids-data caption {
  font-family: "Work Sans", sans-serif;
  color: #cc2229;
  text-transform: uppercase;
}

.page-weather .two-column-page {
  clear: both;
}

.page-weather .two-column-page .page-primary-content {
  margin-top: 30px;
}

@media (min-width: 48em) {
  .page-weather .two-column-page .page-primary-content {
    width: 83.05085%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 40px;
  }
}

.page-weather .two-column-page .page-secondary-content {
  margin-top: 30px;
}

@media (min-width: 48em) {
  .page-weather .two-column-page .page-secondary-content {
    width: 15.25424%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    clear: none;
    margin-right: 0;
    border-right: none;
    padding-right: 30px;
  }
}

@media (min-width: 48em) {
  .page-weather .page-secondary-content.sticky {
    width: 13%;
    margin-top: 0;
    position: fixed;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
}

.pane-sfg-weather-navigation .weather-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
}

.pane-sfg-weather-navigation .weather-menu-wrapper ul > li {
  margin: 0 0 30px;
}

.sfg-collapsible-menu .pane-sfg-weather-navigation .weather-menu-wrapper ul > li {
  margin: 0;
}

.pane-sfg-weather-navigation .weather-menu-wrapper ul ul.links {
  padding: 3.75px 0 0 30px;
}

.pane-sfg-weather-navigation .weather-menu-wrapper ul ul.links > li {
  list-style: disc;
  margin: 0 0 7.5px;
}

.pane-sfg-weather-navigation .weather-menu-wrapper ul a {
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}

.sfg-collapsible-menu.pane-sfg-weather-navigation ul ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sfg-collapsible-menu.pane-sfg-weather-navigation ul ul.links li {
  list-style: none;
  margin: 0;
}

.sfg-collapsible-menu.pane-sfg-weather-navigation ul ul.links a:before {
  content: ' - ';
}

@media (min-width: 48em) {
  .pane-market-analysis-content-markets-analysis-subcategory {
    clear: left;
  }
  .pane-market-analysis-content-markets-analysis-subcategory:after {
    content: "";
    display: table;
    clear: both;
  }
  .pane-market-analysis-content-markets-analysis-subcategory .field-body p {
    margin: 0;
  }
}

.pane-market-analysis-content-markets-analysis-subcategory article:last-child {
  margin-bottom: 0;
}

.pane-videos-recent-videos {
  font-family: "Work Sans", sans-serif;
  clear: both;
  margin-top: 30px;
  border-top: 15px solid #000;
  padding: 30px 0;
}

.pane-videos-recent-videos a {
  text-decoration: none;
}

.pane-videos-recent-videos .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media (min-width: 31.25em) {
  .pane-videos-recent-videos .view-content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.pane-videos-recent-videos .views-row {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .pane-videos-recent-videos .views-row {
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #000;
    width: 49.5%;
    margin: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-videos-recent-videos .views-row {
    margin: 0 0.5%;
    min-height: 150px;
    width: 24.25%;
  }
}

@media (min-width: 31.25em) {
  .pane-videos-recent-videos .views-row:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .pane-videos-recent-videos .views-row:nth-child(2n) {
    margin-right: 0.5%;
  }
}

@media (min-width: 31.25em) {
  .pane-videos-recent-videos .views-row:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .pane-videos-recent-videos .views-row:nth-child(2n+1) {
    margin-left: 0.5%;
  }
}

@media (min-width: 64em) {
  .pane-videos-recent-videos .views-row.views-row-first {
    margin-left: 0;
  }
}

.pane-videos-recent-videos .views-row.views-row-last {
  border-bottom: 1px solid #000;
}

@media (min-width: 64em) {
  .pane-videos-recent-videos .views-row.views-row-last {
    margin-right: 0;
  }
}

.pane-videos-recent-videos .field-image {
  float: left;
  width: 33%;
}

@media (min-width: 48em) {
  .pane-videos-recent-videos .field-image {
    float: none;
    width: auto;
  }
}

.pane-videos-recent-videos .views-field-title {
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
  margin-left: 5%;
  width: 62%;
}

@media (min-width: 48em) {
  .pane-videos-recent-videos .views-field-title {
    float: none;
    margin-left: 0;
    margin-top: 7.5px;
    width: auto;
  }
}

.pane-iron-appraisal-form form {
  margin-top: 30px;
}

.pane-iron-appraisal-form form h4 {
  margin-bottom: 30px;
  display: block;
}

.pane-iron-appraisal-form form .form-item {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
  opacity: 1;
  transition: height 300ms, opacity 300ms;
}

.pane-iron-appraisal-form form .form-item > * {
  width: 100% !important;
}

.pane-iron-appraisal-form form .form-item .chosen-container {
  margin-bottom: 0;
}

.pane-iron-appraisal-form form .form-submit {
  margin: 0 auto;
  display: block;
}

@media (min-width: 48em) {
  .pane-iron-appraisal-form form .form-submit {
    margin: 0;
    display: inline-block;
  }
}

.pane-print-ui-print-links .pane-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pane-print-ui-print-links .pane-content .print_html,
.pane-print-ui-print-links .pane-content .print_mail,
.pane-print-ui-print-links .pane-content .print_pdf {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  margin: 10px;
}

.pane-print-ui-print-links .pane-content .print_html:first-child,
.pane-print-ui-print-links .pane-content .print_mail:first-child,
.pane-print-ui-print-links .pane-content .print_pdf:first-child {
  margin-left: 0;
}

.pane-print-ui-print-links .pane-content .print_html:last-child,
.pane-print-ui-print-links .pane-content .print_mail:last-child,
.pane-print-ui-print-links .pane-content .print_pdf:last-child {
  margin-right: 0;
}

.pane-print-ui-print-links .print-page {
  background: url(../img/icons/white/icon-print.svg) no-repeat scroll center center;
}

.pane-print-ui-print-links .print-pdf {
  background: url(../img/icons/white/icon-pdf.svg) no-repeat scroll center center;
}

.pane-print-ui-print-links .print-mail {
  background: url(../img/icons/white/icon-mail.svg) no-repeat scroll center center;
}

.pane-print-ui-print-links .print-page,
.pane-print-ui-print-links .print-mail,
.pane-print-ui-print-links .print-pdf {
  width: 55px;
  height: 50px;
  display: block;
  float: left;
  margin: 0;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #5c5c5c;
  background-size: 22px;
  overflow: hidden;
  position: relative;
  background-size: 3rem;
}

.pane-print-ui-print-links .print-page:hover::before,
.pane-print-ui-print-links .print-mail:hover::before,
.pane-print-ui-print-links .print-pdf:hover::before {
  background-color: rgba(92, 92, 92, 0.25);
}

.pane-print-ui-print-links .print-page::before,
.pane-print-ui-print-links .print-mail::before,
.pane-print-ui-print-links .print-pdf::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.pane-iron-appraisal-display .results {
  display: block;
  margin-bottom: 30px;
}

.pane-iron-appraisal-display .results p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7.5px;
  margin: 0;
  width: 100%;
  background-color: #fff;
  transition: background-color 300ms;
}

.pane-iron-appraisal-display .results p:hover {
  background-color: #f5f5f5;
}

.pane-iron-appraisal-display .results p > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: 50%;
}

.pane-iron-appraisal-display .appraisal-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7.5px;
  margin: 0;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  transition: background-color 300ms;
}

.pane-iron-appraisal-display .appraisal-value:hover {
  background-color: #f5f5f5;
}

.pane-iron-appraisal-display .appraisal-value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: 50%;
}

.pane-iron-appraisal-display .appraisal-value {
  border-top: 1px solid #f5f5f5;
  margin-bottom: 60px;
  font-size: 2.75rem;
}

.pane-iron-appraisal-display .appraisal-value + p {
  margin-bottom: 60px;
}

.pane-iron-appraisal-display .iron-logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-image: url("../img/logos/logo-iron-search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  width: 240px;
  height: 40px;
  margin-bottom: -12px;
}

.pane-iron-appraisal-display ul {
  margin-bottom: 30px;
}

.pane-iron-appraisal-display ul li {
  margin: 0;
}

.pane-iron-appraisal-display .button, .pane-iron-appraisal-display .call-to-action-wrapper .field-cta-link a, .call-to-action-wrapper .field-cta-link .pane-iron-appraisal-display a {
  margin-bottom: 30px;
}

.iron-cta {
  z-index: 1;
  position: relative;
}

.front .iron-cta {
  margin-top: 30px;
}

@media (min-width: 48em) {
  .front .iron-cta {
    margin-top: -20px;
  }
}

.front .iron-cta .sfg_iron_appraisal_cta {
  width: 100%;
  margin: 30px 0;
}

@media (min-width: 48em) {
  .front .iron-cta .sfg_iron_appraisal_cta {
    width: 37%;
    float: left;
    margin: 30px 0 -300px;
  }
}

@media (min-width: 64em) {
  .front .iron-cta .sfg_iron_appraisal_cta {
    width: 30%;
  }
}

.iron-cta .sfg_iron_appraisal_cta {
  width: 100%;
  margin: 30px 0;
}

.iron-cta .sfg_iron_appraisal_cta img {
  width: 100%;
  height: auto;
}

.node-type-article .page-primary-content .iron-cta {
  display: block;
}

@media (min-width: 48em) {
  .node-type-article .page-primary-content .iron-cta {
    display: none;
  }
}

.node-type-article .page-secondary-content .iron-cta {
  display: none;
}

@media (min-width: 48em) {
  .node-type-article .page-secondary-content .iron-cta {
    display: block;
  }
}

.front .page.two-column-page .page-secondary-content {
  padding-top: 240px;
}

.form-item-zip-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item-zip-form label {
  display: none;
}

.form-item-zip-form .form-item-zip {
  width: 160px;
  float: left;
  margin: 0;
}

.form-item-zip-form .form-submit {
  padding: 10px 40px;
}

.form-item-zip-description {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px 15px 0;
}

.category-podcast .vocabulary-podcast {
  margin: 0 0 30px;
  padding: 15px;
  background: #e0e0e0;
}

.category-podcast .node-audio {
  padding: 0 15px 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #5c5c5c;
}

.view-podcast-content .jp-progress,
.view-podcast-content .jp-duration,
.view-podcast-content .jp-current-time {
  display: none;
}

.view-podcast-content.view-display-id-podcast_content a {
  text-decoration: none;
}

.view-podcast-content.view-display-id-podcast_content .field-audio {
  width: 60px;
  float: left;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .field-audio {
    width: 100px;
  }
}

.view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 50px;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 80px;
  }
}

.view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist a.jp-play,
.view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist a.jp-pause {
  top: 0;
  height: 50px;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist a.jp-play,
  .view-podcast-content.view-display-id-podcast_content .field-audio div.jp-audio div.jp-type-playlist a.jp-pause {
    height: 80px;
  }
}

.view-podcast-content.view-display-id-podcast_content .views-field-title {
  font-family: "Work Sans", sans-serif;
  max-width: 90%;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .views-field-title {
    padding-top: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.view-podcast-content.view-display-id-podcast_content .field-podcast,
.view-podcast-content.view-display-id-podcast_content .views-field-created {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.view-podcast-content.view-display-id-podcast_content .field-podcast {
  padding-right: 0;
  display: block;
  clear: both;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .field-podcast {
    max-width: 60%;
    float: left;
    clear: none;
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .view-podcast-content.view-display-id-podcast_content .field-podcast {
    max-width: 60%;
  }
}

@media (min-width: 64em) {
  .view-podcast-content.view-display-id-podcast_content .field-podcast {
    max-width: 70%;
    width: auto;
    float: left;
  }
}

.view-podcast-content.view-display-id-podcast_content .views-field-created {
  vertical-align: middle;
  display: block;
  width: auto;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .views-field-created {
    max-width: 30%;
  }
}

@media (min-width: 48em) {
  .view-podcast-content.view-display-id-podcast_content .views-field-created {
    max-width: 35%;
  }
}

@media (min-width: 64em) {
  .view-podcast-content.view-display-id-podcast_content .views-field-created {
    max-width: 15%;
    width: auto;
  }
}

.view-podcast-content.view-display-id-podcast_content .field-body {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media (min-width: 31.25em) {
  .view-podcast-content.view-display-id-podcast_content .field-body {
    margin-top: 0;
  }
}

@media (min-width: 64em) {
  .view-podcast-content.view-display-id-podcast_content .field-body {
    max-width: 70%;
    margin-top: 10px;
  }
}

.view-podcast-content.view-display-id-podcast_content .field-body p {
  margin: 0;
}

.view-public-site-search .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.user-icons {
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 2;
}

ul.user-icons li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

@media (min-width: 0) and (max-width: 48em) {
  ul.user-icons li {
    min-width: 30px;
  }
}

@media (min-width: 31.25em) {
  ul.user-icons li {
    width: 50%;
    float: left;
  }
}

ul.user-icons a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 69px;
  min-height: 3.5em;
  padding: 1em;
}

@media (min-width: 48em) {
  ul.user-icons a {
    height: auto;
    padding: 0 1em;
    min-height: 3.5em;
  }
}

@media (min-width: 64em) {
  ul.user-icons a {
    min-height: 4em;
  }
}

ul.user-icons .user-menu-icon {
  background-image: url("../img/icons/blue/person.svg");
  background-position: center center;
}

ul.user-icons .user-menu-icon.active {
  background-image: url("../img/icons/blue/times-circle.svg");
}

ul.user-icons .search-icon {
  background-image: url("../img/icons/blue/search.svg");
  background-position: center center;
}

ul.user-icons .search-icon.search-active {
  background-image: url("../img/icons/blue/times-circle.svg");
}

.views-field-type,
.views-field-nothing {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Work Sans", sans-serif;
  padding: 0.2em 0.6em 0.2em 1.52632em;
  line-height: 1.263;
  background: #fff;
  text-transform: capitalize;
}

.views-field-type .content-type-article:before, .views-field-type .content-type-article:after,
.views-field-type .content-type-slideshow:before,
.views-field-type .content-type-slideshow:after,
.views-field-type .content-type-sequence:before,
.views-field-type .content-type-sequence:after,
.views-field-type .content-type-video:before,
.views-field-type .content-type-video:after,
.views-field-type .content-type-audio:before,
.views-field-type .content-type-audio:after,
.views-field-type .type-sponsored:before,
.views-field-type .type-sponsored:after,
.views-field-nothing .content-type-article:before,
.views-field-nothing .content-type-article:after,
.views-field-nothing .content-type-slideshow:before,
.views-field-nothing .content-type-slideshow:after,
.views-field-nothing .content-type-sequence:before,
.views-field-nothing .content-type-sequence:after,
.views-field-nothing .content-type-video:before,
.views-field-nothing .content-type-video:after,
.views-field-nothing .content-type-audio:before,
.views-field-nothing .content-type-audio:after,
.views-field-nothing .type-sponsored:before,
.views-field-nothing .type-sponsored:after {
  content: '';
  position: absolute;
  display: inline-block;
}

.views-field-type .content-type-article:before,
.views-field-type .content-type-slideshow:before,
.views-field-type .content-type-sequence:before,
.views-field-type .content-type-video:before,
.views-field-type .content-type-audio:before,
.views-field-type .type-sponsored:before,
.views-field-nothing .content-type-article:before,
.views-field-nothing .content-type-slideshow:before,
.views-field-nothing .content-type-sequence:before,
.views-field-nothing .content-type-video:before,
.views-field-nothing .content-type-audio:before,
.views-field-nothing .type-sponsored:before {
  top: 0.21053em;
  left: 0;
  z-index: 1;
  width: 1.26316em;
  height: 1.26316em;
  background: no-repeat left center;
  background-size: 100% auto;
}

.views-field-type .content-type-article:after,
.views-field-type .content-type-slideshow:after,
.views-field-type .content-type-sequence:after,
.views-field-type .content-type-video:after,
.views-field-type .content-type-audio:after,
.views-field-type .type-sponsored:after,
.views-field-nothing .content-type-article:after,
.views-field-nothing .content-type-slideshow:after,
.views-field-nothing .content-type-sequence:after,
.views-field-nothing .content-type-video:after,
.views-field-nothing .content-type-audio:after,
.views-field-nothing .type-sponsored:after {
  z-index: 0;
  top: 0.26316em;
  left: 0.05263em;
  width: 1.15789em;
  height: 1.15789em;
  background: #0094ce;
}

.views-field-type .content-type-article:before,
.views-field-nothing .content-type-article:before {
  background-image: url(../img/icons/white-punchout/type-article.svg);
}

.views-field-type .content-type-slideshow:before,
.views-field-nothing .content-type-slideshow:before,
.views-field-type .content-type-sequence:before,
.views-field-nothing .content-type-sequence:before {
  background-image: url(../img/icons/white-punchout/type-slideshow.svg);
}

.views-field-type .content-type-video:before,
.views-field-nothing .content-type-video:before {
  background-image: url(../img/icons/white-punchout/type-video.svg);
}

.views-field-type .content-type-audio:before,
.views-field-nothing .content-type-audio:before {
  background-image: url(../img/icons/white-punchout/type-audio.svg);
}

.views-field-type .type-sponsored:before,
.views-field-nothing .type-sponsored:before {
  background-image: url(../img/icons/white-punchout/type-sponsored.svg);
}

.pane-category-content-featured-content .views-field-type, .pane-category-content-featured-content
.views-field-nothing {
  background: #e0e0e0;
}

.pane-category-content-featured-content .views-field-type .content-type-article:before, .pane-category-content-featured-content
.views-field-nothing .content-type-article:before {
  background-image: url(../img/icons/gray-punchout/type-article.svg);
}

.pane-category-content-featured-content .views-field-type .content-type-slideshow:before, .pane-category-content-featured-content
.views-field-nothing .content-type-slideshow:before, .pane-category-content-featured-content .views-field-type .content-type-sequence:before, .pane-category-content-featured-content
.views-field-nothing .content-type-sequence:before {
  background-image: url(../img/icons/gray-punchout/type-slideshow.svg);
}

.pane-category-content-featured-content .views-field-type .content-type-video:before, .pane-category-content-featured-content
.views-field-nothing .content-type-video:before {
  background-image: url(../img/icons/gray-punchout/type-video.svg);
}

.pane-category-content-featured-content .views-field-type .content-type-audio:before, .pane-category-content-featured-content
.views-field-nothing .content-type-audio:before {
  background-image: url(../img/icons/gray-punchout/type-audio.svg);
}

.pane-category-content-featured-content .views-field-type .type-sponsored:before, .pane-category-content-featured-content
.views-field-nothing .type-sponsored:before {
  background-image: url(../img/icons/gray-punchout/type-sponsored.svg);
}

.views-field-type .field-sequence-type,
.views-field-nothing .field-sequence-type {
  display: inline;
}

.views-field-nothing .type-sponsored {
  padding-left: 1.52632em;
}

.baron-weather-widget {
  margin: 0 0 30px 0;
}

.pane-weather-news-weather-news {
  margin: 30px 0 0 0;
}

.pane-weather-news-weather-news .views-field-type {
  display: none;
}

.category-type-crops,
.category-type-family,
.category-type-farm-management,
.category-type-livestock,
.category-type-machinery,
.category-type-markets,
.category-type-markets-analysis,
.category-type-news,
.category-type-technology,
.category-type-weather,
.category-type-weather-news {
  position: relative;
  display: block;
  clear: both;
  padding: 0.2em 0.6em 0.2em 1.52632em;
  font-size: 1em;
  line-height: 1.263;
}

h3 + .category-type-crops, h3 +
.category-type-family, h3 +
.category-type-farm-management, h3 +
.category-type-livestock, h3 +
.category-type-machinery, h3 +
.category-type-markets, h3 +
.category-type-markets-analysis, h3 +
.category-type-news, h3 +
.category-type-technology, h3 +
.category-type-weather, h3 +
.category-type-weather-news {
  margin-top: -0.5rem;
}

.category-type-crops:before, .category-type-crops:after,
.category-type-family:before,
.category-type-family:after,
.category-type-farm-management:before,
.category-type-farm-management:after,
.category-type-livestock:before,
.category-type-livestock:after,
.category-type-machinery:before,
.category-type-machinery:after,
.category-type-markets:before,
.category-type-markets:after,
.category-type-markets-analysis:before,
.category-type-markets-analysis:after,
.category-type-news:before,
.category-type-news:after,
.category-type-technology:before,
.category-type-technology:after,
.category-type-weather:before,
.category-type-weather:after,
.category-type-weather-news:before,
.category-type-weather-news:after {
  content: '';
  position: absolute;
  display: inline-block;
}

.category-type-crops:before,
.category-type-family:before,
.category-type-farm-management:before,
.category-type-livestock:before,
.category-type-machinery:before,
.category-type-markets:before,
.category-type-markets-analysis:before,
.category-type-news:before,
.category-type-technology:before,
.category-type-weather:before,
.category-type-weather-news:before {
  top: 0.21053em;
  left: 0;
  z-index: 1;
  width: 1.26316em;
  height: 1.26316em;
  background: no-repeat left center;
  background-size: 100% auto;
}

.category-type-crops:after,
.category-type-family:after,
.category-type-farm-management:after,
.category-type-livestock:after,
.category-type-machinery:after,
.category-type-markets:after,
.category-type-markets-analysis:after,
.category-type-news:after,
.category-type-technology:after,
.category-type-weather:after,
.category-type-weather-news:after {
  z-index: 0;
  top: 0.26316em;
  left: 0.05263em;
  width: 1.15789em;
  height: 1.15789em;
  background: #0094ce;
}

.category-type-crops:before {
  background-image: url(../img/icons/white-punchout/category-crops.svg);
}

.category-type-family:before {
  background-image: url(../img/icons/white-punchout/category-family.svg);
}

.category-type-farm-management:before {
  background-image: url(../img/icons/white-punchout/category-farm-mgmt.svg);
}

.category-type-livestock:before {
  background-image: url(../img/icons/white-punchout/category-livestock.svg);
}

.category-type-machinery:before {
  background-image: url(../img/icons/white-punchout/category-machinery.svg);
}

.category-type-markets:before,
.category-type-markets-analysis:before {
  background-image: url(../img/icons/white-punchout/category-markets.svg);
}

.category-type-news:before {
  background-image: url(../img/icons/white-punchout/category-news.svg);
}

.category-type-weather:before,
.category-type-weather-news::before {
  background-image: url(../img/icons/white-punchout/category-weather.svg);
}

.category-type-technology:before {
  background-image: url(../img/icons/white-punchout/category-technology.svg);
}

.save-chart-link,
.save-chart-link:link,
.save-chart-link:visited {
  background-color: #299642;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  margin: 1em 0;
  padding: 10px 90px;
  text-transform: uppercase;
  text-decoration: none;
}

.chart-and-options-wrapper h4 {
  display: block;
  margin: 1em 0 .4em;
}

.chart-and-options-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chart-and-options-wrapper li {
  border-right: 1px solid;
  display: inline;
  margin-right: .5em;
  padding-right: .5em;
}

.chart-and-options-wrapper li:last-child {
  border: none;
}

.chart-and-options-wrapper + footer {
  margin-top: 1em;
}

/**
 * @file _crop-maps.scss
 * Styles related to crop maps go here
 * /crops/progress-maps/corn-planting-progress
 */
.chart-wrapper {
  display: none;
  position: relative;
}

@media (min-width: 48em) {
  .chart-wrapper {
    display: block;
  }
}

.chart-source {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 10px;
  bottom: 40px;
}

.chosen-container {
  margin-bottom: 30px;
}

.state-wrapper {
  padding: 30px;
}

@media (min-width: 48em) {
  .state-wrapper {
    display: none;
  }
}

.pane-map-name {
  text-align: center;
}

.sfg-crop-stats + .sfg-crop-stats {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

@media (min-width: 48em) {
  .sfg-crop-stats + .sfg-crop-stats {
    margin-top: 0;
  }
}

.sfg-crop-stats ul {
  margin: 0;
  padding: 0;
}

.sfg-crop-stats li {
  list-style: none;
  margin-bottom: 15px;
}

.chart-table-placeholder {
  padding: 30px;
  margin: 0;
}

.chart-table-placeholder ul {
  margin: 0;
  padding: 0;
}

.chart-table-placeholder li {
  list-style: none;
  margin-bottom: 0;
}

.chart-table-placeholder .label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.chart-table-placeholder .percentage {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}

.national-wrapper {
  text-align: left;
  padding: 30px;
}

@media (min-width: 48em) {
  .national-wrapper {
    text-align: center;
    padding: 0;
  }
  .national-wrapper li {
    font-weight: bold;
  }
}

.national-wrapper li {
  font-size: 19px;
  font-size: 1.9rem;
}

.national-wrapper .label {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #cc2229;
}

.sponsor-wrapper {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 48em) {
  .sponsor-wrapper {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 64em) {
  .sponsor-wrapper {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.sponsor-wrapper figure {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.twitter-wrapper {
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}

@media (min-width: 48em) {
  .twitter-wrapper {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0;
  }
}

@media (min-width: 48em) {
  .twitter-wrapper .timeline-limiter {
    max-width: 70%;
  }
}

@media (min-width: 64em) {
  .twitter-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0;
  }
}

.related-wrapper {
  width: 100%;
  clear: both;
  padding: 30px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  position: relative;
}

.related-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .related-wrapper {
    padding: 30px 0 0;
  }
}

.related-wrapper .view-related-content {
  width: 100%;
  clear: both;
}

.related-wrapper .view-related-content:after {
  content: "";
  display: table;
  clear: both;
}

.related-wrapper .pane-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 0.5em;
}

@media (min-width: 31.25em) {
  .related-wrapper .pane-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.related-wrapper .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media (min-width: 31.25em) {
  .related-wrapper .view-content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.related-wrapper .views-row {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  border-bottom: none;
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row {
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #000;
    width: 49%;
    margin: 0.5%;
  }
}

@media (min-width: 48em) {
  .related-wrapper .views-row {
    width: 32.25%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row {
    min-height: 150px;
    width: 19%;
  }
}

.related-wrapper .views-row.views-row-last {
  border-bottom: 1px solid #000;
}

@media (min-width: 64em) {
  .related-wrapper .views-row.views-row-last {
    margin-right: 0;
  }
}

.related-wrapper .views-row span.field-featured-image {
  display: block;
  float: left;
  padding: 10px;
  width: 120px;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row span.field-featured-image {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row span.field-featured-image {
    float: none;
    padding: 0;
    width: auto;
  }
  .related-wrapper .views-row span.field-featured-image img {
    width: 100%;
  }
}

.related-wrapper .views-row .views-field-title {
  padding: 10px 10px 10px 120px;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row .views-field-title {
    padding: 10px 10px 10px 50%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row .views-field-title {
    padding: 15px;
  }
}

.related-wrapper .views-row .views-field-title a {
  text-decoration: none;
}

.node-type-sequence .related-wrapper .views-row .views-field-title {
  padding-left: 10px;
}

.related-wrapper .views-row .views-field-type,
.related-wrapper .views-row .views-field-nothing {
  position: absolute;
  left: 0;
  bottom: 15px;
  margin-top: 0;
  padding-left: 120px;
  background: none;
}

.node-type-sequence .related-wrapper .views-row .views-field-type, .node-type-sequence
.related-wrapper .views-row .views-field-nothing {
  padding-left: 10px;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row .views-field-type,
  .related-wrapper .views-row .views-field-nothing {
    padding-left: 50%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row .views-field-type,
  .related-wrapper .views-row .views-field-nothing {
    padding-left: 0;
  }
}

.related-wrapper .views-row .views-field-type .content-type,
.related-wrapper .views-row .views-field-type .type-sponsored,
.related-wrapper .views-row .views-field-nothing .content-type,
.related-wrapper .views-row .views-field-nothing .type-sponsored {
  padding: 0.2em 0.6em 0.2em 1.52632em;
}

.related-wrapper .views-row .views-field-type .content-type:before,
.related-wrapper .views-row .views-field-type .type-sponsored:before,
.related-wrapper .views-row .views-field-nothing .content-type:before,
.related-wrapper .views-row .views-field-nothing .type-sponsored:before {
  left: 120px;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row .views-field-type .content-type:before,
  .related-wrapper .views-row .views-field-type .type-sponsored:before,
  .related-wrapper .views-row .views-field-nothing .content-type:before,
  .related-wrapper .views-row .views-field-nothing .type-sponsored:before {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row .views-field-type .content-type:before,
  .related-wrapper .views-row .views-field-type .type-sponsored:before,
  .related-wrapper .views-row .views-field-nothing .content-type:before,
  .related-wrapper .views-row .views-field-nothing .type-sponsored:before {
    left: 0;
  }
}

.node-type-sequence .related-wrapper .views-row .views-field-type .content-type:before, .node-type-sequence
.related-wrapper .views-row .views-field-type .type-sponsored:before, .node-type-sequence
.related-wrapper .views-row .views-field-nothing .content-type:before, .node-type-sequence
.related-wrapper .views-row .views-field-nothing .type-sponsored:before {
  left: 10px;
}

.related-wrapper .views-row .views-field-type .content-type:after,
.related-wrapper .views-row .views-field-type .type-sponsored:after,
.related-wrapper .views-row .views-field-nothing .content-type:after,
.related-wrapper .views-row .views-field-nothing .type-sponsored:after {
  left: 120px;
  background-color: #878787;
}

@media (min-width: 31.25em) {
  .related-wrapper .views-row .views-field-type .content-type:after,
  .related-wrapper .views-row .views-field-type .type-sponsored:after,
  .related-wrapper .views-row .views-field-nothing .content-type:after,
  .related-wrapper .views-row .views-field-nothing .type-sponsored:after {
    left: 50%;
  }
}

@media (min-width: 64em) {
  .related-wrapper .views-row .views-field-type .content-type:after,
  .related-wrapper .views-row .views-field-type .type-sponsored:after,
  .related-wrapper .views-row .views-field-nothing .content-type:after,
  .related-wrapper .views-row .views-field-nothing .type-sponsored:after {
    left: 0;
  }
}

.node-type-sequence .related-wrapper .views-row .views-field-type .content-type:after, .node-type-sequence
.related-wrapper .views-row .views-field-type .type-sponsored:after, .node-type-sequence
.related-wrapper .views-row .views-field-nothing .content-type:after, .node-type-sequence
.related-wrapper .views-row .views-field-nothing .type-sponsored:after {
  left: 10px;
}

.related-wrapper .more-link {
  text-align: left;
  margin-top: 10px;
}

@media (min-width: 31.25em) {
  .related-wrapper .more-link {
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0;
  }
}

@media (min-width: 48em) {
  .related-wrapper .more-link {
    right: 0;
  }
}

.related-wrapper .more-link a {
  color: #299642;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 31.25em) {
  .related-wrapper .more-link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
